From 0ea5b54d048f92597c49a74f9be9b38a9d4814db Mon Sep 17 00:00:00 2001 From: Kaelyn Ferris <43348706+kaelynj@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:20:43 -0500 Subject: [PATCH] Clarify point in next steps --- docs/guides/qiskit-addons-cutting-wires.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/qiskit-addons-cutting-wires.ipynb b/docs/guides/qiskit-addons-cutting-wires.ipynb index 8e38b004da..7f13e6e0c3 100644 --- a/docs/guides/qiskit-addons-cutting-wires.ipynb +++ b/docs/guides/qiskit-addons-cutting-wires.ipynb @@ -375,7 +375,7 @@ "\n", "One limitation of using the higher-level `CutWire` instruction is that it does not allow for qubit re-use. If this is desired for a cutting experiment, you can instead manually place [`Move`](/api/qiskit-addon-cutting/instructions-move) instructions. However, because the `Move` instruction discards the state of the destination qubit, it is important that this qubit does not share any entanglement with the remainder of the system. Otherwise, the reset operation will cause the state of the circuit to partially collapse after the wire cut.\n", "\n", - "The code blocks below performs a wire cut on qubit $q_3$ for the same example circuit as above. The difference here is that we are able to reuse a qubit by reversing the `Move` operation where the second wire cut was made (however this is not always possible and depends on the circuit being cut)." + "The code block below performs a wire cut on qubit $q_3$ for the same example circuit as above. The difference here is that we are able to reuse a qubit by reversing the `Move` operation where the second wire cut was made (however this is not always possible and depends on the circuit being cut)." ] }, { @@ -501,7 +501,7 @@ "\n", "\n", " - Read through the page on [getting started with circuit cutting using gate cuts](/guides/qiskit-addons-cutting-gates)\n", - " - Read the arXiv paper on [optimal wire cutting](https://arxiv.org/abs/2302.03366)\n", + " - Read the arXiv paper on [optimal wire cutting](https://arxiv.org/abs/2302.03366) to better understand the equivalence between wire cutting and gate cutting\n", "" ] }