45#ifndef INTEGRATORS_VELOCITYVERLETINTEGRATOR_HPP
46#define INTEGRATORS_VELOCITYVERLETINTEGRATOR_HPP
48#include "integrators/Integrator.hpp"
57 virtual void moveA() = 0;
58 virtual void moveB() = 0;
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.