rdkit-rs / rdkit

RDKit Made Idiomatic for Rust
12 stars 9 forks source link

Need mol-to-molblock functionality #32

Closed JJ-Pineda closed 1 week ago

JJ-Pineda commented 1 week ago

Some chem-drawing software do not perform a smiles-to-structure conversion. In most cases, however, these software will accept a molblock. To help with this, we can expose the underlying MolToMolblock functionality from the RDKit c++ so that a user can provide a smiles string and get back a molblock.