Uses of Class
ffx.potential.parameters.OutOfPlaneBendType
Packages that use 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
Fields in ffx.potential.bonded declared as OutOfPlaneBendTypeModifier and TypeFieldDescriptionOutOfPlaneBend.outOfPlaneBendType
Force field parameters to compute the Out-of-Plane Bend energy.Methods in ffx.potential.bonded with parameters of type OutOfPlaneBendTypeModifier and TypeMethodDescriptionvoid
OutOfPlaneBend.setOutOfPlaneBendType
(OutOfPlaneBendType a) Set a reference to the force field parameters for this Angle. -
Uses of OutOfPlaneBendType in ffx.potential.parameters
Methods in ffx.potential.parameters that return OutOfPlaneBendTypeModifier 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.Methods in ffx.potential.parameters that return types with arguments of type OutOfPlaneBendTypeMethods in ffx.potential.parameters with parameters of type OutOfPlaneBendTypeModifier and TypeMethodDescriptionstatic OutOfPlaneBendType
OutOfPlaneBendType.average
(OutOfPlaneBendType outOfPlaneBendType1, OutOfPlaneBendType outOfPlaneBendType2, int[] atomClasses) Average two OutOfPlaneBendType instances.