-
Notifications
You must be signed in to change notification settings - Fork 10
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
allow mdpow-solvationenergy to select alchemlyb estimators #148
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0ebfb59
add default setting for SI option
VOD555 092b983
update docs
VOD555 4a9cb1b
merge develop
VOD555 f74ff82
add new options for solvationenergy
VOD555 33d1511
use argparse instead of optionparser
VOD555 3851606
remove duplicate initial settings
VOD555 905aa5e
use positional args for directory input
VOD555 a8e3787
make opts.plotfile unchanged during the loop for multiple directory i…
VOD555 1dba7da
add INFO loggers
VOD555 d3f78d8
fix description for noSI
VOD555 ca2ef03
print out lambda window info when doing SI analysis
VOD555 eabc7ea
disable alchemlyb loggers when using mdpow estimator
VOD555 3a62bcd
add loggers for calculation setting in fep.py
VOD555 c8a4ea4
print stride start and stop values within analysis functions
VOD555 5223563
use copy of kwargs in fep
VOD555 55e4ceb
change SI option for mdpow-solvationenergy
orbeckst 2f4d54d
Apply suggestions from code review
orbeckst 82527bb
Raise error when SI=Ture and estimator=mdpow
VOD555 b81ee0a
fix error logger
VOD555 650c3cf
pop keywords for final output before analysis
VOD555 202f4c9
update CHANGES
VOD555 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Rename as
--no-SI
so that when we use argparse bool options, it has the same name.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.
To make things clear, also add
as the on switch. Set the default for
SI
toTrue
.