Go to file
David Bowler f424a27d32
Merge pull request #314 from OrderN/release-1.3
Release 1.3
2024-02-29 12:39:45 +00:00
.github/workflows Set MULT_KERN by passing an argument to make 2023-11-30 12:13:42 +00:00
benchmarks Update README.md 2023-12-20 16:16:29 +00:00
bin Fix missing file to allow compilation 2020-01-24 17:01:58 +00:00
docs Update version number in files 2024-02-28 15:52:23 +00:00
pseudo-and-pao PBE and PBEsol input files for Gp I and II elements 2022-12-15 14:01:51 +09:00
src Simplified young and kathleen system.make names 2024-02-28 09:01:42 +00:00
testsuite Set omp_stacksize in testsuite to 100M as first guess 2023-09-21 12:28:29 +01:00
tools Merge pull request #257 from OrderN/bugfix-eigenvalue-format 2023-09-15 12:59:42 +01:00
.gitignore Automate selection of system.make: 2023-09-22 14:12:53 +01:00
.readthedocs.yml Updates to fix RTD and add information on restarting 2024-02-20 15:51:00 +00: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 Update version number in files 2024-02-28 15:52:23 +00:00

README.md

build

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.

The manual is provided with the release (see the docs directory) but is also available on ReadTheDocs.

DOI

The DOI for all versions of CONQUEST is here; you can find a DOI for each version under this umbrella DOI (which will resolve to the latest version). Please use the DOI for the specific version you have used in any given study.

DOI

Version number

CONQUEST is now at version 1.3 (tag:v1.3)