Hi,
please help me to read output of gromacs gmx hbond. There are 3 columns: time, h-bonds, and all pairs with no filter on the angle.
@ s0 legend "Hydrogen bonds"
@ s1 legend "Pairs within 0.35 nm"
0 0 0
1000 0 0
2000 2 1
3000 1 1
4000 0 2
5000 3 1
6000 2 0
7000 3 0
8000 4 2
9000 6 3
10000 7 3
11000 7 4
How can the second value (all pairs) be lower than the first one (only H-bonds with the same distance threshold)? Or maybe I misunderstand meaning of the columns - if so, how to imagine the row 4000 0 2, i.e. 1st < 2nd?