Uses of Class
ffx.potential.parameters.TorsionType
Packages that use TorsionType
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 TorsionType in ffx.potential.bonded
Fields in ffx.potential.bonded declared as TorsionTypeModifier and TypeFieldDescriptionfinal TorsionType
RestraintTorsion.torsionType
Torsion.torsionType
The force field Torsion type in use.Methods in ffx.potential.bonded with parameters of type TorsionTypeModifier and TypeMethodDescriptionvoid
Torsion.setTorsionType
(TorsionType torsionType) Set the torsion type.Constructors in ffx.potential.bonded with parameters of type TorsionTypeModifierConstructorDescriptionRestraintTorsion
(Atom a1, Atom a2, Atom a3, Atom a4, TorsionType tType, boolean lamEnabled, boolean revLam, double units) -
Uses of TorsionType in ffx.potential.parameters
Methods in ffx.potential.parameters that return TorsionTypeModifier and TypeMethodDescriptionstatic TorsionType
TorsionType.average
(TorsionType torsionType1, TorsionType torsionType2, int[] atomClasses) average.ForceField.getTorsionType
(AtomType a0, AtomType a1, AtomType a2, AtomType a3) getTorsionTypeForceField.getTorsionType
(String key) getTorsionTypestatic TorsionType
Construct a TorsionType from an input string.static TorsionType
TorsionType.parseImproper
(String input, String[] tokens) Construct a TorsionType withTorsionMode.IMPROPER
from an input string.TorsionType.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 TorsionTypeMethods in ffx.potential.parameters with parameters of type TorsionTypeModifier and TypeMethodDescriptionstatic TorsionType
TorsionType.average
(TorsionType torsionType1, TorsionType torsionType2, int[] atomClasses) average.