Here is a summary of the commands for LAMMPS. It's completely for me, but I'll keep it public as it may be useful to someone. https://lammps.sandia.gov/doc/Manual.html ← Basically, from here, I will make notes in Japanese about what I found useful. If you have any mistakes, it would be greatly appreciated if you could point them out.
Note that restart and write_restart are different write_restart
write_restart filename.rst
Saves the state at the time the command was executed. It is good to put it after run
.
Basically used to save the state after calculation.
restart
restart N filename1.rst filename2.rst
Filename1.rst and filename2.rst are updated alternately every N steps. It can be used to save the state during calculation.
Recommended Posts