Skip to main content

Questions tagged [hhl-algorithm]

For questions related to the quantum algorithm for inverting linear systems of equations, developed by Harrow, Hassidim and Lloyd in 2009.

2 votes
1 answer
341 views

I am currently writing my Bachelor’s thesis on Quantum Algorithms for Solving Differential Equations. I have a background in both differential equations (including partial differential equations) and ...
Omeglac's user avatar
  • 141
1 vote
0 answers
60 views

Reading about the HHL algorithm (this paper/arXiv and this paper/arXiv) I came up with the following question: if I have, say, 2 eigenvalues for which I need, say, 5 qubits for the best QPE algorithm, ...
Марина Лисниченко's user avatar
4 votes
1 answer
186 views

Pretty much all implementations of the HHL algorithms support cases where it is possible to map the eigenvalues not just to integers, but to powers of 2. Power of 2 map nicely to individual bits in an ...
rhundt's user avatar
  • 1,142
0 votes
1 answer
119 views

I'm reading the paper describing the numerical example HHL. The first question related to the Hermitioan-unitary matrix transformation. We can use numpy.linalg.expm ...
Марина Лисниченко's user avatar
1 vote
1 answer
109 views

In HHL the forward phase estimation allows to set the phases of eigenvalues. It does not change the input ket $|b\rangle$ as far as this is a combination of the eigenvalues of the operator (and ...
Марина Лисниченко's user avatar
1 vote
2 answers
163 views

In the excellent paper "Step-by-Step HHL Algorithm Walkthough..., https://arxiv.org/abs/2108.09004, it makes a derivation that is not clear to me at all. In Equation (15) it combines the effect ...
rhundt's user avatar
  • 1,142
4 votes
0 answers
88 views

I am teaching a course in QC and one of the topics I would like to put a good emphasis on HHL algorithm for solving systems of linear equations. Anyway, besides the theory, I would like to add some ...
PsySp's user avatar
  • 141
2 votes
1 answer
311 views

Reading the paper (arXiv) about HHL I misunderstood the following points: $$|{x}\rangle = A^{-1} \cdot |b\rangle = \sum^{2^nb-1}_{i=0}\lambda_i^{-1}b_i|u_i\rangle$$ How do we inverse the eigenvalues? ...
Марина Лисниченко's user avatar
0 votes
1 answer
111 views

I can prepare a state $|1\rangle|x\rangle|0\rangle$ using HHL. How do I prepare $|1\rangle|x\rangle|0\rangle+|0\rangle|y\rangle|0\rangle$ or simply $|1\rangle|x\rangle|0\rangle+|0\rangle|0\rangle|0\...
Shakir1ahmed3's user avatar
2 votes
1 answer
175 views

I'm trying to understand mathematical intuition of HHL algorithm using original paper (arXiv) For now I stuck at the part of Phase estimation. If I understand correctly, if vector b is the eigenvector ...
Марина Лисниченко's user avatar
2 votes
1 answer
112 views

Among other assumptions, HHL's algorithm assumes that the entries of the coefficient matrix $A$ (where $Ax=b$ is the linear system to be solved) can be realized by means of an oracle circuit $U_A$. ...
user20374's user avatar
  • 153
2 votes
1 answer
168 views

I have a question concerning the applicability of the error analysis of the HHL algorithm , specifically the QPE subroutine. The authors state that they assume all the eigenvalues lie between $[\frac{...
Eddie's user avatar
  • 82
1 vote
1 answer
178 views

I'm going through this paper Step-by-Step HHL Algorithm Walkthrough, and wondering how to calculate an unnormalized solution $|x \rangle$ after measuring its b-register and ancilla qubit. In equation (...
taketoshi kinoshita's user avatar
1 vote
1 answer
120 views

I have the following resource request: I am looking for a numerical example of an implementation of HHL that does not "cheat" by using knowledge that would be hidden in a realistic scenario. ...
qubitzer's user avatar
  • 954
3 votes
1 answer
152 views

There have been several works on simulating ODE for classical systems like here and here. They are quantum techniques for solving ODEs related to classical systems. A generic methodology is: To solve ...
Manish Kumar's user avatar

15 30 50 per page
1
2 3 4 5
10