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)
      Constructor.
      Parameters:
      dt - The time step.
      temp - The temperature.
      gamma - The friction coefficient.