45#ifndef INTEGRATORS_NPTSZ_HPP
46#define INTEGRATORS_NPTSZ_HPP
64 virtual void scaleSimBox();
65 virtual RealType calcConservedQuantity();
66 virtual void loadEta();
68 unsigned int axis_, axis1_, axis2_;
A utility integrator (much like NPTxyz) but which keeps the relative scaling of x & y fixed.
NPTsz(SimInfo *info)
There is no known conserved quantity for the NPTsz integrator, but we still compute the equivalent qu...
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.