Uses of Annotation Interface
ffx.utilities.FFXProperties
Packages that use FFXProperties
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of FFXProperties in ffx.potential.nonbonded.pme
Fields in ffx.potential.nonbonded.pme with annotations of type FFXPropertiesModifier and TypeFieldDescriptionfinal double
ScaleParameters.m12scale
The interaction energy between 1-2 multipoles is scaled by m12scale.final double
ScaleParameters.m13scale
The interaction energy between 1-3 multipoles is scaled by m13scale.final double
ScaleParameters.m14scale
The interaction energy between 1-4 multipoles is scaled by m14scale.final double
ScaleParameters.m15scale
The interaction energy between 1-5 multipoles is scaled by m15scale. -
Uses of FFXProperties in ffx.potential.parameters
Classes in ffx.potential.parameters with annotations of type FFXPropertiesModifier and TypeClassDescriptionfinal class
The AngleType class defines one harmonic angle bend energy term.final class
The TorsionType class defines a torsional angle.final class
The VDWType class defines van der Waals type for a normal interaction or a special 1-4 interaction.