Skip to content

Commit 65fdaf6

Browse files
Merge pull request #43 from lammpstutorials/continue-cleaning
Continue cleaning the tutorial
2 parents 8e59251 + b01ca0b commit 65fdaf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+69147
-38118
lines changed

figures/LJ-avatar.png

474 KB
Loading

figures/LJ-energy.png

3.21 KB
Loading

figures/REACT-final.png

785 KB
Loading

figures/REACT-mixing.png

65.3 KB
Loading

figures/REACT-reacting.png

114 KB
Loading

figures/REACT.png

123 KB
Loading

files/tutorial1/improved.min.lmp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ pair_coeff 2 2 0.5 3.0
1414
thermo 10
1515
thermo_style custom step etotal press
1616
# 5) Run
17-
minimize 1.0e-6 1.0e-6 1000 10000
18-
# 6) Save status
17+
minimize 1.0e-6 1.0e-6 1000 10000

files/tutorial1/solution/improved.md.ipynb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
],
141141
"metadata": {
142142
"kernelspec": {
143-
"display_name": "Python 3.10.6 64-bit",
143+
"display_name": "Python 3",
144144
"language": "python",
145145
"name": "python3"
146146
},
@@ -155,11 +155,6 @@
155155
"nbconvert_exporter": "python",
156156
"pygments_lexer": "ipython3",
157157
"version": "3.12.3"
158-
},
159-
"vscode": {
160-
"interpreter": {
161-
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
162-
}
163158
}
164159
},
165160
"nbformat": 4,

files/tutorial1/solution/improved.md.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ atom_style atomic
55
boundary p p p
66
# 2) System definition
77
pair_style lj/cut 4.0
8-
read_data min_coords.data
8+
read_data improved.min.data
99
region cyl_in cylinder z 0 0 10 INF INF side in
1010
region cyl_out cylinder z 0 0 10 INF INF side out
1111
group grp_t1 type 1
File renamed without changes.

0 commit comments

Comments
 (0)