Skip to content

Commit

Permalink
Update with link to #576
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed May 3, 2024
1 parent 8864c2c commit d03cbee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"It is possible instead to optimize the workflow by performing the bulk of transpilation up front, followed by some minor passes over the generated circuits (e.g., to ensure they uses the basis gates available on the hardware, or to perform local optimizations). This guide provides one way to do this.\n",
"\n",
"NOTE: The steps in this guide only work if the circuit is _separated_ by the cut gates. If you are performing circuit cutting to reduce a circuit's depth, then this will not work. See open issue."
"NOTE: The steps in this guide only work if the circuit is _separated_ by the cut gates. If you are performing circuit cutting to reduce a circuit's depth, then the following steps will not work. See issue [#576](https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/issues/576) for details."
]
},
{
Expand Down

0 comments on commit d03cbee

Please sign in to comment.