Go to file
Tsuyoshi Miyazaki b1d259c7f2 Subruotine check_block_parameters was introduced.
A few conditions related to the number of processes, dimension of Hamiltonian Matrix and Block Size are now checked. At present, CONQUEST simply stops if inappropriate setting for the block size and MPI processes is given.

Main one is ..
proc_cols must be smaller than blocks_c = (matrix_size_padH/ block size)
2023-08-03 14:35:51 +09:00
.github/workflows Implementation of test for polarisation and correction of bug 2023-06-15 17:26:37 +01:00
bin Fix missing file to allow compilation 2020-01-24 17:01:58 +00:00
docs Added documentation 2023-06-30 14:14:33 +01:00
pseudo-and-pao PBE and PBEsol input files for Gp I and II elements 2022-12-15 14:01:51 +09:00
src Subruotine check_block_parameters was introduced. 2023-08-03 14:35:51 +09:00
testsuite Merge branch 'tk-refactor-testsuite' of github.com:OrderN/CONQUEST-release into tk-refactor-testsuite 2023-07-06 09:26:54 +01:00
tools Tidied defaults for band densities 2023-07-07 13:33:55 +01:00
.gitignore Update .gitignores 2023-05-31 10:27:39 +01:00
.readthedocs.yml Tweak configuration for RTD 2020-02-27 10:28:16 +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 remove duplicate DOI 2023-05-26 14:43:51 +01: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.1 (tag:v1.1)