Go to file
Lorenzo Paulatto 82c4e64454 Modified plugin_makefile to avoid deleting the D3Q directory if it contains a file called "protect" previous implementation was not working because makefile calls /usr/bin/test and not the bash test builtin, and they have different options. 2020-04-30 10:09:59 +02: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 Update COUPLE examples for new laxlib 2020-02-25 17:33:21 +00:00
CPV First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
Doc First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
EPW Merge branch 'develop' into 'develop' 2020-04-29 07:50:34 +00:00
FFTXlib remove commented lines 2020-04-28 09:20:34 +01:00
GUI A few more changes so that "make gui" creates a functional PWgui. 2019-03-01 23:44:12 +01:00
GWW First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
HP First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
KS_Solvers Leftover test messages 2020-02-21 15:05:44 +00:00
LAXlib Duplicated SAVE 2020-04-29 08:45:15 +02:00
LR_Modules Previous fix would not work with degenerate eigenvalues 2020-04-26 14:48:59 +00:00
Modules There was a radial grid in upf%, an additional one with more variables (of 2020-04-28 08:15:50 +00:00
NEB First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
PHonon Avoid divisions by zero 2020-04-26 13:59:11 +00:00
PP First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
PW [skip-CI] Dumb compilation error in import_upf.f90, plus minor things (too many commas in write, useless comments) 2020-04-29 08:20:15 +02:00
PWCOND There was a radial grid in upf%, an additional one with more variables (of 2020-04-28 08:15:50 +00:00
PlotPhon Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
QHA Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
TDDFPT First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
UtilXlib update mp_base.f90 2020-04-15 19:46:24 -05:00
XSpectra [skip-CI] Dumb compilation error in import_upf.f90, plus minor things (too many commas in write, useless comments) 2020-04-29 08:20:15 +02:00
archive Added docs to the libbeef Makefile 2020-04-14 14:04:13 -04:00
atomic [skip-CI] Dumb compilation error in import_upf.f90, plus minor things (too many commas in write, useless comments) 2020-04-29 08:20:15 +02:00
clib Forgot to update make.depend and to delete c_defs.h.in 2020-02-18 11:53:34 +01:00
dev-tools Fixed CUDA Runtime value conversion in get_device_props.py 2019-08-22 17:43:52 +00:00
dft-d3 Minor and not-so-minor bugs and bugs-not-bugs: 2018-11-01 09:35:14 +01:00
include First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
install Modified plugin_makefile to avoid deleting the D3Q directory if it contains a file called "protect" previous implementation was not working because makefile calls /usr/bin/test and not the bash test builtin, and they have different options. 2020-04-30 10:09:59 +02:00
pseudo Calculate vdW kernel on the fly: fourth commit 2019-09-23 14:50:52 -04:00
test-suite A slightly smaller threshold will hopefully fix a bogus test-suite error 2020-04-28 09:04:51 +00:00
upflib There was a radial grid in upf%, an additional one with more variables (of 2020-04-28 08:15:50 +00:00
upftools First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore Added contribution by Hyungjun Lee 2020-02-17 08:45:41 +01:00
.gitlab-ci.yml Compile with PGI 2020-04-06 12:26:07 +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
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 First compiling version of QE with initial "pseudolib" in upflib/. 2020-04-25 19:13:15 +00:00
README.md Minor updates 2019-12-10 13:22:07 +01: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/. 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.