Uses of Enum Class
ffx.potential.parameters.ForceField.ELEC_FORM
Packages that use ForceField.ELEC_FORM
Package
Description
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 ForceField.ELEC_FORM in ffx.potential.nonbonded
Methods in ffx.potential.nonbonded that return ForceField.ELEC_FORMConstructors in ffx.potential.nonbonded with parameters of type ForceField.ELEC_FORMModifierConstructorDescriptionParticleMeshEwald
(Atom[] atoms, int[] molecule, ForceField forceField, Crystal crystal, NeighborList neighborList, ForceField.ELEC_FORM elecForm, double ewaldCutoff, double gkCutoff, ParallelTeam parallelTeam) ParticleMeshEwald constructor. -
Uses of ForceField.ELEC_FORM in ffx.potential.nonbonded.pme
Constructors in ffx.potential.nonbonded.pme with parameters of type ForceField.ELEC_FORMModifierConstructorDescriptionRealSpaceEnergyRegion
(ForceField.ELEC_FORM elecForm, int nt, ForceField forceField, boolean lambdaTerm, double electric) ScaleParameters
(ForceField.ELEC_FORM elecForm, ForceField forceField) -
Uses of ForceField.ELEC_FORM in ffx.potential.parameters
Methods in ffx.potential.parameters that return ForceField.ELEC_FORMModifier and TypeMethodDescriptionstatic ForceField.ELEC_FORM
Returns the enum constant of this class with the specified name.static ForceField.ELEC_FORM[]
ForceField.ELEC_FORM.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.parameters with parameters of type ForceField.ELEC_FORMModifier and TypeMethodDescriptionstatic boolean
MultipoleType.assignMultipole
(ForceField.ELEC_FORM elecForm, Atom atom, ForceField forceField, double[] multipole, int i, int[][] axisAtom, MultipoleType.MultipoleFrameDefinition[] frame) Assign the multipole type.static MultipoleType
MultipoleType.multipoleTypeFactory
(ForceField.ELEC_FORM elecForm, Atom atom, ForceField forceField) multipoleTypeFactory.