Go to file
fabrizio22 781423b29a XClib - omp variable declaration was missing 2022-05-20 11:15:55 +02:00
.ci Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
COUPLE Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
CPV GPU fix to CP 2022-05-06 11:19:08 +00:00
Doc Fix turboMagnon 2022-05-13 09:46:09 +00:00
EPW Cleaning up PP 2022-03-16 17:44:20 +00:00
FFTXlib rho_ffts - rho_r2g_gpu removed 2022-04-26 17:44:50 +02:00
GUI Improve docuementation consistency related to mbd_vdw 2022-05-09 20:53:47 +00:00
GWW remove references to trans/ epsil in examples and mark description as obselete in code 2022-04-28 15:28:31 +01:00
HP Cleaning up PP 2022-03-16 17:44:20 +00:00
KCW [skip-CI] Small documentation updates 2022-04-27 22:38:04 +02:00
KS_Solvers Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
LAXlib Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
LR_Modules Unpredictable Ngm in phonons 2022-05-10 17:52:39 +02:00
Modules OOB bugfix in the new DFT+Hubbard syntax 2022-05-11 14:42:57 +02:00
NEB Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
PHonon Unpredictable Ngm in phonons 2022-05-10 17:52:39 +02:00
PP Addition of core charge for nspin=2 properly implemented 2022-05-10 17:55:51 +02:00
PW XClib - beef gnu+acc compatibility and small cleanup 2022-05-18 11:43:07 +02:00
PWCOND Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
QEHeat Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
TDDFPT update example 19 in TDDFPT/examples 2022-05-13 11:51:17 +02:00
UtilXlib fix nvtx markers in start_clock_gpu 2022-04-06 10:15:51 +02:00
XClib XClib - omp variable declaration was missing 2022-05-20 11:15:55 +02:00
XSpectra Added CMAKE support 2022-03-31 13:41:58 -05:00
archive Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
atomic Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
cmake Merge branch 'environ-coupling' into 'develop' 2022-04-07 15:23:47 +00:00
dev-tools Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
dft-d3 DFT-D3 cleanup 2022-03-24 16:55:25 +01:00
external [CMake] Add w90 customized target and also restore wannier90.x exectuable name. 2022-04-23 11:29:43 -05:00
include Minor tweaking 2022-03-23 15:57:48 +01:00
install fixing hdf5 detection for the serial case. 2022-05-16 12:02:16 +02:00
pseudo Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
test-suite First attempt towards a more stable test 2022-05-11 21:45:13 +02:00
upflib Uninitialized variables noticed by Cray compiler 2022-03-20 10:51:02 +01:00
.cmake-format Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
.gitlab-ci.yml Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
.gitmodules Add pw2qmcpack plugin to CMake. 2022-04-06 18:31:25 -05: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 'kcw_for_qef' into 'develop' 2022-04-23 08:19:28 +00:00
CONTRIBUTING.md Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile Update Makefiles for KCW. Set-up proper dependencies for KCW/PP 2022-04-20 12:06:07 +02:00
README.md Small documentation update 2022-04-01 08:59:40 +02:00
README_GPU.md Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
configure Align KCW and PP to the latest QE version 2022-03-04 15:06:39 +00:00
environment_variables Safer link for PP download 2022-03-29 12:24:47 +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 CPU-based machines. For GPU execution, see file README_GPU.md. 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/. Technical documentation for users and 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.

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.