Go to file
fabrizio22 7f257f9199 Vxc_acc - LDA cleanup 2021-11-30 11:13:04 +01:00
.ci Minor changes to V100 CI to comply with available CUDA drivers 2020-12-09 20:03:19 +01:00
COUPLE Respect communicator when initializing laxlib. 2021-11-12 19:30:18 -06:00
CPV duplicated g_d removed from cp 2021-11-25 12:58:19 +01:00
Doc Merge branch 'file_converter' into 'develop' 2021-11-29 14:12:50 +00:00
EPW Merge branch 'EPW-5.4.1' into 'develop' 2021-11-26 07:17:10 +00:00
FFTXlib Vxc_acc - rho_r2g on gpu 2021-11-12 18:18:46 +01:00
GUI Compiled elisp files shouldn't be distributed. 2021-10-24 17:53:34 +08:00
GWW make.depend files are now re-generated by the configure scripts 2021-10-24 21:51:42 +02:00
HP Various improvements in the HP code 2021-11-27 21:13:27 +00:00
KS_Solvers Remove make.depend files from git 2021-10-24 21:29:29 +02:00
LAXlib Merge branch 'test_LAXlib' into 'develop' 2021-11-22 18:37:02 +00:00
LR_Modules Spin_orbit cleanup 2021-11-15 09:40:07 +01:00
Modules Merge branch 'file_converter' into 'develop' 2021-11-29 14:12:50 +00:00
NEB Version number pushed, CMake version specified 2021-11-29 14:13:36 +01:00
PHonon Version number pushed, CMake version specified 2021-11-29 14:13:36 +01:00
PP CMake updated (maybe) 2021-11-29 14:18:17 +01:00
PW Vxc_acc - LDA cleanup 2021-11-30 11:13:04 +01:00
PWCOND Spin_orbit cleanup 2021-11-15 09:40:07 +01:00
QEHeat [QEHeat] fix compilation ONLY on gpu 2021-11-20 20:46:25 +01:00
TDDFPT Merge branch 'spinorb' into 'develop' 2021-11-25 10:09:25 +00:00
UtilXlib [CPV] bulk of the CG code ported to gpu. 2021-11-20 20:46:25 +01:00
XClib Vxc_acc - LDA cleanup 2021-11-30 11:13:04 +01:00
XSpectra Update DOI URLs 2021-11-14 06:47:14 +09:00
archive EPW v.5.4 2021-07-12 12:31:14 -05:00
atomic Vxc_acc - mgga xc on openacc 2021-11-14 15:41:41 +01:00
cmake Restrict git log print to first characters. 2021-11-25 09:53:00 -06:00
dev-tools Update DOI URLs 2021-11-14 06:47:14 +09:00
dft-d3 Add DFT-D3 params for SCAN functional 2021-11-15 11:48:12 -05:00
external Add initialize_external_repos.sh. 2021-11-07 15:50:50 -06:00
include More small changes 2021-11-25 22:25:24 +01:00
install Merge branch 'check_cusolver_with_nvcc' into 'develop' 2021-11-29 14:12:33 +00:00
pseudo Merge remote-tracking branch 'upstream/develop' into EPWschool2021 2021-07-12 09:40:28 -05:00
test-suite Add nimage test infrastructure 2021-11-29 11:41:07 +01:00
upflib fixing cp compilation for intel compiler 2021-11-20 20:46:25 +01:00
.cmake-format Add cmake-format config file. 2021-06-14 09:00:43 -05:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore configure script fixed 2021-10-25 06:51:04 +02:00
.gitlab-ci.yml Adjust cmake-nvhpc CI. 2021-10-23 18:53:08 -05:00
.gitmodules update Libmbd URL 2021-02-17 17:29:56 +01: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 Add git info printout. 2021-11-21 23:13:31 -06:00
CONTRIBUTING.md Update link to developers mailing list in CONTRIBUTING.md 2021-07-08 11:45:18 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile fixing cp compilation for intel compiler 2021-11-20 20:46:25 +01:00
README.md Version number pushed, CMake version specified 2021-11-29 14:13:36 +01:00
README_GPU.md [skip-CI] Clarification from Pietro B. 2021-10-09 10:03:59 +02:00
configure configure script fixed 2021-10-25 06:51:04 +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. Go to the directory where this file is. 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" (v.3.14 or later):

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

Although CMake has the capability to guess compilers, it is strongly recommended to specify the intended compilers or MPI compiler wrappers as CMAKE_Fortran_COMPILER and CMAKE_C_COMPILER. "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, carrier transport, phonon-limited superconductivity and phonon-assisted optical processes;
  • 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;
  • QEHeat: energy current in insulators for thermal transport calculations in DFT.

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 Solvers: 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.