Uses of Enum Class
ffx.potential.nonbonded.pme.AlchemicalParameters.AlchemicalMode
Packages that use AlchemicalParameters.AlchemicalMode
Package
Description
The pme package implements polarization and permanent electrostatics using
Particle Mesh Ewald (PME).
-
Uses of AlchemicalParameters.AlchemicalMode in ffx.potential.nonbonded.pme
Subclasses with type arguments of type AlchemicalParameters.AlchemicalMode in ffx.potential.nonbonded.pmeModifier and TypeClassDescriptionstatic enumFor OST mode, we are calculating analytic dU/dL, d2U/dL2 and d2U/dL/dX for the permanent and polarization energy terms.Fields in ffx.potential.nonbonded.pme declared as AlchemicalParameters.AlchemicalModeMethods in ffx.potential.nonbonded.pme that return AlchemicalParameters.AlchemicalModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AlchemicalParameters.AlchemicalMode[]AlchemicalParameters.AlchemicalMode.values()Returns an array containing the constants of this enum class, in the order they are declared.