Skip to content

Commit 6e75195

Browse files
committed
fix test_xc
1 parent 461456b commit 6e75195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hamilt_general/module_xc/test/test_xc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ class XCTest_PBE0 : public XCTest
830830
void SetUp()
831831
{
832832
XC_Functional::set_xc_type("PBE0");
833-
XC_Functional::set_hybrid_alpha(0.5, 0.0, 0.0);
833+
XC_Functional::set_hybrid_alpha(0.5, 0.0);
834834
std::vector<double> rho = {0.17E+01, 0.17E+01, 0.15E+01, 0.88E-01, 0.18E+04};
835835
std::vector<double> grho = {0.81E-11, 0.17E+01, 0.36E+02, 0.87E-01, 0.55E+00};
836836

0 commit comments

Comments
 (0)