QuantumOptics.jl
QuantumOptics.jl copied to clipboard
Adding ForwardDiff support for all solvers
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)
Happy to hear that the Schroedinger solver is now supporting Dual number and then naturally the Forwarddiff. That's great.