Dear all
I might be encountering a technical issue. In LAMMPS, does MC or MD happen first?
Here is a part of my code:
fix 1 all nvt temp 500 500 10
fix 2 all gcmc 10 10 10 3 62513 500 -3.6 0.1
thermo 1
This means that MD operations will be performed throughout the process, and only at specific steps will MC operations take place. From the stepwise output in the log file, I can see that GCMC operations occur at step 1 and step 11. What I’m curious about is, in the steps with GCMC, like step 11, does LAMMPS first perform the GCMC operation and then the MD, or does it perform MD first and then GCMC?
With regards!