rdkit-rs / rdkit

RDKit Made Idiomatic for Rust
12 stars 9 forks source link

Need to find and implement 3D chemical descriptors in RDKit #3

Open JJ-Pineda opened 11 months ago

JJ-Pineda commented 11 months ago

Currently it is unclear where to find 3D chemical descriptors in the C++ code for RDKit. Descriptors such as "asphericity" and "eccentricity" appear in the Python implementation of RDKit, but are hard to find or perhaps non-existent in the C++ codebase. We need to be able to implement these descriptors so that we can compute similarities for molecules in 3D.