Uses of Class
ffx.potential.bonded.RestrainPosition
Packages that use RestrainPosition
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 RestrainPosition in ffx.potential
Methods in ffx.potential that return types with arguments of type RestrainPositionModifier and TypeMethodDescriptionForceFieldEnergy.getRestrainPositions()
Getter for the fieldcoordRestraints
. -
Uses of RestrainPosition in ffx.potential.bonded
Methods in ffx.potential.bonded that return RestrainPositionModifier and TypeMethodDescriptionstatic RestrainPosition
RestrainPosition.parseRestrainPosition
(String line, Atom[] atoms, boolean useLambda) Parse a Restrain-Position line and return a RestrainPosition instance.static RestrainPosition[]
RestrainPosition.parseRestrainPositions
(MolecularAssembly molecularAssembly)