Dear Axel,
I have some questions regarding the fix atom/swap
command while performing Monte Carlo (MC) simulations in LAMMPS. Specifically, I want to know if LAMMPS compares the energy after each individual atom type swap, or if it allows for multiple (or even dozens) of atom swaps before comparing the energy. Additionally, is there a fundamental difference between the following two sets of commands?
fix 2 all atom/swap 1 1 29494 300.0 types 1 2
run 1000
and
fix 2 all atom/swap 1 1000 29494 300.0 types 1 2
run 1
I am looking forward to your response.