MDAnalysis / WorkshopHackathon2018

Materials, issues and things for the 2018 Workshop and Hackathon
https://www.mdanalysis.org/WorkshopHackathon2018/
GNU General Public License v3.0
14 stars 25 forks source link

bulding analysis: hydrogen bonds as a case study #25

Closed orbeckst closed 5 years ago

orbeckst commented 5 years ago

Use the H-bond example for dask #20 (parallelize over trajectories?) and PMDA #21 (parallelize over a single trajectory).

blocked on: #24

micaela-matta commented 5 years ago

the analysis of hydrogen bonds is not applicable to the CG dataset. I am coming up with another (big) all-atom system containing amphiphilic polymer chains in water where we can use hydrogen bonds and all polymer descriptors. For the fiber formation, I will calculate the radial density distribution, RDFs and other quantities.

orbeckst commented 5 years ago

Your notebook https://github.com/MDAnalysis/WorkshopHackathon2018/blob/master/04_Tutorial2/tutorial_PEG.ipynb says that the kernel dies. Is this a memory problem? Do you keep big arrays around?

micaela-matta commented 5 years ago

we found the problem and it's in capped_distance.. for some reason it dies for one particular frame which we removed from the trajectory. you can go ahead and use the code in the notebook I'm about to upload. also please somebody use this trajectory, because I spent 2 days on it :)

orbeckst commented 5 years ago

Done in https://github.com/MDAnalysis/WorkshopHackathon2018/blob/master/04_Tutorial2/Hydrogen_bonds_solutions.ipynb