Uses of Class
ffx.potential.parameters.PolarizeType
Packages that use PolarizeType
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of PolarizeType in ffx.potential.bonded
Methods in ffx.potential.bonded that return PolarizeTypeMethods in ffx.potential.bonded with parameters of type PolarizeTypeModifier and TypeMethodDescriptionvoid
Atom.setPolarizeType
(PolarizeType polarizeType) Setter for the fieldpolarizeType
. -
Uses of PolarizeType in ffx.potential.nonbonded
Methods in ffx.potential.nonbonded that return PolarizeTypeModifier and TypeMethodDescriptionParticleMeshEwald.getPolarizeType
(int i) Get the PolarizeType for Atom i. -
Uses of PolarizeType in ffx.potential.parameters
Methods in ffx.potential.parameters that return PolarizeTypeModifier and TypeMethodDescriptionstatic PolarizeType
PolarizeType.average
(PolarizeType polarizeType1, PolarizeType polarizeType2, int atomType, int[] polarizationGroup) Average two PolarizeType instances.ForceField.getPolarizeType
(String key) getPolarizeTypestatic PolarizeType
Construct a PolarizeType from an input string.Methods in ffx.potential.parameters that return types with arguments of type PolarizeTypeMethods in ffx.potential.parameters with parameters of type PolarizeTypeModifier and TypeMethodDescriptionstatic PolarizeType
PolarizeType.average
(PolarizeType polarizeType1, PolarizeType polarizeType2, int atomType, int[] polarizationGroup) Average two PolarizeType instances.Constructors in ffx.potential.parameters with parameters of type PolarizeTypeModifierConstructorDescriptionPolarizeType
(PolarizeType polarizeType, double polarizability) Construct a PolarizeType from a reference type and updated polarizability.