move dump command after reset_timestep to avoid crash
This commit is contained in:
@ -57,15 +57,15 @@ variable u uloop 20
|
|||||||
|
|
||||||
# only output atoms near vacancy
|
# only output atoms near vacancy
|
||||||
|
|
||||||
#dump events vacneigh custom 1000 dump.neb.sivac.$u id type x y z
|
|
||||||
|
|
||||||
# initial minimization to relax vacancy
|
# initial minimization to relax vacancy
|
||||||
|
|
||||||
displace_atoms all random 0.1 0.1 0.1 123456
|
displace_atoms all random 0.1 0.1 0.1 123456
|
||||||
minimize 1.0e-6 1.0e-4 1000 10000
|
minimize 1.0e-6 1.0e-4 1000 10000
|
||||||
|
|
||||||
reset_timestep 0
|
reset_timestep 0
|
||||||
|
|
||||||
|
#dump events vacneigh custom 1000 dump.neb.sivac.$u id type x y z
|
||||||
|
|
||||||
fix 1 all neb 1.0
|
fix 1 all neb 1.0
|
||||||
|
|
||||||
thermo 100
|
thermo 100
|
||||||
|
|||||||
Reference in New Issue
Block a user