Replies: 1 comment 1 reply
-
One of the other preconditions would be to replace any values that would yield 0 by 1, something that was mentioned in one of the ESQC lectures. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the current state of a part of the code
Currently, the preconditioner of Davidson's diagonalization algorithm is hard-coded.
Describe a change that would improve the code base
It would be nice to improve the design of the
DavidsonSolver
, such that a preconditioning step can be supplied by the user.Additional context
This issue is related to #332.
Beta Was this translation helpful? Give feedback.
All reactions