Skip to content

Commit

Permalink
Add module MolecularDynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 19, 2023
1 parent 0cfd420 commit 95ab02a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Express.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module Express
# include("SelfConsistentField.jl")
# include("BandStructure.jl")
include("ConvergenceTest/ConvergenceTest.jl")
include("MolecularDynamics/MolecularDynamics.jl")
include("EquationOfState/EquationOfState.jl")
# include("StaticElasticity/StaticElasticity.jl")
include("Phonon/Phonon.jl")
Expand Down
5 changes: 5 additions & 0 deletions src/MolecularDynamics/MolecularDynamics.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module MolecularDynamics



end

0 comments on commit 95ab02a

Please sign in to comment.