From 7670941650011edb515b8c466725d0c59c479554 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 30 Aug 2023 15:21:21 +0200 Subject: [PATCH] sleep --- src/scf_utils/roothaan_hall_scf.irp.f | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scf_utils/roothaan_hall_scf.irp.f b/src/scf_utils/roothaan_hall_scf.irp.f index cf006035..730cb496 100644 --- a/src/scf_utils/roothaan_hall_scf.irp.f +++ b/src/scf_utils/roothaan_hall_scf.irp.f @@ -199,6 +199,7 @@ END_DOC write(6,*) if (converged) then write(6,*) 'SCF converged' + call sleep(1) ! When too fast, the MOs aren't saved. endif