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