Uses of Class
ffx.potential.parameters.VDWType
Packages that use 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
Methods in ffx.potential.bonded that return VDWTypeMethods in ffx.potential.bonded with parameters of type VDWType -
Uses of VDWType in ffx.potential.parameters
Methods in ffx.potential.parameters that return VDWTypeModifier 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.Methods in ffx.potential.parameters that return types with arguments of type VDWTypeModifier and TypeMethodDescriptionForceField.getVDW14Types()
getVDW14TypesForceField.getVDWTypes()
getVDWTypesMethods in ffx.potential.parameters with parameters of type VDWTypeModifier and TypeMethodDescriptionstatic VDWType
Average two VDWType objects.static SoluteType
SoluteType.getVDWSoluteType
(VDWType vdwType)