Uses of Class
ffx.potential.terms.OutOfPlaneBendPotentialEnergy
Packages that use OutOfPlaneBendPotentialEnergy
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 OutOfPlaneBendPotentialEnergy in ffx.potential
Methods in ffx.potential that return OutOfPlaneBendPotentialEnergyModifier and TypeMethodDescriptionForceFieldEnergy.getOutOfPlaneBendPotentialEnergy()
Get the OutOfPlaneBendPotentialEnergy. -
Uses of OutOfPlaneBendPotentialEnergy in ffx.potential.openmm
Constructors in ffx.potential.openmm with parameters of type OutOfPlaneBendPotentialEnergyModifierConstructorDescriptionOutOfPlaneBendForce
(OutOfPlaneBendPotentialEnergy outOfPlaneBendPotentialEnergy) Create an Out-of-Plane Bend Force.OutOfPlaneBendForce
(OutOfPlaneBendPotentialEnergy outOfPlaneBendPotentialEnergy, int topology, OpenMMDualTopologyEnergy openMMDualTopologyEnergy) Create an Out-of-Plane Bend Force for Dual Topology.