Skip to content

Commit

Permalink
imag shift change default to 1e-6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRHermes committed Oct 26, 2023
1 parent 1ed46ad commit 2e6de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_pyscf/lassi/excitations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
op = (op_o0, op_o1)

LOWEST_REFOVLP_EIGVAL_THRESH = getattr (__config__, 'lassi_excitations_refovlp_eigval_thresh', 1e-9)
IMAG_SHIFT = getattr (__config__, 'lassi_excitations_imag_shift', 0.0001)
IMAG_SHIFT = getattr (__config__, 'lassi_excitations_imag_shift', 1e-6)

def only_ground_states (ci0):
'''For a list of sequences of CI vectors in the same Hilbert space,
Expand Down

0 comments on commit 2e6de35

Please sign in to comment.