GROMACS version: 2024.2
GROMACS modification: No
Hi everyone,
I have a simulation box containing TIP4P water and 30 solute molecules. I wanted to compute the MSD of the solutes. I tried:
gmx msd -f prod.xtc -s prod.tpr -o msd.xvg
But I get:
Requested tolerance cannot be achieved:
Frame 50 has non-integral time 0.100000. ‘gmx msd’ uses time discretization
internally and cannot work if the time (usually measured in ps) is not
integral. You can use ‘gmx convert-trj -dt 1’ to subsample your trajectory
before the analysis.
I don’t understand the error. Can someone explain? Thanks!