From a7bf04962be7f52fe292a07e239e6f1ac9742a23 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 20 Jan 2025 19:21:30 +0100 Subject: [PATCH] Fixed size of mo_integrals_cache --- src/mo_two_e_ints/map_integrals.irp.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mo_two_e_ints/map_integrals.irp.f b/src/mo_two_e_ints/map_integrals.irp.f index 06300666..9f485b79 100644 --- a/src/mo_two_e_ints/map_integrals.irp.f +++ b/src/mo_two_e_ints/map_integrals.irp.f @@ -62,7 +62,7 @@ end END_PROVIDER -BEGIN_PROVIDER [ double precision, mo_integrals_cache, (0_8:mo_integrals_cache_size_8**4_8) ] +BEGIN_PROVIDER [ double precision, mo_integrals_cache, (0_8:mo_integrals_cache_size_8) ] implicit none BEGIN_DOC ! Cache of MO integrals for fast access