diff --git a/qiskit_addon_cutting/instructions/move.py b/qiskit_addon_cutting/instructions/move.py index cb7afa4c0..037187c2d 100644 --- a/qiskit_addon_cutting/instructions/move.py +++ b/qiskit_addon_cutting/instructions/move.py @@ -67,7 +67,7 @@ class Move(Instruction): A full demonstration of the :class:`Move` instruction is available in `the introductory tutorial on wire cutting - <../tutorials/03_wire_cutting_via_move_instruction.ipynb>`__. + `__. """ def __init__(self, label: str | None = None): diff --git a/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml b/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml index dda050348..12aacba76 100644 --- a/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml +++ b/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml @@ -2,7 +2,7 @@ prelude: | 0.2.0 is centered around the addition of functions which allow for the easy implementation of a circuit cutting technique called gate cutting. For more details on circuit cutting, check out our - :ref:`explanation guide `. + `explanation guide `__. The foundation of the :mod:`~circuit_knitting_toolbox.circuit_cutting` package is the :mod:`circuit_knitting_toolbox.circuit_cutting.qpd` sub-package. The :mod:`~circuit_knitting_toolbox.circuit_cutting.qpd` package allows for easy transformation of :class:`~qiskit.circuit.QuantumCircuit` gates and wires into elements which may be decomposed to a probabilistic set of basis gates. diff --git a/releasenotes/notes/0.5/deprecate-execute_experiments-b96e39653546dcc1.yaml b/releasenotes/notes/0.5/deprecate-execute_experiments-b96e39653546dcc1.yaml index aa3037586..ec5868ec2 100644 --- a/releasenotes/notes/0.5/deprecate-execute_experiments-b96e39653546dcc1.yaml +++ b/releasenotes/notes/0.5/deprecate-execute_experiments-b96e39653546dcc1.yaml @@ -5,5 +5,4 @@ deprecations: Going forward, users should first call :func:`.generate_cutting_experiments` to generate the subexperiment circuits and then submit these circuits directly to - the desired Sampler(s). The :ref:`tutorials ` have been updated with this new workflow. + the desired Sampler(s). The `tutorials `__ have been updated with this new workflow. diff --git a/releasenotes/notes/0.7/cutting-samplerv2-603b0c631a3330df.yaml b/releasenotes/notes/0.7/cutting-samplerv2-603b0c631a3330df.yaml index 0f973c168..ecbdf6b75 100644 --- a/releasenotes/notes/0.7/cutting-samplerv2-603b0c631a3330df.yaml +++ b/releasenotes/notes/0.7/cutting-samplerv2-603b0c631a3330df.yaml @@ -5,5 +5,5 @@ features: :class:`~qiskit.primitives.PrimitiveResult` object, which is returned by version 2 of the sampler primitive (:class:`~qiskit.primitives.BaseSamplerV2`). See the `migration guide - `__ + `__ for details on upgrading to version 2 of the Qiskit primitives. diff --git a/releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.yaml b/releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.yaml index cb8bebdf8..a0923b88c 100644 --- a/releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.yaml +++ b/releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.yaml @@ -6,7 +6,7 @@ prelude: workflow (CutQC) is now deprecated. Additionally, this is the first CKT release to support version 2 of the Qiskit Runtime primitives. User are encouraged to `migrate to v2 primitives - `__ + `__ as soon as possible. other: @@ -18,5 +18,5 @@ other: :class:`~qiskit.quantum_info.Pauli` observables. - | The `circuit cutting explanation - <./explanation/index.rst>`__ document has been + `__ document has been expanded significantly.