Package ffx.openmm
Class VerletIntegrator
java.lang.Object
ffx.openmm.Integrator
ffx.openmm.VerletIntegrator
Verlet Integrator.
-
Field Summary
Fields inherited from class ffx.openmm.Integrator
pointer
-
Constructor Summary
-
Method Summary
Methods inherited from class ffx.openmm.Integrator
getPointer, setConstraintTolerance, setPointer
-
Constructor Details
-
VerletIntegrator
public VerletIntegrator(double dt) Constructor.- Parameters:
dt
- The time step.
-
-
Method Details
-
step
public void step(int steps) Step the integrator.- Overrides:
step
in classIntegrator
- Parameters:
steps
- The number of steps to take.
-
destroy
public void destroy()Destroy the integrator.- Overrides:
destroy
in classIntegrator
-