Skip to content

Commit

Permalink
one more max_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
cjknight committed Nov 14, 2023
1 parent 8d918f0 commit b2b37e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_pyscf/mcscf/lasscf_rdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def __init__(self, mol, kernel=None, get_init_guess=None):
self._get_init_guess = get_init_guess
self._kernel = kernel

def make_hdiag_csf (self, h1s, h2, norb, nelec):
def make_hdiag_csf (self, h1s, h2, norb, nelec, max_memory):
''' spoof! '''
return (h1s, h2)

Expand Down

0 comments on commit b2b37e1

Please sign in to comment.