Skip to content

Commit

Permalink
add documentation for new md code (lanl#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinkle-lanl authored Jun 6, 2024
1 parent 076f42c commit 41ad80b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hippynn/molecular_dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .md import Variable, NullUpdater, VelocityVerlet, LangevinDynamics, MolecularDynamics

"""
Molecular dynamics driver with great flexibility and customizability regarding which quantities which are evolved
and what algorithms are used to evolve them. Calls a hippynn `Predictor` on current state during each MD step.
"""

0 comments on commit 41ad80b

Please sign in to comment.