smores.Combination#
- class smores.Combination(core, substituent, product, dummy_index, attached_index, core_indices, substituent_indices)[source]#
Bases:
objectA combination of a core and substituent molecule.
Methods
Attributes
The core molecule.
The substituent molecule.
The combination of the
coreandsubstituent.The index of the dummy atom.
The index of the attached atom of the substituent.
The indices of atoms in
product, which are from thesubstituent.- Parameters:
- core: Mol#
The core molecule.
- product: Mol#
The combination of the
coreandsubstituent.
- substituent: Mol#
The substituent molecule.
- substituent_indices: list[int]#
The indices of atoms in
product, which are from thesubstituent.