Skip to content

Commit

Permalink
Fix two more API links to non-API docs (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Oct 24, 2024
1 parent 0415fc6 commit f622409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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.

0 comments on commit f622409

Please sign in to comment.