Skip to content

Commit 8b19d0c

Browse files
committed
Add batched 4-4 test and samples check
1 parent c8c2f23 commit 8b19d0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/solids/diamondC_1x1x1_pp/CMakeLists.txt

+12
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ qmc_run_and_check(
7676

7777
list(APPEND DIAMOND_KSPACE_SCALARS "totenergy" "-10.500719 0.001769")
7878
list(APPEND DIAMOND_KSPACE_SCALARS "variance" "0.312264 0.028662")
79+
list(APPEND DIAMOND_KSPACE_SCALARS "samples" "128000 0.0")
7980
qmc_run_and_check(
8081
short-diamondC_1x1x1_pp-vmc_sdj_kspace
8182
"${qmcpack_SOURCE_DIR}/tests/solids/diamondC_1x1x1_pp"
@@ -112,6 +113,17 @@ qmc_run_and_check(
112113
DIAMOND_KSPACE_SCALARS # VMC
113114
)
114115

116+
qmc_run_and_check(
117+
short-diamondC_1x1x1_pp-vmcbatch_sdj_kspace
118+
"${qmcpack_SOURCE_DIR}/tests/solids/diamondC_1x1x1_pp"
119+
qmc_short_vmcbatch_kspace
120+
qmc_short_vmcbatch_kspace.in.xml
121+
4
122+
4
123+
TRUE
124+
0
125+
DIAMOND_KSPACE_SCALARS # VMC
126+
)
115127

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

0 commit comments

Comments
 (0)