Uses of Class
ffx.potential.terms.EnergyTerm
Packages that use EnergyTerm
Package
Description
The terms package contains analytical potential energy terms and their
gradients for bonded interactions (bond, angle, stretch-bend, torsions,
impropers, Urey-Bradley) and restraint terms used by Force Field X.
-
Uses of EnergyTerm in ffx.potential.terms
Subclasses of EnergyTerm in ffx.potential.termsModifier and TypeClassDescriptionclass
Angle potential energy term usingAngle
instances.class
Angle-Torsion potential energy term usingAngleTorsion
instances.class
Bond potential energy term usingBond
instances.class
Improper Torsion potential energy term usingImproperTorsion
instances.class
Out-of-Plane Bend potential energy term usingOutOfPlaneBend
instances.class
Pi-Orbital Torsion potential energy term usingPiOrbitalTorsion
instances.class
Restrain-Distance potential energy term usingRestrainDistance
instances.class
Restrain-Position potential energy term usingRestrainPosition
instances.class
Restrain-Torsion potential energy term usingTorsion
instances.class
Stretch-Bend potential energy term usingStretchBend
instances.class
Stretch-Torsion potential energy term usingStretchTorsion
instances.class
Torsion potential energy term usingTorsion
instances.class
Torsion-Torsion potential energy term usingTorsionTorsion
instances.class
Urey-Bradley potential energy term usingUreyBradley
instances.Methods in ffx.potential.terms that return EnergyTermModifier and TypeMethodDescriptionEnergyTermRegion.getEnergyTerm
(int index) Get the BondedEnergyTerm at a specific index.Methods in ffx.potential.terms that return types with arguments of type EnergyTermModifier and TypeMethodDescriptionEnergyTermRegion.getEnergyTerms()
Get an unmodifiable view of the energy terms.Methods in ffx.potential.terms with parameters of type EnergyTermModifier and TypeMethodDescriptionboolean
EnergyTermRegion.addEnergyTerm
(EnergyTerm term) Add a EnergyTerm to this bonded region.boolean
EnergyTermRegion.removeEnergyTerm
(EnergyTerm term) Remove an EnergyTerm from this bonded region.