Uses of Class
ffx.potential.parameters.UreyBradleyType
Packages that use UreyBradleyType
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of UreyBradleyType in ffx.potential.bonded
Fields in ffx.potential.bonded declared as UreyBradleyTypeModifier and TypeFieldDescriptionfinal UreyBradleyType
UreyBradley.ureyBradleyType
Force field parameters to compute the Stretch-Bend energy.Constructors in ffx.potential.bonded with parameters of type UreyBradleyTypeModifierConstructorDescriptionUreyBradley
(Angle a, UreyBradleyType ureyBradleyType) Constructor for the UreyBradley class. -
Uses of UreyBradleyType in ffx.potential.parameters
Methods in ffx.potential.parameters that return UreyBradleyTypeModifier and TypeMethodDescriptionstatic UreyBradleyType
UreyBradleyType.average
(UreyBradleyType ureyBradleyType1, UreyBradleyType ureyBradleyType2, int[] atomClasses) average.ForceField.getUreyBradleyType
(String key) getUreyBradleyTypestatic UreyBradleyType
Construct a UreyBradleyType from an input string.Methods in ffx.potential.parameters that return types with arguments of type UreyBradleyTypeMethods in ffx.potential.parameters with parameters of type UreyBradleyTypeModifier and TypeMethodDescriptionstatic UreyBradleyType
UreyBradleyType.average
(UreyBradleyType ureyBradleyType1, UreyBradleyType ureyBradleyType2, int[] atomClasses) average.