From 9b8242bf17773e8e29b0187fc3e92bdba63ea61e Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 2 Feb 2023 18:05:53 -0800 Subject: [PATCH] always print roots decrease --- src/nwdft/lr_tddft/tddft_iguess.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwdft/lr_tddft/tddft_iguess.F b/src/nwdft/lr_tddft/tddft_iguess.F index a820dbc6a0..2b0d85e745 100644 --- a/src/nwdft/lr_tddft/tddft_iguess.F +++ b/src/nwdft/lr_tddft/tddft_iguess.F @@ -371,7 +371,7 @@ c else if (lewin) then if (nroots.gt.newin) nroots = newin else if (nroots.gt.nov(1)+nov(2)) then - if (nodezero.and.util_print('initial guess',print_default)) + if (nodezero.and.util_print('initial guess',print_low)) 1 write(LuOut,9040) nroots,nov(1)+nov(2) nroots=nov(1)+nov(2) if (.not.rtdb_put(rtdb,'tddft:nroots',mt_int,1,nroots))