check_smiles_contains_no_isotope

check_smiles_contains_no_isotope(smiles: str) bool[source]

Checks if SMILES contains no isotope.

Parameters:

smiles (str) – The SMILES.

Returns:

A boolean if the SMILES meets the given criteria.

Return type:

bool