diff --git a/docs/guides/DAG-representation.ipynb b/docs/guides/DAG-representation.ipynb
index 853346432dd..ce1d8c73775 100644
--- a/docs/guides/DAG-representation.ipynb
+++ b/docs/guides/DAG-representation.ipynb
@@ -27,6 +27,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -34,7 +41,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
@@ -132,7 +139,7 @@
"[DAGOpNode(op=Instruction(name='h', num_qubits=1, num_clbits=0, params=[]), qargs=(,), cargs=()),\n",
" DAGOpNode(op=Instruction(name='cx', num_qubits=2, num_clbits=0, params=[]), qargs=(, ), cargs=()),\n",
" DAGOpNode(op=Instruction(name='measure', num_qubits=1, num_clbits=1, params=[]), qargs=(,), cargs=(,)),\n",
- " DAGOpNode(op=Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None]), qargs=(,), cargs=(, , ))]"
+ " DAGOpNode(op=Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None]), qargs=(,), cargs=(, , ))]"
]
},
"execution_count": 3,
@@ -163,7 +170,7 @@
"output_type": "stream",
"text": [
"node name: if_else\n",
- "op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None])\n",
+ "op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None])\n",
"qargs: (,)\n",
"cargs: (, , )\n",
"condition: (ClassicalRegister(3, 'c'), 2)\n"
diff --git a/docs/guides/add-job-tags.ipynb b/docs/guides/add-job-tags.ipynb
index 715780641a3..0a2fcb2affd 100644
--- a/docs/guides/add-job-tags.ipynb
+++ b/docs/guides/add-job-tags.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -49,7 +57,7 @@
},
{
"cell_type": "code",
- "execution_count": 19,
+ "execution_count": 1,
"id": "74a7a1ea-f2ae-4b8c-9499-af52840c2e74",
"metadata": {},
"outputs": [
@@ -100,7 +108,7 @@
},
{
"cell_type": "code",
- "execution_count": 20,
+ "execution_count": 2,
"id": "205ceaf7-f79d-4452-b4b0-9688e39a4564",
"metadata": {},
"outputs": [
@@ -108,7 +116,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "['sampler-example', 'experiment-2025', '127-qubit']\n"
+ "['experiment-2025', 'sampler-example', '127-qubit']\n"
]
}
],
@@ -132,26 +140,26 @@
},
{
"cell_type": "code",
- "execution_count": 21,
+ "execution_count": 3,
"id": "b6db503e-46ef-406e-9420-ef73446df564",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
- "[,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ,\n",
- " ]"
+ "[,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ,\n",
+ " ]"
]
},
- "execution_count": 21,
+ "execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
diff --git a/docs/guides/bit-ordering.ipynb b/docs/guides/bit-ordering.ipynb
index 5fbdbcb52e6..33b92a92c08 100644
--- a/docs/guides/bit-ordering.ipynb
+++ b/docs/guides/bit-ordering.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb
index f653c6688f0..22def3699ef 100644
--- a/docs/guides/build-noise-models.ipynb
+++ b/docs/guides/build-noise-models.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -328,15 +335,11 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Kraus([[[-9.74679434e-01+1.19363805e-16j,\n",
- " 0.00000000e+00+0.00000000e+00j],\n",
- " [ 0.00000000e+00+0.00000000e+00j,\n",
- " -9.74679434e-01+0.00000000e+00j]],\n",
+ "Kraus([[[-9.74679434e-01+0.j, 0.00000000e+00+0.j],\n",
+ " [ 0.00000000e+00+0.j, -9.74679434e-01+0.j]],\n",
"\n",
- " [[ 0.00000000e+00+0.00000000e+00j,\n",
- " 4.69834045e-18-2.23606798e-01j],\n",
- " [-2.26855945e-17-2.23606798e-01j,\n",
- " 5.03721386e-33+4.96506831e-17j]]],\n",
+ " [[ 0.00000000e+00+0.j, 2.23606798e-01+0.j],\n",
+ " [ 2.23606798e-01+0.j, -4.96506831e-17+0.j]]],\n",
" input_dims=(2,), output_dims=(2,))\n"
]
}
@@ -510,7 +513,7 @@
"text": [
"NoiseModel:\n",
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n",
- " Instructions with noise: ['u3', 'u1', 'u2']\n",
+ " Instructions with noise: ['u1', 'u3', 'u2']\n",
" All-qubits errors: ['u1', 'u2', 'u3']\n"
]
}
@@ -557,7 +560,7 @@
"text": [
"NoiseModel:\n",
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n",
- " Instructions with noise: ['u3', 'u1', 'u2']\n",
+ " Instructions with noise: ['u1', 'u3', 'u2']\n",
" Qubits with noise: [0]\n",
" Specific qubit errors: [('u1', (0,)), ('u2', (0,)), ('u3', (0,))]\n"
]
@@ -732,7 +735,7 @@
"text": [
"NoiseModel:\n",
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n",
- " Instructions with noise: ['cx', 'measure', 'reset', 'u1', 'u3', 'u2']\n",
+ " Instructions with noise: ['measure', 'u3', 'reset', 'cx', 'u1', 'u2']\n",
" All-qubits errors: ['reset', 'measure', 'u1', 'u2', 'u3', 'cx']\n"
]
}
@@ -842,7 +845,7 @@
"text": [
"NoiseModel:\n",
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u2', 'u3']\n",
- " Instructions with noise: ['cx', 'measure', 'reset', 'u3', 'u2']\n",
+ " Instructions with noise: ['measure', 'u3', 'reset', 'cx', 'u2']\n",
" Qubits with noise: [0, 1, 2, 3]\n",
" Specific qubit errors: [('reset', (0,)), ('reset', (1,)), ('reset', (2,)), ('reset', (3,)), ('measure', (0,)), ('measure', (1,)), ('measure', (2,)), ('measure', (3,)), ('u2', (0,)), ('u2', (1,)), ('u2', (2,)), ('u2', (3,)), ('u3', (0,)), ('u3', (1,)), ('u3', (2,)), ('u3', (3,)), ('cx', (0, 0)), ('cx', (0, 1)), ('cx', (0, 2)), ('cx', (0, 3)), ('cx', (1, 0)), ('cx', (1, 1)), ('cx', (1, 2)), ('cx', (1, 3)), ('cx', (2, 0)), ('cx', (2, 1)), ('cx', (2, 2)), ('cx', (2, 3)), ('cx', (3, 0)), ('cx', (3, 1)), ('cx', (3, 2)), ('cx', (3, 3))]\n"
]
diff --git a/docs/guides/circuit-library.ipynb b/docs/guides/circuit-library.ipynb
index 31ce0accd27..ca14f0d04d2 100644
--- a/docs/guides/circuit-library.ipynb
+++ b/docs/guides/circuit-library.ipynb
@@ -19,6 +19,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -26,7 +33,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/classical-feedforward-and-control-flow.ipynb b/docs/guides/classical-feedforward-and-control-flow.ipynb
index 8f6d55ebe53..0fd5afa7686 100644
--- a/docs/guides/classical-feedforward-and-control-flow.ipynb
+++ b/docs/guides/classical-feedforward-and-control-flow.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -67,14 +75,14 @@
},
{
"cell_type": "code",
- "execution_count": null,
+ "execution_count": 1,
"id": "60924bfa-50ed-4d9d-a17b-9d64f2cc053f",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 1,
@@ -122,7 +130,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 2,
@@ -169,7 +177,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 3,
@@ -279,7 +287,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 5,
@@ -311,23 +319,11 @@
"id": "555e5491-de0e-49fe-b919-9ab51bed00ef",
"metadata": {},
"outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "management.get:WARNING:2025-10-28 10:10:23,538: Loading default saved account\n",
- "qiskit_runtime_service.__init__:WARNING:2025-10-28 10:10:32,937: Instance was not set at service instantiation. Free and trial plan instances will be prioritized. Based on the following filters: (tags: None, region: us-east, eu-de), and available plans: (internal, premium), the available account instances are: Documentation premium fleet, Documentation internal fleet, Documentation premium fleet, Documentation internal fleet. If you need a specific instance set it explicitly either by using a saved account with a saved default instance or passing it in directly to QiskitRuntimeService().\n",
- "qiskit_runtime_service.backends:WARNING:2025-10-28 10:10:32,939: Loading instance: Documentation premium fleet, plan: premium\n",
- "qiskit_runtime_service.backends:WARNING:2025-10-28 10:10:34,963: Loading instance: Documentation internal fleet, plan: internal\n",
- "qiskit_runtime_service.backends:WARNING:2025-10-28 10:10:35,402: Loading instance: Documentation premium fleet, plan: premium\n",
- "qiskit_runtime_service.backends:WARNING:2025-10-28 10:10:37,875: Loading instance: Documentation internal fleet, plan: internal\n"
- ]
- },
{
"name": "stdout",
"output_type": "stream",
"text": [
- "[, , , , , , , , , , , , , , , ]\n"
+ "[, , , , ]\n"
]
}
],
diff --git a/docs/guides/common-parameters.ipynb b/docs/guides/common-parameters.ipynb
index 312fed73189..43a2009a1a6 100644
--- a/docs/guides/common-parameters.ipynb
+++ b/docs/guides/common-parameters.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/configure-error-mitigation.ipynb b/docs/guides/configure-error-mitigation.ipynb
index d4d8205bc25..ef09c48f607 100644
--- a/docs/guides/configure-error-mitigation.ipynb
+++ b/docs/guides/configure-error-mitigation.ipynb
@@ -27,6 +27,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -34,7 +41,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/configure-error-suppression.ipynb b/docs/guides/configure-error-suppression.ipynb
index 9006463412d..cfe5f25c9d6 100644
--- a/docs/guides/configure-error-suppression.ipynb
+++ b/docs/guides/configure-error-suppression.ipynb
@@ -27,6 +27,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -34,7 +41,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/construct-circuits.ipynb b/docs/guides/construct-circuits.ipynb
index f171ffeabba..3e579fa7770 100644
--- a/docs/guides/construct-circuits.ipynb
+++ b/docs/guides/construct-circuits.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
@@ -88,9 +95,9 @@
{
"data": {
"text/plain": [
- "[Qubit(QuantumRegister(2, 'qreg1'), 0),\n",
- " Qubit(QuantumRegister(2, 'qreg1'), 1),\n",
- " Qubit(QuantumRegister(1, 'qreg2'), 0)]"
+ "[,\n",
+ " ,\n",
+ " ]"
]
},
"execution_count": 2,
@@ -434,7 +441,7 @@
"id": "87f1e053",
"metadata": {},
"source": [
-"\n",
+ "\n",
"## Measure qubits\n",
"\n",
"Measurements are used to sample the states of individual qubits and transfer the results to a classical register. Note that if you are submitting circuits to a [Sampler](./primitives#sampler) primitive, measurements are required. However, circuits submitted to an [Estimator](./primitives#estimator) primitive must not contain measurements.\n",
@@ -458,7 +465,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 12,
@@ -481,7 +488,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 13,
@@ -504,7 +511,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 14,
diff --git a/docs/guides/create-transpiler-plugin.ipynb b/docs/guides/create-transpiler-plugin.ipynb
index b78b11a3785..14d2e3ecf22 100644
--- a/docs/guides/create-transpiler-plugin.ipynb
+++ b/docs/guides/create-transpiler-plugin.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/custom-backend.ipynb b/docs/guides/custom-backend.ipynb
index 305e417e5b1..9f06fc33090 100644
--- a/docs/guides/custom-backend.ipynb
+++ b/docs/guides/custom-backend.ipynb
@@ -41,6 +41,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -48,7 +55,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
@@ -389,10 +396,10 @@
"output_type": "stream",
"text": [
"Post-Transpilation: \n",
- "CZ gates: 167\n",
- "ECR gates: 6\n",
- "SX gates: 300\n",
- "RZ gates: 187\n"
+ "CZ gates: 147\n",
+ "ECR gates: 4\n",
+ "SX gates: 286\n",
+ "RZ gates: 216\n"
]
}
],
@@ -571,10 +578,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "CZ gates: 883\n",
- "X gates: 3\n",
- "SX gates: 1650\n",
- "RZ gates: 935\n"
+ "CZ gates: 842\n",
+ "X gates: 25\n",
+ "SX gates: 1548\n",
+ "RZ gates: 1112\n"
]
}
],
diff --git a/docs/guides/custom-transpiler-pass.ipynb b/docs/guides/custom-transpiler-pass.ipynb
index c7309d6f54c..cb0240c164e 100644
--- a/docs/guides/custom-transpiler-pass.ipynb
+++ b/docs/guides/custom-transpiler-pass.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb
index e9c5ee25000..04e1716e447 100644
--- a/docs/guides/defaults-and-configuration-options.ipynb
+++ b/docs/guides/defaults-and-configuration-options.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -250,7 +257,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 3,
diff --git a/docs/guides/dynamical-decoupling-pass-manager.ipynb b/docs/guides/dynamical-decoupling-pass-manager.ipynb
index 5894659d33e..22574bb75fa 100644
--- a/docs/guides/dynamical-decoupling-pass-manager.ipynb
+++ b/docs/guides/dynamical-decoupling-pass-manager.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
diff --git a/docs/guides/error-mitigation-and-suppression-techniques.ipynb b/docs/guides/error-mitigation-and-suppression-techniques.ipynb
index 292474e585e..328438ccd90 100644
--- a/docs/guides/error-mitigation-and-suppression-techniques.ipynb
+++ b/docs/guides/error-mitigation-and-suppression-techniques.ipynb
@@ -29,6 +29,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -36,7 +43,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/fractional-gates.ipynb b/docs/guides/fractional-gates.ipynb
index acc747f67c3..cb0529b3cdb 100644
--- a/docs/guides/fractional-gates.ipynb
+++ b/docs/guides/fractional-gates.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/get-qpu-information.ipynb b/docs/guides/get-qpu-information.ipynb
index 26360de653b..a43f53587e8 100644
--- a/docs/guides/get-qpu-information.ipynb
+++ b/docs/guides/get-qpu-information.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -68,9 +75,11 @@
{
"data": {
"text/plain": [
- "[,\n",
+ "[,\n",
+ " ,\n",
" ,\n",
- " ]"
+ " ,\n",
+ " ]"
]
},
"execution_count": 1,
@@ -141,9 +150,11 @@
{
"data": {
"text/plain": [
- "[,\n",
+ "[,\n",
+ " ,\n",
" ,\n",
- " ]"
+ " ,\n",
+ " ]"
]
},
"execution_count": 3,
@@ -176,7 +187,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 4,
@@ -307,7 +318,7 @@
{
"data": {
"text/plain": [
- "QubitProperties(t1=0.00020833187791710663, t2=0.00023395229316289175, frequency=None)"
+ "QubitProperties(t1=0.00022186775725635674, t2=0.00024465871166039405, frequency=None)"
]
},
"execution_count": 6,
@@ -329,18 +340,18 @@
{
"data": {
"text/plain": [
- "{'T1': (5.345445238259663e-05,\n",
- " datetime.datetime(2025, 11, 25, 6, 52, 23, tzinfo=tzlocal())),\n",
- " 'T2': (4.569656984603511e-05,\n",
- " datetime.datetime(2025, 11, 25, 6, 53, 9, tzinfo=tzlocal())),\n",
- " 'readout_error': (0.01416015625,\n",
- " datetime.datetime(2025, 11, 25, 11, 42, 11, tzinfo=tzlocal())),\n",
- " 'prob_meas0_prep1': (0.02734375,\n",
- " datetime.datetime(2025, 11, 25, 11, 42, 11, tzinfo=tzlocal())),\n",
- " 'prob_meas1_prep0': (0.0009765625,\n",
- " datetime.datetime(2025, 11, 25, 11, 42, 11, tzinfo=tzlocal())),\n",
+ "{'T1': (5.944393605081338e-05,\n",
+ " datetime.datetime(2025, 12, 15, 5, 43, 15, tzinfo=tzlocal())),\n",
+ " 'T2': (4.542655440677162e-05,\n",
+ " datetime.datetime(2025, 12, 15, 5, 43, 48, tzinfo=tzlocal())),\n",
+ " 'readout_error': (0.01220703125,\n",
+ " datetime.datetime(2025, 12, 15, 1, 20, 51, tzinfo=tzlocal())),\n",
+ " 'prob_meas0_prep1': (0.022216796875,\n",
+ " datetime.datetime(2025, 12, 15, 1, 20, 51, tzinfo=tzlocal())),\n",
+ " 'prob_meas1_prep0': (0.002197265625,\n",
+ " datetime.datetime(2025, 12, 15, 1, 20, 51, tzinfo=tzlocal())),\n",
" 'readout_length': (1.56e-06,\n",
- " datetime.datetime(2025, 11, 25, 11, 42, 11, tzinfo=tzlocal()))}"
+ " datetime.datetime(2025, 12, 15, 1, 20, 51, tzinfo=tzlocal()))}"
]
},
"execution_count": 7,
@@ -364,13 +375,13 @@
"output_type": "stream",
"text": [
"Qubit 126 Properties:\n",
- " T1: 0.00011004519582612597 seconds\n",
- " T2: 6.519695327562977e-05 seconds\n",
+ " T1: 7.575054839111698e-05 seconds\n",
+ " T2: 5.487489897824763e-05 seconds\n",
" Frequency: None Hz\n",
" Anharmonicity: None Hz\n",
- " Readout Error: 0.003662109375\n",
- " P(0 | 1): 0.0048828125\n",
- " P(1 | 0): 0.00244140625\n",
+ " Readout Error: 0.005126953125\n",
+ " P(0 | 1): 0.0087890625\n",
+ " P(1 | 0): 0.00146484375\n",
" Readout Length: 1.56e-06 seconds\n"
]
}
@@ -420,7 +431,7 @@
{
"data": {
"text/plain": [
- "InstructionProperties(duration=6.8e-08, error=0.007854516178238763)"
+ "InstructionProperties(duration=6.8e-08, error=0.006014811369190298)"
]
},
"execution_count": 9,
@@ -449,7 +460,7 @@
{
"data": {
"text/plain": [
- "InstructionProperties(duration=1.56e-06, error=0.01416015625)"
+ "InstructionProperties(duration=1.56e-06, error=0.01220703125)"
]
},
"execution_count": 10,
diff --git a/docs/guides/interoperate-qiskit-qasm2.ipynb b/docs/guides/interoperate-qiskit-qasm2.ipynb
index 3780fb6b2c3..cc942686825 100644
--- a/docs/guides/interoperate-qiskit-qasm2.ipynb
+++ b/docs/guides/interoperate-qiskit-qasm2.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/interoperate-qiskit-qasm3.ipynb b/docs/guides/interoperate-qiskit-qasm3.ipynb
index 4f988749497..38ccc6ee33e 100644
--- a/docs/guides/interoperate-qiskit-qasm3.ipynb
+++ b/docs/guides/interoperate-qiskit-qasm3.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/local-testing-mode.ipynb b/docs/guides/local-testing-mode.ipynb
index b9a5b3e9b8f..6df0195c92e 100644
--- a/docs/guides/local-testing-mode.ipynb
+++ b/docs/guides/local-testing-mode.ipynb
@@ -20,6 +20,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
diff --git a/docs/guides/measure-qubits.ipynb b/docs/guides/measure-qubits.ipynb
index 8a3176f160d..be759393122 100644
--- a/docs/guides/measure-qubits.ipynb
+++ b/docs/guides/measure-qubits.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -74,7 +82,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 1,
@@ -103,7 +111,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 2,
@@ -138,7 +146,7 @@
{
"data": {
"text/plain": [
- ""
+ ""
]
},
"execution_count": 3,
diff --git a/docs/guides/operator-class.ipynb b/docs/guides/operator-class.ipynb
index 8b632e76318..c44519f3b91 100644
--- a/docs/guides/operator-class.ipynb
+++ b/docs/guides/operator-class.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/operators-overview.ipynb b/docs/guides/operators-overview.ipynb
index 6ed381faf87..6894f97359f 100644
--- a/docs/guides/operators-overview.ipynb
+++ b/docs/guides/operators-overview.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/plot-quantum-states.ipynb b/docs/guides/plot-quantum-states.ipynb
index 31d5e064ea7..026a550eef9 100644
--- a/docs/guides/plot-quantum-states.ipynb
+++ b/docs/guides/plot-quantum-states.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/primitives.ipynb b/docs/guides/primitives.ipynb
index ce33b53d007..a1d9c80f281 100644
--- a/docs/guides/primitives.ipynb
+++ b/docs/guides/primitives.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/qiskit-addons-aqc-get-started.ipynb b/docs/guides/qiskit-addons-aqc-get-started.ipynb
index bb6f3c658ab..31daf246b14 100644
--- a/docs/guides/qiskit-addons-aqc-get-started.ipynb
+++ b/docs/guides/qiskit-addons-aqc-get-started.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,11 +31,11 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"qiskit-aer~=0.17\n",
- "qiskit-addon-utils~=0.1.1\n",
- "qiskit-addon-aqc-tensor[aer,quimb-jax]~=0.2.0\n",
- "scipy~=1.16.1\n",
+ "qiskit-addon-utils~=0.3.0\n",
+ "qiskit-addon-aqc-tensor[aer,quimb-jax]~=0.2.0; sys.platform != 'darwin'\n",
+ "scipy~=1.16.3\n",
"```\n",
" "
]
diff --git a/docs/guides/qiskit-addons-cutting-gates.ipynb b/docs/guides/qiskit-addons-cutting-gates.ipynb
index 48085abe97c..96b42d000a6 100644
--- a/docs/guides/qiskit-addons-cutting-gates.ipynb
+++ b/docs/guides/qiskit-addons-cutting-gates.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"qiskit-aer~=0.17\n",
"qiskit-addon-cutting~=0.10.0\n",
"```\n",
@@ -166,10 +173,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Reconstructed expectation value: 0.43931071\n",
+ "Reconstructed expectation value: 0.53011068\n",
"Exact expectation value: 0.50497603\n",
- "Error in estimation: -0.06566532\n",
- "Relative error in estimation: -0.13003651\n"
+ "Error in estimation: 0.02513465\n",
+ "Relative error in estimation: 0.04977394\n"
]
}
],
@@ -418,10 +425,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Reconstructed expectation value: 0.54701993\n",
+ "Reconstructed expectation value: 0.51092829\n",
"Exact expectation value: 0.56254612\n",
- "Error in estimation: -0.0155262\n",
- "Relative error in estimation: -0.02759987\n"
+ "Error in estimation: -0.05161783\n",
+ "Relative error in estimation: -0.09175751\n"
]
}
],
diff --git a/docs/guides/qiskit-addons-cutting-wires.ipynb b/docs/guides/qiskit-addons-cutting-wires.ipynb
index a8d995b4f60..6737db292ad 100644
--- a/docs/guides/qiskit-addons-cutting-wires.ipynb
+++ b/docs/guides/qiskit-addons-cutting-wires.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"qiskit-aer~=0.17\n",
"qiskit-addon-cutting~=0.10.0\n",
"```\n",
@@ -347,10 +354,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "Reconstructed expectation value: 1.46346563\n",
+ "Reconstructed expectation value: 1.45558494\n",
"Exact expectation value: 1.59099026\n",
- "Error in estimation: -0.12752463\n",
- "Relative error in estimation: -0.08015425\n"
+ "Error in estimation: -0.13540531\n",
+ "Relative error in estimation: -0.08510757\n"
]
}
],
diff --git a/docs/guides/qiskit-addons-mpf-get-started.ipynb b/docs/guides/qiskit-addons-mpf-get-started.ipynb
index 0a3ef621840..a7a020f654e 100644
--- a/docs/guides/qiskit-addons-mpf-get-started.ipynb
+++ b/docs/guides/qiskit-addons-mpf-get-started.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,10 +31,10 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-addon-utils~=0.1.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-addon-utils~=0.3.0\n",
"qiskit-addon-mpf~=0.3.0\n",
- "scipy~=1.16.1\n",
+ "scipy~=1.16.3\n",
"```\n",
" "
]
@@ -170,14 +177,6 @@
"Exact solution: [ 0.17239057 -1.19447005 2.02207947]\n",
"Approximate solution: [-0.40454257 0.57553173 0.8290123 ]\n"
]
- },
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "/home/runner/work/documentation/documentation/.tox/py311/lib/python3.11/site-packages/osqp/interface.py:405: PendingDeprecationWarning: The default value of raise_error will change to True in the future.\n",
- " warnings.warn(\n"
- ]
}
],
"source": [
@@ -351,9 +350,9 @@
"output_type": "stream",
"text": [
"Exact value: 0.4006024248789992\n",
- "PF with 19 steps: 0.38649906199774386\n",
- "MPF using exact solution: 0.3954847855979984\n",
- "MPF using approximate solution: 0.4299121425348984\n"
+ "PF with 19 steps: 0.38649906199774664\n",
+ "MPF using exact solution: 0.39548478559800265\n",
+ "MPF using approximate solution: 0.4299121425349013\n"
]
}
],
diff --git a/docs/guides/qiskit-addons-utils.ipynb b/docs/guides/qiskit-addons-utils.ipynb
index db29f24c563..da249eef8fb 100644
--- a/docs/guides/qiskit-addons-utils.ipynb
+++ b/docs/guides/qiskit-addons-utils.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,9 +31,9 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
- "qiskit-addon-utils~=0.1.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
+ "qiskit-addon-utils~=0.3.0\n",
"```\n",
" "
]
diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb
index 2834e236c40..c55874eb3f5 100644
--- a/docs/guides/quick-start.ipynb
+++ b/docs/guides/quick-start.ipynb
@@ -18,7 +18,25 @@
"version-info"
]
},
- "source": []
+ "source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
+ "\n",
+ "Package versions
\n",
+ "\n",
+ "The code on this page was developed using the following requirements.\n",
+ "We recommend using these versions or newer.\n",
+ "\n",
+ "```\n",
+ "qiskit[all]~=2.2.3\n",
+ "```\n",
+ " "
+ ]
},
{
"cell_type": "markdown",
@@ -138,7 +156,7 @@
},
{
"cell_type": "code",
- "execution_count": null,
+ "execution_count": 1,
"id": "86784142",
"metadata": {},
"outputs": [
@@ -146,7 +164,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "{'00': 505, '11': 519}\n"
+ "{'11': 519, '00': 505}\n"
]
}
],
@@ -184,17 +202,17 @@
},
{
"cell_type": "code",
- "execution_count": null,
+ "execution_count": 2,
"id": "dc4ff012",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
- ""
+ ""
]
},
- "execution_count": 10,
+ "execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
diff --git a/docs/guides/repetition-rate-execution.ipynb b/docs/guides/repetition-rate-execution.ipynb
index 7158ef7a530..c9d6a65b6a4 100644
--- a/docs/guides/repetition-rate-execution.ipynb
+++ b/docs/guides/repetition-rate-execution.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
diff --git a/docs/guides/represent-quantum-computers.ipynb b/docs/guides/represent-quantum-computers.ipynb
index 03872f463bc..7923bd0568b 100644
--- a/docs/guides/represent-quantum-computers.ipynb
+++ b/docs/guides/represent-quantum-computers.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,8 +31,8 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit[all]~=2.2.3\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -320,7 +327,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "['for_loop', 'if_else', 'ecr', 'id', 'switch_case', 'sx', 'measure', 'delay', 'reset', 'x', 'rz']\n"
+ "['x', 'id', 'switch_case', 'measure', 'sx', 'ecr', 'reset', 'delay', 'rz', 'if_else', 'for_loop']\n"
]
}
],
diff --git a/docs/guides/save-circuits.ipynb b/docs/guides/save-circuits.ipynb
index d75dde09655..090ea8701f8 100644
--- a/docs/guides/save-circuits.ipynb
+++ b/docs/guides/save-circuits.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit[all]~=2.1.1\n",
+ "qiskit[all]~=2.2.3\n",
"```\n",
" "
]
diff --git a/docs/guides/save-jobs.ipynb b/docs/guides/save-jobs.ipynb
index 7ce4c7fc4b3..9d9f2c73fa4 100644
--- a/docs/guides/save-jobs.ipynb
+++ b/docs/guides/save-jobs.ipynb
@@ -17,6 +17,13 @@
]
},
"source": [
+ "{/*\n",
+ " DO NOT EDIT THIS CELL!!!\n",
+ " This cell's content is generated automatically by a script. Anything you add\n",
+ " here will be removed next time the notebook is run. To add new content, create\n",
+ " a new cell before or after this one.\n",
+ "*/}\n",
+ "\n",
"\n",
"Package versions
\n",
"\n",
@@ -24,7 +31,7 @@
"We recommend using these versions or newer.\n",
"\n",
"```\n",
- "qiskit-ibm-runtime~=0.40.1\n",
+ "qiskit-ibm-runtime~=0.43.1\n",
"```\n",
" "
]
@@ -58,9 +65,9 @@
{
"data": {
"text/plain": [
- "[,\n",
- " ,\n",
- " ]"
+ "[,\n",
+ " ,\n",
+ " ]"
]
},
"execution_count": 1,
@@ -99,11 +106,32 @@
]
},
"outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "qiskit_runtime_service._create_backend_obj:WARNING:2025-12-15 07:10:52,173: Unable to create configuration for ibm_brisbane. '404 Client Error: Not Found for url: https://us-east.quantum-computing.cloud.ibm.com/backends/ibm_brisbane/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"7d7b7870-2c77-449f-bac1-b7eaabe00b93\"}\\n' \n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "qiskit_runtime_service._create_backend_obj:WARNING:2025-12-15 07:10:52,489: Unable to create configuration for ibm_brisbane. '404 Client Error: Not Found for url: https://us-east.quantum-computing.cloud.ibm.com/backends/ibm_brisbane/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6092dd81-548c-458f-91f3-5e5933dcb2ae\"}\\n' \n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "qiskit_runtime_service._create_backend_obj:WARNING:2025-12-15 07:10:52,736: Unable to create configuration for ibm_brisbane. '404 Client Error: Not Found for url: https://us-east.quantum-computing.cloud.ibm.com/backends/ibm_brisbane/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"df2738e5-c5eb-44c9-ab37-c977a887a886\"}\\n' \n"
+ ]
+ },
{
"name": "stdout",
"output_type": "stream",
"text": [
- "d2n1d2cg59ks73c6vu3g\n"
+ "d4mmnsav0j9c73e6gd80\n"
]
}
],
@@ -126,7 +154,7 @@
{
"data": {
"text/plain": [
- "PrimitiveResult([SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})"
+ "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})"
]
},
"execution_count": 3,
@@ -193,7 +221,7 @@
{
"data": {
"text/plain": [
- "PrimitiveResult([SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray(