OEHasSDData
OEHasSDData(mol: Union[OEGraphMol,OEMol,OEQMol]) -> bool
Determines whether a molecule has any SD data.
OEHasSDData(mol: Union[OEGraphMol,OEMol,OEQMol], tag: str) -> bool
Determines whether a molecule has SD data with a given tag.
See also
SD Tagged Data Manipulation section
Code Example
Renaming molecules by SD field example
Filter molecules by SD data example