forked from lijiext/lammps
32 lines
585 B
Plaintext
32 lines
585 B
Plaintext
variable sname index Be-solid
|
|
log ${sname}.spe.log
|
|
|
|
units electron
|
|
newton on
|
|
boundary p p p
|
|
|
|
atom_style electron
|
|
|
|
read_data data.${sname}
|
|
|
|
pair_style eff/cut 31.6125
|
|
pair_coeff * *
|
|
|
|
comm_modify vel yes
|
|
|
|
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
|
|
|
|
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]
|
|
|
|
fix 1 all nve/eff
|
|
|
|
run 0
|
|
|