Uses of Class
ffx.potential.terms.StretchTorsionPotentialEnergy
Packages that use StretchTorsionPotentialEnergy
Package
Description
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
The openmm package contains utilities to construct and run Force Field X
potentials on the OpenMM platform, including system builders, custom forces,
alchemical fixed-charge forces, and integrators tailored to FFX simulations.
-
Uses of StretchTorsionPotentialEnergy in ffx.potential
Methods in ffx.potential that return StretchTorsionPotentialEnergyModifier and TypeMethodDescriptionForceFieldEnergy.getStretchTorsionPotentialEnergy()
Get the StretchTorsionPotentialEnergy. -
Uses of StretchTorsionPotentialEnergy in ffx.potential.openmm
Constructors in ffx.potential.openmm with parameters of type StretchTorsionPotentialEnergyModifierConstructorDescriptionStretchTorsionForce
(StretchTorsionPotentialEnergy stretchTorsionPotentialEnergy) Create an OpenMM Stretch-Torsion Force.StretchTorsionForce
(StretchTorsionPotentialEnergy stretchPotentialEnergy, int topology, OpenMMDualTopologyEnergy openMMDualTopologyEnergy) Create a Dual Topology OpenMM Stretch-Torsion Force.