OEGetAutomorphs
OEGetAutomorphs(arg1: Union[OEGraphMol,OEMol,OEQMol],
includeH: bool = False) -> Iterable[OEMatchBase]
Returns an iterator over all the automorphisms, i.e. self matches of the molecule.
- includeH
This flag indicates whether explicit hydrogen atoms should be considered when assessing automorphisms. Default is
false.