From f622409a3e0607b5162e174694a0681d4ae0eafa Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:13:34 -0400 Subject: [PATCH] Fix two more API links to non-API docs (#696) --- .../notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml | 2 +- .../notes/0.3/two-qubit-wire-cutting-27aff379403ea226.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml b/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml index 12aacba76..01bea3cf4 100644 --- a/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml +++ b/releasenotes/notes/0.2/gate-cutting-workflow-ebbedbdb1313b258.yaml @@ -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 ` for a look at a couple of example circuit cutting workflows. + Check out the `tutorials `__ for a look at a couple of example circuit cutting workflows. features: - | diff --git a/releasenotes/notes/0.3/two-qubit-wire-cutting-27aff379403ea226.yaml b/releasenotes/notes/0.3/two-qubit-wire-cutting-27aff379403ea226.yaml index ed64ac656..0a68a4115 100644 --- a/releasenotes/notes/0.3/two-qubit-wire-cutting-27aff379403ea226.yaml +++ b/releasenotes/notes/0.3/two-qubit-wire-cutting-27aff379403ea226.yaml @@ -2,5 +2,4 @@ features: - | The :mod:`circuit_knitting.cutting` module now supports wire - cutting. There is a :ref:`new tutorial ` that explains how to use it. + cutting. There is a `new tutorial `__ that explains how to use it.