Uses of Class
ffx.openmm.System
Packages that use System
Package
Description
The OpenMM package includes Java classes that are analogues of the OpenMM C++ API.
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 System in ffx.openmm
Methods in ffx.openmm that return SystemModifier and TypeMethodDescriptionContext.getSystem()Get System being simulated in this context.Methods in ffx.openmm with parameters of type SystemModifier and TypeMethodDescriptionvoidContext.updateContext(System system, Integrator integrator, Platform platform) Update the context.Constructors in ffx.openmm with parameters of type SystemModifierConstructorDescriptionContext(System system, Integrator integrator, Platform platform) Construct a new Context in which to run a simulation, explicitly specifying what Platform should be used to perform calculations. -
Uses of System in ffx.potential.openmm
Subclasses of System in ffx.potential.openmmModifier and TypeClassDescriptionclassCreate and manage an OpenMM Dual-Topology System.classCreate and manage an OpenMM System.