QuantumOptics.jl icon indicating copy to clipboard operation
QuantumOptics.jl copied to clipboard

interfaces and pkg extensions for KrilovKit and ArnoldiMethods, potential deprecation of Arpack

Open Krastanov opened this issue 7 months ago • 0 comments

Arpack v0.5.4 has been causing issues in the entire Julia ecosystem (starting from here and all the related issues https://github.com/JuliaLinearAlgebra/Arpack.jl/pull/120 )

We have put our compat bounds for Arpack to 0.5.0 - 0.5.3

We should really have a way to swap between these three for every place where they are used:

  • KrilovKit
  • ArnoldiMethod
  • Arpack

Then benchmark each, document the results both in the docs and in docstrings, and set the best defaults

Related:

  • https://github.com/qojulia/QuantumOptics.jl/issues/364
  • https://github.com/qojulia/QuantumOptics.jl/issues/338
  • https://github.com/qojulia/QuantumOptics.jl/issues/252
  • https://github.com/qojulia/QuantumOptics.jl/pull/367
  • https://github.com/qojulia/QuantumOptics.jl/issues/364#issuecomment-1858453445

Krastanov avatar Apr 26 '25 13:04 Krastanov