You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto [Er_el, Er_nuc] = Reo->getSolver()->computeEnergies(rho_el);
105
105
Reo->clear();
106
+
std::cout << "Er_nuc: " << Er_nuc << std::endl;
106
107
REQUIRE((Er_nuc) == Approx(-1.329978908155e-01).epsilon(thrs)); // exact is -0.1373074208 Hartree, though ours is close, i think we are a bit too far away, some parameterization issue
auto [Er_el, Er_nuc] = Reo->getSolver()->computeEnergies(rho_el);
162
163
Reo->clear();
164
+
std::cout << "Er_nuc: " << Er_nuc << std::endl;
163
165
REQUIRE(Er_nuc == Approx(-1.329978908155e-01).epsilon(thrs)); // what we get in standard GPESolver is -1.455145361712e-01, while with PB we get -1.329978908155e-01
0 commit comments