1 #ifndef DDMD_NVT_LANGEVIN_INTEGRATOR_H 2 #define DDMD_NVT_LANGEVIN_INTEGRATOR_H 11 #include "TwoStepIntegrator.h" 56 void readParameters(std::istream& in);
86 virtual void integrateStep1();
93 virtual void integrateStep2();
A NVT molecular dynamics integrator with a Langevin thermostat.
Parallel domain decomposition (DD) MD simulation.
Main object for a domain-decomposition MD simulation.
Saving / output archive for binary ostream.
Utility classes for scientific computation.
Saving archive for binary istream.
A two-step velocity-Verlet style integrator.