File: INPUT_DOS.xml

package info (click to toggle)
espresso 5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 146,004 kB
  • ctags: 17,245
  • sloc: f90: 253,041; sh: 51,271; ansic: 27,494; tcl: 15,570; xml: 14,508; makefile: 2,958; perl: 2,035; fortran: 1,924; python: 337; cpp: 200; awk: 57
file content (120 lines) | stat: -rw-r--r-- 3,426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="input_xx.xsl"?>
<!-- FILE AUTOMATICALLY CREATED: DO NOT EDIT, CHANGES WILL BE LOST -->
    
<input_description distribution="Quantum Espresso" package="PWscf" program="dos.x" >
   <toc>
   </toc>
   <intro>
Purpose of dos.x:
    calculates the Density of States (DOS)
    (separated into up and down components for DSDA)


Structure of the input data:
============================

   &amp;DOS
     ...
   /
IMPORTANT: since v.5 namelist name is &amp;dos and no longer &amp;inputpp
   </intro>
   <namelist name="DOS" >
      <var name="prefix" type="CHARACTER" >
         <default> &apos;pwscf&apos;
         </default>
         <info>
prefix of input file produced by pw.x
(wavefunctions are not needed)
         </info>
      </var>
      <var name="outdir" type="CHARACTER" >
         <info>
directory containing the input data,
i.e. the same as in pw.x
         </info>
         <default>
value of the ESPRESSO_TMPDIR environment variable if set;
current directory (&apos;./&apos;) otherwise
         </default>
      </var>
      <var name="ngauss" type="INTEGER" >
         <default> 0
         </default>
         <status> optional
         </status>
         <info>
Type of gaussian broadening:

    =  0  Simple Gaussian (default)

    =  1  Methfessel-Paxton of order 1

    = -1  Marzari-Vanderbilt &quot;cold smearing&quot;

    =-99  Fermi-Dirac function
         </info>
      </var>
      <var name="degauss" type="REAL" >
         <info>
gaussian broadening, Ry (not eV!)          see below
         </info>
      </var>
      <vargroup type="REAL" >
         <var name="Emin" >
         </var>
         <var name="Emax" >
         </var>
         <default> band extrema
         </default>
         <info>
min, max energy (eV) for DOS plot. If unspecified, the
lower and/or upper band value, plus/minus 3 times the
value of the gaussian smearing if present, will be used.
         </info>
      </vargroup>
      <var name="DeltaE" type="REAL" >
         <info>
energy grid step (eV)
         </info>
      </var>
      <var name="fildos" type="CHARACTER" >
         <default> &quot;prefix&quot;.dos
         </default>
         <info>
output file containing DOS(E)
         </info>
      </var>
   </namelist>
   <section title="Notes" >
      <subsection title="Output" >
         <text>
The total DOS (states/eV plotted vs E in eV) is written to file &quot;fildos&quot;
         </text>
      </subsection>
      <subsection title="Important !" >
         <text>
The tetrahedron method is used if

    - the input data file has been produced by pw.x using the option
      occupations=&apos;tetrahedra&apos;, AND

    - a value for degauss is not given as input to namelist &amp;dos


Gaussian broadening is used in all other cases:

    - if degauss is set to some value in namelist &amp;dos, that value
      (and the optional value for ngauss) is used

    - if degauss is NOT set to any value in namelist &amp;dos, the
      value of degauss and of ngauss are read from the input data
      file (they will be the same used in the pw.x calculations)

    - if degauss is NOT set to any value in namelist &amp;dos, AND
      there is no value of degauss and of ngauss in the input data
      file, degauss=DeltaE (in Ry) and ngauss=0 will be used
         </text>
      </subsection>
   </section>
</input_description>