Uses of Class
ffx.potential.bonded.BondedUtils.MissingAtomTypeException
Packages that use BondedUtils.MissingAtomTypeException
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of BondedUtils.MissingAtomTypeException in ffx.potential.bonded
Methods in ffx.potential.bonded that throw BondedUtils.MissingAtomTypeExceptionModifier and TypeMethodDescriptionstatic voidAminoAcidUtils.assignAminoAcidAtomTypes(Residue residue, Residue previousResidue, Residue nextResidue, ForceField forceField, List<Bond> bondList) assignAminoAcidAtomTypes.static voidAminoAcidUtils.assignAminoAcidAtomTypes(List<Residue> residues, ForceField forceField, List<Bond> bondList) Assign atom types to an amino acid polymer.static voidNucleicAcidUtils.assignNucleicAcidAtomTypes(List<Residue> residues, ForceField forceField, List<Bond> bondList) Assign atom types for a nucleic acid polymer.static AtomBondedUtils.buildHeavy(MSGroup residue, String atomName, Atom bondedTo, int key, ForceField forceField, List<Bond> bondList) Build a heavy atom.