Uses of Class
ffx.potential.openmm.OpenMMSystem
Packages that use OpenMMSystem
-
Uses of OpenMMSystem in ffx.potential.openmm
Methods in ffx.potential.openmm that return OpenMMSystemModifier and TypeMethodDescriptionOpenMMEnergy.getSystem()
Get a reference to the System instance.Methods in ffx.potential.openmm with parameters of type OpenMMSystemModifier and TypeMethodDescriptionstatic CustomMTSIntegrator
OpenMMIntegrator.createCustomMTSIntegrator
(double dt, OpenMMSystem openMMSystem) Create a Custom MTS Integrator.static CustomMTSLangevinIntegrator
OpenMMIntegrator.createCustomMTSLangevinIntegrator
(double dt, double temperature, OpenMMSystem openMMSystem) Create a Custom MTS Langevin integrator.static Integrator
OpenMMIntegrator.createIntegrator
(String name, double timeStep, double temperature, OpenMMSystem openMMSystem) Create a integrator.Constructors in ffx.potential.openmm with parameters of type OpenMMSystemModifierConstructorDescriptionOpenMMContext
(Platform platform, OpenMMSystem openMMSystem, Atom[] atoms) Create an OpenMM Context.