[LINUX] LAMMPS command notes (completely for yourself)

Overview

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.

By application

I want to make a restart file

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.

By command

Recommended Posts

LAMMPS command notes (completely for yourself)
Anchoco for yourself
Command line introductory notes
Linux command for self-collection
Installation notes for TensorFlow for Windows
Python Tkinter notes (for myself)
Convenient diff command usage notes
Python code memo for yourself
Made a command for FizzBuzz
Linux Command Dictionary (for myself)
Linux command memorandum [for beginners]
Notes for HHKB Programming Contest 2020
Tips for data analysis ・ Notes
[Note] [For myself] Django command