Go to file
Ye Luo 06e5783b72 Fix GNU warning. 2021-06-27 13:28:11 -05: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 Add qe_device_lapack target for device helpers. 2021-06-19 21:29:42 -05:00
Doc Merge remote-tracking branch 'origin/develop' into add-unit-test-runner 2021-05-23 16:28:20 -05:00
EPW Install EPW/bin/pp.py as INSTALL/bin/epw_pp.py 2021-06-21 22:47:27 -05:00
FFTXlib Misspells 2021-06-15 19:33:35 +02:00
GUI update of QE-modes and slight improvement of INPUT_Spetrum.def 2021-05-06 14:10:37 +02:00
GWW Move Modules/wrappers.f90 to UtilXlib/clib_wrappers.f90 2021-06-19 19:44:23 -05:00
HP Renaming of some routines for atomic wavefunctions: 2021-04-15 09:40:53 +02:00
KS_Solvers Remove print_mem_usage from KS_Solvers 2021-06-22 09:25:27 -05:00
LAXlib Fix missing cuda library dependencies 2021-06-17 16:28:56 -05:00
LR_Modules make.depend updated 2021-06-05 18:00:29 +02:00
Modules Move Modules/wrappers.f90 to UtilXlib/clib_wrappers.f90 2021-06-19 19:44:23 -05:00
NEB Move Modules/wrappers.f90 to UtilXlib/clib_wrappers.f90 2021-06-19 19:44:23 -05:00
PHonon Merge branch 'develop' of gitlab.com:QEF/q-e into requests 2021-06-24 08:59:23 +02:00
PP Move Modules/wrappers.f90 to UtilXlib/clib_wrappers.f90 2021-06-19 19:44:23 -05:00
PW Merge branch 'add-MPI-GPU' into 'develop' 2021-06-24 20:00:56 +00:00
PWCOND CMake fixes for shared lib builds and added a CI build for NVHPC 2021-04-06 19:07:49 +00:00
PlotPhon Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
QEHeat fixed clocks, added clock for everything 2021-06-04 18:26:51 +02:00
QHA Introduce CUDA support in CMake with some refactoring. 2021-01-18 14:50:50 +00:00
TDDFPT Move Modules/wrappers.f90 to UtilXlib/clib_wrappers.f90 2021-06-19 19:44:23 -05:00
UtilXlib Fix GNU warning. 2021-06-27 13:28:11 -05:00
XClib Merge branch 'fix-gnu-warning' into 'develop' 2021-06-15 16:31:18 +00:00
XSpectra make.depend updated 2021-06-05 18:00:29 +02:00
archive Aligned gpu-develop branch with develop from QEF/q-e. 2021-01-19 22:16:25 +00:00
atomic fixed gipaw export issue 2021-05-25 23:59:37 -04:00
clib Add print_mem_usage 2021-06-19 17:06:56 -05:00
cmake Clean up FindELPA. 2021-06-14 09:04:20 -05:00
dev-tools simplyfing exported-cmds.pwtk script for PWTK QE-mode 2021-05-04 11:45:35 +02:00
dft-d3 Remove some dependencies in dft-d3 2021-06-19 14:14:43 +02:00
external Test cusolver Zhegvdx instead of a warning blindly. 2021-05-25 09:02:57 -05:00
include Clean up redundant ELPA preprocessing flags 2021-03-08 10:45:32 -08:00
install make depend + fix Makefile of QEHeat 2021-05-31 12:44:04 +02:00
pseudo add magnon example 2021-05-28 16:26:09 +02:00
test-suite no longer need this customization since switched to libxc-5.1.2 based benchmark 2021-06-09 23:05:33 -04:00
upflib Arghhhhhh 2021-06-16 20:23:03 +02: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 Revert "Merge branch 'revert-c395d46c' into 'develop'" 2021-04-03 12:26:30 +09:00
.gitlab-ci.yml Always build all in cmake-nvhpc CI. 2021-06-03 16:44:23 -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 QE_ENABLE_MPI_GPU_AWARE for CUDA aware MPI 2021-06-22 00:39:47 -05: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 More small corrections 2021-06-16 12:10:33 +02:00
README.md updated main readme 2021-06-04 18:33:01 +02: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. 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":

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 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;
  • 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 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.