diff --git a/qiskit/algorithms/linear_solvers/hhl.py b/qiskit/algorithms/linear_solvers/hhl.py index 71b954148de2..6e59de4babcb 100644 --- a/qiskit/algorithms/linear_solvers/hhl.py +++ b/qiskit/algorithms/linear_solvers/hhl.py @@ -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. `_ + Quantum algorithm for linear systems of equations. + `Phys. Rev. Lett. 103, 15 (2009), 1–15. `_ - [2]: Carrera Vazquez, A., Hiptmair, R., & Woerner, S. (2020). - Enhancing the Quantum Linear Systems Algorithm using Richardson Extrapolation. - `arXiv: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 `_ """ diff --git a/qiskit/circuit/library/arithmetic/piecewise_chebyshev.py b/qiskit/circuit/library/arithmetic/piecewise_chebyshev.py index 27bd25ec6cef..9c3e57b19a32 100644 --- a/qiskit/circuit/library/arithmetic/piecewise_chebyshev.py +++ b/qiskit/circuit/library/arithmetic/piecewise_chebyshev.py @@ -29,7 +29,8 @@ class PiecewiseChebyshev(BlueprintCircuit): polynomial Chebyshev approximation on :math:`n` qubits to :math:`f(x)` on the given intervals. All the polynomials in the approximation are of degree :math:`d`. - The values of the parameters are calculated according to [1]. + The values of the parameters are calculated according to [1] and see [2] for a more + detailed explanation of the circuit construction and how it acts on the qubits. Examples: @@ -51,6 +52,9 @@ class PiecewiseChebyshev(BlueprintCircuit): [1]: Haener, T., Roetteler, M., & Svore, K. M. (2018). Optimizing Quantum Circuits for Arithmetic. `arXiv:1805.12445 `_ + [2]: Carrera Vazquez, A., Hiptmair, H., & Woerner, S. (2022). + Enhancing the Quantum Linear Systems Algorithm Using Richardson Extrapolation. + `ACM Transactions on Quantum Computing 3, 1, Article 2 `_ """ def __init__( diff --git a/qiskit/circuit/library/arithmetic/piecewise_polynomial_pauli_rotations.py b/qiskit/circuit/library/arithmetic/piecewise_polynomial_pauli_rotations.py index 831fcef8424e..736a2cf76118 100644 --- a/qiskit/circuit/library/arithmetic/piecewise_polynomial_pauli_rotations.py +++ b/qiskit/circuit/library/arithmetic/piecewise_polynomial_pauli_rotations.py @@ -81,9 +81,9 @@ class PiecewisePolynomialPauliRotations(FunctionalPauliRotations): Optimizing Quantum Circuits for Arithmetic. `arXiv:1805.12445 `_ - [2]: Carrera Vazquez, A., Hiptmair, R., & Woerner, S. (2020). + [2]: Carrera Vazquez, A., Hiptmair, R., & Woerner, S. (2022). Enhancing the Quantum Linear Systems Algorithm using Richardson Extrapolation. - `arXiv:2009.04484 `_ + `ACM Transactions on Quantum Computing 3, 1, Article 2 `_ """ def __init__(