Skip to content

Commit

Permalink
reinstate AL functions
Browse files Browse the repository at this point in the history
  • Loading branch information
joannajzou committed Apr 16, 2024
1 parent 352a89b commit 161eccf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Cairn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ using UnitfulAtomic
using Molly
using InteratomicPotentials
using PotentialLearning
using AtomisticQoIs
using Maxvol

include("types.jl")
Expand All @@ -38,19 +39,18 @@ include("simulators/overdampedlangevin.jl")
include("simulators/stochasticsvgd.jl")
include("simulators/srld.jl")

# include("activelearning/triggers.jl")
# include("activelearning/distributions.jl")
# include("activelearning/kernels.jl")
# include("activelearning/ensembles.jl")
# include("activelearning/training.jl")
# include("activelearning/activelearning.jl")
include("activelearning/triggers.jl")
include("activelearning/distributions.jl")
include("activelearning/kernels.jl")
include("activelearning/ensembles.jl")
include("activelearning/training.jl")
include("activelearning/activelearning.jl")

include("loggers/triggerlogger.jl")
include("loggers/traininglogger.jl")
include("loggers/stepcomponentlogger.jl")
include("loggers/get_values.jl")

# include("makie/makie.jl")



Expand Down

0 comments on commit 161eccf

Please sign in to comment.