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

Fix two more API links to non-API docs #696

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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ prelude: |
*execution* of many subexperiments, and *reconstruction* of a simulated output of the original problem.
These steps may be implemented with the :mod:`~circuit_knitting_toolbox.circuit_cutting` package using only a few primary
functions, namely, the :func:`.partition_problem`, :func:`.decompose_gates`, :func:`.execute_experiments`, and :func:`.reconstruct_expectation_values` functions.
Check out the :ref:`tutorials <circuit cutting tutorials>` for a look at a couple of example circuit cutting workflows.
Check out the `tutorials <https://qiskit.github.io/qiskit-addon-cutting/tutorials/index.html>`__ for a look at a couple of example circuit cutting workflows.

features:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
features:
- |
The :mod:`circuit_knitting.cutting` module now supports wire
cutting. There is a :ref:`new tutorial <circuit cutting
tutorials>` that explains how to use it.
cutting. There is a `new tutorial <https://qiskit.github.io/qiskit-addon-cutting/tutorials/index.html>`__ that explains how to use it.