qmcpack/tests
Ye Luo e3822b3965 Update documentation. 2022-11-29 15:54:44 -05:00
..
afqmc Use python3_EXECUTABLE instead of shebang at top of file. 2022-01-21 17:09:56 -05:00
converter Fix python requirements for GPAW tests 2022-01-28 08:43:36 +02:00
coverage Update compare_gcov.py 2020-09-08 15:45:22 -05:00
estimator Add comments to checker script 2022-09-23 13:36:14 -06:00
heg add random seed to deterministic tests 2022-11-01 19:34:28 -04:00
io Add file existence tests. 2022-09-09 12:32:40 -05:00
models Change message_verbose() to message(VERBOSE) 2021-08-26 10:49:48 -05:00
molecules Update test input. 2022-08-23 15:42:02 -05:00
performance Edit doc. 2022-07-27 15:17:00 -05:00
pseudopotentials_for_tests Add deterministic test for SOVMC/SODMC 2022-05-27 14:23:41 -05:00
pw2qmcpack format CMake files. 2021-06-07 12:46:46 -05:00
pyscf format CMake files. 2021-06-07 12:46:46 -05:00
reference_data add build type info to reference data 2019-01-14 11:07:59 -05:00
rmg Fix RMG workflow task dependency. 2022-08-23 19:12:30 -05:00
scripts Add SOECP to quantity for ctest 2022-05-27 14:15:26 -05:00
solids Add deterministic and statistical test for RMC density and spindensity 2022-11-17 22:14:31 -06:00
test_automation Update documentation. 2022-11-29 15:54:44 -05:00
CMakeLists.txt rename heg2d tests 2022-10-24 09:49:52 -04:00
README Enable plane wave tests for bccH. Only uses 100 blocks vs 1000 for spline case. 2016-12-18 22:52:18 +00:00

README

These directories contain input files for the automated test
system. They are not intended to be run separately although any
QMCPACK inputs should run to completion when run from the same
directory as the input, e.g. mpirun -n 16 qmcpack vmc.in.xml

To run the automated tests, from the build directory, run

ctest -R short

for the short running tests. These take a few minutes to run on a 16
core machine. To run all tests simply run

ctest

Running all tests requires several hours due to strict statistics. You
can increase verbosity with "ctest -V".

The test definitions and configuration are in
src/tests/system/CMakeLists.txt