Uses of Class
ffx.openmm.State

Packages that use State
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 State in ffx.openmm

    Methods in ffx.openmm that return State
    Modifier and Type
    Method
    Description
    Context.getState(int types, int enforcePeriodicBox)
    Get a State object recording the current state information stored in this context.
    Context.getState(int types, int enforcePeriodicBox, int groups)
    Get a State object recording the current state information stored in this context.
    Methods in ffx.openmm with parameters of type State
    Modifier and Type
    Method
    Description
    void
    Context.setState(State state)
    Copy information from a State object into this Context.
  • Uses of State in ffx.potential.openmm

    Subclasses of State in ffx.potential.openmm
    Modifier and Type
    Class
    Description
    class 
    Retrieve state information from an OpenMM Simulation.