Package ffx.openmm

Class LangevinIntegrator


public class LangevinIntegrator extends LangevinMiddleIntegrator
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.
  • Constructor Details

    • LangevinIntegrator

      public LangevinIntegrator(double dt, double temp, double gamma)
      Create a LangevinIntegrator.
      Parameters:
      dt - the step size with which to integrate the system (in picoseconds)
      temp - the temperature of the heat bath (in Kelvin)
      gamma - the friction coefficient which couples the system to the heat bath (in inverse picoseconds)