Uses of Class
ffx.potential.parameters.StretchBendType
Packages that use StretchBendType
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 StretchBendType in ffx.potential.bonded
Methods in ffx.potential.bonded with parameters of type StretchBendTypeModifier and TypeMethodDescriptionvoid
StretchBend.setStretchBendType
(StretchBendType stretchBendType) Setter for the fieldstretchBendType
. -
Uses of StretchBendType in ffx.potential.parameters
Methods in ffx.potential.parameters that return StretchBendTypeModifier and TypeMethodDescriptionstatic StretchBendType
StretchBendType.average
(StretchBendType stretchBendType1, StretchBendType stretchBendType2, int[] atomClasses) average.ForceField.getStretchBendType
(AtomType a1, AtomType a2, AtomType a3) getStretchBendTypeForceField.getStretchBendType
(String key) getStretchBendTypestatic StretchBendType
Construct a StretchBendType from an input string.StretchBendType.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 StretchBendTypeMethods in ffx.potential.parameters with parameters of type StretchBendTypeModifier and TypeMethodDescriptionstatic StretchBendType
StretchBendType.average
(StretchBendType stretchBendType1, StretchBendType stretchBendType2, int[] atomClasses) average.