qmcpack/tests
Paul Kent d4e1c79987 Increase tol for short-diamondC_1x1x1-Gaussian_pp_Tw_cplx_MSD-1-16-potential 2025-02-19 11:17:08 -05: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 Increase errorbar 2025-02-06 14:16:47 -05: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 fixketol 2025-02-18 10:23:21 -06: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 cmake-format tests 2023-02-07 16:16:20 -06:00
scripts leave no trace 2024-06-06 16:26:41 -04:00
solids Increase tol for short-diamondC_1x1x1-Gaussian_pp_Tw_cplx_MSD-1-16-potential 2025-02-19 11:17:08 -05:00
test_automation Skip unit_test_estimators on mac in ci 2025-02-10 16:53:17 -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