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

« back to all changes in this revision

Viewing changes to examples/USER/eff/CH4/in.ch4.min

  • 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
 
26
26
thermo_style    custom step etotal pe ke v_eke v_epauli v_ecoul v_erres
27
27
 
28
28
min_style       cg
29
 
dump            2 all custom 10 ${sname}.min.lammpstrj id type q spin eradius x y z fx fy fz erforce
 
29
compute         1 all property/atom spin eradius erforce
 
30
dump            2 all custom 10 ${sname}.min.lammpstrj id type q c_1[1] c_1[2] x y z fx fy fz c_1[3]
30
31
minimize        0 1e-6 2000 4000
31
32