cp2k/tests
2023-12-28 12:13:37 +01:00
..
ATOM Format all input files 2023-12-18 22:41:19 +01:00
DFTB Format all input files 2023-12-18 22:41:19 +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 Format all input files 2023-12-18 22:41:19 +01:00
LIBTEST Format all input files 2023-12-18 22:41:19 +01:00
MC/regtest Format all input files 2023-12-18 22:41:19 +01:00
NEB Format all input files 2023-12-18 22:41:19 +01: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 Format all input files 2023-12-18 22:41:19 +01:00
QS Fix simplified ADMM input 2023-12-19 11:41:21 +01:00
SE Format all input files 2023-12-18 22:41:19 +01:00
SIRIUS/regtest-1 Format all input files 2023-12-18 22:41:19 +01:00
SWARM/regtest-glbopt-1 Format all input files 2023-12-18 22:41:19 +01:00
TAMC/regtest Format all input files 2023-12-18 22:41:19 +01:00
TMC Format all input files 2023-12-18 22:41:19 +01:00
xTB Format all input files 2023-12-18 22:41:19 +01:00
.gitignore gitignore: fine-tune for specific subdirs 2018-11-03 07:20:21 +01:00
do_regtest.py Regtesting: Use --bind-to none by default 2023-12-28 12:13:37 +01:00
HUGE_TESTS_SUPPRESSIONS Do not print restart and trajectory files 2023-05-05 18:20:33 +02:00
README.md precommit: Wrap Markdown lines after 100 characters 2023-11-14 12:47:36 +01:00
SLOW_TESTS_SUPPRESSIONS Add four more tests to SLOW_TESTS_SUPPRESSIONS 2023-05-17 13:54:22 +02:00
TEST_DIRS Add experimental support for DLA-Future eigensolver 2023-12-18 20:42:36 +01:00
TEST_TYPES periodic G0W0+SOC also for open-shell 2023-11-27 20:51:09 +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.