Skip to content

Commit

Permalink
add ProgressBars with Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
joannajzou committed Jun 11, 2024
1 parent 26d8411 commit e6b6048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Maxvol = "4cc553b9-be87-484b-81d9-b5ae2a4e3958"
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PotentialLearning = "82b0a93c-c2e3-44bc-a418-f0f89b0ae5c2"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SpecialPolynomials = "a25cea48-d430-424a-8ee7-0d3ad3742e9e"
Expand Down
1 change: 1 addition & 0 deletions src/Cairn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ using InteratomicPotentials
using PotentialLearning
using AtomisticQoIs
using Maxvol
using ProgressBars

include("data/data.jl") # TODO: migrate to PotentialLearning

Expand Down

0 comments on commit e6b6048

Please sign in to comment.