File: node8.html

package info (click to toggle)
espresso 6.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 311,068 kB
  • sloc: f90: 447,429; ansic: 52,566; sh: 40,631; xml: 37,561; tcl: 20,077; lisp: 5,923; makefile: 4,503; python: 4,379; perl: 1,219; cpp: 761; fortran: 618; java: 568; awk: 128
file content (191 lines) | stat: -rw-r--r-- 5,928 bytes parent folder | download | duplicates (3)
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2019.2 (Released June 5, 2019) -->
<HTML lang="EN">
<HEAD>
<TITLE>3.1 Input data</TITLE>
<META NAME="description" CONTENT="3.1 Input data">
<META NAME="keywords" CONTENT="user_guide">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0">
<META NAME="Generator" CONTENT="LaTeX2HTML v2019.2">

<LINK REL="STYLESHEET" HREF="user_guide.css">

<LINK REL="next" HREF="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="next" HREF="node9.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A
 HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALT="next" SRC="next.png"></A> 
<A
 HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALT="up" SRC="up.png"></A> 
<A
 HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALT="previous" SRC="prev.png"></A> 
<A ID="tex2html148"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALT="contents" SRC="contents.png"></A>  
<BR>
<B> Next:</B> <A
 HREF="node9.html">3.2 Data files</A>
<B> Up:</B> <A
 HREF="node7.html">3 Using PWscf</A>
<B> Previous:</B> <A
 HREF="node7.html">3 Using PWscf</A>
 &nbsp; <B>  <A ID="tex2html149"
  HREF="node1.html">Contents</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A ID="SECTION00041000000000000000">
3.1 Input data</A>
</H2>

<P>
Input data 
is organized as several namelists, followed by other fields (``cards'')
introduced by keywords. The namelists are

<P>
<TABLE CELLPADDING=3>
<TR><TD ALIGN="LEFT">&amp;CONTROL:</TD>
<TD ALIGN="LEFT">general variables controlling the run</TD>
</TR>
<TR><TD ALIGN="LEFT">&amp;SYSTEM:</TD>
<TD ALIGN="LEFT">structural information on the system under investigation</TD>
</TR>
<TR><TD ALIGN="LEFT">&amp;ELECTRONS:</TD>
<TD ALIGN="LEFT">electronic variables: self-consistency, smearing</TD>
</TR>
<TR><TD ALIGN="LEFT">&amp;IONS (optional):</TD>
<TD ALIGN="LEFT">ionic variables: relaxation, dynamics</TD>
</TR>
<TR><TD ALIGN="LEFT">&amp;CELL (optional):</TD>
<TD ALIGN="LEFT">variable-cell optimization or dynamics</TD>
</TR>
</TABLE>    
<BR>
Optional namelist may be omitted if the calculation to be performed
does not require them. This depends on the value of variable 
<TT>calculation</TT>
in namelist &amp;CONTROL. Most variables in namelists have default values. Only
the following variables in &amp;SYSTEM must always be specified:

<P>
<TABLE CELLPADDING=3>
<TR><TD ALIGN="LEFT"><TT>nat</TT></TD>
<TD ALIGN="LEFT">(integer)</TD>
<TD ALIGN="LEFT">number of atoms in the unit cell</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>ntyp</TT></TD>
<TD ALIGN="LEFT">(integer)</TD>
<TD ALIGN="LEFT">number of types of atoms in the unit cell</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>ecutwfc</TT></TD>
<TD ALIGN="LEFT">(real)</TD>
<TD ALIGN="LEFT">kinetic energy cutoff (Ry) for wavefunctions.</TD>
</TR>
</TABLE>    
<BR>
plus the variables needed to describe the crystal structure, e.g.:
<TABLE CELLPADDING=3>
<TR><TD ALIGN="LEFT"><TT>ibrav</TT></TD>
<TD ALIGN="LEFT">(integer)</TD>
<TD ALIGN="LEFT">Bravais-lattice index</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>celldm</TT></TD>
<TD ALIGN="LEFT">(real, dimension 6)</TD>
<TD ALIGN="LEFT">crystallographic constants</TD>
</TR>
</TABLE>    
<BR>
Alternative ways to input structural data are described in files
<TT>PW/Doc/INPUT_PW.*</TT>. For metallic systems, you have to specify
how metallicity is treated in variable <TT>occupations</TT>.
If you choose <TT>occupations='smearing'</TT>, you have
to specify the smearing type <TT>smearing</TT> and the smearing width 
<TT>degauss</TT>. Spin-polarized systems are as a rule treated as metallic 
system, unless the total magnetization, <TT>tot_magnetization</TT>
is set to a fixed value, or if occupation numbers are fixed
(<TT>occupations='from input'</TT> and card OCCUPATIONS).

<P>
Detailed explanations of the meaning of all variables are found in files
<TT>PW/Doc/INPUT_PW.*</TT>. Almost all variables have default 
values, which may or may not fit your needs.

<P>
Comment lines in namelists can be introduced by a "!", exactly as in fortran 
code.

<P>
After the namelists, you have several fields (``cards'')
introduced by keywords with self-explanatory names:
<BLOCKQUOTE>
ATOMIC_SPECIES
<BR>
ATOMIC_POSITIONS
<BR>
K_POINTS
<BR>
CELL_PARAMETERS (optional)
<BR>
OCCUPATIONS (optional)
<BR>
</BLOCKQUOTE>
The keywords may be followed on the same line by an option. Unknown
fields are ignored. 
See the files mentioned above for details on the available ``cards''.

<P>
Comments lines in ``cards'' can be introduced by either a ``!'' or a ``#''
character in the first position of a line.

<P>
Note about k-points: The k-point grid can be either automatically generated 
or manually provided as a list of k-points and a weight in the Irreducible
Brillouin Zone only of the Bravais lattice of the crystal. The code will 
generate (unless instructed not to do so: see variable <TT>nosym</TT>) all
required k-points
and weights if the symmetry of the system is lower than the symmetry of the
Bravais lattice. The automatic generation of k-points follows the convention
of Monkhorst and Pack.

<P>
<HR>
<!--Navigation Panel-->
<A
 HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALT="next" SRC="next.png"></A> 
<A
 HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALT="up" SRC="up.png"></A> 
<A
 HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALT="previous" SRC="prev.png"></A> 
<A ID="tex2html148"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALT="contents" SRC="contents.png"></A>  
<BR>
<B> Next:</B> <A
 HREF="node9.html">3.2 Data files</A>
<B> Up:</B> <A
 HREF="node7.html">3 Using PWscf</A>
<B> Previous:</B> <A
 HREF="node7.html">3 Using PWscf</A>
 &nbsp; <B>  <A ID="tex2html149"
  HREF="node1.html">Contents</A></B> 
<!--End of Navigation Panel-->

</BODY>
</HTML>