~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to examples/USER/eff/Li-solid/in.Li.bohr

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
pair_style      eff/cut 20.88 limit/eradius pressure/evirials
14
14
pair_coeff      * *
15
15
 
16
 
communicate     single vel yes
 
16
comm_modify     vel yes
17
17
 
18
18
neigh_modify    one 2000 page 20000
19
19
 
40
40
fix             0 all temp/rescale/eff 1 0.0 3000.0 0.02 0.5
41
41
 
42
42
fix             1 all npt/eff temp 3000.0 3000.0 0.1 iso 1e7 1e7 1.0
43
 
dump            1 all custom 100 ${sname}.spe.lammpstrj id type q spin eradius x y z
 
43
 
 
44
compute         1 all property/atom spin eradius
 
45
dump            1 all custom 1 ${sname}.spe.lammpstrj &
 
46
                id type q c_1[1] c_1[2] x y z
44
47
 
45
48
run             1000
46
49