-
Notifications
You must be signed in to change notification settings - Fork 33
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
Lammps charmm dihedrals #787
Conversation
for more information, see https://pre-commit.ci
…-charmm-dihedrals
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #787 +/- ##
==========================================
+ Coverage 92.36% 92.42% +0.06%
==========================================
Files 66 66
Lines 6864 7024 +160
==========================================
+ Hits 6340 6492 +152
- Misses 524 532 +8 ☔ View full report in Codecov by Sentry. |
…-charmm-dihedrals
Noting two issues still to deal with:
|
…n/gmso into lammps-charmm-dihedrals
…each line are made with multiple dihedral types
…edrals in the header n_dihedrals for dihedrals that are counted twice due to multiple layers of the dihedral
…to iterate through topology attributes with different potential filters
…-charmm-dihedrals
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.
Got some comments, but I will need to come back to this later this week, still probably have a bit of the lammps writer (the smaller utilities).
I think I went through all the changes (and some local tests). Most of the logic is sound, only some minor suggestion with code styling. The only issue I think we need to resolve is with the priority of grabbing value for |
All comments look great @daico007. Will incorporate these tomorrow. Agreed about some of the messiness of those loops. I'll see if I can think of a cleaner way to write it, because even I look at it and my eyes glaze over. |
…-charmm-dihedrals
… reindex to sorting.py
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.
LGTM! Will merge once all tests pass.
No description provided.