|
| 1 | +# LAMMPS tutorials |
| 2 | + |
| 3 | +This is the repository of the [LAMMPS tutorials](https://lammpstutorials.github.io/) |
| 4 | +webpage. All the LAMMPS input scripts and data files can be found in a separate |
| 5 | +repository named [lammpstutorials-inputs](https://github.com/lammpstutorials/lammpstutorials-inputs). |
| 6 | + |
| 7 | +The tutorials are compatible with the XXXX2024 release of LAMMPS. |
| 8 | + |
| 9 | +## About LAMMPS tutorials |
| 10 | + |
| 11 | +The LAMMPStutorials website is made of seven tutorials that are ordered by increasing difficulty. |
| 12 | +[Lennard-Jones fluid](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level1/lennard-jones-fluid.html) |
| 13 | +is meant for absolute LAMMPS and molecular dynamics beginners, and the complexity of the simulation is |
| 14 | +progressively increased for [Pulling on a carbon nanotube](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level1/breaking-a-carbon-nanotube.html), |
| 15 | +[Polymer in water](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level2/polymer-in-water.html), |
| 16 | +[Nanosheared electrolyte](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level2/nanosheared-electrolyte.html), |
| 17 | +and [Reactive silicon dioxide](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level3/reactive-silicon-dioxide.html). |
| 18 | +Finally, [Water adsorption in silica](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level3/water-adsorption-in-silica.html) and |
| 19 | +[Free energy calculation](https://lammpstutorials.github.io/sphinx/build/html/tutorials/level3/free-energy-calculation.html) use some more advanced simulation methods that are commonly used when studying soft matter systems, respectively grand canonical Monte Carlo simulations and a free energy method named umbrella sampling. |
| 20 | + |
| 21 | +<p float="left"> |
| 22 | + <a href="https://lammpstutorials.github.io/sphinx/build/html/tutorials/level1/lennard-jones-fluid.html"> |
| 23 | + <img src="https://raw.githubusercontent.com/lammpstutorials/lammpstutorials.github.io/2Aug2023/docs/avatars/level1/lennard-jones-fluid/avatar-Lennard-Jones-LAMMPS.png" width="32%" /> |
| 24 | + </a> |
| 25 | + <a href="https://lammpstutorials.github.io/sphinx/build/html/tutorials/level1/breaking-a-carbon-nanotube.html"> |
| 26 | + <img src="https://raw.githubusercontent.com/lammpstutorials/lammpstutorials.github.io/2Aug2023/docs/avatars/level1/breaking-a-carbon-nanotube/CNT.png" width="32%" /> |
| 27 | + </a> |
| 28 | + <a href="https://lammpstutorials.github.io/sphinx/build/html/tutorials/level3/water-adsorption-in-silica.html"> |
| 29 | + <img src="https://raw.githubusercontent.com/lammpstutorials/lammpstutorials.github.io/2Aug2023/docs/avatars/level3/water-adsorption-in-silica/water-adsorption.png" width="32%" /> |
| 30 | + </a> |
| 31 | +</p> |
| 32 | + |
| 33 | +## Access the files |
| 34 | + |
| 35 | +You can access all the files by cloning this repository with its submodules: |
| 36 | + |
| 37 | +``` |
| 38 | +git clone https://github.com/lammpstutorials/lammpstutorials.github.io.git --recurse-submodule |
| 39 | +``` |
| 40 | + |
| 41 | +Alternatively, you can download the [inputs](https://github.com/lammpstutorials/lammpstutorials-inputs) only: |
| 42 | + |
| 43 | +``` |
| 44 | +git clone https://github.com/lammpstutorials/lammpstutorials.github.io.git |
| 45 | +``` |
| 46 | + |
| 47 | +The Matplotlib Pyplot functions for the figures are shared [here](https://github.com/simongravelle/pyplot-perso). |
| 48 | + |
| 49 | +### Template ### |
| 50 | + |
| 51 | +The template from the first page has been adapted from [HTML5 UP](https://html5up.net/). |
| 52 | +The other pages use the [Sphinx](https://www.sphinx-doc.org/) generator with the |
| 53 | +[furo style](https://github.com/pradyunsg/furo). |
| 54 | + |
0 commit comments