I performed MD of a protein-ligand complex in Gromacs.
I generated the RMSD curve using this command.
· gmx rms -f traj.xtc -s md.tpr -n index.ndx -tu ns -o rmsd.xvg
Least square fit: Backbone | RMSD calculation: ligand
Later I performed PCA for Free Energy Landscape analysis using following commands
Now, instead of PC1 and PC2, I want to generate FEL using RMSD and Rg.
What changes should I make in my commands?