Uses of Class
ffx.potential.terms.StretchBendPotentialEnergy
Packages that use StretchBendPotentialEnergy
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 StretchBendPotentialEnergy in ffx.potential
Methods in ffx.potential that return StretchBendPotentialEnergyModifier and TypeMethodDescriptionForceFieldEnergy.getStretchBendPotentialEnergy()
Get the StretchBendPotentialEnergy. -
Uses of StretchBendPotentialEnergy in ffx.potential.openmm
Constructors in ffx.potential.openmm with parameters of type StretchBendPotentialEnergyModifierConstructorDescriptionStretchBendForce
(StretchBendPotentialEnergy stretchBendPotentialEnergy) Create an OpenMM Stretch-Bend Force.StretchBendForce
(StretchBendPotentialEnergy stretchBendPotentialEnergy, int topology, OpenMMDualTopologyEnergy openMMDualTopologyEnergy) Create an OpenMM Stretch-Bend Force for Dual Topology.