
#include <NVTVerletIntegrator.h>
Inheritance diagram for ProtoMol::NVTVerletIntegrator:

Public Member Functions | |
| NVTVerletIntegrator () | |
| NVTVerletIntegrator (Real timestep, Real temperature, Real omegaTo, ForceGroup *overloadedForces) | |
| virtual std::string | getIdNoAlias () const |
| virtual void | getParameters (std::vector< Parameter > ¶meters) const |
| virtual unsigned int | getParameterSize () const |
| virtual void | initialize (GenericTopology *topo, Vector3DBlock *positions, Vector3DBlock *velocities, ScalarStructure *energies) |
| virtual void | run (int numTimesteps) |
| virtual Modifier * | createRattleModifier (Real eps, int maxIter) |
| virtual Modifier * | createShakeModifier (Real eps, int maxIter) |
| virtual STSIntegrator * | doMake (std::string &errMsg, const std::vector< Value > &values, ForceGroup *fg) const |
| Real | getEtaVel () const |
| Real | getNumAtoms () const |
Static Public Attributes | |
| const std::string | keyword |
Protected Member Functions | |
| virtual void | addModifierAfterInitialize () |
| virtual void | doDrift () |
| virtual void | doHalfKick () |
Private Member Functions | |
| void | do2ndHalfKick () |
| void | PreForceThermostat () |
| void | PostForceThermostat () |
Private Attributes | |
| const Real | myTargetTemp |
| const Real | myOmegaTo |
| const Real | kbT |
| unsigned int | NumAtoms |
| unsigned int | myNumFree |
| Real | Qo |
| Real | myEta |
| Real | myEtaVel |
Friends | |
| class | ModifierPreForceThermostat |
| class | ModifierPostForceThermostat |
|
|
|
|
||||||||||||||||||||
|
|
|
|
Add modifiers which should not modify during initialize.
Reimplemented from ProtoMol::STSIntegrator. |
|
||||||||||||
|
Create a Rattle modifier.
Reimplemented from ProtoMol::Integrator. |
|
||||||||||||
|
Create a Shake modifier.
Reimplemented from ProtoMol::Integrator. |
|
|
|
|
|
Reimplemented from ProtoMol::STSIntegrator. |
|
|
Reimplemented from ProtoMol::StandardIntegrator. |
|
||||||||||||||||
|
Implements ProtoMol::STSIntegrator. |
|
|
|
|
|
Implements ProtoMol::Makeable. |
|
|
|
|
|
retrieve all parameters
Reimplemented from ProtoMol::STSIntegrator. |
|
|
number of parameters
Implements ProtoMol::Makeable. |
|
||||||||||||||||||||
|
Set the integrator up. This method can be called at any time, and should perform any starting force evaluations the integrator needs in order to run correctly. The simulation data should be kept in the given structures. Reimplemented from ProtoMol::STSIntegrator. |
|
|
|
|
|
|
|
|
Run the integrator for the certain number of timesteps. It can be assumed that the topology and forces have not changed since the last time the integrator was initialized. Reimplemented from ProtoMol::StandardIntegrator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|