[lammps-users] Restarting runs in parallel tempering

Hi,

How to restart parallel tempering runs from the previously saved state.
In my first run I have used

You need a read_restart command that reads a different
file on each partition, corresponding to the restart files
you wrote out - i.e. use a variable in the file name. Since each
of those files will be at a different temperature, I think you also
need to re-order your t variable to match the permuted ordering.

Steve

Since each
of those files will be at a different temperature, I think you also
need to re-order your t variable to match the permuted ordering.

This was wrong advice. Instead use the final "index" variable as
part of the temper command, as discussed on the temper doc page.

Steve