• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

afqmc/H09-Apr-2021-102,426102,244

converter/H03-May-2022-111,722109,782

coverage/H09-Apr-2021-1,409958

estimator/H03-May-2022-857678

heg/H09-Apr-2021-8,8898,544

io/H03-May-2022-27,15927,141

models/H03-May-2022-481448

molecules/H03-May-2022-471,617463,525

performance/H03-May-2022-94,12093,609

pseudopotentials_for_tests/H09-Apr-2021-110,353110,347

pw2qmcpack/H03-May-2022-

pyscf/H03-May-2022-

reference_data/H09-Apr-2021-848779

scripts/H09-Apr-2021-6,9454,512

solids/H03-May-2022-540,571531,012

test_automation/H09-Apr-2021-4,6963,217

READMEH A D09-Apr-2021634 2013

README

1These directories contain input files for the automated test
2system. They are not intended to be run separately although any
3QMCPACK inputs should run to completion when run from the same
4directory as the input, e.g. mpirun -n 16 qmcpack vmc.in.xml
5
6To run the automated tests, from the build directory, run
7
8ctest -R short
9
10for the short running tests. These take a few minutes to run on a 16
11core machine. To run all tests simply run
12
13ctest
14
15Running all tests requires several hours due to strict statistics. You
16can increase verbosity with "ctest -V".
17
18The test definitions and configuration are in
19src/tests/system/CMakeLists.txt
20