Uses of Annotation Interface
ffx.utilities.FFXProperties
Packages that use FFXProperties
Package
Description
The pme package implements polarization and permanent electrostatics using
Particle Mesh Ewald (PME).
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 doubleScaleParameters.m12scaleThe interaction energy between 1-2 multipoles is scaled by m12scale.final doubleScaleParameters.m13scaleThe interaction energy between 1-3 multipoles is scaled by m13scale.final doubleScaleParameters.m14scaleThe interaction energy between 1-4 multipoles is scaled by m14scale.final doubleScaleParameters.m15scaleThe 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 classThe AngleType class defines one harmonic angle bend energy term.final classThe TorsionType class defines a torsional angle.final classThe VDWType class defines van der Waals type for a normal interaction or a special 1-4 interaction.