Hello,
I'm running a simple simulation of Argon atoms with a Lennard-Jones potential. I started by equilibrating my simulation in NVT in order to then run short NVEs.
When calculating the total temperature of my system, I noticed that I was obtaining something different than what gromacs was printing out.
The thing is that I use reduced units (fixed my LJ parameters sigma, epsilon and mass to 1 in my topology), in order to always get distances in units of [r/sigma], and then I would multiply back by sigma to get my distances in nm.
But now I'm wondering: does this affect the unit of temperature ? The reduce unit for temperature is T* = kBT/epsilon
So the question is "is the Gromacs unit for temperature still Kelvin if I fixed my LJ parameters at 1 ?". Should I divide my target temperature by epsilon ?
Thanks for your help