Skip to content

Commit 10a9c41

Browse files
authored
correct an output in LR hsolver (#6503)
1 parent e5500e5 commit 10a9c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_lcao/module_lr/hsolver_lrtd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ namespace LR
178178

179179
// output iters
180180
std::cout << " Average iterative diagonalization steps: " << hsolver::DiagoIterAssist<T>::avg_iter
181-
<< "; current threshold: " << hsolver::DiagoIterAssist<T>::PW_DIAG_THR << std::endl;
181+
<< "; current threshold: " << diag_ethr << std::endl;
182182
}
183183
}
184184
}

0 commit comments

Comments
 (0)