Uses of Class
ffx.openmm.Integrator
Packages that use Integrator
-
Uses of Integrator in ffx.openmm
Subclasses of Integrator in ffx.openmmModifier and TypeClassDescriptionclass
Custom Integrator.class
This is an Integrator which simulates a System using Langevin dynamics.class
Langevin Integrator.class
Verlet Integrator.Methods in ffx.openmm with parameters of type IntegratorModifier and TypeMethodDescriptionvoid
Context.updateContext
(System system, Integrator integrator, Platform platform) Update the context.Constructors in ffx.openmm with parameters of type IntegratorModifierConstructorDescriptionContext
(System system, Integrator integrator, Platform platform) Constructor. -
Uses of Integrator in ffx.potential.openmm
Subclasses of Integrator in ffx.potential.openmmModifier and TypeClassDescriptionclass
OpenMM Custom MTS Integrator.class
OpenMM Custom MTS Langevin Integrator.Methods in ffx.potential.openmm that return IntegratorModifier and TypeMethodDescriptionstatic Integrator
OpenMMIntegrator.createIntegrator
(String name, double timeStep, double temperature, OpenMMSystem openMMSystem) Create a integrator.