/QuDiffEq.jl

Quantum Algorithms for solving differential equations

Primary LanguageJuliaMIT LicenseMIT

QuDiffEq

CI Codecov

Quantum algorithms for solving differential equations.

This project is part of Julia's Season of Contribution 2019.

For an introduction to the algorithms and an overview of the features, you can take a look at the blog posts: #1, #2.

Installation

QuDiffEq is a   Julia Language   package. To install QuDiffEq, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

pkg> add QuDiffEq

Algorithms

  • Quantum Algorithms for Linear Differential Equations,
    • Based on truncated Taylor series
    • Based on HHL.
  • Quantum Algorithms for Non Linear Differential Equations.

Built With

  • Yao - A framework for Quantum Algorithm Design
  • QuAlgorithmZoo - A repository for Quantum Algorithms

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

References