forked from lijiext/lammps
fix_modify is not longer needed
This commit is contained in:
parent
5f94b31806
commit
1c68e42ecc
|
@ -16,7 +16,6 @@ timestep 1.0
|
||||||
fix fxnvt all npt temp ${T0} ${T0} 1000.0 iso ${press} ${press} 10000.0
|
fix fxnvt all npt temp ${T0} ${T0} 1000.0 iso ${press} ${press} 10000.0
|
||||||
fix fxgREM all grem 400 -.01 -30000 fxnvt
|
fix fxgREM all grem 400 -.01 -30000 fxnvt
|
||||||
thermo_modify press fxgREM_press
|
thermo_modify press fxgREM_press
|
||||||
fix_modify fxnvt press fxgREM_press
|
|
||||||
run 1000
|
run 1000
|
||||||
|
|
||||||
#write_data lj-out.data
|
#write_data lj-out.data
|
||||||
|
|
Loading…
Reference in New Issue