Skip to content

Commit 68ed992

Browse files
Merge pull request #30 from lammpstutorials/small-rewritting
Small cleanings of introduction and tutorial 1
2 parents a1d31a0 + 77ed576 commit 68ed992

38 files changed

Lines changed: 4876 additions & 3971 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lammps-tutorials.suppinfo
1111
lammps-tutorials.fls
1212
lammps-tutorials.synctex*
1313
lammps-tutorials.fdb*
14+
pdflatex*.fls
1415

1516
# LaTex files for the presubmission letter
1617
presubmission-letter/*.log
@@ -31,4 +32,5 @@ _region_.*
3132

3233
# LAMMPS output files
3334
dump.*.jpg
34-
dump.*.ppn
35+
dump.*.ppm
36+
myimage-*.ppm

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "files/pyplot-perso"]
2-
path = files/pyplot-perso
2+
path = files/shared-pyplot
33
url = git@github.com:simongravelle/pyplot-perso.git
44
branch = LAMMPS-livecom
55
[submodule "dependencies/.github"]

figures/LJ-coords.png

-19.4 KB
Loading

figures/LJ-energy.png

-4.65 KB
Loading

figures/LJ-evolution.png

202 KB
Loading

figures/LJ-mixing.png

-9.52 KB
Loading

files/tutorial1/.manifest

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# LAMMPS Tutorial manifest file. This file determines what is downloaded when.
2+
# comments start with a # as the first character.
3+
# comments and empty lines are ignored
4+
##############################################################################
5+
# 1) input file templates
6+
# the first file will be automatically loaded
7+
initial.lmp
8+
improved.min.lmp
9+
improved.md.lmp
10+
11+
# 2) solution files
12+
# only downloaded on request
13+
solution/initial.lmp
14+
solution/initial.log
15+
solution/initial.parta.dat
16+
solution/initial.partb.dat
17+
solution/initial.run0.png
18+
solution/initial.min.png
19+
solution/initial.mp4
20+
solution/improved.min.lmp
21+
solution/improved.min.log
22+
solution/improved.min.png
23+
solution/improved.md.lmp
24+
solution/improved.md.log
25+
solution/improved.md.dat
26+
solution/improved.md.png
27+
solution/min_coords.data
28+
29+
# 3) folders not known to LAMMPS GUI will be skipped

files/tutorial1/improved-input/input.md.lmp

Lines changed: 0 additions & 58 deletions
This file was deleted.

files/tutorial1/improved-input/input.min.lmp

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)