Skip to content

Commit

Permalink
Adjust tolerance.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Oct 11, 2024
1 parent d31c574 commit c065309
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 @@ -106,7 +106,7 @@ void test_einset_LiH_x(bool use_offload)
CHECK(std::real(dpsiM[1][1][1]) == Approx(-0.2475463897));
CHECK(std::real(dpsiM[1][1][2]) == Approx(0.4088463187));
// lapl
CHECK(std::real(d2psiM[1][0]) == Approx(1.7295608521));
CHECK(std::real(d2psiM[1][0]) == Approx(1.7295608521).epsilon(4e-5));
CHECK(std::real(d2psiM[1][1]) == Approx(0.7432643771));
#else
CHECK(std::real(psiM[1][0]) == Approx(-1.1857329607));
Expand Down

0 comments on commit c065309

Please sign in to comment.