Hello,
I am new to lammps, I have been studying the stability of adamantane following simulated annealing. I performed several tests to determine the optimal time step and damping parameter (tdamp) using the Berendsen thermostat. In my procedure, I first heated the adamantane structure up to 3000 K, equilibrated it at this temperature, and then cooled it down to 0 K.
Surprisingly, the adamantane remained stable at 3000 K, which was not expected. After some reading, I found that this might be due to the flying ice cube problem, where energy equipartition is violated in simulations using certain thermostats, leading to non-physical results.
To address this, some sources suggest applying the command
fix all momentum 1 linear 1 1 1 angular rescale
to remove accumulated center-of-mass motion. After adding this command, the results changed adamantane was no longer stable.
My question is: Is this the correct way to resolve the issue? Should this momentum fix be applied whenever using the Berendsen thermostat, or only during the relaxation (constant-temperature, canonical ensemble) phase? Since this command can significantly alter the results, I want to be sure about the proper usage