Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1013 Bytes

NEWS.md

File metadata and controls

8 lines (7 loc) · 1013 Bytes

v0.1.0 release note

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 using QuLDE 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.