Skip to content

Commit

Permalink
Prepare API docs links for ibm.com migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 23, 2024
1 parent 5175a7c commit c2e15a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qiskit_addon_cutting/instructions/move.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__.
<https://qiskit.github.io/qiskit-addon-cutting/tutorials/03_wire_cutting_via_move_instruction.html>`__.
"""

def __init__(self, label: str | None = None):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <circuit cutting explanation>`.
`explanation guide <https://qiskit.github.io/qiskit-addon-cutting/explanation/index.html>`__.
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <circuit cutting
tutorials>` have been updated with this new workflow.
the desired Sampler(s). The `tutorials <https://qiskit.github.io/qiskit-addon-cutting/tutorials/index.html>`__ have been updated with this new workflow.
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-features#qiskitprimitives>`__
<https://docs.quantum.ibm.com/migration-guides/qiskit-1.0-features#qiskitprimitives>`__
for details on upgrading to version 2 of the Qiskit primitives.
4 changes: 2 additions & 2 deletions releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.quantum.ibm.com/api/migration-guides/v2-primitives>`__
<https://docs.quantum.ibm.com/migration-guides/v2-primitives>`__
as soon as possible.

other:
Expand All @@ -18,5 +18,5 @@ other:
:class:`~qiskit.quantum_info.Pauli` observables.
- |
The `circuit cutting explanation
<./explanation/index.rst>`__ document has been
<https://qiskit.github.io/qiskit-addon-cutting/explanation/index.html>`__ document has been
expanded significantly.

0 comments on commit c2e15a3

Please sign in to comment.