rxn.reaction_preprocessing.utils.get_atoms_for_mols

rxn.reaction_preprocessing.utils.get_atoms_for_mols(mols)[source]

Get the set of atoms for a list of RDKit Mols.

Parameters

mols (Iterable[Mol]) –

Return type

Set[str]