Polymer
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Copies the molecule and returns a map between the copied atoms, where A is this molecule and B is the copy.
Link copied to clipboard
fun findChainAndResidue(atom: Atom): Pair<Polymer.Chain, Polymer.Residue>?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates an atom map from this molecule to another molecule, assuming each atom name is unique. If the molecules are polymers, atom names need only be unique within a single residue.
Link copied to clipboard
Creates an atom map from this molecule to another molecule, for only the atoms with identical values (ie, name, element, coordinates). Non-matching atoms will not be mapped.