QuDiffEq.jl was developed as part of JSoC 2019. It allows one to solve differential equations using quantum algorithms. We have the following algorithms and example in place:
QuLDE
for linear differential equations. There is also a rountine for usingQuLDE
to solve non-linear differential equations by making linear approximations of the functions at hand. Read more.- Several HHL-based multistep methods for linear differential equations.
QuNLDE
for solving non-linear quadratic differential equations. Read more.- Simulation of the wave equation using quantum algorithms. Read more.