Uses of Class
ffx.potential.parameters.ImproperTorsionType
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 ImproperTorsionType in ffx.potential.bonded
Modifier and TypeFieldDescriptionImproperTorsion.improperType
Force field parameters to compute the ImproperTorsion energy. -
Uses of ImproperTorsionType in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic ImproperTorsionType
ImproperTorsionType.average
(ImproperTorsionType improperTorsionType1, ImproperTorsionType improperTorsionType2, int[] atomClasses) Average two ImproperTorsionType instances.ForceField.getImproperType
(String key) getImproperTypestatic ImproperTorsionType
Construct an ImproperTorsionType from an input string.Modifier and TypeMethodDescriptionstatic ImproperTorsionType
ImproperTorsionType.average
(ImproperTorsionType improperTorsionType1, ImproperTorsionType improperTorsionType2, int[] atomClasses) Average two ImproperTorsionType instances.