Go to file
Pietro Delugas adc4b8e76f fix final configuration reinit for exact exchange
exacti-exchange variables were not correctly initialized
when, at the end of variable-cell optimizations, a last check-computation
is done starting from the new cell vectors.
2018-09-11 16:30:26 +02:00
.ci Restored original CI. 2018-03-22 15:08:40 +01:00
COUPLE No valid reason to re-defined IFLAGS inside Makefiles 2018-07-04 16:42:12 +02:00
CPV fixed header and cpu_time for CP in xml data file 2018-08-23 11:01:17 +02:00
Doc Merge branch 'hp' into 'develop' 2018-08-29 21:02:14 +00:00
EPW Merge branch 'hp' into 'develop' 2018-08-29 21:02:14 +00:00
FFTXlib Treatment of fractional translations significantly changed. Before: 2018-08-26 21:24:12 +02:00
GUI explicitly stating fro which QE progs the 'M-x prog-insert-template' command is available 2017-09-28 10:44:59 +00:00
GWW One more "make -j N" glitch for GWW fixed 2018-08-23 10:34:16 +02:00
HP Modifications in TDDFPT and HP modules: 2018-09-07 16:26:46 +02:00
KS_Solvers a single libks_solvers.a library is created. 2018-08-14 07:42:30 +02:00
LAXlib some more openMP do loop parallelization 2018-08-14 07:42:30 +02:00
LR_Modules Merge branch 'hp' into 'develop' 2018-08-29 21:02:14 +00:00
Modules invert order of real_space_beta and real_space_q 2018-08-28 13:43:52 +02:00
NEB More Makefile cleanup: targets pwlibs, phlibs added in order to avoid much 2018-08-21 17:14:04 +02:00
PHonon Merge branch 'hp' into 'develop' 2018-08-29 21:02:14 +00:00
PP uploaded one pseudo to the website 2018-09-11 11:09:00 +02:00
PW fix final configuration reinit for exact exchange 2018-09-11 16:30:26 +02:00
PWCOND Updated gnuplot script (aligned to the one contained in run_example) 2018-08-31 14:03:12 +02:00
PlotPhon
QHA IN all Makefiles, LIBS replaced by QELIBS, to prevent unlikely but not 2018-07-11 19:58:41 +02:00
TDDFPT Modifications in TDDFPT and HP modules: 2018-09-07 16:26:46 +02:00
UtilXlib revert thread_util to version w/o data chuncking 2018-08-07 20:45:56 +02:00
XSpectra a single libks_solvers.a library is created. 2018-08-14 07:42:30 +02:00
archive added ppc64le to guessed builds for fox config 2018-07-19 09:18:16 +02:00
atomic Some (very) old gfortran versions do not like F2007 syntax "open(newunit=..." 2018-08-23 10:39:06 +02:00
clib Release notes updated; fixed localhost for i-Pi on MacOS (Venkat Kapil) 2018-06-04 17:54:42 +02:00
dev-tools Merge branch 'develop' of gitlab.com:QEF/q-e into develop 2018-08-03 20:24:30 +02:00
dft-d3 Following Uli Aschauer's example: uniform au to angstrom conversion constant 2018-08-23 22:09:15 +02:00
include Old-style I/O deleted. Everything should work as in 6.2 and 6.3 with default 2018-08-07 19:43:21 +02:00
install Obsolete configure option removed 2018-09-07 17:14:10 +02:00
pseudo uploaded one pseudo to the website 2018-09-11 11:09:00 +02:00
test-suite Increase of IBTE testing parameters. 2018-08-30 10:08:08 +01:00
upftools removed previous version of virtual.f90 2018-08-29 15:44:13 +02:00
.editorconfig Add editorconfig file 2018-07-19 09:11:34 +02:00
.gitignore Added compiled documentation files in *.pdf. *txt, *html format. 2018-06-22 17:41:44 +02:00
.gitlab-ci.yml Use prebuilt image to speed up the build ci 2018-07-16 16:43:33 +02:00
.travis.yml
CONTRIBUTING.md Add some development instructions 2018-07-19 09:06:33 +02:00
License
Makefile Implementation of the new code hp.x to compute Hubbard U from DFPT. 2018-08-29 14:54:42 +02:00
README.md more changes to add a ppcg option to c_bands.f90 diagonalization 2018-08-03 04:15:56 +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.