Go to file
Paolo Giannozzi 8cec26b2d9 Removal of unused variables 2021-02-26 13:09:35 +00:00
.ci Minor changes to V100 CI to comply with available CUDA drivers 2020-12-09 20:03:19 +01:00
COUPLE Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
CPV Removal of unused variables 2021-02-26 13:09:35 +00:00
Doc Merge branch 'cleanup' into 'develop' 2021-02-20 20:44:12 +00:00
EPW References to upf_ions removed from init_*_1 2021-02-25 18:26:40 +00:00
FFTXlib More ARMLib FFT removal 2021-02-13 10:07:35 +01: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 Removal of confusing commented out lines. find_free_unit is obsolete and 2021-02-18 10:27:16 +01:00
HP Merge https://gitlab.com/QEF/q-e into devel-upflib 2021-02-15 08:47:55 +00:00
KS_Solvers Forgotten reference to removed make.gpu file, causing pipeline failure 2021-01-29 20:43:05 +00:00
LAXlib Let nvfortran decide what cudatoolkit to use. 2021-01-31 18:08:57 -06:00
LR_Modules Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +00:00
Modules Removal of unused variables 2021-02-26 13:09:35 +00:00
NEB Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +00:00
PHonon qe_erf to erf in atomic PP PHonon 2021-02-18 17:24:28 +01:00
PP cmake fixed for dftd3 and PP (upflib was offending) 2021-02-23 15:55:24 +01:00
PW References to upf_ions removed from init_*_1 2021-02-25 18:26:40 +00:00
PWCOND Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +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 https://gitlab.com/QEF/q-e into devel-upflib 2021-01-23 19:28:44 +00:00
UtilXlib more files related to PP moved from PW/src to upflib 2021-02-15 10:09:20 +01:00
XClib Merge branch 'libxc-cmake' into 'develop' 2021-02-20 20:44:35 +00:00
XSpectra Variables na, nat, nax, ityp brought back from upf_ions into ions_base 2021-02-26 08:40:40 +00:00
archive Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +00:00
atomic Merge branch 'cleanup' into 'develop' 2021-02-20 20:44:12 +00:00
clib Cleanup of installation scripts and Makefiles 2021-01-29 15:59:09 +00:00
cmake Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +00:00
dev-tools More missing # in #ifdef 2021-01-05 08:30:30 +00:00
dft-d3 cmake fixed for dftd3 and PP (upflib was offending) 2021-02-23 15:55:24 +01:00
external Libbeef removed 2021-01-20 19:11:18 +01:00
include Obsolete FFTs from ARMlib removed 2021-02-13 09:57:45 +01:00
install libxc minor fixes 2021-02-18 13:50:01 +01:00
pseudo Calculate vdW kernel on the fly: fourth commit 2019-09-23 14:50:52 -04:00
test-suite Better and more complete tests for BEEF, release-notes updated 2021-02-10 10:33:55 +00:00
upflib Removal of unused variables 2021-02-26 13:09:35 +00:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore more files related to PP moved from PW/src to upflib 2021-02-15 10:09:20 +01:00
.gitlab-ci.yml Merge branch 'develop' into syncqe4 2020-11-19 11:02:23 +01: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 Merge branch 'libxc-cmake' into 'develop' 2021-02-20 20:44:35 +00:00
CONTRIBUTING.md Obsolete link updated 2021-02-18 10:25:42 +01:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile allocations and handling of variables in uspp_data (with special focus on GPU logic) simplified 2021-02-18 17:20:37 +01:00
README.md [skip-CI] GPU-related documentation 2021-01-26 18:03:15 +00:00
README_GPU.md [skip-CI] GPU-related documentation 2021-01-26 18:03:15 +00:00
configure Version in configure update; documentation updated to reflect the absence 2018-06-29 15:22:35 +02:00
environment_variables Instructions for running examples collected into a single file 2021-01-19 14:19:23 +01: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

Since Feb.2021 this repository also works for GPU's (currently only NVidia). See file README_GPU.md.

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.