Uses of Class
ffx.potential.terms.ImproperTorsionPotentialEnergy
Packages that use ImproperTorsionPotentialEnergy
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 ImproperTorsionPotentialEnergy in ffx.potential
Methods in ffx.potential that return ImproperTorsionPotentialEnergyModifier and TypeMethodDescriptionForceFieldEnergy.getImproperTorsionPotentialEnergy()Get the ImproperTorsionPotentialEnergy. -
Uses of ImproperTorsionPotentialEnergy in ffx.potential.openmm
Constructors in ffx.potential.openmm with parameters of type ImproperTorsionPotentialEnergyModifierConstructorDescriptionImproperTorsionForce(ImproperTorsionPotentialEnergy improperTorsionPotentialEnergy) Create an OpenMM Improper Torsion Force.ImproperTorsionForce(ImproperTorsionPotentialEnergy improperTorsionPotentialEnergy, int topology, OpenMMDualTopologyEnergy openMMDualTopologyEnergy) Create a Dual Topology OpenMM Improper Torsion Force.