Skip to content

Commit 601e10c

Browse files
rootroot
authored andcommitted
modify diago_cg_test.cpp
1 parent 3f76d97 commit 601e10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hsolver/test/diago_cg_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ TEST(DiagoCGTest, readH)
218218
int dim = hm.nr;
219219
int nband = 10; // not nband < dim, here dim = 26 in data-H
220220
// nband, npw, sub, sparsity, reorder, eps, maxiter, threshold
221-
DiagoCGPrepare dcp(nband, dim, 0, true, 1e-4, 50, 1e-3);
221+
DiagoCGPrepare dcp(nband, dim, 0, true, 1e-4, 300, 1e-3);
222222
hsolver::DiagoIterAssist::PW_DIAG_NMAX = dcp.maxiter;
223223
hsolver::DiagoIterAssist::PW_DIAG_THR = dcp.eps;
224224
HPsi hpsi;

0 commit comments

Comments
 (0)