GROMACS version: 2018.4
GROMACS modification: No
I have a question. I want to calculate RDF oxygen atoms in carbonyl groups with the respect to oxygen in digalactose residues. I have a membrane which consists of 200 DGDG molecules. The problem with RDF is that in gromacs it calculates also between atoms in the same molecule, I don’t want that. I want to calculate RDF for atoms from different molecules, no for example between 2 oxygens in the same molecule
I created two index groups 1) for oxygen in carbonyl groups, 2) for oxygen in digalactose residues and I used gmx rdf
gmx rdf -f eq3.xtc -n rdf.ndx -b 900000 -e 1000000 -rmax 1 -o rdf_O22_O32_GalI_II_DGDG.xvg
what I should change?