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

« back to all changes in this revision

Viewing changes to bench/GPU/in.eam.cpu

  • 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:
1
 
# bulk Cu lattice
2
 
 
3
 
units           metal
4
 
atom_style      atomic
5
 
 
6
 
lattice         fcc 3.615
7
 
region          box block 0 $x 0 $y 0 $z
8
 
create_box      1 box
9
 
create_atoms    1 box
10
 
 
11
 
pair_style      eam
12
 
pair_coeff      1 1 Cu_u3.eam
13
 
 
14
 
velocity        all create 1600.0 376847 loop geom
15
 
 
16
 
neighbor        1.0 bin
17
 
neigh_modify    every 1 delay 5 check yes
18
 
 
19
 
fix             1 all nve
20
 
 
21
 
timestep        0.005
22
 
thermo          50
23
 
 
24
 
run             $t