Module hhl

Source
Expand description

Harrow-Hassidim-Lloyd (HHL) Algorithm Implementation

The HHL algorithm provides a quantum algorithm for solving linear systems of equations Ax = b, where A is a Hermitian matrix. The algorithm outputs a quantum state |x⟩ proportional to the solution vector x.

Structs§

HHLAlgorithm
HHL algorithm implementation
HHLParams
Parameters for the HHL algorithm

Functions§

hhl_example
Simple example: solving a 2x2 system