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

« back to all changes in this revision

Viewing changes to bench/FERMI/in.eam.titan

  • 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
newton          off
 
4
package         gpu force/neigh 0 0 1
 
5
processors      * * * grid numa
 
6
 
 
7
variable        x index 1
 
8
variable        y index 1
 
9
variable        z index 1
 
10
 
 
11
variable        xx equal 20*$x
 
12
variable        yy equal 20*$y
 
13
variable        zz equal 20*$z
 
14
 
 
15
units           metal
 
16
atom_style      atomic
 
17
 
 
18
lattice         fcc 3.615
 
19
region          box block 0 ${xx} 0 ${yy} 0 ${zz}
 
20
create_box      1 box
 
21
create_atoms    1 box
 
22
 
 
23
pair_style      eam/gpu
 
24
pair_coeff      1 1 Cu_u3.eam
 
25
 
 
26
velocity        all create 1600.0 376847 loop geom
 
27
 
 
28
neighbor        1.0 bin
 
29
neigh_modify    every 1 delay 5 check yes
 
30
 
 
31
fix             1 all nve
 
32
 
 
33
timestep        0.005
 
34
thermo          50
 
35
 
 
36
run             15
 
37
run             100