Uses of Class
ffx.potential.parameters.SoluteType
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of SoluteType in ffx.potential.bonded
-
Uses of SoluteType in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic SoluteType
SoluteType.getCensusSoluteType
(int atomicNumber) static SoluteType
SoluteType.getFitSoluteType
(ForceField forceField, int type) ForceField.getSoluteType
(String key) Get a SoluteType.static SoluteType
SoluteType.getSoluteType
(Atom atom, ForceField forceField, SoluteType.SOLUTE_RADII_TYPE soluteRadiiType) static SoluteType
SoluteType.getVDWSoluteType
(VDWType vdwType) static SoluteType
Construct a SoluteType from an input string.