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

Quantum Algorithms for solving differential equations

Results 3 QuDiffEq.jl issues
Sort by recently updated
recently updated
newest added

It seem solve does not work independently in QuDiffEq. It required `using OrdinaryDiffEq` ``` using QuDiffEq # dx/dt = 3*x + 4 M = hcat(3.0) b = [4.0] x_0 =...

Hello! Thank you for your wonderful work on solving DE on quantum device. I have never had experience with Julia, so I use Python [JuliaCall](https://cjdoris.github.io/PythonCall.jl/dev/juliacall/). Could you please provide more...

A few things to do before we release this: - [x] finish docs - [x] fix examples