\(\renewcommand{\AA}{\text{Å}}\)
2. Install LAMMPS
You can download LAMMPS as an executable or as source code.
When downloading the LAMMPS source code, you also have to build LAMMPS. But you have more flexibility as to what features to include or exclude in the build. When you download and install pre-compiled LAMMPS executables, you are limited to install which version of LAMMPS is available and which features are included of these builds. If you plan to modify or extend LAMMPS, then you must build LAMMPS from the source code.
Note
If you have questions about the pre-compiled LAMMPS executables, you need to contact the people preparing those executables. The LAMMPS developers have no control over their choices of how they configure and build their packages and when they update them.
These are the files and subdirectories in the LAMMPS distribution:
|
Short description of the LAMMPS package |
|
GNU General Public License (GPL) |
|
Security policy for the LAMMPS package |
|
benchmark inputs |
|
CMake build files |
|
documentation and tools to build the manual |
|
example input files |
|
Fortran module for LAMMPS library interface |
|
additional provided or external libraries |
|
selected interatomic potential files |
|
Python module for LAMMPS library interface |
|
LAMMPS source files |
|
pre- and post-processing tools |
|
source code and inputs for testing LAMMPS |
You will have all of these if you downloaded the LAMMPS source code. You will have only some of them if you downloaded executables, as explained on the pages listed above.