qmcpack/tests
Ye Luo 3da8312782
Merge branch 'develop' into qpvartol
2025-04-01 11:12:03 -07:00
..
afqmc cmake-format tests 2023-02-07 16:16:20 -06: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 update of many mixed tests for full precision lattice 2025-03-11 13:09:33 -04:00
io Set driver_version in inputs 2025-01-08 13:53:45 -05:00
models Set driver_version in inputs 2025-01-08 13:53:45 -05:00
molecules Merge branch 'develop' into qpvartol 2025-04-01 11:12:03 -07:00
performance Set driver_version in inputs 2025-01-08 13:53:45 -05:00
pseudopotentials_for_tests Add test for parameter derivative with NLPP 2023-01-09 16:29:50 -06: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 1 thread RMG test 2025-03-29 09:49:47 -04:00
scripts leave no trace 2024-06-06 16:26:41 -04:00
solids Merge branch 'develop' into add_bccH_bf_batched_test 2025-03-27 14:40:58 -04:00
test_automation Update nightlies: add asan build, rmgdft develop version 2025-03-28 09:59:41 -04: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