Uses of Class
ffx.potential.parameters.OutOfPlaneBendType
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of OutOfPlaneBendType in ffx.potential.bonded
Modifier and TypeFieldDescriptionOutOfPlaneBend.outOfPlaneBendType
Force field parameters to compute the Out-of-Plane Bend energy.Modifier and TypeMethodDescriptionvoid
OutOfPlaneBend.setOutOfPlaneBendType
(OutOfPlaneBendType a) Set a reference to the force field parameters for this Angle. -
Uses of OutOfPlaneBendType in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic OutOfPlaneBendType
OutOfPlaneBendType.average
(OutOfPlaneBendType outOfPlaneBendType1, OutOfPlaneBendType outOfPlaneBendType2, int[] atomClasses) Average two OutOfPlaneBendType instances.ForceField.getOutOfPlaneBendType
(AtomType a4, AtomType a0, AtomType a1, AtomType a2) getOutOfPlaneBendTypeForceField.getOutOfPlaneBendType
(String key) getOutOfPlaneBendTypestatic OutOfPlaneBendType
Construct an OutOfPlaneBendType from an input string.OutOfPlaneBendType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.Modifier and TypeMethodDescriptionstatic OutOfPlaneBendType
OutOfPlaneBendType.average
(OutOfPlaneBendType outOfPlaneBendType1, OutOfPlaneBendType outOfPlaneBendType2, int[] atomClasses) Average two OutOfPlaneBendType instances.