45#ifndef INTEGRATORS_FLUCTUATINGCHARGENVE_HPP
46#define INTEGRATORS_FLUCTUATINGCHARGENVE_HPP
48#include "brains/Thermo.hpp"
49#include "flucq/FluctuatingChargePropagator.hpp"
58 virtual void initialize();
61 virtual void PositionStep(RealType dt);
62 virtual void VelocityStep(RealType dt);
63 virtual void updateSizes() {};
abstract class for propagating fluctuating charge variables
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
The Snapshot class is a repository storing dynamic data during a Simulation.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.