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

Adding ForwardDiff support for all solvers

Open AmitRotem opened this issue 2 years ago • 1 comments

Current fix for supporting Dual number in the Schroedinger solver https://github.com/qojulia/QuantumOptics.jl/pull/356

TODO;

  • Implement in other solvers

Related issue; Complex{Dual} support in DiffEqBase.jl (see https://github.com/SciML/DiffEqBase.jl/pull/860)

AmitRotem avatar Jan 01 '23 20:01 AmitRotem

Happy to hear that the Schroedinger solver is now supporting Dual number and then naturally the Forwarddiff. That's great.

Lightup1 avatar Apr 26 '23 09:04 Lightup1