We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c0f27 commit 398796cCopy full SHA for 398796c
source/module_hamilt_general/module_xc/test/test_xc1.cpp
@@ -38,7 +38,7 @@ class XCTest_HSE : public XCTest
38
void SetUp()
39
{
40
XC_Functional::set_xc_type("HSE");
41
- XC_Functional::set_hybrid_alpha(0.5, 0.0, 0.0);
+ XC_Functional::set_hybrid_alpha(0.5, 0.0);
42
}
43
};
44
@@ -53,7 +53,7 @@ class XCTest_SCAN0 : public XCTest
53
54
55
XC_Functional::set_xc_type("SCAN0");
56
57
58
59
0 commit comments