1 #ifndef OPENMM_CMMOTIONREMOVER_H_
2 #define OPENMM_CMMOTIONREMOVER_H_
37 #include "internal/windowsExport.h"
void setFrequency(int freq)
Set the frequency (in time steps) at which center of mass motion should be removed.
Definition: CMMotionRemover.h:61
Force objects apply forces to the particles in a System, or alter their behavior in other ways...
Definition: Force.h:65
A ForceImpl provides the internal implementation of a Force.
Definition: ForceImpl.h:57
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