Replies: 1 comment
-
Hi @horlust, I am new to MDA myself but I have been doing some work on the
Can you check the distances between bonded pairs identified at frame 2, and/or pass in the selection strings when you make the HBA object and check the distances at frame 1? If you can post them as a list of numbers that would be great for me to see. I hope this helps! :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I slightly modified the hbond_analysis file in order to obtain the atom ids that form an hydrogen bond for each frame:
Then, for a system containing water, I performed this analysis and got an array of arrays containing the atom ids:
I wanted to see the evolution of the distance between pairs of atoms throughout the simulation. I took 2 atom ids that were bonded in the first frame and analyzed the evolution of the distance:
However, from what I can see the distance between these two atoms (which were bonded in the first frame, according to list_of_sets) in the first frame is not < 3.5 A:
I tried other atom ids that were bonded in the first frame and I often get a distance bigger than 3.5 A. What am I doing wrong?
Thanks in advance! :-)
Beta Was this translation helpful? Give feedback.
All reactions