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 TypeClassDescriptionclassAngle potential energy term usingAngleinstances.classAngle-Torsion potential energy term usingAngleTorsioninstances.classBond potential energy term usingBondinstances.classImproper Torsion potential energy term usingImproperTorsioninstances.classOut-of-Plane Bend potential energy term usingOutOfPlaneBendinstances.classPi-Orbital Torsion potential energy term usingPiOrbitalTorsioninstances.classRestrain-Distance potential energy term usingRestrainDistanceinstances.classRestrain-Position potential energy term usingRestrainPositioninstances.classRestrain-Torsion potential energy term usingTorsioninstances.classStretch-Bend potential energy term usingStretchBendinstances.classStretch-Torsion potential energy term usingStretchTorsioninstances.classTorsion potential energy term usingTorsioninstances.classTorsion-Torsion potential energy term usingTorsionTorsioninstances.classUrey-Bradley potential energy term usingUreyBradleyinstances.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 TypeMethodDescriptionbooleanEnergyTermRegion.addEnergyTerm(EnergyTerm term) Add a EnergyTerm to this bonded region.booleanEnergyTermRegion.removeEnergyTerm(EnergyTerm term) Remove an EnergyTerm from this bonded region.