Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare API docs links for ibm.com migration (backport #693) #694

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.