wipe_molecule#

wipe_molecule(mol)[source]#

Wipe all bond order and aromatic information from a molecule so that only single bonds remain.

Parameters:

mol (rdkit.Chem.rdchem.Mol)) – RDKit molecule

Returns:

mol – Resulting molecule

Return type:

rdkit.Chem.rdchem.Mol