45#include "integrators/VelocityVerletIntegrator.hpp" 
   48  VelocityVerletIntegrator::VelocityVerletIntegrator(
SimInfo* info) :
 
Declaration of the Integrator base class, which all other integrators inherit from.
 
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
 
virtual void step()
Computes an integration step from t to t+dt.
 
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.