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 99f10f4 commit f6a220fCopy full SHA for f6a220f
source/module_psi/test/psi_test.cpp
@@ -8,7 +8,7 @@ class TestPsi : public ::testing::Test
8
const int ink = 2;
9
const int inbands = 4;
10
const int inbasis = 10;
11
- std::vector<int> ngk = {10, 10};
+ std::vector<int> ngk = {10, 10, 10, 10};
12
13
const psi::Psi<std::complex<double>>* psi_object31 = new psi::Psi<std::complex<double>>(ink, inbands, inbasis, ngk, true);
14
const psi::Psi<double>* psi_object32 = new psi::Psi<double>(ink, inbands, inbasis, ngk, true);
0 commit comments