Go to file
Samuel Ponce ec8dd93fc9 Add missing file for test-farm
Adapt a few tol for mobility in EPW
2019-09-26 16:26:13 +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 No valid reason to re-defined IFLAGS inside Makefiles 2018-07-04 16:42:12 +02:00
CPV make.depend updated: the old one for EPW apparently broke compilation 2019-09-20 12:06:35 +00:00
Doc This resolves #127. The target temperature is now updated using the previous (target) temperature of the thermostat. 2019-09-10 17:27:58 +01:00
EPW Debug EPW in the case of use_ws and restart. 2019-09-25 14:40:17 +01:00
FFTXlib Out-of-bound error when converting (tot,magn) to (up,down) rho. 2019-06-04 13:19:55 +00:00
GUI A few more changes so that "make gui" creates a functional PWgui. 2019-03-01 23:44:12 +01:00
GWW Small fixes for XLF compilation 2019-08-22 09:11:55 +02:00
HP Removal of unused variables 2019-08-21 09:51:27 +02:00
KS_Solvers - LAXlib made independent from other module 2019-08-07 14:27:02 +02:00
LAXlib New UPF tool and a few minor fixes 2019-09-20 12:57:10 +00:00
LR_Modules PHonon with GGA-libxc included 2019-09-10 16:31:31 +01:00
Modules make.depend updated: the old one for EPW apparently broke compilation 2019-09-20 12:06:35 +00:00
NEB Removal of unused variables 2019-08-21 09:51:27 +02:00
PHonon New UPF tool and a few minor fixes 2019-09-20 12:57:10 +00:00
PP do not multiply the at by alat in pw2critic.x 2019-09-10 17:27:58 +01:00
PW Merge branch 'Ford-pw-03' into 'develop' 2019-09-20 13:08:45 +00:00
PWCOND More removal of unused variables 2019-08-21 09:54:16 +02:00
PlotPhon Small bug (courtesy of Huiqun Zhou) 2010-10-18 13:25:32 +00:00
QHA Revised version of Iurii's patch for TDDFPT: unset_mpi_comm_4_solvers 2019-02-27 22:01:54 +01:00
TDDFPT No need to add a new variable "isolveph" containing information on the 2019-08-07 19:46:20 +02:00
UtilXlib - LAXlib made independent from other module 2019-08-07 14:27:02 +02:00
XSpectra New UPF tool and a few minor fixes 2019-09-20 12:57:10 +00:00
archive added ppc64le to guessed builds for fox config 2018-07-19 09:18:16 +02:00
atomic New UPF tool and a few minor fixes 2019-09-20 12:57:10 +00:00
clib Updated gipaw plugin URL forever, and fixed C-warning in qmmm_aux.c 2019-03-30 10:25:04 +01:00
dev-tools Fixed CUDA Runtime value conversion in get_device_props.py 2019-09-10 16:31:31 +01:00
dft-d3 Minor and not-so-minor bugs and bugs-not-bugs: 2018-11-01 09:35:14 +01:00
include Minor changes 2019-09-10 17:27:58 +01:00
install Configure for PPC64 machines with Linux and new xlf compiler should not set 2019-09-10 16:31:31 +01:00
pseudo Minor corrections, removal of undesired files 2019-01-17 21:49:55 +01:00
test-suite Add missing file for test-farm 2019-09-26 16:26:13 +01:00
upftools extract_core now extracts core also for UPF v.1 files 2019-09-20 14:31:25 +00:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore Cleaning of EPW. 2019-09-10 17:16:15 +01:00
.gitlab-ci.yml Use prebuilt image to speed up the build ci 2018-07-16 16:43:33 +02:00
.travis.yml Travis CI runs over a Ubuntu distro which does not support MPI-3. 2017-02-12 23:02:49 +00:00
CONTRIBUTING.md Add some development instructions 2018-07-19 09:06:33 +02:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile Misspell 2019-06-19 13:09:00 +02:00
README.md Variable "ftau" (fractional translations in FFT grid units) is a source 2019-04-08 21:19:02 +02:00
configure Version in configure update; documentation updated to reflect the absence 2018-06-29 15:22:35 +02:00
environment_variables Various updates to documentation 2018-04-25 22:48:12 +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:

./configure [options]
make all

("make" alone prints a list of acceptable targets). Binaries go in bin/. For more information, see the general documentation in directory Doc/, package-specific documentation in */Doc/, and the web site http://www.quantum-espresso.org/

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 Density-Functional Perturbation Theory;
  • TD-DFPT: spectra from Time-dependent Density-Functional Perturbation Theory;
  • EPW: calculation of electron-phonon coefficients in metals;
  • 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.

Contributing

Before contributing please read the Contribution Guidelines.

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.