Uses of Class
ffx.openmm.LangevinIntegrator
Packages that use LangevinIntegrator
Package
Description
The openmm package contains utilities to construct and run Force Field X
potentials on the OpenMM platform, including system builders, custom forces,
alchemical fixed-charge forces, and integrators tailored to FFX simulations.
-
Uses of LangevinIntegrator in ffx.potential.openmm
Methods in ffx.potential.openmm that return LangevinIntegratorModifier and TypeMethodDescriptionstatic LangevinIntegrator
OpenMMIntegrator.createLangevinIntegrator
(double dt, double temperature, ForceField forceField) Create a Langevin integrator.