Package ffx.openmm
Class LangevinIntegrator
java.lang.Object
ffx.openmm.Integrator
ffx.openmm.LangevinMiddleIntegrator
ffx.openmm.LangevinIntegrator
This is an Integrator which simulates a System using Langevin dynamics. It
is identical to LangevinMiddleIntegrator. It simply subclasses it without adding or changing anything.
The two different classes exist only for historical reasons.
-
Field Summary
Fields inherited from class ffx.openmm.Integrator
pointer
-
Constructor Summary
-
Method Summary
Methods inherited from class ffx.openmm.LangevinMiddleIntegrator
destroy, setRandomNumberSeed, step
Methods inherited from class ffx.openmm.Integrator
getPointer, setConstraintTolerance, setPointer
-
Constructor Details
-
LangevinIntegrator
public LangevinIntegrator(double dt, double temp, double gamma) Constructor.- Parameters:
dt
- The time step.temp
- The temperature.gamma
- The friction coefficient.
-