I am trying to reproduce a paper which has followed a simulated annealing procedure with a simultaneous decrease in harmonic force constant.
a) Starts at 60 K, force constant = 5.0 x 104 kJ/(mol nm2)
b) After 20 ps, temp = 120 K, force constant = 2.5 x 104 kJ/(mol nm2)
c) After 40 ps, temp = 180 K, force constant = 1.25 x 104 kJ/(mol nm2)
d) After 60 ps, temp = 240 K, force constant = 0.6 x 104 kJ/(mol nm2)
e) After 80 ps, temp = 300 K, force constant = 0.3 x 104 kJ/(mol nm2)
d) After 100 ps, NPT step with 1 bar pressure, followed by production run.
Is there a way to automate this in a single mdp file? I understand how to perform simulated annealing using the nvt.mdp file, but how can I use a different posre.itp file (with the appropriate force constant) for each step of the annealing? Any suggestions would be really helpful.