Add Jacobi-Davidson Solver (and shift-invert mode?)
Open
@msricher is already working on this.
Since Aug 18, 2024.
- Dominant language
- C++
- Stars
- 35
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
We should interface also to the Jacobi-Davidson solver. It is also supported in Spectra so I think it will be relatively easy.
https://spectralib.org/doc/classspectra_1_1davidsonsymeigssolver
Jacobi-Davidson should be faster that implicitly-restarted Lanczos when a small part of the (extreme) spectrum is needed.
We may also wish to support shift-invert mode for some cases, where the spectral lines of interest may be the near-zero lines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.