2011-02-23 06:35:22 +08:00
|
|
|
variable sname index Be-solid
|
|
|
|
log ${sname}.spe.log
|
|
|
|
|
|
|
|
units electron
|
|
|
|
newton on
|
|
|
|
boundary p p p
|
|
|
|
|
|
|
|
atom_style electron
|
|
|
|
|
|
|
|
read_data data.${sname}
|
|
|
|
|
2013-01-04 00:22:36 +08:00
|
|
|
pair_style eff/cut 31.6125
|
2011-02-23 06:35:22 +08:00
|
|
|
pair_coeff * *
|
|
|
|
|
2014-06-05 20:52:13 +08:00
|
|
|
comm_modify vel yes
|
2011-02-23 06:35:22 +08:00
|
|
|
|
|
|
|
neigh_modify one 10000 page 100000
|
|
|
|
|
|
|
|
compute effTemp all temp/eff
|
|
|
|
|
|
|
|
thermo 10
|
|
|
|
thermo_style custom step etotal pe ke temp press
|
|
|
|
thermo_modify temp effTemp
|
|
|
|
|
2014-06-11 00:07:24 +08:00
|
|
|
compute 1 all property/atom spin eradius
|
|
|
|
dump 1 all custom 1 ${sname}.spe.lammpstrj id type x y z c_1[1] c_1[2]
|
2011-02-23 06:35:22 +08:00
|
|
|
|
|
|
|
fix 1 all nve/eff
|
|
|
|
|
|
|
|
run 0
|
|
|
|
|