Skip to content

Commit 427dca7

Browse files
committed
slight change input
1 parent 186bd67 commit 427dca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

level1/lennard-jones-fluid/my-first-input/input.lammps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ pair_coeff 2 2 0.5 3.0
4444

4545
# 4) Visualization
4646
thermo 10
47-
thermo_style custom step temp pe ke etotal press
47+
thermo_style custom step etotal press
4848

4949
# 5) Run
5050
minimize 1.0e-4 1.0e-6 1000 10000
5151

5252
# PART B - MOLECULAR DYNAMICS
53-
5453
# 4) Visualization
5554
dump mydmp all atom 100 dump.lammpstrj
5655
thermo 50
56+
thermo_style custom step temp etotal pe ke press
5757

5858
# 5) Run
5959
fix mynve all nve

0 commit comments

Comments
 (0)