-
Notifications
You must be signed in to change notification settings - Fork 51
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
add R_c (convergence fraction) convergence analysis #104
Comments
For other convergence analysis see http://getyank.org/latest/algorithms.html |
@orbeckst Thanks for this issue. I'm interested in this way of checking convergence as well. I wonder if you have any code snippet or library that we could use? |
convergence.zip |
@VOD555 Thank you for the script. I have a question with regard to the paper https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8397498/#FD17 I wonder how do you compute the equation 17 and 18? Is the Ac actually being used? Thank you. |
Quick comment (@VOD555 should be able to provide more details):
|
P.S.: Fig 4 from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7667952/ should make clearer, what 𝒞(𝑅𝐶) looks like : |
@orbeckst Thanks. I know this might sound like a reviewer question. |
I wrote down one way in which one can calculate the cumulative probability function that you see in the figure. I am not sure that you can do this with a simple average.
So that my (If I am making a mistake somewhere here I hope @VOD555 will correct me.) We initially wanted a quantity that told us something about the distribution of Rc values. The distribution itself says something about individual values (but we didn't really use it). The cumulative distribution seemed important to us as a measure that assesses all windows together because all lambda values are used for a single free energy estimate. The Ac was then just a way to condense the C(Rc) into a single number. I don't think that the where On the other hand, so it's clear that Sorry if I misunderstood your question .... please feel free to ask again. |
Thanks. Some small questions. |
In our SAMPL7 work we only run it on dHdl, but in principle, one can run it on other column on the u_nk. |
* Fix #104 * add @VOD555 's fractional equilibration time analysis for convergence (Fan et al 2021) * reimplemented the R_c (based on code provided by @VOD555) and the A_c based on my understanding of the paper * improved performance of original implementation by doing initial block average for "precision"-size blocks * add docs with example graph * add tests * update CHANGES Co-authored-by: Zhiyi Wu <zwu@exscientia.co.uk> Co-authored-by: Shujie Fan <gn8008@hotmail.com> Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
Add the analysis of converging fraction R_c from the paper
S. Fan, B. I. Iorga, and O. Beckstein. Prediction of octanol-water partition coefficients for the SAMPL6- log P molecules using molecular dynamics simulations with OPLS-AA, AMBER and CHARMM force fields. Journal of Computer-Aided Molecular Design, 34:543–560, 2020. https://doi.org/10.1007/s10822-019-00267-z
cc @VOD555
The text was updated successfully, but these errors were encountered: