-
Notifications
You must be signed in to change notification settings - Fork 21
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
Molecular Formula and Molecular Weight #16
Comments
Happy to hear you find the library helpful :) I'm not quite sure whether the Adding a function that calculates a |
Thanks for the tip on
|
I loop over the molecule twice, once for the mass, and once for the hcount, rather than getting both at the same time. I find pulling data from a network connection rather impolite for a library though, so I'd much rather add a dependency on a lightweight periodic table module. |
Of course, I'm not suggesting to execute it every time someone imports. This is just a way to retrieve data. I hard-coded the dictionary into my module that does MW calculation. |
Hello! I found your library very helpful in parsing SMILES.
Would you be interested in adding MF and MW as additional attributes?
Something along these lines:
The text was updated successfully, but these errors were encountered: