-
Notifications
You must be signed in to change notification settings - Fork 69
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
Metal binding data, trajectories, and the start of stereochemistry #706
Metal binding data, trajectories, and the start of stereochemistry #706
Conversation
…. SHE (conversions to other electrodes can happen on front-end)
…ndingDoc for metal binding properties
…etalBindingDoc, one for each metal in the molecule
…ted. Lots of moving parts
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #706 +/- ##
==========================================
- Coverage 90.71% 87.51% -3.20%
==========================================
Files 148 50 -98
Lines 11446 4246 -7200
==========================================
- Hits 10383 3716 -6667
+ Misses 1063 530 -533
☔ View full report in Codecov by Sentry. |
Hey @munrojm (or anyone else): any idea why test_electronic_structure.py is failing? Seems there's an issue deep up the stack, at the pydash level? |
Hm, not too sure. I will take a look. |
Hey, any update on this? |
Is it still an issue? |
No, seems to have resolved itself. |
This PR mainly adds a new feature/collection/dataset/etc. to MPcules, one describing the coordination behavior and related thermodynamics of metals.
In addition, I have added an API endpoint for molecules/tasks to grab optimization trajectories, similar to how it's done on the materials side, and I've added InChI strings and InChI-keys to molecule and molecule summary docs. These encode some stereo information, which isn't currently captured by the MPculeID.
Contributor Checklist