~ubuntu-branches/debian/sid/abinit/sid

« back to all changes in this revision

Viewing changes to tests/tutorial/Input/t46.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-09-14 13:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20070914130500-1kzh2mrgo6ir4b6i
Tags: upstream-5.3.4.dfsg
ImportĀ upstreamĀ versionĀ 5.3.4.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Crystalline aluminum : computation of the total energy
 
2
#
 
3
# Determination of the surface energy of aluminum :
 
4
# convergence with respect to the number of vacuum layers.
 
5
 
 
6
ndtset 2
 
7
 
 
8
#Definition of the unit cell
 
9
acell  3*7.50559090E+00  # Lattice parameters of bulk aluminum
 
10
rprim1 0.5 -0.5  0.0     
 
11
       0.5  0.5  0.0    
 
12
       0.0  0.0  2.5    
 
13
rprim2 0.5 -0.5  0.0    
 
14
       0.5  0.5  0.0    
 
15
       0.0  0.0  3.0    
 
16
 
 
17
 
 
18
#Definition of occupation numbers
 
19
occopt 4
 
20
tsmear 0.04
 
21
 
 
22
#Definition of the k-point grid 
 
23
kptopt 1          # Option for the automatic generation of k points, taking
 
24
                  # into account the symmetry
 
25
ngkpt  4 4 1  
 
26
nshiftk 2
 
27
shiftk  0.5 0.0 0.0
 
28
        0.0 0.5 0.0
 
29
 
 
30
#Definition of the atom types
 
31
ntypat 1          # There is only one type of atom
 
32
znucl 13          # The keyword "znucl" refers to the atomic number of the 
 
33
                  # possible type(s) of atom. The pseudopotential(s) 
 
34
                  # mentioned in the "files" file must correspond
 
35
                  # to the type(s) of atom. Here, the only type is Aluminum
 
36
                         
 
37
 
 
38
#Definition of the atoms
 
39
natom 3           # Three atoms per cell: three aluminum layers and some vacuum
 
40
typat 3*1         # These atoms are of type 1, that is, Aluminum
 
41
xcart             
 
42
   3*0.0             # Triplet giving the CARTESIAN coordinates of atom 1.
 
43
   0.0  2*3.75279545 # Triplet giving the CARTESIAN coordinates of atom 2.
 
44
   2*0.0  7.5055909  # Triplet giving the CARTESIAN coordinates of atom 3.
 
45
 
 
46
#The relaxation
 
47
ionmov 3
 
48
tolmxf 5.0d-4
 
49
ntime 10
 
50
 
 
51
#Exchange-correlation functional
 
52
ixc 1             # LDA Teter Pade parametrization
 
53
 
 
54
#Definition of the planewave basis set
 
55
ecut  6.0         # Maximal kinetic energy cut-off, in Hartree
 
56
 
 
57
#Definition of the SCF procedure
 
58
nstep 6           # Maximal number of SCF cycles
 
59
toldff 5.0d-5