Hi,<div>I am trying to do Langevin MD simulation with two different ensemble (NVT/NVE). However, the output shows three columns of temperature. Can someone explain to me the meaning of those columns? </div><div><br><div># Temperature per Region</div><div>#   Step Nr.  Time[fs]             Temp.[K] ....</div><div>      5001            5001.000            0.000000          214.103289          180.910808</div><div>      5002            5002.000            0.000000          212.361238          188.302424</div><div>      .................</div><div><br></div><div>Here is my MD input section:<br></div><div> <br><div><div> &MD</div><div>    ENSEMBLE LANGEVIN</div><div>    TIMESTEP [fs] 1</div><div>    STEPS 2000 </div><div>    TEMPERATURE [K] 300</div><div>    TEMP_KIND</div><div><br></div><div>    &LANGEVIN</div><div>      GAMMA 0.001</div><div>      NOISY_GAMMA 0</div><div>    &END LANGEVIN</div><div><br></div><div>    &THERMAL_REGION</div><div>      DO_LANGEVIN_DEFAULT F</div><div>      &DEFINE_REGION</div><div>        TEMPERATURE 300</div><div>        DO_LANGEVIN T</div><div>        LIST 1..146</div><div>        NOISY_GAMMA_REGION 1.0E-4</div><div>      &END DEFINE_REGION</div><div><br></div><div>      &DEFINE_REGION</div><div>        DO_LANGEVIN F</div><div>        LIST 147..187</div><div>      &END DEFINE_REGION</div><div><br></div><div>      &PRINT </div><div>        &TEMPERATURE</div><div>        &END</div><div>        &LANGEVIN_REGIONS</div><div>        &END LANGEVIN_REGIONS</div><div>      &END PRINT</div><div>    &END THERMAL_REGION</div><div>  &END MD</div></div></div></div><div><br></div><div>Best Regards</div><div>Nam</div>