-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix some issues with FF hierarchy, SMIRKS patterns #368
Conversation
…nin, cyanidin, which may not be considered aromatic
…hich picks these up)
@j-wags this is ready to go. @yudongqiu |
(That said, @j-wags this is "good to go" in the sense of "this is the force field I want put in here", but it does not deal with the issue of the regression tests. Do you want me to put in some alternate FFs for use in the tests? Or you can do it...) |
Thanks, I'll get the tests fixed up :-) |
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
=======================================
Coverage 76.54% 76.54%
=======================================
Files 19 19
Lines 5585 5585
=======================================
Hits 4275 4275
Misses 1310 1310 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I've moved the new FF to test_forcefields/smirnoff99Frosst_experimental.offxml
. I know we make no guarantees about the contents of test_forcefields/smirnoff99Frosst.offxml
, but I figure that we want to minimize changes to it if possible. We can consider merging them in once the new FF gets a release/official version in s99F.
@yudongqiu Note that the new FF is at test_forcefields/smirnoff99Frosst_experimental.offxml
.
(https://github.com/openforcefield/openforcefield/tree/master/docs), if applicable
Addresses #367 . Changes ultimately to be propagated to
smirnoff99frosst
repo; this is an interim fix to get the FF ready for use in testing.Fixes some problems with the test force field (changes later to be propagated to
smirnoff99Frosst
).