From 6a10a592aa55755a124e11336b52c4140a04e2db Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:14:08 -0500 Subject: [PATCH] update few links in the code (#13427) (#13434) (cherry picked from commit 7c6a5475817ea0aa4428822831f2dac763e9d131) Co-authored-by: Luciano Bello --- qiskit/primitives/utils.py | 2 +- qiskit/providers/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qiskit/primitives/utils.py b/qiskit/primitives/utils.py index 0bc362aa0ef4..50db55b98ae2 100644 --- a/qiskit/primitives/utils.py +++ b/qiskit/primitives/utils.py @@ -82,7 +82,7 @@ def init_observable(observable: BaseOperator | str) -> SparsePauliOp: since="1.2", additional_msg="Use ``QuantumCircuit.layout`` and ``SparsePauliOp.apply_layout`` " + "to adjust an operator for a layout. Otherwise, use ``mthree.utils.final_measurement_mapping``. " - + "See https://qiskit-extensions.github.io/mthree/apidocs/utils.html for details.", + + "See for details.", ) def final_measurement_mapping(circuit: QuantumCircuit) -> dict[int, int]: """Return the final measurement mapping for the circuit. diff --git a/qiskit/providers/__init__.py b/qiskit/providers/__init__.py index e3a2f63e6ca0..2bfcd9ee009b 100644 --- a/qiskit/providers/__init__.py +++ b/qiskit/providers/__init__.py @@ -160,7 +160,7 @@ interacting with a running job. For a simple example of a provider, see the -`qiskit-aqt-provider `__ +`qiskit-aqt-provider `__ Provider -------- @@ -664,7 +664,7 @@ def status(self): concentrate on higher level applications using these outputs. For example, if your backends were well suited to leverage -`mthree `__ measurement +`mthree `__ measurement mitigation to improve the quality of the results, you could implement a provider-specific :class:`~.Sampler` implementation that leverages the ``M3Mitigation`` class internally to run the circuits and return