qmcpack/tests
Ye Luo cbb40ce794 Bump CUDA in sulfur offload CI to default. 2025-06-05 22:44:58 -05:00
..
afqmc Correct workflow test names. 2025-05-14 12:24:57 -05:00
converter multidet info in one hdf5, update test 2024-05-24 16:32:46 -06:00
coverage Update compare_gcov.py 2020-09-08 15:45:22 -05:00
estimator Set driver_version in inputs 2025-01-08 13:53:45 -05:00
heg Increase heg 54 j2 rpa tols 2025-04-22 14:09:11 -04:00
io More verbose test name r1-t16-s2 instead of 1-16-2 2025-05-12 15:34:54 -05:00
models Set driver_version in inputs 2025-01-08 13:53:45 -05:00
molecules Fix He param tests 2025-05-15 11:55:49 -04:00
performance More verbose test name r1-t16-s2 instead of 1-16-2 2025-05-12 15:34:54 -05:00
pseudopotentials_for_tests Add test for parameter derivative with NLPP 2023-01-09 16:29:50 -06:00
pw2qmcpack Correct workflow test names. 2025-05-14 12:24:57 -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 Correct workflow test names. 2025-05-14 12:24:57 -05:00
scripts leave no trace 2024-06-06 16:26:41 -04:00
solids Increase short diamond 1111 test tols 2025-05-21 10:32:44 -04:00
test_automation Bump CUDA in sulfur offload CI to default. 2025-06-05 22:44:58 -05:00
CMakeLists.txt Remove SUCCESS_STATUS_CUDA on testsets. 2023-02-07 13:18:38 -06: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