Uses of Class
ffx.potential.parameters.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
Modifier and TypeMethodDescriptionvoid
Atom.setPolarizeType
(PolarizeType polarizeType) Setter for the fieldpolarizeType
. -
Uses of PolarizeType in ffx.potential.nonbonded
Modifier and TypeMethodDescriptionParticleMeshEwald.getPolarizeType
(int i) Get the PolarizeType for Atom i. -
Uses of PolarizeType in ffx.potential.parameters
Modifier 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.Modifier and TypeMethodDescriptionstatic PolarizeType
PolarizeType.average
(PolarizeType polarizeType1, PolarizeType polarizeType2, int atomType, int[] polarizationGroup) Average two PolarizeType instances.ModifierConstructorDescriptionPolarizeType
(PolarizeType polarizeType, double polarizability) Construct a PolarizeType from a reference type and updated polarizability.