Skip to content

Commit 91b93c5

Browse files
Merge pull request #59 from lammpstutorials/change-notation-energy
used U, K, and E for the energies
2 parents 02b102e + f4257a3 commit 91b93c5

18 files changed

+112
-134
lines changed
2.25 KB
Loading
-115 Bytes
Loading
0 Bytes
Loading

figures/LJ-energy.png

-1.61 KB
Loading

figures/REACT-mixing.png

-1.83 KB
Loading

files/tutorial1/improved.md.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LAMMPS Input File (License CC BY 4.0)
2-
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
33
# The DOI will be added upon publication
44
# Find more on GitHub: https://github.com/lammpstutorials
55

files/tutorial1/improved.min.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LAMMPS Input File (License CC BY 4.0)
2-
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
33
# The DOI will be added upon publication
44
# Find more on GitHub: https://github.com/lammpstutorials
55

files/tutorial1/initial.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LAMMPS Input File (License CC BY 4.0)
2-
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
33
# The DOI will be added upon publication
44
# Find more on GitHub: https://github.com/lammpstutorials
55

files/tutorial1/solution/improved.md.ipynb

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 5,
5+
"execution_count": 1,
66
"id": "7c8c9669",
77
"metadata": {},
8-
"outputs": [],
8+
"outputs": [
9+
{
10+
"name": "stderr",
11+
"output_type": "stream",
12+
"text": [
13+
"/home/simon/.local/lib/python3.12/site-packages/matplotlib/projections/__init__.py:63: UserWarning: Unable to import Axes3D. This may be due to multiple versions of Matplotlib being installed (e.g. as a system package and as a pip package). As a result, the 3D projection is not available.\n",
14+
" warnings.warn(\"Unable to import Axes3D. This may be due to multiple versions of \"\n"
15+
]
16+
}
17+
],
918
"source": [
1019
"import numpy as np\n",
1120
"import sys, os, git, lammps_logfile\n",
@@ -15,7 +24,7 @@
1524
},
1625
{
1726
"cell_type": "code",
18-
"execution_count": 6,
27+
"execution_count": 2,
1928
"id": "3c0471c3",
2029
"metadata": {},
2130
"outputs": [],
@@ -30,7 +39,7 @@
3039
},
3140
{
3241
"cell_type": "code",
33-
"execution_count": 7,
42+
"execution_count": 3,
3443
"id": "a28c02aa",
3544
"metadata": {},
3645
"outputs": [],
@@ -46,7 +55,7 @@
4655
},
4756
{
4857
"cell_type": "code",
49-
"execution_count": 8,
58+
"execution_count": 4,
5059
"id": "2f5b9386",
5160
"metadata": {},
5261
"outputs": [],
@@ -58,7 +67,7 @@
5867
},
5968
{
6069
"cell_type": "code",
61-
"execution_count": 9,
70+
"execution_count": 5,
6271
"id": "d6156a6b",
6372
"metadata": {},
6473
"outputs": [],
@@ -73,7 +82,7 @@
7382
},
7483
{
7584
"cell_type": "code",
76-
"execution_count": 10,
85+
"execution_count": 6,
7786
"id": "7f303b27",
7887
"metadata": {},
7988
"outputs": [],

0 commit comments

Comments
 (0)