update log files in python pair style example
This commit is contained in:
@ -30,7 +30,7 @@ clear
|
||||
read_restart melt.restart
|
||||
|
||||
pair_style python 2.5
|
||||
pair_coeff * * potentials.LAMMPSLJCutPotential lj
|
||||
pair_coeff * * potentials.LJCutMelt lj
|
||||
|
||||
fix 1 all nve
|
||||
|
||||
@ -45,7 +45,7 @@ atom_style atomic
|
||||
read_data melt.data
|
||||
|
||||
pair_style python 2.5
|
||||
pair_coeff * * potentials.LAMMPSLJCutPotential lj
|
||||
pair_coeff * * potentials.LJCutMelt lj
|
||||
|
||||
neighbor 0.3 bin
|
||||
neigh_modify every 20 delay 0 check no
|
||||
|
||||
Reference in New Issue
Block a user