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 e5500e5 commit 10a9c41Copy full SHA for 10a9c41
source/source_lcao/module_lr/hsolver_lrtd.hpp
@@ -178,7 +178,7 @@ namespace LR
178
179
// output iters
180
std::cout << " Average iterative diagonalization steps: " << hsolver::DiagoIterAssist<T>::avg_iter
181
- << "; current threshold: " << hsolver::DiagoIterAssist<T>::PW_DIAG_THR << std::endl;
+ << "; current threshold: " << diag_ethr << std::endl;
182
}
183
184
0 commit comments