GROMACS version:
GROMACS modification: No
Hi everyone,
I used gmx hbond to compute the hydrogen bonds in each frame of the simulation. I got a .ndx file with the data. For the first frame, for example, I have:
[ hbonds_System_frame_0 ]
1 2 1291
1 3 1498
4 6 550
…
I understand these are the atom ids of the simulation. I’d like to know how exactly the atoms are “organized”: who is the donor, the acceptor and the hydrogen in each line?
Thank you in advance!