Skip to content

Commit

Permalink
debug log in lassi excitations solver
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRHermes committed Sep 20, 2023
1 parent b6d511b commit d2d26fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my_pyscf/lassi/excitations.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ def kernel (self, h1e, h2e, norb, nelec, ecore=0, ci0=None, orbsym=None, **kwarg
e0 = self.solve_e0 (ecore, h1e, h2e, norb, nelec, ket)
ci1 = ci0
self.denom_q = e0 - self.e_q
log.debug ("Self-energy singularities in VRVSolver: {}".format (self.e_q))
assert (not self.test_locmin (e0, ci1, warntag='Saddle-point initial guess'))
warn_swap = True
#print (lib.fp (ci0), self.denom_q)
Expand Down

0 comments on commit d2d26fa

Please sign in to comment.