-
Notifications
You must be signed in to change notification settings - Fork 7
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
[WIP] Custom GBSA #11
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 79.27% // Head: 62.88% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
===========================================
- Coverage 79.27% 62.88% -16.40%
===========================================
Files 5 6 +1
Lines 275 458 +183
===========================================
+ Hits 218 288 +70
- Misses 57 170 +113
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request introduces 5 alerts when merging 966ec41 into 7131a2d - view on LGTM.com new alerts:
|
…bc2, added some comments and TODOs
This pull request introduces 5 alerts when merging d3b2ea0 into 7131a2d - view on LGTM.com new alerts:
|
@j-wags I ended up implementing a handler class that can assign parameters for all Amber-based implicit solvent models in OpenMM (HCT, OBC1-2, GBn1-2). All GB models use
The regression tests work for all GB models + FreeSolv molecules but for OBC2 there were 5 molecules that failed. They pass when I increase the tolerance to 2.0e-4. Question:
|
Description
Adding GBSAHandler(s) that allow varying the
alpha
,beta
,gamma
, and possiblykappa
globals in OBC models. Possibly also adding support for the GBn1+2 models.Todos
radius
particle parameter SHOULD or SHOULD NOT have the offset (0.009 nm
) applied in each methodQuestions
0.009 nm
)?Status