Uses of Enum Class
ffx.algorithms.optimize.RotamerOptimization.DistanceMethod
Packages that use RotamerOptimization.DistanceMethod
Package
Description
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
The manybody package implements many-body rotamer optimization infrastructure,
including distance matrices, an energy expansion (self, two-body, three-body,
and four-body), Dead-end elimination criteria, Goldstein elimination criteria,
and supporting data structures for efficient optimization.
-
Uses of RotamerOptimization.DistanceMethod in ffx.algorithms.optimize
Subclasses with type arguments of type RotamerOptimization.DistanceMethod in ffx.algorithms.optimizeModifier and TypeClassDescriptionstatic enumAllows get2BodyDistance to find the shortest distance between any two rotamers or two residues.Methods in ffx.algorithms.optimize that return RotamerOptimization.DistanceMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RotamerOptimization.DistanceMethod[]RotamerOptimization.DistanceMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RotamerOptimization.DistanceMethod in ffx.algorithms.optimize.manybody
Constructors in ffx.algorithms.optimize.manybody with parameters of type RotamerOptimization.DistanceMethodModifierConstructorDescriptionDistanceMatrix(MolecularAssembly molecularAssembly, AlgorithmListener algorithmListener, Residue[] allResiduesArray, List<Residue> allResiduesList, RotamerOptimization.DistanceMethod distanceMethod, double distance, double twoBodyCutoffDist, double threeBodyCutoffDist)