I am trying to run a 34 amino acid peptide through very high temperatures to denature it. Other publications have done this at 600 K so I am trying to do the same. To do so I simply edit the following lines in the {md, nvt, npt}.mdp files:
; Temperature coupling is on
tcoupl = V-rescale ; modified Berendsen thermostat
tc-grps = Protein Non-Protein ; two coupling groups - more accurate
tau_t = 0.1 0.1 ; time constant, in ps
ref_t = 600 600 ; reference temperature, one for each group, in K
After running the simulation for two days on 48 nodes of a computational cluster, I only get about 80 picoseconds when I wanted 200ns. And after looking at the radius of gyration of the 80 picoseconds I get, the peptide does not seem to be denaturing. I was wondering if what I am doing is correct or if there is another way to better modify the temperature? Also why does the simulation take so much longer than at normal temperatures?
Thanks! Please let me know if I should provide more information.