Skip to content

Commit d0fc380

Browse files
committed
replace non-ASCII '-' character with ASCII version
1 parent 24223bd commit d0fc380

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

files/tutorial4/create.lmp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ units real
88
atom_style full
99
bond_style harmonic
1010
angle_style harmonic
11-
pair_style lj/cut/tip4p/long O H OH H−O−H 0.1546 12.0
12-
kspace_style pppm/tip4p 1.0e5
11+
pair_style lj/cut/tip4p/long O H O-H H-O-H 0.1546 12.0
12+
kspace_style pppm/tip4p 1.0e-5
1313
kspace_modify slab 3.0
1414

files/tutorial4/shearing.lmp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ units real
88
atom_style full
99
bond_style harmonic
1010
angle_style harmonic
11-
pair_style lj/cut/tip4p/long O H OH H−O−H 0.1546 12.0
12-
kspace_style pppm/tip4p 1.0e5
11+
pair_style lj/cut/tip4p/long O H O-H H-O-H 0.1546 12.0
12+
kspace_style pppm/tip4p 1.0e-5
1313
kspace_modify slab 3.0
1414

1515
read_data equilibrate.data

files/tutorial5/decorate.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ units real
77
atom_style full
88

99
read_data deform-mod.data
10-
displace_atoms all move 12 0 0 # optional
10+
displace_atoms all move -12 0 0 # optional
1111

1212
pair_style reaxff NULL safezone 3.0 mincap 150
1313
pair_coeff * * reaxCHOFe.inc Si O H

files/tutorial5/solution/decorate.lmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ units real
77
atom_style full
88

99
read_data deform-mod.data
10-
displace_atoms all move 12 0 0 # optional
10+
displace_atoms all move -12 0 0 # optional
1111

1212
pair_style reaxff NULL safezone 3.0 mincap 150
1313
pair_coeff * * reaxCHOFe.inc Si O H

files/tutorial6/solution/cracking-mod.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Bond Type Labels
2626

2727
Angle Type Labels
2828

29-
1 HW−OW−HW
29+
1 HW-OW-HW
3030

3131
Masses
3232

0 commit comments

Comments
 (0)