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

« back to all changes in this revision

Viewing changes to examples/USER/eff/CH4/in.ch4_ionized.dynamics

  • 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 5000.0 0 0
13
13
pair_coeff      * *
14
14
 
15
 
communicate     single vel yes  
 
15
comm_modify     vel yes 
16
16
 
17
17
# minimize
18
18
min_style       cg
31
31
fix             1 all nvt/eff temp 300.0 300.0 0.1
32
32
 
33
33
# the custom dump includes the radii
34
 
dump            1 all custom 100 ${sname}.nvt.lammpstrj id type x y z spin eradius
 
34
compute         1 all property/atom spin eradius
 
35
dump            1 all custom 100 ${sname}.nvt.lammpstrj id type x y z c_1[1] c_1[2]
35
36
dump            2 all xyz 100 ${sname}.nvt.xyz 
36
37
 
37
38
run             1000000