Uses of Class
ffx.potential.parameters.BondType
Packages that use BondType
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 BondType in ffx.potential.bonded
Fields in ffx.potential.bonded declared as BondTypeModifier and TypeFieldDescriptionBond.bondType
The force field BondType for this bond.RestrainDistance.bondType
StretchTorsion.bondType1
First bond force field type.StretchTorsion.bondType2
Second bond force field type.StretchTorsion.bondType3
Third bond force field type.Methods in ffx.potential.bonded that return BondTypeModifier and TypeMethodDescriptionBond.getBondType()
Return the BondType for this Bond.RestrainDistance.getBondType()
Getter for the fieldbondType
.Methods in ffx.potential.bonded with parameters of type BondTypeModifier and TypeMethodDescriptionvoid
Bond.setBondType
(BondType bondType) Set a reference to the force field parameters.void
RestrainDistance.setBondType
(BondType bondType) Set a reference to the force field parameters. -
Uses of BondType in ffx.potential.parameters
Methods in ffx.potential.parameters that return BondTypeModifier and TypeMethodDescriptionstatic BondType
Average two BondType instances.ForceField.getBondType
(AtomType a1, AtomType a2) getBondTypeForceField.getBondType
(String key) getBondTypestatic BondType
Construct a BondType from an input string.BondType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.Methods in ffx.potential.parameters that return types with arguments of type BondTypeMethods in ffx.potential.parameters with parameters of type BondType