1 #ifndef OPENMM_CMMOTIONREMOVER_H_
2 #define OPENMM_CMMOTIONREMOVER_H_
37 #include "internal/windowsExport.h"
74 ForceImpl* createImpl()
const;
void setFrequency(int freq)
Set the frequency (in time steps) at which center of mass motion should be removed.
Definition: CMMotionRemover.h:61
bool usesPeriodicBoundaryConditions() const
Returns whether or not this force makes use of periodic boundary conditions.
Definition: CMMotionRemover.h:70
Force objects apply forces to the particles in a System, or alter their behavior in other ways...
Definition: Force.h:65
Definition: AndersenThermostat.h:40
int getFrequency() const
Get the frequency (in time steps) at which center of mass motion should be removed.
Definition: CMMotionRemover.h:55
This class prevents the center of mass of a System from drifting.
Definition: CMMotionRemover.h:46