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

« back to all changes in this revision

Viewing changes to examples/USER/eff/Be-solid/in.Be-solid.spe

  • 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:
12
12
pair_style      eff/cut 31.6125
13
13
pair_coeff      * *
14
14
 
15
 
communicate     single vel yes
 
15
comm_modify     vel yes
16
16
 
17
17
neigh_modify    one 10000 page 100000
18
18
 
22
22
thermo_style    custom step etotal pe ke temp press
23
23
thermo_modify   temp effTemp
24
24
 
25
 
dump            1 all custom 1 ${sname}.spe.lammpstrj id type x y z spin eradius
 
25
compute         1 all property/atom spin eradius
 
26
dump            1 all custom 1 ${sname}.spe.lammpstrj id type x y z c_1[1] c_1[2]
26
27
 
27
28
fix             1 all nve/eff
28
29