Real numbers from the regression suite. Reproducible.
Each comparison uses the same pseudopotential file, the same cell parameters, and the same plane-wave cutoff on both KRONOS and Quantum ESPRESSO (QE) v7.x. Total energies are compared in Rydberg, with the per-atom delta reported in meV. The Δ-test target for production GPU/HPC DFT codes is < 2 meV/atom; KRONOS is comfortably inside that on Si LDA across multiple k-grids.
The Si Γ-only and 4×4×4 numbers below come from the project regression suite (test_validation.cpp::QEValidation.*). Forces are validated against finite differences of the total energy on the same configurations.
Quantum ESPRESSO reference values on this page were obtained by running QE v7.x (pw.x) on the matching input decks. The QE input files are derived from QE's distributed PW/examples/example01 (scf-gamma and scf-kauto) using the same Si.pz-vbc.UPF pseudopotential. Inputs are reproduced under benchmarks/ (work in progress); pull requests adding more systems are welcome.
| System | Method | KRONOS (Ry) | QE (Ry) | |Δ| (meV/atom) |
|---|---|---|---|---|
| Si diamond | LDA Γ-only, ecut=12 Ry | -14.518750 | -14.518760 | 0.07 |
| Si diamond | LDA 2×2×2 shifted, ecut=12 Ry pre-density-symmetrization; current value with sym ~0.15 | -15.791795 | -15.794496 | 18.00 |
| Si diamond | LDA 4×4×4 shifted, ecut=18 Ry with density symmetrization (was 4.2 meV/atom unsymmetrized) | -15.843887 | -15.844500 | 0.15 |
Logarithmic scale. The dashed line at 2 meV/atom marks the Δ-test target for production DFT codes.
Breaking down the total energy into Hartree, XC, kinetic-plus-local, and Ewald contributions exposes any single component that diverges — useful for ruling out a "fortunate cancellation."
| Component | KRONOS (Ry) | QE (Ry) | Δ (Ry) |
|---|---|---|---|
| One-electron (T + Vloc + VNL) | 5.79468 | 5.79468 | ~0 |
| Hartree | 1.63738 | 1.63736 | +0.00002 |
| Exchange-correlation | -5.05104 | -5.05104 | ~0 |
| Ewald (ion-ion) | -16.89976 | -16.89976 | ~0 |
| TOTAL | -14.51875 | -14.51876 | +0.00001 |
Si diamond, atom displaced 0.01 fractional units, ecut=12 Ry. Analytic forces match the finite-difference gradient of the total energy to 5 significant figures.
| Component | Analytic (Ry/bohr) | FD (Ry/bohr) | |Δ| |
|---|---|---|---|
| Ewald | -0.036018 | -0.036018 | < 1×10⁻⁵ |
| Local PP | -0.008305 | -0.008312 | 7×10⁻⁶ |
| Total | -0.044323 | -0.044330 | 7.4×10⁻⁶ |
Every commit runs the full regression suite across these systems. The values below are the converged total energies — the same numbers the test asserts on every CI build.
| System | Pseudopotential | Method | E (Ry) | Notes |
|---|---|---|---|---|
| Si diamond | Si.pz-vbc.UPF | LDA, Γ ecut=12 Ry | -14.519 | 0.07 meV/atom vs QE |
| Si diamond | Si.pz-vbc.UPF | LDA, 4×4×4 ecut=18 | -15.844 | 0.15 meV/atom vs QE (with density sym) |
| Al FCC | Al.pz-vbc.UPF | LDA, Γ ecut=16 Ry | -4.037 | sp-metal, Gaussian smearing |
| Al FCC | Al.pz-vbc.UPF | LDA, 4×4×4 ecut=16 | -4.185 | 8 IBZ k-points (spglib) |
| Cu FCC | Cu.pz-d-hgh.UPF | LDA, Γ ecut=30 Ry | -71.537 | d-metal, Z=11, 6 projectors |
| H₂O molecule | H/O pz UPF | LDA, Γ ecut=12 Ry | -30.565 | 12 bohr box |
| MgO rocksalt | Mg/O pz UPF | LDA, Γ ecut=40 Ry | — | Ionic insulator, band gap verified |
| Graphene | C.pz-vbc.UPF | LDA, 4×4×1 ecut=30 | — | 2D with vacuum padding |
| Fe BCC | Fe.pz-hgh.UPF | LSDA, 4×4×4 ecut=40 | -36.293 | Spin-polarized, mag=2.66 μ_B |
The regression suite that produces every number on this page lives in the repo: test/test_validation.cpp. Build KRONOS, run ctest -R QEValidation, and the matching QE input decks for side-by-side runs are at benchmarks/ (work in progress).
# Build
cmake -B build -S . && cmake --build build -j
# Run the QE-comparison subset
cd build && ctest -R QEValidation --output-on-failure
# Full validation suite (all systems)
ctest -j2 --output-on-failureAdding a new comparison? Add a system folder under benchmarks/ with a matching pw.in and kronos.yaml, and a regression test under test/test_validation.cpp::QEValidation.*. PRs welcome.
KRONOS's reference comparison code is Quantum ESPRESSO (QE), a widely used open-source plane-wave DFT engine. If you use the numbers on this page in a publication, please cite both KRONOS (forthcoming, see /docs) and the QE primary references:
BibTeX for QE:
@article{Giannozzi2009,
title = {QUANTUM ESPRESSO: a modular and open-source software project for
quantum simulations of materials},
author = {Giannozzi, P. and Baroni, S. and Bonini, N. and Calandra, M. and
Car, R. and Cavazzoni, C. and Ceresoli, D. and Chiarotti, G. L. and
Cococcioni, M. and Dabo, I. and others},
journal = {Journal of Physics: Condensed Matter},
volume = {21},
number = {39},
pages = {395502},
year = {2009},
publisher = {IOP Publishing},
doi = {10.1088/0953-8984/21/39/395502}
}
@article{Giannozzi2017,
title = {Advanced capabilities for materials modelling with Quantum ESPRESSO},
author = {Giannozzi, P. and Andreussi, O. and Brumme, T. and others},
journal = {Journal of Physics: Condensed Matter},
volume = {29},
number = {46},
pages = {465901},
year = {2017},
publisher = {IOP Publishing},
doi = {10.1088/1361-648X/aa8f79}
}The pseudopotential Si.pz-vbc.UPF used throughout the Si comparisons ships with the QE distribution (PZ LDA, norm-conserving, Zval=4).