Uses of Class
ffx.potential.constraint.CcmaConstraint
Packages that use CcmaConstraint
Package
Description
The constraint package implements holonomic constraint algorithms used during
molecular dynamics and minimization, including CCMA, SETTLE, and SHAKE-style
constraints (as well as charge constraints).
-
Uses of CcmaConstraint in ffx.potential.constraint
Methods in ffx.potential.constraint that return CcmaConstraintModifier and TypeMethodDescriptionstatic CcmaConstraint
CcmaConstraint.ccmaFactory
(List<Bond> constrainedBonds, List<Angle> constrainedAngles, Atom[] allAtoms, double[] masses, double nonzeroCutoff) Constructs a set of bond length Constraints to be satisfied using the Constaint Constraint Matrix Approximation, a parallelizable stable numeric method.