cp2k/tests
2021-12-30 18:36:46 +01:00
..
ATOM Stabilize ATOM/regtest-2/slater_7.inp 2021-05-13 13:16:03 +02:00
DFTB Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
FARMING do_regtest: Make reference values mandatory 2020-01-28 12:07:44 +01:00
FE Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
Fist Accelerate test 2021-10-19 13:27:01 +02:00
LIBTEST grid: Move tests from LIBTEST into QS/regtest-grid 2021-03-13 16:13:20 +01:00
MC/regtest Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
NEB Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
NNP/regtest-1 Add analytical stress tensor 2021-12-08 20:05:54 +01:00
optimize_input/regtest-1 Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
Pimd Pint beadwise constraints 2021-11-09 16:57:50 +01:00
QMMM Improved description 2021-10-19 10:56:43 +02:00
QS Adjust tolerance of QS/regtest-debug-5/h2o_dip20.inp 2021-12-30 18:36:46 +01:00
SE Use ScaLAPACK library for test case 2021-05-15 23:08:00 +02:00
SIRIUS/regtest-1 Adjust tolerance 2021-10-23 13:48:57 +02:00
SWARM/regtest-glbopt-1 Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
TAMC/regtest Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
TMC Remove tabs and trailing spaces 2021-03-11 20:06:46 +01:00
xTB Ajust regtests and coding conventions (#1673) 2021-10-12 18:53:18 +02:00
.gitignore gitignore: fine-tune for specific subdirs 2018-11-03 07:20:21 +01:00
README.md Format Markdown files to comply with Linter 2020-08-25 12:57:37 +02:00
TEST_DIRS Local resolution of the identity for excited states (#1801) 2021-12-15 14:13:49 +01:00
TEST_TYPES Add analytical derivatives of MO coefficients wrt nuclear coordinates 2021-11-17 15:21:58 +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 meaningfull 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.