Package ffx.algorithms.optimize


@ParametersAreNonnullByDefault package ffx.algorithms.optimize
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM code paths.
Since:
1.0
  • Class
    Description
    This class is for a configuration optimization of two small systems.
    Minimize the energy of a system to an RMS gradient per atom convergence criteria.
    Minimize the potential energy of a system to an RMS gradient per atom convergence criteria.
    Enumerates available molecular minimization engines; presently limited to the FFX reference engine and the OpenMM engine.
    Given a Context, this class searches for a new set of particle positions that represent a local minimum of the potential energy.
    Minimize the potential energy of a system to an RMS gradient per atom convergence criteria.
    Optimize protein side-chain conformations and nucleic acid backbone conformations using rotamers.
    Rotamer Optimization Methods.
     
    Allows get2BodyDistance to find the shortest distance between any two rotamers or two residues.
     
    TorsionSearch class for performing a torsion scan on a molecule in a molecular assembly.