Skip to content

Commit

Permalink
Add spin dependent test
Browse files Browse the repository at this point in the history
  • Loading branch information
shivupa committed Jul 21, 2021
1 parent 04f9f32 commit 6846749
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/molecules/H2_ae/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ if(NOT QMC_CUDA)
H2_OPT_SCALARS # Final VMC step
TRUE)

qmc_run_and_check(
short-H2-orb-opt-spindepjas
"${qmcpack_SOURCE_DIR}/tests/molecules/H2_ae"
H2
h2_orb_opt_spindepjas.xml
16
1
${SUCCESS_STATUS_MP}
10
H2_OPT_SCALARS # Final VMC step
TRUE)

else()
message_verbose("Skipping H2 test because lmyengine interface was not built (BUILD_LMYENGINE_INTERFACE=0)")
endif(BUILD_LMYENGINE_INTERFACE)
Expand Down
Loading

0 comments on commit 6846749

Please sign in to comment.