GROMACS version: 2024
GROMACS modification: No
Hello GROMACS Experts,
I have conducted a membrane-only (POPC) simulation and performed RMSD analysis to assess equilibration. I would like to get feedback on whether my system has equilibrated and whether extending the simulation further is necessary.
Steps I Followed :
For PBC correction, I applied the following steps in this order
-pbc whole
to make molecules whole-pbc nojump
to remove jumps across periodic boundaries-center
to center the membrane, selecting POPC (Group 2) as the center and System (Group 0) as output
For RMSD analysis, I used the command
gmx rms -s step7_1.tpr -f final_step7_1.xtc -tu ns -o rmsd_step7_1.xvg
I selected POPC (Group 2) for both fitting and calculation
I have some questions and would appreciate feedback from the community.
- Is this RMSD behavior acceptable for a POPC-only membrane system? The RMSD rises initially and fluctuates near 2.5 to 3.0 nm after around 200 ns.
- Does my RMSD suggest that the system equilibrates around 200 ns? The fluctuations seem to stabilize, but I want to confirm with experienced users.
- Should I extend my simulation by another 100 ns for better convergence? Would additional sampling help, or does this appear stable enough?
- For selecting the best representative structure, is RMSD clustering with the GROMOS algorithm a good approach for a membrane system? I plan to cluster based on RMSD and extract a central structure.
I appreciate any insights from the community. Thank you!