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 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2019.2 (Released June 5, 2019) -->
<HTML lang="EN">
<HEAD>
<TITLE>2.1 Download</TITLE>
<META NAME="description" CONTENT="2.1 Download">
<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="tex2html158"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A
HREF="node9.html">2.2 Prerequisites</A>
<B> Up:</B> <A
HREF="node7.html">2 Installation</A>
<B> Previous:</B> <A
HREF="node7.html">2 Installation</A>
<B> <A ID="tex2html159"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A ID="SECTION00031000000000000000"></A>
<A ID="SubSec:Download"></A>
<BR>
2.1 Download
</H2>
<P>
Q<SMALL>UANTUM </SMALL>ESPRESSO is distributed in source form, but selected binary packages
and virtual machines are also available.
Stable and development releases of the Q<SMALL>UANTUM </SMALL>ESPRESSO source package
(current version is 6.7MaX), as well as available binary
packages, can be downloaded from the links listed in the
``Download'' section of <TT>www.quantum-espresso.org</TT>.
<P>
The Quantum Mobile virtual machine for Windows/Mac/Linux/Solaris
provides a complete Ubuntu Linux environment, containing Q<SMALL>UANTUM </SMALL>ESPRESSO and
more. Link and description in
<TT>https://www.materialscloud.org/work/quantum-mobile</TT>.
<P>
For source compilation, uncompress and unpack compressed archives
in the typical .tar.gz format using the command:
<PRE>
tar zxvf qe-X.Y.Z.tar.gz
</PRE>
(a hyphen before "zxvf" is optional) where <TT>X.Y.Z</TT> stands for the
version number. If your version of <TT>tar</TT>
doesn't recognize the "z" flag:
<PRE>
gunzip -c qe-X.Y.Z.tar.gz | tar xvf -
</PRE>
A directory <TT>qe-X.Y.Z/</TT> will be created.
<P>
A few additional packages that are not included in the base distribution
will be downloaded on demand at compile time, using <TT>make</TT>
(see Sec.<A HREF="node13.html#SubSec:Compilation">2.6</A>).
Note however that this will work only if the computer you are
installing on is directly connected to the internet and has
either <TT>wget</TT> or <TT>curl</TT> installed and working.
If you run into trouble, manually download each required package
into subdirectory <TT>archive/</TT>, <EM>not unpacking or
uncompressing it</EM>:
command <TT>make</TT> will take care of this during installation.
<P>
The Q<SMALL>UANTUM </SMALL>ESPRESSO distribution contains several directories. Some of them are
common to all packages:
<P>
<TABLE CELLPADDING=3>
<TR><TD ALIGN="LEFT"><TT>Modules/</TT></TD>
<TD ALIGN="LEFT">Fortran modules and utilities used by all programs</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>upflib/</TT></TD>
<TD ALIGN="LEFT">pseudopotential-related code, plus conversion tools</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>include/</TT></TD>
<TD ALIGN="LEFT">files *.h included by fortran and C source files</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>clib/</TT></TD>
<TD ALIGN="LEFT">libraries and utilities written in C</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>FFTXlib/</TT></TD>
<TD ALIGN="LEFT">FFT libraries</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>LAXlib/</TT></TD>
<TD ALIGN="LEFT">Linear Algebra (parallel) libraries</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>KS_Solvers/</TT></TD>
<TD ALIGN="LEFT">Iterative diagonalization routines</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>UtilXlib/</TT></TD>
<TD ALIGN="LEFT">Miscellaneous timing, error handling, MPI utilites</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>install/</TT></TD>
<TD ALIGN="LEFT">installation scripts and utilities</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>pseudo</TT>/</TD>
<TD ALIGN="LEFT">pseudopotential files used by examples</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>Doc/</TT></TD>
<TD ALIGN="LEFT">general documentation</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>archive/</TT></TD>
<TD ALIGN="LEFT">external libraries in .tar.gz form</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>test-suite/</TT></TD>
<TD ALIGN="LEFT">automated tests</TD>
</TR>
</TABLE>
<BR>
while others are specific to a single package:
<P>
<TABLE CELLPADDING=3>
<TR><TD ALIGN="LEFT"><TT>PW/</TT></TD>
<TD ALIGN="LEFT"><TT>PWscf</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>EPW/</TT></TD>
<TD ALIGN="LEFT"><TT>EPW</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>NEB/</TT></TD>
<TD ALIGN="LEFT"><TT>PWneb</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>PP/</TT></TD>
<TD ALIGN="LEFT"><TT>PostProc</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>PHonon/</TT></TD>
<TD ALIGN="LEFT"><TT>PHonon</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>PWCOND/</TT></TD>
<TD ALIGN="LEFT"><TT>PWcond</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>CPV/</TT></TD>
<TD ALIGN="LEFT"><TT>CP</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>atomic/</TT></TD>
<TD ALIGN="LEFT"><TT>atomic</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>GUI/</TT></TD>
<TD ALIGN="LEFT"><TT>PWGui</TT> package</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>HP/</TT></TD>
<TD ALIGN="LEFT"><TT>HP</TT> package</TD>
</TR>
</TABLE>
<P>
Finally, directory <TT>COUPLE/</TT> contains code and documentation
that is useful to call Q<SMALL>UANTUM </SMALL>ESPRESSO programs from external codes; directory
<TT>LR_Modules/</TT> contains source files for modules that are common
to all linear-response codes.
<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="tex2html158"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A
HREF="node9.html">2.2 Prerequisites</A>
<B> Up:</B> <A
HREF="node7.html">2 Installation</A>
<B> Previous:</B> <A
HREF="node7.html">2 Installation</A>
<B> <A ID="tex2html159"
HREF="node1.html">Contents</A></B>
<!--End of Navigation Panel-->
</BODY>
</HTML>
|