Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRHermes committed Mar 22, 2024
1 parent ca8e862 commit 28d1463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion my_pyscf/mcscf/lasci.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ def get_init_guess_ci (las, mo_coeff=None, h2eff_sub=None, ci0=None):
def _combine_init_guess_ci (las, ci0i, ci0g, norb, nelec, nroots):
''' Function to handle the combination of a generated set of guess CI vectors (ci0g) with
existing CI vectors (ci0i) already stored. '''
# TODO: lasscf_rdm version of this function to handle pending numpy deprecation noted below
nroots0 = 0
ndet = tuple ([cistring.num_strings (norb, n) for n in nelec])
ci0g = np.asarray (ci0g) # TODO: this leads to deprecated behavior in lasscf_rdm
Expand Down

0 comments on commit 28d1463

Please sign in to comment.