Uses of Class
ffx.openmm.Platform
Packages that use Platform
-
Uses of Platform in ffx.openmm
Methods in ffx.openmm with parameters of type PlatformModifier and TypeMethodDescriptionvoid
Context.updateContext
(System system, Integrator integrator, Platform platform) Update the context.Constructors in ffx.openmm with parameters of type PlatformModifierConstructorDescriptionContext
(System system, Integrator integrator, Platform platform) Constructor. -
Uses of Platform in ffx.potential.openmm
Methods in ffx.potential.openmm that return PlatformModifier and TypeMethodDescriptionstatic Platform
OpenMMContext.loadPlatform
(Platform requestedPlatform, ForceField forceField) Load an OpenMM PlatformConstructors in ffx.potential.openmm with parameters of type PlatformModifierConstructorDescriptionOpenMMContext
(Platform platform, OpenMMSystem openMMSystem, Atom[] atoms) Create an OpenMM Context.