Skip to content

Commit

Permalink
Add batched 4-4 test and samples check
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent committed Mar 3, 2025
1 parent c8c2f23 commit 8b19d0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/solids/diamondC_1x1x1_pp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ qmc_run_and_check(

list(APPEND DIAMOND_KSPACE_SCALARS "totenergy" "-10.500719 0.001769")
list(APPEND DIAMOND_KSPACE_SCALARS "variance" "0.312264 0.028662")
list(APPEND DIAMOND_KSPACE_SCALARS "samples" "128000 0.0")
qmc_run_and_check(
short-diamondC_1x1x1_pp-vmc_sdj_kspace
"${qmcpack_SOURCE_DIR}/tests/solids/diamondC_1x1x1_pp"
Expand Down Expand Up @@ -112,6 +113,17 @@ qmc_run_and_check(
DIAMOND_KSPACE_SCALARS # VMC
)

qmc_run_and_check(
short-diamondC_1x1x1_pp-vmcbatch_sdj_kspace
"${qmcpack_SOURCE_DIR}/tests/solids/diamondC_1x1x1_pp"
qmc_short_vmcbatch_kspace
qmc_short_vmcbatch_kspace.in.xml
4
4
TRUE
0
DIAMOND_KSPACE_SCALARS # VMC
)

# Reference OPT run in qmc-ref
list(APPEND DIAMOND_OPT_SCALARS "totenergy" "-10.49370 0.0024")
Expand Down

0 comments on commit 8b19d0c

Please sign in to comment.