OECreateInChI

OECreateInChI(str: str, mol: Union[OEGraphMol,OEMol,OEQMol],
              arg3: OEInChIOptions = OEInChIOptions()) -> None

Creates an standard InChI or a nonstandard InChI string representing a given molecule. See the InChI validation chapter for information on validations of generated InChI strings.

Note

Setting any options will by default return a nonstandard InChI.

Note

The underlying InChI code is v1.06 released on December 15, 2020.

See also