I have run the simulation using Gromacs forcefield for 1000 ps. Now I want to extend it to 10000 ps. How should I proceed? According to gromacs documentation, it can be done by changing the time in .tpr file, but we can't open it.
Please tell me Is the previous tpr means the full.tpr generated after running the 1000 ps simulation? what is the timetoextendby- Is it like 9000 (extend by time) if we want to extend it to 10000 ps or is it 10000 ps and do we have to write ps also in it? What is the next.tpr, Is it the new tpr generated after extending the time? what is previous.cpt? Is it the state.cpt or prev_state.cpt? Which cpt file should we use?
Archit Garg You can extend the duration of simulation by looking into your md.mdp file. Here, the number of steps should be modified. For a duration of 200ns, I change it to 5000000*2= 10000000.
No need to change other values in case you only want to extend the time of simulation.