[gmx-users] g_hbond

mirko busato busato.mirko at yahoo.com
Mon Jul 14 13:47:20 CEST 2014


Dear Users,

I have one question for you. I would  like to  extract some information about salt bridge interactions (without using the gromacs command  g_saltbr  because it gave me some problems) between some atoms (charged negatively) of a type of monomer and some atoms (charged positively )of another type of monomer.

So I created the two lists of atoms with g_select,
and I made a file index like that:

[ N_CRL ]
 300  321  342  363  384  405  426  447  468  489  510  531  552  573  594 
 615  636  657  678  699  720  741  762  783  804  825  846  867  888  909 
 930  951  972  993 1014 1035 1056 1077 1098 1119 
[ OX_ITA ]
 168  181  194  207  220  233  246  259  272  285 
 
and then I used g_hbond to extract the contacts of these 2 lists of atoms within 4 Å.

in this way:

g_hbond_d -f eq4.gro -s eq3.tpr -n index.ndx -hbn hbond.ndx -contact -r2 0.4 -r 0.4


I noticed a strange thing, if I change the order of the groups in the index.ndx file,like that:

[ OX_ITA ]
 168  181  194  207  220  233  246  259  272  285
[ N_CRL ]
 300  321  342  363  384  405  426  447  468  489  510  531  552  573  594 
 615  636  657  678  699  720  741  762  783  804  825  846  867  888  909 
 930  951  972  993 1014 1035 1056 1077 1098 1119 

I obtain no contacts, and it is wrong because actually I didn't change the atoms of the groups.

Could you help me about it ?


Thank you very much

Mirko


More information about the gromacs.org_gmx-users mailing list