Uses of Class
ffx.potential.parameters.AtomType
Packages that use AtomType
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 AtomType in ffx.potential.bonded
Fields in ffx.potential.bonded declared as AtomTypeMethods in ffx.potential.bonded that return AtomTypeModifier and TypeMethodDescriptionstatic AtomType
BondedUtils.findAtomType
(int key, ForceField forceField) findAtomType.Atom.getAtomType()
Getter for the fieldatomType
.Methods in ffx.potential.bonded with parameters of type AtomTypeModifier and TypeMethodDescriptionstatic Atom
BondedUtils.buildHydrogenAtom
(MSGroup residue, String atomName, Atom ia, double bond, Atom ib, double angle1, Atom ic, double angle2, int chiral, AtomType atomType, ForceField forceField, List<Bond> bondList) Build a hydrogen atom.void
Atom.setAtomType
(AtomType atomType) Setter for the fieldatomType
.Constructors in ffx.potential.bonded with parameters of type AtomType -
Uses of AtomType in ffx.potential.parameters
Methods in ffx.potential.parameters that return AtomTypeModifier and TypeMethodDescriptionForceField.getAtomType
(String key) getAtomTypeForceField.getAtomType
(String moleculeName, String atomName) getAtomTypestatic AtomType
Construct an AtomType from an input string.Methods in ffx.potential.parameters that return types with arguments of type AtomTypeModifier and TypeMethodDescriptionForceField.getAtomTypes()
Get AtomTypes.ForceField.getAtomTypes
(String moleculeName) Getter for the fieldatomTypes
.ForceField.getSimilarAtomTypes
(AtomType atomType) Getter for the fieldatomTypes
.Methods in ffx.potential.parameters with parameters of type AtomTypeModifier and TypeMethodDescriptionForceField.getAngleType
(AtomType a1, AtomType a2, AtomType a3) getAngleTypeForceField.getBondType
(AtomType a1, AtomType a2) getBondTypeForceField.getOutOfPlaneBendType
(AtomType a4, AtomType a0, AtomType a1, AtomType a2) getOutOfPlaneBendTypeForceField.getPiOrbitalTorsionType
(AtomType a1, AtomType a2) getPiOrbitalTorsionTypeForceField.getSimilarAtomTypes
(AtomType atomType) Getter for the fieldatomTypes
.ForceField.getStretchBendType
(AtomType a1, AtomType a2, AtomType a3) getStretchBendTypeForceField.getTorsionType
(AtomType a0, AtomType a1, AtomType a2, AtomType a3) getTorsionTypeMethod parameters in ffx.potential.parameters with type arguments of type AtomTypeModifier and TypeMethodDescriptionAngleTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.AngleTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.AngleType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.AngleType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.BondType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.BondType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
ImproperTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
ImproperTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.OutOfPlaneBendType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.OutOfPlaneBendType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.PiOrbitalTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.PiOrbitalTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.StretchBendType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.StretchBendType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.StretchTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.StretchTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
TorsionTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
TorsionTorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.TorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.TorsionType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
UreyBradleyType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.void
UreyBradleyType.patchClasses
(HashMap<AtomType, AtomType> typeMap) Remap new atom classes to known internal ones.