Go to file
fabrizio22 9b5d6aff7e XClib test compilation fixes 2021-01-20 13:36:43 +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 Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
CPV Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
Doc Small updates 2021-01-16 09:31:54 +00:00
EPW Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
FFTXlib Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
GUI An issue with spacing caused the two floats to be adjacent to one another if they are sufficiently large, which causes q2r to crash when reading the files. Adding an additional space fixes this issue. 2020-11-29 20:49:26 +00:00
GWW Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
HP Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
KS_Solvers Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
LAXlib Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
LR_Modules Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
Modules Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
NEB Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
PHonon Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
PP Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
PW Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
PWCOND Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
PlotPhon Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
QHA Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
TDDFPT Merge branch 'develop-qe' into 'develop' 2021-01-18 16:26:18 +00:00
UtilXlib Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
XClib XClib test compilation fixes 2021-01-20 13:36:43 +01:00
XSpectra Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
archive BEEF merged into QE, courtesy Johannes Voss 2021-01-06 16:06:22 +01:00
atomic Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
clib Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
cmake Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
dev-tools An issue with spacing caused the two floats to be adjacent to one another if they are sufficiently large, which causes q2r to crash when reading the files. Adding an additional space fixes this issue. 2020-11-29 20:49:26 +00:00
dft-d3 Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
external Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
include Update version number to 6.7+ 2021-01-05 09:23:07 +01:00
install Small problem with makedep, make.depend updated 2021-01-15 16:13:55 +00:00
pseudo Calculate vdW kernel on the fly: fourth commit 2019-09-23 14:50:52 -04:00
test-suite test-suite: added cases for ParO and PPCG (scf with NC and USPP, Gamma and K) 2020-12-10 14:52:44 +01:00
upflib Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00: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 use original gitlab ci 2020-11-20 11:35:08 -05:00
.gitmodules Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00: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 Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
CONTRIBUTING.md [skip-CI] Some reorganization of the documentation. 2020-11-22 11:24:43 +01:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile Fixes and doc 2021-01-16 08:54:31 +00:00
README.md [skip-CI] Some reorganization of the documentation. 2020-11-22 11:24:43 +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, using "make": ([] means "optional"):

./configure [options]
make all

"make" alone prints a list of acceptable targets. Optionally, make -jN runs parallel compilation on N processors. Link to binaries are found in bin/.

Using "CMake":

mkdir ./build
cd ./build
cmake [-DCMAKE_INSTALL_PREFIX=/path/to/install] ..
make [-jN]
[make install]

"make" builds all targets. Link to binaries are found in build/bin. If make install is invoked, directory CMAKE_INSTALL_PREFIX is prepended onto all install directories.

For more information, see the general documentation in directory Doc/, package-specific documentation in */Doc/, and the web site http://www.quantum-espresso.org/. Documentation for developers can be found on Wiki page on gitlab.

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.
  • upflib: pseudopotential-related code

GPU-enabled version

Quantum ESPRESSO for GPU's (currently only NVidia) can be found in the q-e-gpu repository.

Contributing

Quantum ESPRESSO is an open project: contributions are welcome. Read the Contribution Guidelines to see how you can contribute.

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.