Skip to content

Commit

Permalink
Merge pull request #5204 from ye-luo/adjust-test
Browse files Browse the repository at this point in the history
Increase d2psiM test tolerance in LiH-x
  • Loading branch information
ye-luo authored Oct 18, 2024
2 parents b250174 + b495b50 commit 851f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCWaveFunctions/tests/test_einset_LiH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void test_einset_LiH_x(bool use_offload)
CHECK(std::real(dpsiM[1][1][2]) == Approx(0.4088463187));
// lapl
CHECK(std::real(d2psiM[1][0]) == Approx(1.7295608521).epsilon(4e-5));
CHECK(std::real(d2psiM[1][1]) == Approx(0.7432643771));
CHECK(std::real(d2psiM[1][1]) == Approx(0.7432643771).epsilon(2e-5));
#else
CHECK(std::real(psiM[1][0]) == Approx(-1.1857329607));
CHECK(std::real(psiM[1][1]) == Approx(0.4717386365));
Expand Down

0 comments on commit 851f1be

Please sign in to comment.