update local/density examples to follow conventions more closely
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# local density potentials: (B,B), (W,W), (B,W), (W,B)
|
# local density potentials: (B,B), (W,W), (B,W), (W,B) UNITS: real
|
||||||
|
|
||||||
4 500
|
4 500
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
|
# UNITS: real
|
||||||
PairBB
|
PairBB
|
||||||
N 500 R 2.00000e-02 1.32500e+01
|
N 500 R 2.00000e-02 1.32500e+01
|
||||||
|
|
||||||
|
|||||||
@ -49,14 +49,14 @@ run 5000
|
|||||||
|
|
||||||
# Turn off recentering during production phase
|
# Turn off recentering during production phase
|
||||||
unfix recentering
|
unfix recentering
|
||||||
|
reset_timestep 0
|
||||||
|
|
||||||
# Setup trajectory output
|
# Setup trajectory output
|
||||||
dump myDump all custom 100 benzene_water.lammpstrj.gz id type x y z element
|
#dump myDump all custom 100 benzene_water.lammpstrj.gz id type x y z element
|
||||||
dump_modify myDump element B W
|
#dump_modify myDump element B W
|
||||||
dump_modify myDump sort id
|
#dump_modify myDump sort id
|
||||||
|
|
||||||
# Production (for realistic results, run for 10000000 steps)
|
# Production (for realistic results, run for 10000000 steps)
|
||||||
reset_timestep 0
|
|
||||||
run 1000
|
run 1000
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -52,15 +52,14 @@ run 2000
|
|||||||
|
|
||||||
#turn off recentering during production run
|
#turn off recentering during production run
|
||||||
unfix recentering
|
unfix recentering
|
||||||
|
reset_timestep 0
|
||||||
|
|
||||||
#setup trajectory output
|
#setup trajectory output
|
||||||
dump myDump all custom 100 methanol_implicit_water.lammpstrj.gz id type x y z element
|
#dump myDump all custom 100 methanol_implicit_water.lammpstrj.gz id type x y z element
|
||||||
dump_modify myDump element M
|
#dump_modify myDump element M
|
||||||
dump_modify myDump sort id
|
#dump_modify myDump sort id
|
||||||
|
|
||||||
#run production (for realistic results, run for 10000000 steps)
|
#run production (for realistic results, run for 10000000 steps)
|
||||||
reset_timestep 0
|
|
||||||
thermo 1000
|
thermo 1000
|
||||||
thermo_style custom etotal ke pe temp evdwl
|
thermo_style custom etotal ke pe temp evdwl
|
||||||
run 10000
|
run 10000
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#LOCAL DENSITY POTENTIALS
|
#LOCAL DENSITY POTENTIALS UNITS: real
|
||||||
|
|
||||||
1 500
|
1 500
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
|
# UNITS: real
|
||||||
PairMM
|
PairMM
|
||||||
N 500 R 2.00000e-02 1.50000e+01
|
N 500 R 2.00000e-02 1.50000e+01
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user