Skip to content

Commit

Permalink
Clarify point in next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Jan 31, 2025
1 parent 4552026 commit 0ea5b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/qiskit-addons-cutting-wires.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down Expand Up @@ -501,7 +501,7 @@
"\n",
"<Admonition type=\"tip\" title=\"Recommendations\">\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",
"</Admonition>"
]
}
Expand Down

0 comments on commit 0ea5b54

Please sign in to comment.