mcs07 / PubChemPy

Python wrapper for the PubChem PUG REST API.
http://pubchempy.readthedocs.io
MIT License
379 stars 106 forks source link

Is it possible to calculate the PMI of the compounds? #71

Open YojanaGadiya opened 1 year ago

YojanaGadiya commented 1 year ago

Dear team,

I am trying to calculate the principal moment of inertia (PMI) of a compound in PubChem. Is there a way to get this property directly from the script? If not, can you point me on how I can get the 3D conformer of the molecule that can be plugged into RDKit for further use with this - https://www.rdkit.org/docs/source/rdkit.Chem.Descriptors3D.html?

Thank you