Hello! I’m studying a quenching process. The npt simulation is set up with Tstart and Tstop to define the quenching rate. However, when trying to incorporate Monte Carlo (MC) swaps of atoms during the simulation, I found that the fix atom/swap command only allow a single argument of fixed temperature.
I’m wondering how to properly set up this hybrid MC/MD quenching simulation with changing temperature:
(1). Can I set up the MC swap of atoms with the “temp” keyword instead of certain value of a temperature? I’m not sure if this will still simply fix the temperature for MC to be equal to the temperature at the step when fix atom/swap is defined.
(2). What about using a loop to iteratively define the MC swap of atoms? For example, it seems possible to define a loop with 1000 iterations, and in each iteration, the MC swap is fixed at Tstart -1, so that after 1000 iterations, the MC swap is at Tstop = Tstart -1000.
Thanks in advance for any help!