Uses of Class
ffx.potential.bonded.Torsion
Package
Description
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of Torsion in ffx.potential
Modifier and TypeMethodDescriptionTorsion[]
ForceFieldEnergy.getTorsions()
Getter for the fieldtorsions
. -
Uses of Torsion in ffx.potential.bonded
Modifier and TypeFieldDescriptionfinal Torsion[]
TorsionTorsion.torsions
The two torsions that are coupled.Modifier and TypeMethodDescriptionAtom.getTorsion
(Atom atom2, Atom atom3, Atom atom4) Finds a Torsion which contains this atom, and atoms 2, 3, and 4.Modifier and TypeMethodDescriptionPolymer.getPhiPsiList()
Get lists of the phi and psi torsions.MSNode.getTorsionList()
Returns a List of all Torsions below the present MSNode.Atom.getTorsions()
Getter for the fieldtorsions
.Modifier and TypeMethodDescriptionvoid
Atom.setTorsion
(Torsion torsion) setTorsionstatic StretchTorsion
StretchTorsion.stretchTorsionFactory
(Torsion torsion, ForceField forceField) Attempt to create a new StretchTorsion based on the supplied torsion.