Uses of Class
ffx.potential.parameters.StretchTorsionType
Packages that use StretchTorsionType
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of StretchTorsionType in ffx.potential.parameters
Methods in ffx.potential.parameters that return StretchTorsionTypeModifier and TypeMethodDescriptionstatic StretchTorsionType
StretchTorsionType.average
(StretchTorsionType stretchTorsionType1, StretchTorsionType stretchTorsionType2, int[] atomClasses) average.ForceField.getStretchTorsionType
(String key) getStretchTorsionTypestatic StretchTorsionType
Construct an StretchTorsionType from an input string.StretchTorsionType.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 StretchTorsionTypeMethods in ffx.potential.parameters with parameters of type StretchTorsionTypeModifier and TypeMethodDescriptionstatic StretchTorsionType
StretchTorsionType.average
(StretchTorsionType stretchTorsionType1, StretchTorsionType stretchTorsionType2, int[] atomClasses) average.