Skip to content

Fix lanczos_ed for DiscreteJaxOperator

Vicentini Filippo requested to merge github/fork/inailuig/fix-ed into master

Created by: inailuig

Sparse jax arrays are unfortunately not scipy-compatible, so lanczos_ed didn't work.

In the future we could try to use jax.experimental.sparse.linalg.lobpcg_standard , however it currently does not work with complex numbers.

Merge request reports