Uses of Class
ffx.potential.bonded.TorsionTorsion
Packages that use TorsionTorsion
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 TorsionTorsion in ffx.potential
Methods in ffx.potential that return TorsionTorsionModifier and TypeMethodDescriptionForceFieldEnergy.getTorsionTorsions()
Getter for the fieldtorsionTorsions
. -
Uses of TorsionTorsion in ffx.potential.bonded
Methods in ffx.potential.bonded that return TorsionTorsionModifier and TypeMethodDescriptionstatic TorsionTorsion
TorsionTorsion.torsionTorsionFactory
(Bond firstBond, Angle angle, Bond lastBond, ForceField forceField) torsionTorsionFactory.Methods in ffx.potential.bonded that return types with arguments of type TorsionTorsionModifier and TypeMethodDescriptionMSNode.getTorsionTorsionList()
Returns a List of all Torsion-Torsions below the present MSNode.