I want to measure the number of monomers, dimer, ... between the same molecule in my simulation box. I am using the following code:
gmx clustsize -f mdrunps.xtc -s mdrun.tpr -n index.ndx -tu ps -b 1 -e 2 -hc hist.xvg
This command considers molecules as a cluster if the largest distance between them be 0.35 nm (0.35 can be changed with "-cut" option).
But I want to consider the distance between the center of mass as criteria to form a cluster.
Any help is appreciated.