Skip to content

Commit 4bec3e0

Browse files
committed
added header to all .lmp and .inc files
1 parent ec4cac5 commit 4bec3e0

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

+313
-42
lines changed

files/tutorial1/improved.md.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# 1) Initialization
27
units lj
38
dimension 3

files/tutorial1/improved.min.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# 1) Initialization
27
units lj
38
dimension 3

files/tutorial1/initial.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# PART A - ENERGY MINIMIZATION
27
# 1) Initialization
38
# 2) System definition

files/tutorial1/solution/improved.md.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# 1) Initialization
27
units lj
38
dimension 3

files/tutorial1/solution/improved.min.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# 1) Initialization
27
units lj
38
dimension 3

files/tutorial1/solution/initial.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
# PART A - ENERGY MINIMIZATION
27
# 1) Initialization
38
units lj

files/tutorial2/breakable.data

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
LAMMPS data file.
27
700 atoms
38
1 atom types

files/tutorial2/breakable.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# LAMMPS Input File (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
units metal
27
atom_style atomic
38
boundary f f f

files/tutorial2/solution/breakable-with-tip.lmp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Python script (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
15

26
units metal
37
atom_style molecular

files/tutorial2/solution/breakable.lmp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Python script (License CC BY 4.0)
2+
# By Simon Gravelle, Jacob R. Gissinger, and Axel Kohlmeyer
3+
# The DOI will be added upon publication
4+
# Find more on GitHub: https://github.com/lammpstutorials
5+
16
units metal
27
atom_style atomic
38
boundary f f f

0 commit comments

Comments
 (0)