Solvate with OpenMM - #131
mattwthompson wants to merge 8 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
==========================================
- Coverage 95.46% 94.53% -0.93%
==========================================
Files 34 34
Lines 2732 2801 +69
==========================================
+ Hits 2608 2648 +40
- Misses 124 153 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| ) | ||
| from pontibus.utils.system_creation import ( | ||
| interchange_creation_via_openmm as interchange_packmol_creation, |
There was a problem hiding this comment.
This is the only place I can find interchange_packmol_creation imported, so I think that this alias forces the OpenMM code path to be used everywhere in tests
$ grep -r interchange_creation_via_openmm src
src/pontibus/utils/system_creation.py:def interchange_creation_via_openmm(
src/pontibus/protocols/relative/hybridtop_units.py: interchange_creation_via_openmm as interchange_packmol_creation,|
Worked around this one but not sure what to think of |
|
This is far from a complete, polished work but I think it's in a state which would benefit from some feedback (@IAlibay is surely the most knowledgeable)
|
Thanks, I'll try to review next week. |
|
@mattwthompson there's a few things that would be faster done if I can PR into this PR. How much of a pain would it be to move this branch from a fork to this repo directly? |
No description provided.