## chem.convert_mol_to_inchikey()


Convert an RDKit Mol object to an InChIKey.


Usage

``` python
chem.convert_mol_to_inchikey(mol)
```


## Parameters


`mol: Mol`  
Mol object.


## Returns


`str`  
InChIKey string.
