-
Notifications
You must be signed in to change notification settings - Fork 1
Update Averaging over Groups of Molecules for Conformational Entropy #200
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
Conversation
… `file_format`, `kcal_force_units`
- Instantiating a DihedralAnalysis object before calling `_get_dihedrals` - Correcting test expectations to match actual behavior: - united_atom level now asserts returned `.atoms` values - residue level tests now validate atom-group construction - residue tests with < 4 residues now expect empty list
- Ensured that all classes and functions are using instances correctly - fix all unit and integration test
…ersion` to atomically test `merge_foces`
harryswift01
left a comment
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.
Thanks for making all these updates @skfegan they look great! I’ve left a couple of minor comments just for clarity on my side, but nothing blocking. Once those are addressed, I’m happy to approve.
harryswift01
left a comment
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.
This looks great now @skfegan, I'm happy to approve and merge this into main
Summary
This pull request is to fix the averaging over groups of molecules for the conformational entropy.
Changes
Impact