Uses of Enum Class
ffx.potential.parameters.BondType.BondFunction
Packages that use BondType.BondFunction
Package
Description
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of BondType.BondFunction in ffx.potential
Methods in ffx.potential with parameters of type BondType.BondFunctionModifier and TypeMethodDescriptionForceFieldEnergy.getRestrainDistances
(BondType.BondFunction bondFunction) Getter for the fieldrestrainDistances
. -
Uses of BondType.BondFunction in ffx.potential.openmm
Methods in ffx.potential.openmm with parameters of type BondType.BondFunctionModifier and TypeMethodDescriptionstatic Force
RestrainBondsForce.constructForce
(BondType.BondFunction bondFunction, OpenMMEnergy openMMEnergy) Add a Restrain-Bond force to the OpenMM System.Constructors in ffx.potential.openmm with parameters of type BondType.BondFunctionModifierConstructorDescriptionRestrainBondsForce
(BondType.BondFunction bondFunction, OpenMMEnergy openMMEnergy) Restrain Bond Force constructor. -
Uses of BondType.BondFunction in ffx.potential.parameters
Fields in ffx.potential.parameters declared as BondType.BondFunctionModifier and TypeFieldDescriptionBondType.bondFunction
The function used by the bond: harmonic or quartic with flat-bottom variants.Methods in ffx.potential.parameters that return BondType.BondFunctionModifier and TypeMethodDescriptionstatic BondType.BondFunction
Returns the enum constant of this class with the specified name.static BondType.BondFunction[]
BondType.BondFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.parameters with parameters of type BondType.BondFunctionModifier and TypeMethodDescriptionvoid
BondType.setBondFunction
(BondType.BondFunction bondFunction) void
ForceField.setBondFunction
(BondType.BondFunction bondFunction) The BondFunction in use by this ForceField.Constructors in ffx.potential.parameters with parameters of type BondType.BondFunctionModifierConstructorDescriptionBondType
(int[] atomClasses, double forceConstant, double distance, BondType.BondFunction bondFunction) BondType constructor.BondType
(int[] atomClasses, double forceConstant, double distance, BondType.BondFunction bondFunction, double flatBottomRadius) BondType constructor.