Uses of Class
ffx.potential.parameters.TorsionTorsionType
Packages that use TorsionTorsionType
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 TorsionTorsionType in ffx.potential.bonded
Fields in ffx.potential.bonded declared as TorsionTorsionTypeModifier and TypeFieldDescriptionTorsionTorsion.torsionTorsionTypeThe force field Torsion-Torsion type in use. -
Uses of TorsionTorsionType in ffx.potential.parameters
Methods in ffx.potential.parameters that return TorsionTorsionTypeModifier and TypeMethodDescriptionstatic TorsionTorsionTypeTorsionTorsionType.average(TorsionTorsionType torsionTorsionType1, TorsionTorsionType torsionTorsionType2, int[] atomClasses) Average two TorsionTorsionType instances.ForceField.getTorsionTorsionType(String key) getTorsionTorsionTypestatic TorsionTorsionTypeConstruct a TorsionTorsionType from a single input line.static TorsionTorsionTypeTorsionTorsionType.parse(String input, String[] tokens, BufferedReader br) Construct a TorsionTorsionType from multiple input lines.Methods in ffx.potential.parameters that return types with arguments of type TorsionTorsionTypeMethods in ffx.potential.parameters with parameters of type TorsionTorsionTypeModifier and TypeMethodDescriptionstatic TorsionTorsionTypeTorsionTorsionType.average(TorsionTorsionType torsionTorsionType1, TorsionTorsionType torsionTorsionType2, int[] atomClasses) Average two TorsionTorsionType instances.