Chain Generator Bonded Group
class ChainGeneratorBondedGroup(idGenerator: ChainIdGenerator) : ChainGenerator
Content copied to clipboard
Generates a chain with one residue for each group of bonded atoms in the molecule. Useful for small molecules and solvents, as long as we have bonds.
Constructors
Functions
Link copied to clipboard
open override fun generateChain(nonPolymerMol: Molecule, polymerMol: Polymer, polymerAtoms: List<Atom>): Polymer.Chain
Content copied to clipboard
nonPolymerMol
is the input non-polymer molecule to be combined. polymerMol
is the combined output molecule, with the polymerAtoms
already added. polyerAtoms
are the atoms in polymerMol
which have already been copied from nonPolymerMol
.
Link copied to clipboard