implicit_hydrogen_atom_mapping# implicit_hydrogen_atom_mapping(mol)[source]# Map atom indices to indices in implicit molecule case. Parameters: mol (rdkit.Chem.rdchem.Mol) – The RDKit molecule with explicit hydrogens Returns: A dictionary mapping atom indices from mol to atom indices when hydrogens are removed. Return type: dict