Skip to content

Commit ef6f3ef

Browse files
authored
Update 2025 line for dynamic circuit limits (#4402)
We are not going to lift the remaining limits this year, so we should remove the 2025 line.
1 parent 71ece5c commit ef6f3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"source": [
347347
"## Qiskit Runtime limitations\n",
348348
"\n",
349-
"Be aware of the following constraints when running dynamic circuits in Qiskit Runtime. Note that as new features and improvements are added throughout 2025, some of these limitations will be lifted.\n",
349+
"Be aware of the following constraints when running dynamic circuits in Qiskit Runtime.\n",
350350
"\n",
351351
"- Due to the limited physical memory on control electronics, there is also a limit on the number of `if` statements and size of their operands. This limit is a function of the number of broadcasts and the number of broadcasted bits in a job (not a circuit).\n",
352352
"\n",

0 commit comments

Comments
 (0)