Skip to content
Snippets Groups Projects
Commit 83dbed87 authored by Joseph Weston's avatar Joseph Weston
Browse files

fix bug in mumps-assisted sparse diagonalization

When using the shift-invert method the *unshifted* matrix should
be passed to 'eigsh', but the inverse involving the *shifted* matrix
should be passed as the 'OPinv' parameter.

This did not result in a bug in the bound state solver, as we are
always trying to find eigenvalues close to 0.
parent 38225552
No related branches found
No related tags found
No related merge requests found
Pipeline #25725 failed