GROMACS version: 2022
GROMACS modification: No
Hi,
I’m trying to perform so analysis on a POPG lipid bilayer which requires the bilayer to be centered in the Z = 0 coordinate.
I’ve trying the following comands:
gmx trjconv -f md.xtc -s md.tpr -pbc whole -o md_0-100ns.xtc -center -n c218.ndx -e 100000
gmx trjconv -f md.xtc -s md.tpr -pbc mol -o md_0-100ns.xtc -center -n c218.ndx -e 100000
I tried using the whole POPG membrane as the group for centering, as well as the last carbon atom in the lipid tails.
after centering the membrane I also tried running the xtc file through the trjconv comand again using -center 0
gmx trjconv -f md_0-100ns.xtc -s md.tpr -pbc mol -o md_0-100ns.xtc -center 0
But, nothing seems to work, the membrane seems to be centered but not on z = 0.
I’m using a third party tool (LOOS) for the analysis so I can’t really tweek this so the membrane centered in other coordinate works for the analysis.
Thanks