cp2k/tests
2024-12-28 14:03:05 +01:00
..
ATOM Format all input files 2023-12-18 22:41:19 +01:00
DFTB gfn0-xTB and parallel DFT-D4 (#3765) 2024-11-08 17:48:34 +01:00
FARMING Format all input files 2023-12-18 22:41:19 +01:00
FE Format all input files 2023-12-18 22:41:19 +01:00
Fist Tag printout of the forces 2024-11-14 16:09:18 +01:00
i-PI Docker: Fix i-PI test 2024-11-20 00:55:32 -08:00
LIBTEST Indent @-directives and set them upercase 2024-01-16 16:23:54 +01:00
MC/regtest Format all input files 2023-12-18 22:41:19 +01:00
NEB Reduce test output sizes 2024-05-25 05:40:22 +02:00
NNP/regtest-1 Format all input files 2023-12-18 22:41:19 +01:00
optimize_input/regtest-1 Format all input files 2023-12-18 22:41:19 +01:00
Pimd Format all input files 2023-12-18 22:41:19 +01:00
QMMM Update regtests non-scf DFTB + QMMM (prepare for new functionality) (#3436) 2024-05-28 13:23:17 +02:00
QS Smeared occupation TDA 2024-12-28 14:03:05 +01:00
SE Tag printout of the forces 2024-11-14 16:09:18 +01:00
SIRIUS/regtest-1 Speedup SIRIUS/regtest-1/Fe-upf.inp 2024-10-27 00:20:17 +02:00
SWARM/regtest-glbopt-1 Format all input files 2023-12-18 22:41:19 +01:00
TAMC/regtest Indent @-directives and set them upercase 2024-01-16 16:23:54 +01:00
TMC Format all input files 2023-12-18 22:41:19 +01:00
xTB xTB| Molecule tests for gfn0-xtb (#3822) 2024-12-20 15:52:38 +01:00
.gitignore gitignore: fine-tune for specific subdirs 2018-11-03 07:20:21 +01:00
do_regtest.py DLA-Future complex eigensolvers 2024-12-17 15:09:03 +01:00
HUGE_TESTS_SUPPRESSIONS CP2K+SMEAGOL interface for electron transport with non-equilibrium Green’s functions 2024-10-21 11:05:08 +02:00
README.md precommit: Wrap Markdown lines after 100 characters 2023-11-14 12:47:36 +01:00
SLOW_TESTS_SUPPRESSIONS Add suppression for slow test 2024-11-14 16:09:18 +01:00
TEST_DIRS Smeared occupation TDA 2024-12-28 14:03:05 +01:00
TEST_TYPES BSE: Minor changes for spectra 2024-12-17 10:53:13 +01:00
UNIT_TESTS Regtesting: Introduce tests/UNIT_TESTS file 2023-01-30 11:33:11 +01:00

CP2K Tests

This directory contains input files for CP2K's tests and regression tests.

Automatic test results are collected on CP2K's dashboard for different machines. For documentation on CP2K's input files, please refer to the Input Reference Manual.

Note: the test names make common use of acronyms. For explanations, please refer to the Glossary of Acronyms and Abbreviations.

Regression Tests

There is a very large number of regtests. For this reason, each individual regtest should be fast (e.g. shorter than a minute on a regular laptop with an sdbg version of the code). Since these tests do not need to return meaningful results (just consistent results), one can use e.g. small basis sets, low cutoffs, small EPS_DEFAULT, ...

Test Directories Structure

The test-suite is fully controlled by the following files:

  • TEST_DIRS is a list of directories that contain tests.
  • TEST_TYPES defines test types. I.e. specifies which words should be grepped and what field should be used in the numerical comparison.

Additionally, each test-subdirectory contain TEST_FILES, which lists the input files that need to be executed for the regression test. These files will be run in order.

Some regression testing directories contain:

  • untested_inputs: list of input files, which have a more meaningful setup compared to the regtests, but that are not checked at every single commit.

How to Run Regression Tests

For information on how to run regression testing, please refer to the regression testing documentation.

How to Add a Regression Test

To add a regression test, commit the .inp file and add a corresponding entry to TEST_DIRS and TEST_FILES.