Skip to content

Commit

Permalink
add max_memory to func call
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hennefarth committed Nov 1, 2023
1 parent f190381 commit 179fb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_pyscf/fci/csf_symm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 179fb9c

Please sign in to comment.