Skip to content

Commit 1cb9655

Browse files
authored
Remove admonition (#3964)
Wait till we get the green light to merge. Also, do not merge before the referenced announcement merges! Finishes work started in #3943
1 parent 53ec719 commit 1cb9655

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/guides/classical-feedforward-and-control-flow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"id": "67b2704d-aa3d-4e39-b417-536093be274e",
3535
"metadata": {},
3636
"source": [
37-
"<Admonition type=\"note\">\n",
38-
"Dynamic circuit support on Qiskit Runtime is only available through early access. Users interested in participating in this early access should [contact support.](/docs/support#get-help-with-qiskit-and-ibm-quantum-platform)\n",
37+
"<Admonition type=\"note\" title=\"Dynamic circuits now available on all backends\">\n",
38+
"The new version of dynamic circuits is now available to all users on all backends. You can now run dynamic circuits at utility scale. See [the announcement](/announcements/product-updates/2025-09-25-new-dynamic-circuits) for more details.\n",
3939
"</Admonition>\n",
4040
"\n",
4141
"Dynamic circuits are powerful tools with which your can measure qubits in the middle of a quantum circuit execution and then perform classical logic operations within the circuit, based on the outcome of those mid-circuit measurements. This process is also known as _classical feedforward_. While these are early days of understanding how best to take advantage of dynamic circuits, the quantum research community has already identified a number of use cases, such as the following:\n",

scripts/js/commands/checkInternalLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const SYNTHETIC_FILES: string[] = [
3939
"announcements/product-updates.mdx",
4040
"announcements/index.mdx",
4141
"announcements/product-updates/2025-03-03-new-version-dynamic-circuits.mdx",
42+
"announcements/product-updates/2025-09-25-new-dynamic-circuits.mdx",
4243
];
4344

4445
interface Arguments {

0 commit comments

Comments
 (0)