Closed wehs7661 closed 1 year ago
Patch coverage: 53.62%
and project coverage change: +0.49%
:tada:
Comparison is base (
a3023ff
) 54.59% compared to head (9ee86f9
) 55.09%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In this PR, we aim to implement the method for histogram correction. Note that we initially used the term "histogram correction" to refer to the correction made in alchemical weights based on their corresponding histogram counts, but now we are using this term to refer to the adjustment of the histogram counts upon weight combination. For more details about the method to be implemented, please visit this HackMD Note: https://hackmd.io/@WeiTseHsu/Hye1WqBA2
This PR will include, but is not limited to the following tasks:
histogram_correction
toweight_correction
run_EEXE.py
to reflect the changes in the codeUpdate the documentationWe probably need to consider taking downweights_err
and only use simple means instead of weighted means.