Skip to content

Contains classical and quantum algorithms to solve systems of linear equations such as the HHL algorithm.

License

Notifications You must be signed in to change notification settings

jw676/quantum_linear_solvers

 
 

Repository files navigation

Quantum linear solvers

Contains classical and quantum algorithms to solve systems of linear equations such as the HHL algorithm.

Installation

git clone https://github.com/jw676/quantum_linear_solvers.git
cd quantum_linear_solvers
pip install .

Or use this fork updated to Qiskit 1.4.x: https://github.com/agallojr/quantum_linear_solvers

Documentation

This tutorial is based on an older version of this package, which used an older version of Qiskit. The current version of this library uses Qiskit 1.4.x, so these examples won't work as-is. But the gist of the approach remains the same, only the syntax changes.

Tutorial: https://qiskit.org/textbook/ch-applications/hhl_tutorial.html

Other updated examples can be found here: https://github.com/agallojr/wciscc2025

About

Contains classical and quantum algorithms to solve systems of linear equations such as the HHL algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%