From 179fb9c316f9bebcad046fd35166907b5b752d63 Mon Sep 17 00:00:00 2001 From: Matthew Hennefarth Date: Wed, 1 Nov 2023 14:21:41 -0500 Subject: [PATCH] add max_memory to func call --- my_pyscf/fci/csf_symm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_pyscf/fci/csf_symm.py b/my_pyscf/fci/csf_symm.py index 07e096f1..8b1a66f3 100644 --- a/my_pyscf/fci/csf_symm.py +++ b/my_pyscf/fci/csf_symm.py @@ -59,7 +59,7 @@ def pspace (self, h1e, eri, norb, nelec, hdiag_det=None, hdiag_csf=None, npsp=20 self.norb, self.nelec = norb, nelec self.check_transformer_cache () return pspace (self, h1e, eri, norb, nelec, self.transformer, hdiag_det=hdiag_det, - hdiag_csf=hdiag_csf, npsp=npsp) + hdiag_csf=hdiag_csf, npsp=npsp, max_memory=self.max_memory) def kernel(self, h1e, eri, norb, nelec, ci0=None, **kwargs): ''' Over the top of the existing kernel, I just need to set the parameters and cache values related to spin.