convert_smiles_to_inchi

convert_smiles_to_inchi(smiles: str) str | None[source]

Convert a structure SMILES to InChI.

Parameters:

smiles (str) – A SMILES.

Returns:

An InChI.

Return type:

Union[str, None]