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": [ - "\"Output" + "\"Output" ] }, "execution_count": 1, @@ -122,7 +130,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 2, @@ -169,7 +177,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 3, @@ -279,7 +287,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "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": [ - "\"Output" + "\"Output" ] }, "execution_count": 12, @@ -481,7 +488,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 13, @@ -504,7 +511,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "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": [ - "\"Output" + "\"Output" ] }, - "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()), 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": 5, diff --git a/docs/guides/set-optimization.ipynb b/docs/guides/set-optimization.ipynb index 43981239a88..7c9b6d53a26 100644 --- a/docs/guides/set-optimization.ipynb +++ b/docs/guides/set-optimization.ipynb @@ -25,6 +25,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", @@ -32,8 +39,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/simulate-stabilizer-circuits.ipynb b/docs/guides/simulate-stabilizer-circuits.ipynb index 096017d9fa9..2e2cfcd6b5e 100644 --- a/docs/guides/simulate-stabilizer-circuits.ipynb +++ b/docs/guides/simulate-stabilizer-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", "qiskit-aer~=0.17\n", "```\n", "
" diff --git a/docs/guides/simulate-with-qiskit-aer.ipynb b/docs/guides/simulate-with-qiskit-aer.ipynb index 5becb15f9ba..fccc566e0e5 100644 --- a/docs/guides/simulate-with-qiskit-aer.ipynb +++ b/docs/guides/simulate-with-qiskit-aer.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", "qiskit-aer~=0.17\n", "```\n", "
" @@ -222,28 +229,32 @@ { "data": { "text/plain": [ - "{'00111100': 1,\n", - " '00000000': 62,\n", - " '00011000': 2,\n", - " '01000000': 4,\n", - " '11000000': 3,\n", + "{'00000000': 66,\n", + " '11010100': 1,\n", + " '11100000': 1,\n", " '00001100': 1,\n", - " '01111000': 2,\n", - " '00110000': 3,\n", - " '01100000': 1,\n", - " '11100001': 1,\n", - " '11110000': 1,\n", - " '00000110': 3,\n", - " '00000101': 2,\n", - " '00001010': 2,\n", - " '00001000': 2,\n", - " '10000000': 2,\n", - " '10100000': 2,\n", - " '00000001': 1,\n", - " '00100000': 2,\n", - " '00101000': 1,\n", + " '10000000': 3,\n", + " '01111000': 1,\n", " '00010000': 1,\n", - " '00000011': 1}" + " '00000110': 2,\n", + " '00011110': 2,\n", + " '01010000': 2,\n", + " '11000000': 2,\n", + " '00000001': 1,\n", + " '11101110': 1,\n", + " '00011000': 1,\n", + " '01011111': 1,\n", + " '00100101': 1,\n", + " '00111100': 1,\n", + " '00111000': 1,\n", + " '10010100': 1,\n", + " '00101000': 2,\n", + " '00101110': 1,\n", + " '00001000': 3,\n", + " '00001110': 1,\n", + " '00101100': 1,\n", + " '11011000': 1,\n", + " '00001111': 1}" ] }, "execution_count": 5, diff --git a/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb b/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb index bf2b238f875..14a5d74ed4b 100644 --- a/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb +++ b/docs/guides/simulate-with-qiskit-sdk-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,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", "
" ] @@ -439,8 +446,14 @@ "name": "stdout", "output_type": "stream", "text": [ - "The number of bitstrings is: 1024\n", - "The counts are: {'00': 530, '11': 494}\n" + "The number of bitstrings is: 1024\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The counts are: {'00': 536, '11': 488}\n" ] } ], @@ -483,7 +496,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, diff --git a/docs/guides/specify-observables-pauli.ipynb b/docs/guides/specify-observables-pauli.ipynb index 41f6a550ded..587aefc185b 100644 --- a/docs/guides/specify-observables-pauli.ipynb +++ b/docs/guides/specify-observables-pauli.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/specify-runtime-options.ipynb b/docs/guides/specify-runtime-options.ipynb index dffcbcd6192..568aa312f0d 100644 --- a/docs/guides/specify-runtime-options.ipynb +++ b/docs/guides/specify-runtime-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", "
" ] @@ -182,7 +189,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -328,7 +335,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 6, diff --git a/docs/guides/synthesize-unitary-operators.ipynb b/docs/guides/synthesize-unitary-operators.ipynb index 6fdb96c49fb..b62b49fca3a 100644 --- a/docs/guides/synthesize-unitary-operators.ipynb +++ b/docs/guides/synthesize-unitary-operators.ipynb @@ -9,6 +9,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", @@ -16,7 +23,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.2.3\n", "```\n", "
" ] @@ -50,7 +57,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -132,12 +139,12 @@ { "data": { "text/plain": [ - "global phase: 4.9931\n", - " ┌───────────────┐ ┌───────────────┐ \n", - "q_0: ─┤ U(π/2,-π/2,0) ├───■────┤ U(π/2,0,-π/2) ├──\n", - " ┌┴───────────────┴┐┌─┴─┐┌─┴───────────────┴─┐\n", - "q_1: ┤ U(2.1322,π/2,0) ├┤ X ├┤ U(π/2,-0.56139,0) ├\n", - " └─────────────────┘└───┘└───────────────────┘" + "global phase: 6.2071\n", + " ┌───────────────┐ ┌────────────────┐ \n", + "q_0: ─┤ U(π/2,π/2,-π) ├────■────┤ U(π/2,-π,-π/2) ├─\n", + " ┌┴───────────────┴─┐┌─┴─┐┌─┴────────────────┴┐\n", + "q_1: ┤ U(1.7229,π/2,-π) ├┤ X ├┤ U(π/2,0.15207,-π) ├\n", + " └──────────────────┘└───┘└───────────────────┘" ] }, "execution_count": 3, diff --git a/docs/guides/transpile-with-pass-managers.ipynb b/docs/guides/transpile-with-pass-managers.ipynb index 2e0bfe383b3..6575fd5d3a7 100644 --- a/docs/guides/transpile-with-pass-managers.ipynb +++ b/docs/guides/transpile-with-pass-managers.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/transpiler-plugins.ipynb b/docs/guides/transpiler-plugins.ipynb index c8060ec83c9..a19c2d021c9 100644 --- a/docs/guides/transpiler-plugins.ipynb +++ b/docs/guides/transpiler-plugins.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/transpiler-stages.ipynb b/docs/guides/transpiler-stages.ipynb index 4de853204e1..f8553164a87 100644 --- a/docs/guides/transpiler-stages.ipynb +++ b/docs/guides/transpiler-stages.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,8 +33,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/visualize-circuits.ipynb b/docs/guides/visualize-circuits.ipynb index 9071d314372..5dcb1b63236 100644 --- a/docs/guides/visualize-circuits.ipynb +++ b/docs/guides/visualize-circuits.ipynb @@ -25,6 +25,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", @@ -32,7 +39,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.2.3\n", "```\n", "
" ] @@ -160,7 +167,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 5, @@ -208,14 +215,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "17889caf-d953-4661-9188-00505c17064e", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 7, @@ -230,7 +237,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "a36d1aa9-fa0d-4e27-ac83-5deee43a20dd", "metadata": {}, "outputs": [ @@ -318,7 +325,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 10, @@ -340,7 +347,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 11, @@ -362,7 +369,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 12, @@ -430,7 +437,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 14, @@ -454,7 +461,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 15, @@ -486,7 +493,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 16, diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg index 924258a51e1..3cd3025a51f 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg index 9f613dcfd07..9793736b9d5 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg index 8e4c58c0ee0..7d21c08adea 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg index 0101cada5ca..76b007fdf9e 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.avif deleted file mode 100644 index 487f51b638f..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.svg new file mode 100644 index 00000000000..0d66b12693e --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/20f0640a-a3f7-41b3-aada-b66bc89b0555-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.avif deleted file mode 100644 index 13f564c6cd1..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.svg new file mode 100644 index 00000000000..65f5f15ffbe --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/60924bfa-50ed-4d9d-a17b-9d64f2cc053f-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.avif deleted file mode 100644 index 558471d82a5..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.svg new file mode 100644 index 00000000000..ee624b8b10f --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/98e8f552-4169-42a3-8182-e14e9ffb59e2-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.avif deleted file mode 100644 index 28781ba5718..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.svg new file mode 100644 index 00000000000..427fa3c3cde --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d0f0abdb-50d5-408d-a704-a1a555acdd85-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/common-parameters/extracted-outputs/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg b/public/docs/images/guides/common-parameters/extracted-outputs/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg index 4d62f25f58e..5d390df00d1 100644 --- a/public/docs/images/guides/common-parameters/extracted-outputs/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg +++ b/public/docs/images/guides/common-parameters/extracted-outputs/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/common-parameters/extracted-outputs/dbc652e8-53a4-47a9-a66e-d9c1e5ef07c9-0.svg b/public/docs/images/guides/common-parameters/extracted-outputs/dbc652e8-53a4-47a9-a66e-d9c1e5ef07c9-0.svg index 9a1b189ef88..27e8b4ecccc 100644 --- a/public/docs/images/guides/common-parameters/extracted-outputs/dbc652e8-53a4-47a9-a66e-d9c1e5ef07c9-0.svg +++ b/public/docs/images/guides/common-parameters/extracted-outputs/dbc652e8-53a4-47a9-a66e-d9c1e5ef07c9-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/common-parameters/extracted-outputs/e18c034c-eb26-4d9d-81d7-37e0eafa17c7-0.svg b/public/docs/images/guides/common-parameters/extracted-outputs/e18c034c-eb26-4d9d-81d7-37e0eafa17c7-0.svg index ead526c53ae..6cf17ba0d3b 100644 --- a/public/docs/images/guides/common-parameters/extracted-outputs/e18c034c-eb26-4d9d-81d7-37e0eafa17c7-0.svg +++ b/public/docs/images/guides/common-parameters/extracted-outputs/e18c034c-eb26-4d9d-81d7-37e0eafa17c7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.avif deleted file mode 100644 index ebf77b67791..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.avif and /dev/null differ diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.svg new file mode 100644 index 00000000000..e24cdfcc0e8 --- /dev/null +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif deleted file mode 100644 index d20d3342c7c..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif and /dev/null differ diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.svg new file mode 100644 index 00000000000..c6b16cbf0e7 --- /dev/null +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif deleted file mode 100644 index 1875009742b..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif and /dev/null differ diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.svg new file mode 100644 index 00000000000..09023d71ac3 --- /dev/null +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/custom-backend/extracted-outputs/1d40864a-7695-438b-95bf-7724c34d92b4-0.avif b/public/docs/images/guides/custom-backend/extracted-outputs/1d40864a-7695-438b-95bf-7724c34d92b4-0.avif index b54af5d56b7..bcc76041920 100644 Binary files a/public/docs/images/guides/custom-backend/extracted-outputs/1d40864a-7695-438b-95bf-7724c34d92b4-0.avif and b/public/docs/images/guides/custom-backend/extracted-outputs/1d40864a-7695-438b-95bf-7724c34d92b4-0.avif differ diff --git a/public/docs/images/guides/custom-backend/extracted-outputs/6dc04d04-7afb-46f2-8ee6-ac961e4583f5-1.avif b/public/docs/images/guides/custom-backend/extracted-outputs/6dc04d04-7afb-46f2-8ee6-ac961e4583f5-1.avif index cddaff7347a..babdf7fc813 100644 Binary files a/public/docs/images/guides/custom-backend/extracted-outputs/6dc04d04-7afb-46f2-8ee6-ac961e4583f5-1.avif and b/public/docs/images/guides/custom-backend/extracted-outputs/6dc04d04-7afb-46f2-8ee6-ac961e4583f5-1.avif differ diff --git a/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif b/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif index 5ad080fb69c..7c91a92fc85 100644 Binary files a/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif and b/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif differ diff --git a/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg index d2b548ec0ba..6a82ff9c915 100644 --- a/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg +++ b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg b/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg index 8d90600aec5..159211a0f38 100644 --- a/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg +++ b/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg index efdbfdefebd..a728756da2d 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg index 9784b4bb3d9..ed915a71985 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg index 7fc54e5fb15..4b687f2663c 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/0013f5fa-4072-4aa4-94fe-7e195435f828-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/0013f5fa-4072-4aa4-94fe-7e195435f828-0.svg index c82ee0027bc..db58cca45e4 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/0013f5fa-4072-4aa4-94fe-7e195435f828-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/0013f5fa-4072-4aa4-94fe-7e195435f828-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg index a75c2f98eed..dfefea925e7 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg index 2c8a5d817fa..f379fe3debe 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/f07217b9-a6f0-4adf-b341-6da447535c33-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/f07217b9-a6f0-4adf-b341-6da447535c33-0.svg index f5576d9f528..718b4c53705 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/f07217b9-a6f0-4adf-b341-6da447535c33-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/f07217b9-a6f0-4adf-b341-6da447535c33-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/qiskit-addons-aqc-get-started/extracted-outputs/45abbabe-0289-4a09-aa99-89f70bdc535d-0.svg b/public/docs/images/guides/qiskit-addons-aqc-get-started/extracted-outputs/45abbabe-0289-4a09-aa99-89f70bdc535d-0.svg index 3991ae90e10..d51bb10611f 100644 --- a/public/docs/images/guides/qiskit-addons-aqc-get-started/extracted-outputs/45abbabe-0289-4a09-aa99-89f70bdc535d-0.svg +++ b/public/docs/images/guides/qiskit-addons-aqc-get-started/extracted-outputs/45abbabe-0289-4a09-aa99-89f70bdc535d-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.avif b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.avif deleted file mode 100644 index 80e3d37d9ec..00000000000 Binary files a/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.avif and /dev/null differ diff --git a/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg new file mode 100644 index 00000000000..0cad7492f92 --- /dev/null +++ b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg index 73a427b44ba..297d3d11e0b 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/40cdd173-b437-48b1-8928-741e8411342e-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/40cdd173-b437-48b1-8928-741e8411342e-0.svg index a6da177001f..e2a9b652de1 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/40cdd173-b437-48b1-8928-741e8411342e-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/40cdd173-b437-48b1-8928-741e8411342e-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/4109d0e2-df37-4850-8409-6b860c48595c-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/4109d0e2-df37-4850-8409-6b860c48595c-0.svg index b97fcb8270e..1a8f43b84f1 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/4109d0e2-df37-4850-8409-6b860c48595c-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/4109d0e2-df37-4850-8409-6b860c48595c-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg index b6b7ec0589b..c73248884aa 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg index 7b641507f2b..0c5c1256ba1 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg index 74234552c48..ca0ba1b465d 100644 --- a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg +++ b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/transpiler-stages/extracted-outputs/2507de9c-1b94-4d56-b5a6-0b2bb1719a80-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/2507de9c-1b94-4d56-b5a6-0b2bb1719a80-0.svg index f1137d265d9..b910dd9eec9 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/2507de9c-1b94-4d56-b5a6-0b2bb1719a80-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/2507de9c-1b94-4d56-b5a6-0b2bb1719a80-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/transpiler-stages/extracted-outputs/358cfb50-02fc-48f2-a4ec-657837e0c304-1.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/358cfb50-02fc-48f2-a4ec-657837e0c304-1.svg index ae1323aefaf..e238de5d473 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/358cfb50-02fc-48f2-a4ec-657837e0c304-1.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/358cfb50-02fc-48f2-a4ec-657837e0c304-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/transpiler-stages/extracted-outputs/4339deb5-4947-493b-8940-e68c91311631-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/4339deb5-4947-493b-8940-e68c91311631-0.svg index 6134deb6fb2..1c72d7ca99a 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/4339deb5-4947-493b-8940-e68c91311631-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/4339deb5-4947-493b-8940-e68c91311631-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.avif deleted file mode 100644 index 2e2b4576f0c..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.svg new file mode 100644 index 00000000000..573e43fe62c --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.avif deleted file mode 100644 index a0b48471a26..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.svg new file mode 100644 index 00000000000..57510891005 --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.avif deleted file mode 100644 index 2e2b4576f0c..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.svg new file mode 100644 index 00000000000..fbd3bbdf7bd --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.avif deleted file mode 100644 index 6bb12c8ca83..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.svg new file mode 100644 index 00000000000..408aa117f54 --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.avif deleted file mode 100644 index f17c6cc8f4e..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.svg new file mode 100644 index 00000000000..4e33dbcfb1e --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif index 3dc2c23eeb6..83cbfd23b7e 100644 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif and b/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/a36d1aa9-fa0d-4e27-ac83-5deee43a20dd-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/a36d1aa9-fa0d-4e27-ac83-5deee43a20dd-0.avif index 3dc2c23eeb6..83cbfd23b7e 100644 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/a36d1aa9-fa0d-4e27-ac83-5deee43a20dd-0.avif and b/public/docs/images/guides/visualize-circuits/extracted-outputs/a36d1aa9-fa0d-4e27-ac83-5deee43a20dd-0.avif differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.avif deleted file mode 100644 index be546cfb259..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.svg new file mode 100644 index 00000000000..bcde3f3b049 --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.avif deleted file mode 100644 index c631fa731e9..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.svg new file mode 100644 index 00000000000..3a5fb12a091 --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.avif deleted file mode 100644 index a527e2bcf13..00000000000 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.svg new file mode 100644 index 00000000000..4b98be70c83 --- /dev/null +++ b/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.svg @@ -0,0 +1 @@ + \ No newline at end of file