atomicarchitects / molmetrics

Metrics for assessing 3D molecular structures.
MIT License
5 stars 0 forks source link

If I use this package, which set of metrics will it report? #1

Open chaitjo opened 2 weeks ago

chaitjo commented 2 weeks ago

In the Symphony paper, validity and uniqueness metrics have been reported via 3 different methods.

If I use molmetrics, which of the numbers could I compare apples-to-apples with?

Screenshot 2024-09-20 at 4 28 01 PM

Is my understanding correct:

PS. Thanks for a handy package!

ameya98 commented 2 weeks ago

Currently, the code exists for all 3 (this repo was directly lifted from the Symphony repo) but I need to figure out the best API to expose these metrics nicely. Right now, the RDKit metrics (computed using xyz2mol) work (as seen in the example). I will add the openbabel and EDM stuff soon. Note that the RDKit version also affects the results: https://github.com/atomicarchitects/symphony/issues/118 Please feel free to suggest more metrics to add!