Skip to content

Commit

Permalink
Add explanatory reference to PiecewiseChebychev (Qiskit/qiskit#8393)
Browse files Browse the repository at this point in the history
* Add explanatort reference to ``PiecewiseChebychev``

and update other locations with published version

* fix name

* Fix links

Co-authored-by: Matthew Treinish <[email protected]>

Co-authored-by: Matthew Treinish <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 26, 2022
1 parent f584489 commit ee59126
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qiskit_algorithms/linear_solvers/hhl.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ class HHL(LinearSolver):
References:
[1]: Harrow, A. W., Hassidim, A., Lloyd, S. (2009).
Quantum algorithm for linear systems of equations.
`Phys. Rev. Lett. 103, 15 (2009), 1–15. <https://doi.org/10.1103/PhysRevLett.103.150502>`_
Quantum algorithm for linear systems of equations.
`Phys. Rev. Lett. 103, 15 (2009), 1–15. <https://doi.org/10.1103/PhysRevLett.103.150502>`_
[2]: Carrera Vazquez, A., Hiptmair, R., & Woerner, S. (2020).
Enhancing the Quantum Linear Systems Algorithm using Richardson Extrapolation.
`arXiv:2009.04484 <http://arxiv.org/abs/2009.04484>`_
[2]: Carrera Vazquez, A., Hiptmair, R., & Woerner, S. (2022).
Enhancing the Quantum Linear Systems Algorithm Using Richardson Extrapolation.
`ACM Transactions on Quantum Computing 3, 1, Article 2 <https://doi.org/10.1145/3490631>`_
"""

Expand Down

0 comments on commit ee59126

Please sign in to comment.