Skip to content
Snippets Groups Projects
Commit ce6ec5c1 authored by s1309877's avatar s1309877
Browse files

Add more resources for learning LAMMPS in the README file

parent 7ea2e273
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,42 @@ which ask you to play around with the parameter values for the potentials, you
can change them within the bash script and then re-run it to generate new input
files/run scripts for LAMMPS.
If you are unsure at any point in these tutorial exercises, please consult
the online LAMMPS documentation:
###############################################################################
# Accessing LAMMPS
LAMMPS is readily available on the school's Linux computers (the lmp command),
so you should be able to do these tutorials without having to install LAMMPS
yourself. However, if you prefer to have your own version of LAMMPS
(e.g., for running it on your own computer), you can follow the guide on the
official LAMMPS webpage to install the software:
docs.lammps.org/Install.html
For those of you using conda, LAMMPS is also available as a conda package:
conda install -c conda-forge lammps
For more details, visit anaconda.org/conda-forge/lammps.
###############################################################################
# Other useful resources for learning LAMMPS:
0. LAMMPS documentation
docs.lammps.org/Manual.html
1. Davide Marenduzzo's tutorials on LAMMPS:
www2.ph.ed.ac.uk/~dmarendu/LAMMPS/tutorial.html
2. Davide Michieltto's tutorials on LAMMPS:
www2.ph.ed.ac.uk/~dmichiel/Lab.html (see the section 'LAMMPS intro')
3. A textbook on LAMMPS (if you plan to modify the software):
S. Mubin and J Li. Extending and Modifying LAMMPS - Writing Your Own Source
Code. Packt Publishing (2021)
\ No newline at end of file
......@@ -45,11 +45,6 @@ will learn more about them in the Year 4 Statistical Physics course. Often MD
simulations using this scheme are referred as 'Brownian/Langevin dynamics'
simulations.
If you are unsure at any point in these tutorial exercises, please consult
the online LAMMPS documentation:
docs.lammps.org/Manual.html
###############################################################################
What to do:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment