Go to file
David Bowler 7c4fe13592 Finalise CONTRIBUTING.md 2020-01-29 10:36:54 +00:00
bin Fix missing file to allow compilation 2020-01-24 17:01:58 +00:00
docs Refine changes further 2020-01-28 17:09:20 +00:00
pseudo-and-pao Remove output files (accidentally committed) 2020-01-23 17:24:08 +00:00
src Add missing contributor to banner 2020-01-24 17:11:45 +00:00
testsuite Adding basic directory structure via README files 2019-04-12 14:00:20 +01:00
tools Fix missing file to allow compilation 2020-01-24 17:01:58 +00:00
tutorials Added tutorial layout to README 2019-04-12 15:20:59 +01:00
CONTRIBUTING.md Finalise CONTRIBUTING.md 2020-01-29 10:36:54 +00:00
LICENSE Initial commit 2019-04-12 21:30:01 +09:00
README.md Add CONTRIBUTING.md file 2020-01-28 15:50:46 +00:00

README.md

CONQUEST: Large-scale DFT calculations

CONQUEST is a DFT code designed for large-scale calculations, with excellent parallelisation. It gives a consistent, exact diagonalisation approach for systems from 1 to 10,000+ atoms, and brings the possibility of linear scaling calculations on over 1,000,000 atoms. The code has been demonstrated on scaling to nearly 200,000 cores and 2,000,000 atoms.

Capabilities

CONQUEST can perform static electronic structure calculations (including DOS and band structure calculations), structural relaxation, molecular dynamics (with NVE, NVT and NPT ensembles all implemented) and simulation cell optimisation. It can output energies, forces and stresses as well as density of states, charge density, orbital density and Tersoff-Hamann STM images. The facility to perform delta-SCF and cDFT calculations is available. The code can use LibXC for access to a wide variety of exchange-correlation functionals.

The basis sets used are primarily pseudo-atomic orbitals (PAOs), generated by a utility provided in the package. The PAOs can be used as primitive basis sets, and as basis functions for multi-site support functions (MSSF) to allow large-scale diagonalisation calculations (up to several thousand atoms). Linear scaling calculations with on-site support functions or small PAO basis sets are also possible.

CONQUEST reads pseudopotentials produced by Don Hamann's ONCVPSP code, and is fully compatible with the the PseudoDojo and SG15 databases. It can also read the .ion files produced by Siesta, using both the pseudopotentials and pseudo-atomic orbitals (PAOs) in those files.

CONQUEST integrates with ASE, the atomic simulation environment.