-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Achieve 3D coordinate generation using RDKit.js? #338
Comments
Thanks for the request @ben-ikt, I would tend to say this isn't possible at the moment, but to be honest there are a few things I'm not sure of:
We can continue the convo here if you have further questions after reading this, otherwise let me know and we'll close this. |
I'm running in the same limitation. In Python I'm able to generate 3D coordinates from an InChI or SMILES string:
Then in the frontend I render the 3D molecule based on the SDF coordinates. I'm trying to move this logic into the frontend so I can render the molecule without having to wait for the slow API, but this doesn't seem possible due to lacking 3D coordinates. IN JS this looks like:
So, to be concrete, is a JS equivalent for |
Is your feature request related to a problem? Please describe.
I want to display a molecule in 3D via ThreeJS and the PDBLoader.
Describe the solution you'd like
Be able to get 3D coordinates.
The text was updated successfully, but these errors were encountered: