Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/execute-dynamic-circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"* [Efficient long-range entanglement](https://journals.aps.org/prxquantum/abstract/10.1103/PRXQuantum.5.030339) between qubits on the same chip by using shallow circuits\n",
"* Efficient [sampling of IQP-like circuits](https://arxiv.org/pdf/2505.04705)\n",
"\n",
"These improvements brought by dynamic circuits, however, come with trade-offs. Mid-circuit measurements and classical operations typically have longer execution time than two-qubit gates, and this increase in time might negate the benefits of reduced circuit depth. Therefore, reducing the length of mid-circuit measurement is a focus area of improvement as IBM Quantum® releases the [new version](/announcements/product-updates/2025-03-03-new-version-dynamic-circuits) of dynamic circuits. For other restrictions when using dynamic circuits, see the [Estimator](/docs/guides/estimator-options#options-compatibility-table) or [Sampler](/docs/guides/sampler-options#options-compatibility-table) Feature compatibility table.\n",
"These improvements brought by dynamic circuits, however, come with trade-offs. Mid-circuit measurements and classical operations typically have longer execution time than two-qubit gates, and this increase in time might negate the benefits of reduced circuit depth. Therefore, reducing the length of mid-circuit measurement is a focus area of improvement as IBM Quantum® releases the [new version](/docs/guides/latest-updates#new-version-dynamic-circuits) of dynamic circuits. For other restrictions when using dynamic circuits, see the [Estimator](/docs/guides/estimator-options#options-compatibility-table) or [Sampler](/docs/guides/sampler-options#options-compatibility-table) Feature compatibility table.\n",
"\n",
"The [OpenQASM 3 specification](https://openqasm.com/language/classical.html#looping-and-branching) defines a number of control-flow structures, but Qiskit Runtime currently only supports the conditional `if` statement. In Qiskit SDK, this corresponds to the [if_test](/docs/api/qiskit/qiskit.circuit.QuantumCircuit#if_test) method on [QuantumCircuit](/docs/api/qiskit/qiskit.circuit.QuantumCircuit). This method returns a [context manager](https://docs.python.org/3/reference/datamodel.html#with-statement-context-managers) and is typically used in a `with` statement. This guide describes how to use this conditional statement.\n",
"\n",
Expand All @@ -75,7 +75,7 @@
"\n",
"<Admonition type=\"note\" title=\"Notes\">\n",
"- The backends that are available to the account depend on the instance specified in the credentials.\n",
"- The new version of dynamic circuits is now available to all users on all backends. See [the announcement](/announcements/product-updates/2025-09-25-new-dynamic-circuits) for more details.\n",
"- The new version of dynamic circuits is now available to all users on all backends. See [the announcement](/docs/guides/latest-updates#new-dynamic-circuits) for more details.\n",
"\n",
"</Admonition>"
]
Expand Down
Loading
Loading