GROMACS version: 2020
GROMACS modification: No
Here post your question
Hello users,
I want to calculate the order parameter of my lipid molecules. I made a index file using make_ndx. I generated sn1.ndx and sn2.ndx. When I run the gmx order command and supply the index files (sn1 or sn2) giving the same *.tpr that was used to generate the index file, every time it is reading the wrong atom number as the starting residue:
I suspect that your xtc does not contain the whole system and that is where the indices of the .tpr file and the xtc don’t match. gmx convert-tpr can give you a tpr file with only part of the system that would also match your xtc file - if I’m right and this is indeed the issue here.
I doubt gmx order will work for a CG system. It’s designed for united-atom, atomistic simulations. The large distance between particles is inherent to your system as coarse particles will be spaced differently than actual atoms.
Even if it did “work,” I wouldn’t trust the result, for the reason stated above.
Thanks @cblau
However, the xtc file contains the whole system here. Even if its not whole… atleast gmx would have read the atom number correct. That is where I am getting the error.
I actually saw some papers reporting the order parameters for CG systems. However, if gmx order is not designed for CG system, could you please suggest if there is any other alternative? or should I stick to the analysis at all atom level only?