always print roots decrease

This commit is contained in:
edoapra 2023-02-02 18:05:53 -08:00
parent c0ac7be815
commit 9b8242bf17
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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))