<div dir="ltr">I am trying to calculate the temperature from the final velocity posted in the confout.gro file after a simulation runs. I have implemented a berendsen thermostat to control the temperature to 300K and ran it for 1ns. Looking at g_energy the final temperature of the system is 299.981.<br>
Statistics over 10001 steps [ 995.0001 thru 1000.0001 ps ], 1 data sets<br><br>Energy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RMSD&nbsp;&nbsp;&nbsp;&nbsp; Fluct.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Drift&nbsp; Tot-Drift<br>-------------------------------------------------------------------------------<br>
T-System&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 299.981&nbsp;&nbsp;&nbsp; 1.36143&nbsp;&nbsp;&nbsp; 1.35806&nbsp; 0.0663083&nbsp;&nbsp; 0.331574<br>From the manual section 3.4.3 the temperature can be calculated from T= sum[mass_i v_i^2] / (#degrees of freedom * boltzmann constant) where number of degrees of freedom=3N-N_c-N_com. I used N_com =3 because the center of mass velocities are constants of the motion. If I only control the temperature does this effect the number of constrants on the system? When I calculate the temperature by hand with # degrees of freedom =3N-3 I get a temperature of 317.5. Any ideas why I can not calculate the same temperature g_energy does?<br>
<br>Thanks,<br>Andy<br><br><br></div>