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.