Re-jig BCCs to be more specific - #131
lilyminium wants to merge 9 commits into
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
==========================================
- Coverage 84.06% 84.05% -0.02%
==========================================
Files 37 37
Lines 2021 2019 -2
==========================================
- Hits 1699 1697 -2
Misses 322 322
☔ View full report in Codecov by Sentry. |
mattwthompson
left a comment
There was a problem hiding this comment.
Could you provide a little more context for these changes? I'm inclined to nearly rubber-stamp whatever changes you wish, but I'd like to have an idea what's going on here.
- Is there any metric of correctness for these BCC SMIRKS? CI is all green after changing some patterns, which is not intuitive
- How does
openff/recharge/data/bcc/original-am1-bcc.jsondiffer fromopenff/recharge/data/bcc/openeye-am1-bcc.json? - If I'm following the paper trail,
scripts/convert-am1-bcc/generate_original_am1bcc.pyis to be compared to the file now atscripts/convert-am1-bcc/legacy/convert.py? GitHub's UI doesn't pick up on this but I can just diff them locally. - There are some commented-out patterns in
GENERAL_ATOM_CODES- intentional or temporary?
|
The "correctness" is how well it corresponds to how OpenEye assigns things. There's a benchmark in
That's right :)
These were intentionally commented out to leave a bit of a trail in case the more general patterns should be reverted back to the stricter ones... thanks to your feedback I've realised this PR as a whole is probably still a bit premature. |
Description
Re-do OpenEye BCC collection
Status