/usr/share/doc/quantum-espresso/html/node8.html is in quantum-espresso-data 5.0.2-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<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 NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="user_guide.css">
<LINK REL="next" HREF="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node9.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html216"
HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html212"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html206"
HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html214"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html217"
HREF="node9.html">2.2 Prerequisites</A>
<B> Up:</B> <A NAME="tex2html213"
HREF="node7.html">2 Installation</A>
<B> Previous:</B> <A NAME="tex2html207"
HREF="node7.html">2 Installation</A>
<B> <A NAME="tex2html215"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00031000000000000000">
2.1 Download</A>
</H2>
<P>
Presently, Q<SMALL>UANTUM </SMALL>ESPRESSO is distributed in source form; some precompiled
executables (binary files) are provided for <TT>PWgui</TT>.
Packages for the Debian Linux distribution are however
made available by <TT>debichem</TT> developers.
Stable releases of the Q<SMALL>UANTUM </SMALL>ESPRESSO source package (current version
is 5.0.2) can be downloaded from the Download section
of <TT>www.quantum-espresso.org</TT>. If you plan to run
on GPU machines, download the GPU-enabled version, also reachable
from the same link.
<P>
Uncompress and unpack the base distribution using the command:
<PRE>
tar zxvf espresso-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 espresso-X.Y.Z.tar.gz | tar xvf -
</PRE>
A directory <TT>espresso-X.Y.Z/</TT> will be created. Given the size
of the complete distribution, you may need to download more packages.
If the computer you expect to install Q<SMALL>UANTUM </SMALL>ESPRESSO is always connected
to the internet, the <TT>Makefile</TT>'s will automatically download,
unpack and install the required packages on demand. If not,
you can download each required package into subdirectory
<TT>archive</TT> but <EM>not unpacked or uncompressed</EM>:
command <TT>make</TT> will take care of this during installation.
<P>
Package <TT>GWL</TT> needs a manual download and installation:
please follow the instructions given at <TT>gww.qe-forge.org</TT>.
<P>
The bravest may access the development version via anonymous access to the
Subversion (SVN) repository: <TT>qe-forge.org/gf/project/q-e/scmsvn</TT>,
link ''Access Info'' on the left. See also the Developer Manual
(<TT>Doc/developer_man.pdf</TT>), section ''Using SVN''.
Beware: the development version
is, well, under development: use at your own risk!
<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">source files for modules that are common to all programs</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">external libraries written in C</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT>flib/</TT></TD>
<TD ALIGN="LEFT">external libraries written in Fortran</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>upftools/</TT></TD>
<TD ALIGN="LEFT">converters to unified pseudopotential format (UPF)</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">contains plug-ins in .tar.gz form</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>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>
</TABLE>
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html216"
HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html212"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html206"
HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html214"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html217"
HREF="node9.html">2.2 Prerequisites</A>
<B> Up:</B> <A NAME="tex2html213"
HREF="node7.html">2 Installation</A>
<B> Previous:</B> <A NAME="tex2html207"
HREF="node7.html">2 Installation</A>
<B> <A NAME="tex2html215"
HREF="node1.html">Contents</A></B>
<!--End of Navigation Panel-->
<ADDRESS>
root
2013-12-16
</ADDRESS>
</BODY>
</HTML>
|