Go to file
Iurii Timrov 374d5b8f37 Minor fix for the DFT+U case 2020-11-11 10:24:38 +01:00
.ci Cuda detection was placed in the wrong position. Also added test-suite execution when Galileo@CINECA nodes are available. 2019-08-22 12:14:50 +02:00
COUPLE Fixed missing dependencies to OpenMP 2020-09-29 18:11:32 +02:00
CPV Do not keep two versions of the same file 2020-11-06 15:19:03 +00:00
Doc Useless files deleted 2020-11-06 15:16:48 +00:00
EPW Merge branch 'python3' into 'develop' 2020-10-07 18:53:59 +00:00
FFTXlib Fixed vendor discovery of the ARMPL FFTW wrapper 2020-10-23 15:20:23 +02:00
GUI updating PWgui to v.6.6 2020-07-20 21:14:55 +02:00
GWW Direct call to fft_parallel replaced by call to interface routine. 2020-10-02 08:47:51 +02:00
HP Minor fix for the DFT+U case 2020-11-11 10:24:38 +01:00
KS_Solvers Update build system to latest changes from upstream 2020-09-29 18:11:33 +02:00
LAXlib I think that ESSL (not LINUX_ESSL) is definitely obsolete 2020-10-28 16:45:44 +00:00
LR_Modules Add missing sources to targets 2020-09-29 19:44:33 +02:00
Modules In Windows, convert all "/" to "\" in directory names. May or may not work. 2020-10-22 20:08:21 +00:00
NEB Do not keep two versions of the same file 2020-11-06 15:19:03 +00:00
PHonon Do not keep two versions of the same file 2020-11-06 15:19:03 +00:00
PP make.depend updated 2020-11-06 22:08:57 +00:00
PW make.depend updated 2020-11-06 22:08:57 +00:00
PWCOND Remove iotk dependency in cmake. 2020-09-30 21:09:48 -05:00
PlotPhon Removed cmake function preprocessing and replaced with _qe_add_global_target 2020-09-29 18:11:32 +02:00
QHA Removed cmake function preprocessing and replaced with _qe_add_global_target 2020-09-29 18:11:32 +02:00
TDDFPT Add missing sources to targets 2020-09-29 19:44:33 +02:00
UtilXlib [skip-CI] executables should be executable 2020-10-15 21:17:38 +02:00
XSpectra Removed cmake function preprocessing and replaced with _qe_add_global_target 2020-09-29 18:11:32 +02:00
archive More cleanup of the installation mechanism: iotk can be deleted for good. 2020-10-24 15:55:22 +00:00
atomic script for dependencies and make.depend updated 2020-10-02 08:46:22 +02:00
clib Streamline management of global compile definitions 2020-09-29 18:11:33 +02:00
cmake Fixed bug on vendor FFTW discovery 2020-10-23 15:33:18 +02:00
dev-tools Convert to Python3 and minor improvements 2020-09-23 23:50:24 +09:00
dft-d3 Fix unit tests. 2020-09-30 23:14:23 -05:00
external Merge branch 'cmake-lapack-logic' into 'develop' 2020-10-25 16:09:38 +00:00
include [skip-CI] The fft test in serial execution was giving strange times 2020-10-02 19:15:15 +02:00
install Script for dependencies updated (doesn't choke on module device_fbuff_m) 2020-11-06 22:06:48 +00:00
pseudo Calculate vdW kernel on the fly: fourth commit 2019-09-23 14:50:52 -04:00
test-suite Merge branch 'testsuite' into 'develop' 2020-10-07 18:54:26 +00:00
upflib Some PP files do not have the mesh attribute in pp_r tag. Previously, this 2020-10-24 09:12:19 +02:00
upftools removing file reintroinuced by mistake 2020-09-30 09:24:11 +02:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore Removed submodule iotk 2020-09-29 18:11:31 +02:00
.gitlab-ci.yml Using new devxlib global buffers in LAXlib. A comments describes the compiler flag that disentangles the two libraries. 2020-10-17 14:17:34 +00:00
.gitmodules Adding devxlib as a submodule 2020-10-07 19:30:45 +02:00
.travis.yml Travis CI runs over a Ubuntu distro which does not support MPI-3. 2017-02-12 23:02:49 +00:00
CMakeLists.txt Improved architecture discovery 2020-11-03 16:46:09 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-12-10 14:47:40 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile More cleanup of the installation mechanism: iotk can be deleted for good. 2020-10-24 15:55:22 +00:00
README.md Update README.md 2020-10-22 14:34:23 +00:00
configure Version in configure update; documentation updated to reflect the absence 2018-06-29 15:22:35 +02:00
environment_variables first attempt toward a better balanced breacking of balls... 2020-04-22 19:39:42 +02:00
logo.jpg Update Readme 2018-01-28 11:11:52 +00:00

README.md

q-e-logo

This is the distribution of the Quantum ESPRESSO suite of codes (ESPRESSO: opEn-Source Package for Research in Electronic Structure, Simulation, and Optimization).

License: GPL v2

USAGE

Quick installation instructions for the impatient:

./configure [options]
make all

("make" alone prints a list of acceptable targets). Binaries go in bin/.

Quick CMake installation instructions for the impatient:

mkdir ./build
cd ./build
cmake [-DCMAKE_INSTALL_PREFIX=/path/to/install] ..
make [-j$(nproc)]
[make install]

("make" builds all targets). Binaries go in build/bin.

  • CMAKE_INSTALL_PREFIX: If 'make install' is invoked, this directory is prepended onto all install directories.
  • make -j$(nproc): run parallel compilation

For more information, see the general documentation in directory Doc/, package-specific documentation in */Doc/, and the web site http://www.quantum-espresso.org/

PACKAGES

  • PWscf: structural optimisation and molecular dynamics on the electronic ground state, with self-consistent solution of DFT equations;
  • CP: Car-Parrinello molecular dynamics;
  • PHonon: vibrational and dielectric properties from DFPT (Density-Functional Perturbation Theory);
  • TD-DFPT: spectra from Time-dependent DFPT;
  • HP: calculation of Hubbard parameters from DFPT;
  • EPW: calculation of electron-phonon coefficients in metals;
  • PWCOND: ballistic transport;
  • XSpectra: calculation of X-ray absorption spectra;
  • PWneb: reaction pathways and transition states with the Nudged Elastic Band method;
  • GWL: many-body perturbation theory in the GW approach using ultra-localised Wannier functions and Lanczos chains.

Modular libraries

The following libraries have been isolated and partially encapsulated in view of their release for usage in other codes as well:

  • UtilXlib: performing basic MPI handling, error handling, timing handling.
  • FFTXlib: parallel (MPI and OpenMP) distributed three-dimensional FFTs, performing also load-balanced distribution of data (plane waves, G-vectors and real-space grids) across processors.
  • LAXlib: parallel distributed dense-matrix diagonalization, using ELPA, SCALapack, or a custom algorithm.
  • KS Solver: parallel iterative diagonalization for the Kohn-Sham Hamiltonian (represented as an operator),using block Davidson and band-by-band or block Conjugate-Gradient algorithms.
  • LRlib: performs a variety of tasks connected with (time-dependent) DFPT, to be used also in connection with Many-Body Perturbation Theory.

Contributing

Before contributing please read the Contribution Guidelines.

LICENSE

All the material included in this distribution is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.