Add pairwise abinitio target#316
Merged
Merged
Conversation
f7fb849 to
de27d55
Compare
leeping
approved these changes
Apr 9, 2026
Owner
|
Thanks a lot! This PR looks nice and clean so I'll go ahead and merge. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the target @chapincavender has been using in his protein force field fits. It's only supported for the SMIRNOFF engine at the moment. I've largely completely ported over the code in Chapin's branch at https://github.com/chapincavender/forcebalance/tree/pairwise , which he's been using in fits for multiple years now. The only changes I've made are very minor updates (importing
plot_qm_vs_mm, erroring early on force fitting) and I added a minimal test.Python 3.10 is erroring because it can't resolve an environment with the openff-toolkit>0.18 -- if #315 is merged and this is rebased off that, we will skip testing on Python 3.9 and 3.10 and only tests on Pythons 3.11-12.