From 671b924c8c06f2d328808c4f0aee2b660019dbda Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Mon, 15 Dec 2025 14:36:16 +0100 Subject: [PATCH] lanczos: little bug fix --- lanczos.h | 5 ++--- t.cc | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lanczos.h b/lanczos.h index e13fb5b..c812352 100644 --- a/lanczos.h +++ b/lanczos.h @@ -25,9 +25,8 @@ #include "auxstorage.h" //TODO: -//@@@convergece test by residual norm rather than by energy difference //@@@implement restart when Krylov space is exceeded -//@@@implement inital guess of more than 1 vector (also in davidson) +//@@@implement inital guess of more than 1 vector (also in davidson) and block version of the methods namespace LA { @@ -153,7 +152,7 @@ for(j=1; j>n >>m>>which ;