Uses of Class
ffx.potential.parameters.VDWType
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 VDWType in ffx.potential.bonded
-
Uses of VDWType in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic VDWType
Average two VDWType objects.ForceField.getVDW14Type
(String key) getVDW14TypeForceField.getVDWType
(String key) getVDWTypestatic VDWType
Construct a VDWType from multiple input lines.static VDWType
VDWType.parseVDW14
(String input, String[] tokens) Construct a 1-4 VDWType from multiple input lines.Modifier and TypeMethodDescriptionForceField.getVDW14Types()
getVDW14TypesForceField.getVDWTypes()
getVDWTypesModifier and TypeMethodDescriptionstatic VDWType
Average two VDWType objects.static SoluteType
SoluteType.getVDWSoluteType
(VDWType vdwType)