md

This is summary documentation for hippynn.molecular_dynamics.md module. Click here for full documentation.

Links to Full Documentation:

Classes

LangevinDynamics(force_db_name, temperature, ...)

Implements the Langevin algorithm

MolecularDynamics(variables, model[, ...])

Driver for MD run

NullUpdater()

Makes no change to the variable data at each step of MD.

Variable(name, data[, model_input_map, ...])

Tracks the state of a quantity (eg.

VariableUpdater()

Parent class for algorithms that make updates to the data of a Variable during each step of an MD simulation.

VelocityVerlet(force_db_name[, units_force, ...])

Implements the Velocity Verlet algorithm