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.
2 parents c16a6f9 + 3338d7e commit c2463c1Copy full SHA for c2463c1
source/module_hsolver/test/diago_david_test.cpp
@@ -161,8 +161,8 @@ TEST_P(DiagoDavTest,RandomHamilt)
161
INSTANTIATE_TEST_SUITE_P(VerifyDiag,DiagoDavTest,::testing::Values(
162
//DiagoDavPrepare(int nband, int npw, int sparsity, int order,double eps,int maxiter)
163
DiagoDavPrepare(10,100,0,4,1e-5,500),
164
- DiagoDavPrepare(20,500,7,4,1e-5,500),
165
- DiagoDavPrepare(50,1000,8,4,1e-5,500)
+ DiagoDavPrepare(20,500,7,4,1e-5,500)
+ //DiagoDavPrepare(50,1000,8,4,1e-5,500)
166
//DiagoDavPrepare(20,2000,8,4,1e-5,500)
167
));
168
@@ -174,7 +174,7 @@ TEST(DiagoDavRealSystemTest,dataH)
174
ifs.close();
175
DIAGOTEST::hmatrix = hmatrix;
176
DIAGOTEST::npw = hmatrix.nc;
177
- int nband = max(hmatrix.nc/4,1);
+ int nband = max(hmatrix.nc/20,1);
178
179
DiagoDavPrepare ddp(nband,DIAGOTEST::npw,0,2,1e-5,500);
180
0 commit comments