New module to analize water dynamics.#295
Closed
alejob wants to merge 2 commits intoMDAnalysis:developfrom
Closed
Conversation
This module have five new analysis methods: Hydrogen Bond Lifetime (HBL) Water Orientation Relaxation (WOR) Angular Distribution (AD) Mean Square Displacement (MSD) Surivival Probability (SP)
Member
|
Hey Alejandro If you can merge develop into this branch and then push it again I think the automated testing should happen |
Member
There was a problem hiding this comment.
I'd rather have the names as "WaterOrientationalRelaxation" rather than WOR.
Member
Author
|
Hi Richard, I'll make the changes that you suggest and I'll push it again from my development branch to make the automatic merge. Thanks for yours suggests. |
Member
|
@alejob thanks for the contribution. In addition to @richardjgowers 's comments, see my comments on the pull request. |
Member
Author
|
Hi Oliver, thanks for the suggestions/corrections. I'm working on both feedback, yours and from @richardjgowers. |
Documentation fixed and updated.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This module has five new analysis methods, all focus on water dynamics:
Hydrogen Bond Lifetime (HBL), similar to an already implemented module, but focused and optimized for water
Water Orientation Relaxation (WOR)
Angular Distribution (AD)
Mean Square Displacement (MSD)
Surivival Probability (SP)
Documentation and tests has been added.
This work was developed and used in: Araya-Secchi, R., Perez-Acle, T., Kang, S. G., Huynh, T., Bernardin, A., Escalona, Y., Garate J., Martínez A., García I., Sáez J.C., & Zhou, R. (2014). Characterization of a novel water pocket inside the human Cx26 hemichannel structure. Biophysical journal, 107(3), 599-612.
Please tell me any changes or improvements deemed necessary.