Uses of Class
ffx.potential.bonded.OutOfPlaneBend
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 OutOfPlaneBend in ffx.potential
Modifier and TypeMethodDescriptionForceFieldEnergy.getOutOfPlaneBends()
Getter for the fieldoutOfPlaneBends
. -
Uses of OutOfPlaneBend in ffx.potential.bonded
Modifier and TypeMethodDescriptionstatic OutOfPlaneBend
OutOfPlaneBend.outOfPlaneBendFactory
(Angle angle, ForceField forceField) Attempt to create a new OutOfPlaneBend instance for a given Angle and Force Field.Modifier and TypeMethodDescriptionMSNode.getOutOfPlaneBendList()
Returns a List of all Out-of-Plane Bends below the present MSNode.