I would like to generate individual and mean distances for a trajectory using g_mdmat from GROMACS. That is, I have a list of time points in the simulation (which are not interspersed at a regular interval) that I wish to use to calculate distance matrices with. I can't find any option in the g_mdmat options list that can allow me to do this. Is there any way I can accomplish this?
Second, I wish to have access to the numerical values of the matrix but the .xpm output format is not easily parseable, is there a way to have access to the distance values produced by g_mdmat?
Thank you!