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.bondTypeThe force field BondType for this bond.RestrainDistance.bondTypeStretchTorsion.bondType1First bond force field type.StretchTorsion.bondType2Second bond force field type.StretchTorsion.bondType3Third 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 TypeMethodDescriptionvoidBond.setBondType(BondType bondType) Set a reference to the force field parameters.voidRestrainDistance.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 BondTypeAverage two BondType instances.ForceField.getBondType(AtomType a1, AtomType a2) getBondTypeForceField.getBondType(String key) getBondTypestatic BondTypeConstruct 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