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

« back to all changes in this revision

Viewing changes to examples/USER/eff/Auger-Adamantane/in.adamantane_ionized.nve

  • 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 100.0
13
13
pair_coeff      * *
14
14
 
15
 
communicate     single vel yes
 
15
comm_modify     vel yes
16
16
 
17
17
compute         effTemp all temp/eff
18
18
 
23
23
# Minimization
24
24
min_style       cg
25
25
dump            1 all xyz 500 ${sname}.min.xyz
26
 
dump            2 all custom 500 ${sname}.min.lammpstrj id type x y z spin eradius fx fy fz erforce
 
26
compute         1 all property/atom spin eradius erforce
 
27
dump            2 all custom 500 ${sname}.min.lammpstrj id type x y z c_1[1] c_1[2] fx fy fz c_1[3]
27
28
min_modify      line quadratic
28
29
minimize        0.0 1.0e-5 10000 100000
29
30
 
40
41
 
41
42
fix             1 all nve/eff
42
43
dump            1 all xyz 1000 ${sname}.nve.xyz
43
 
dump            2 all custom 1000 ${sname}.nve.lammpstrj id type x y z spin eradius fx fy fz erforce
 
44
dump            2 all custom 1000 ${sname}.nve.lammpstrj id type x y z c_1[1] c_1[2] fx fy fz c_1[3]
44
45
#restart                1000 ${sname}.nve.restart1 ${sname}.nve.restart2
45
46
 
46
47
run             200000