diff --git a/docs/guides/DAG-representation.ipynb b/docs/guides/DAG-representation.ipynb index b6117800cfe..9a88392d73d 100644 --- a/docs/guides/DAG-representation.ipynb +++ b/docs/guides/DAG-representation.ipynb @@ -47,7 +47,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -146,7 +146,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, @@ -177,7 +177,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/bit-ordering.ipynb b/docs/guides/bit-ordering.ipynb index 078fca57001..00fc1829fc3 100644 --- a/docs/guides/bit-ordering.ipynb +++ b/docs/guides/bit-ordering.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb index c34ca604ee7..c207ab73628 100644 --- a/docs/guides/build-noise-models.ipynb +++ b/docs/guides/build-noise-models.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "id": "fd07a3db-1aa2-4884-98db-6f68765c3edc", "metadata": {}, - "source": [ + "source": [ "---\n", "title: Build noise models\n", "description: Learn how to build noise models for error management.\n", @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "qiskit-aer~=0.17\n", "```\n", "\n", @@ -523,7 +523,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" ] } @@ -570,7 +570,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" ] @@ -745,7 +745,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n", - " Instructions with noise: ['measure', 'cx', 'reset', 'u2', 'u3', 'u1']\n", + " Instructions with noise: ['u2', 'u1', 'u3', 'reset', 'cx', 'measure']\n", " All-qubits errors: ['reset', 'measure', 'u1', 'u2', 'u3', 'cx']\n" ] } @@ -855,7 +855,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u2', 'u3']\n", - " Instructions with noise: ['cx', 'measure', 'reset', 'u2', 'u3']\n", + " Instructions with noise: ['u2', 'u3', 'reset', 'cx', 'measure']\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 d3eabfa913f..2dab0fdbc63 100644 --- a/docs/guides/circuit-library.ipynb +++ b/docs/guides/circuit-library.ipynb @@ -39,7 +39,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/circuit-transpilation-settings.ipynb b/docs/guides/circuit-transpilation-settings.ipynb index fb4363d5a30..81d41aae4fd 100644 --- a/docs/guides/circuit-transpilation-settings.ipynb +++ b/docs/guides/circuit-transpilation-settings.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -179,7 +179,7 @@ { "data": { "text/plain": [ - "'ibm_marrakesh'" + "'ibm_fez'" ] }, "execution_count": 5, @@ -386,9 +386,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.985\n", - "0.989\n", - "0.988\n" + "0.680\n", + "0.986\n", + "0.990\n" ] } ], diff --git a/docs/guides/classical-feedforward-and-control-flow.ipynb b/docs/guides/classical-feedforward-and-control-flow.ipynb index 039eb6a4c3f..6f4886d86f2 100644 --- a/docs/guides/classical-feedforward-and-control-flow.ipynb +++ b/docs/guides/classical-feedforward-and-control-flow.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -89,7 +89,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 1, @@ -135,7 +135,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 2, @@ -182,7 +182,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 3, @@ -228,7 +228,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 4, @@ -276,7 +276,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 5, @@ -329,7 +329,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 6, @@ -374,7 +374,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 7, @@ -488,7 +488,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 9, @@ -524,7 +524,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 10, diff --git a/docs/guides/common-parameters.ipynb b/docs/guides/common-parameters.ipynb index 67ae8ba9fe7..20032b260e7 100644 --- a/docs/guides/common-parameters.ipynb +++ b/docs/guides/common-parameters.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/construct-circuits.ipynb b/docs/guides/construct-circuits.ipynb index 45b6fea9175..44c69ec4d91 100644 --- a/docs/guides/construct-circuits.ipynb +++ b/docs/guides/construct-circuits.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/create-transpiler-plugin.ipynb b/docs/guides/create-transpiler-plugin.ipynb index 8aa135808f6..009adc5e9e3 100644 --- a/docs/guides/create-transpiler-plugin.ipynb +++ b/docs/guides/create-transpiler-plugin.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -556,7 +556,7 @@ { "data": { "text/plain": [ - "['ag', 'bm', 'default', 'greedy', 'layers', 'lnn', 'rb_default']" + "['rb_default', 'ag', 'bm', 'default', 'greedy', 'layers', 'lnn']" ] }, "execution_count": 7, diff --git a/docs/guides/custom-backend.ipynb b/docs/guides/custom-backend.ipynb index d522694de97..6efcf0a6ea7 100644 --- a/docs/guides/custom-backend.ipynb +++ b/docs/guides/custom-backend.ipynb @@ -61,7 +61,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -115,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "b346f50b-b127-4074-99fc-7c53e3fbc022", "metadata": {}, "outputs": [], @@ -404,10 +404,10 @@ "output_type": "stream", "text": [ "Post-Transpilation: \n", - "CZ gates: 146\n", + "CZ gates: 182\n", "ECR gates: 6\n", - "SX gates: 302\n", - "RZ gates: 250\n" + "SX gates: 327\n", + "RZ gates: 186\n" ] } ], @@ -586,10 +586,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "CZ gates: 834\n", - "X gates: 18\n", - "SX gates: 1534\n", - "RZ gates: 1150\n" + "CZ gates: 872\n", + "X gates: 21\n", + "SX gates: 1629\n", + "RZ gates: 1180\n" ] } ], diff --git a/docs/guides/custom-transpiler-pass.ipynb b/docs/guides/custom-transpiler-pass.ipynb index 19303423960..b5c900b6d25 100644 --- a/docs/guides/custom-transpiler-pass.ipynb +++ b/docs/guides/custom-transpiler-pass.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/debug-qiskit-runtime-jobs.ipynb b/docs/guides/debug-qiskit-runtime-jobs.ipynb index d36d77bdd33..464d894bd5f 100644 --- a/docs/guides/debug-qiskit-runtime-jobs.ipynb +++ b/docs/guides/debug-qiskit-runtime-jobs.ipynb @@ -38,8 +38,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "qiskit-aer~=0.17\n", "```\n", "\n", @@ -104,7 +104,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "a45a6d9e-de39-4586-8395-a7f580f0e0dc", "metadata": {}, "outputs": [], @@ -138,7 +138,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "df19af55-897d-4b1f-baf8-fac2641ae87d", "metadata": {}, "outputs": [ @@ -214,7 +214,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "830b1dcc-2669-46cc-bff8-01a96a05c6ab", "metadata": {}, "outputs": [ @@ -347,13 +347,13 @@ "output_type": "stream", "text": [ "Noisy results:\n", - " NeatResult([NeatPubResult(vals=array([0.98242188, 0.984375 , 0.98828125, 0.99023438, 0.96484375,\n", - " 0.97265625])), NeatPubResult(vals=array([0.96875 , 0.97070312, 0.98046875, 0.98828125, 0.96484375,\n", - " 0.984375 ])), NeatPubResult(vals=array([0.94140625, 0.94726562, 0.92773438, 0.93164062, 0.93164062,\n", - " 0.95703125])), NeatPubResult(vals=array([0.91015625, 0.90429688, 0.90039062, 0.93164062, 0.94140625,\n", - " 0.953125 ])), NeatPubResult(vals=array([0.875 , 0.88476562, 0.88476562, 0.8984375 , 0.91601562,\n", - " 0.91210938])), NeatPubResult(vals=array([0.88476562, 0.89453125, 0.86523438, 0.91015625, 0.86914062,\n", - " 0.91992188]))])\n", + " NeatResult([NeatPubResult(vals=array([0.984375 , 0.98632812, 0.9921875 , 0.99414062, 0.9765625 ,\n", + " 0.9765625 ])), NeatPubResult(vals=array([0.96875 , 0.97070312, 0.97460938, 0.984375 , 0.94335938,\n", + " 0.96289062])), NeatPubResult(vals=array([0.95898438, 0.97265625, 0.95117188, 0.953125 , 0.93945312,\n", + " 0.94726562])), NeatPubResult(vals=array([0.95117188, 0.95703125, 0.91796875, 0.93164062, 0.9375 ,\n", + " 0.94335938])), NeatPubResult(vals=array([0.90234375, 0.90234375, 0.89648438, 0.8984375 , 0.87695312,\n", + " 0.90039062])), NeatPubResult(vals=array([0.87109375, 0.87890625, 0.86328125, 0.9140625 , 0.90234375,\n", + " 0.90820312]))])\n", "\n" ] } @@ -380,7 +380,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "cd61e437-bd2f-4349-a667-7edab51c4a6e", "metadata": {}, "outputs": [ @@ -389,22 +389,22 @@ "output_type": "stream", "text": [ "Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n", - " 1.95%\n", + " 1.5%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n", - " 2.38%\n", + " 3.25%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n", - " 6.06%\n", + " 4.62%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n", - " 7.65%\n", + " 6.02%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n", - " 10.48%\n", + " 10.38%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n", - " 10.94%\n", + " 11.04%\n", "\n" ] } @@ -457,7 +457,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "id": "0835c562-55c9-4dbe-879e-7271f8bed280", "metadata": {}, "outputs": [ @@ -604,7 +604,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "id": "7db531a1-c417-4d5b-bdc3-7a4ad3385fd4", "metadata": {}, "outputs": [ @@ -613,19 +613,19 @@ "output_type": "stream", "text": [ "Mean absolute difference for factors [1, 1.1]:\n", - " 2.42%\n", + " 5.02%\n", "\n", "Mean absolute difference for factors [1, 1.1, 1.2]:\n", - " 11.34%\n", + " 3.76%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2]:\n", - " 3.68%\n", + " 5.74%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2, 2.5, 3]:\n", - " 4.77%\n", + " 2.9%\n", "\n", "Mean absolute difference for factors [1, 4]:\n", - " 3.61%\n", + " 4.89%\n", "\n" ] } diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb index f1e1cb6f1a0..89d783b664b 100644 --- a/docs/guides/defaults-and-configuration-options.ipynb +++ b/docs/guides/defaults-and-configuration-options.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -234,7 +234,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 cf91c180a08..5614ea2e550 100644 --- a/docs/guides/dynamical-decoupling-pass-manager.ipynb +++ b/docs/guides/dynamical-decoupling-pass-manager.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/error-mitigation-and-suppression-techniques.ipynb b/docs/guides/error-mitigation-and-suppression-techniques.ipynb index 188be690fbc..2ae2c716136 100644 --- a/docs/guides/error-mitigation-and-suppression-techniques.ipynb +++ b/docs/guides/error-mitigation-and-suppression-techniques.ipynb @@ -49,7 +49,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/estimator-examples.ipynb b/docs/guides/estimator-examples.ipynb index 9badca98ea8..3a480fe68c0 100644 --- a/docs/guides/estimator-examples.ipynb +++ b/docs/guides/estimator-examples.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -72,7 +72,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: -0.0564042303172738\n", + " > Expectation value: 0.03153745072273324\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -127,12 +127,12 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Expectation values for PUB 0: 0.09218950064020487\n", - ">>> Standard errors for PUB 0: 0.2666311918779662\n", - ">>> Expectation values for PUB 1: -0.7159533073929961\n", - ">>> Standard errors for PUB 1: 0.5443960702392404\n", - ">>> Expectation values for PUB 2: -0.14271555996035679\n", - ">>> Standard errors for PUB 2: 0.2714876601210801\n" + ">>> Expectation values for PUB 0: 0.0078125\n", + ">>> Standard errors for PUB 0: 0.017152507881103805\n", + ">>> Expectation values for PUB 1: -0.6629834254143646\n", + ">>> Standard errors for PUB 1: 1.4963946349333406\n", + ">>> Expectation values for PUB 2: 0.01220703125\n", + ">>> Standard errors for PUB 2: 0.017314846595901965\n" ] } ], @@ -199,38 +199,38 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Expectation values: [[ 0.9821299 0.92848415 0.78219632 0.56555001 0.29732126 -0.02496591\n", - " -0.30928839 -0.5779298 -0.79292547 -0.92084995 -0.9806856 -0.93075378\n", - " -0.80014701 -0.57627916 -0.32496945 -0.00495192 0.29938456 0.56513735\n", - " 0.80117866 0.92580187 0.98151091]\n", - " [-0.00330128 0.30949472 0.58123108 0.78549759 0.9357057 0.97903496\n", - " 0.93240442 0.78879887 0.58267539 0.2948453 0.0041266 -0.29835291\n", - " -0.57339055 -0.78075201 -0.92477022 -0.97882863 -0.93075378 -0.79148116\n", - " -0.57958044 -0.30557445 0.00598356]\n", - " [-0.01031649 -0.34250749 -0.59257922 -0.80819387 -0.95159309 -0.99616033\n", - " -0.9336424 -0.78054568 -0.57112092 -0.30639977 0.00866585 0.30474913\n", - " 0.57627916 0.81149515 0.95035511 0.99224006 0.9530374 0.78673557\n", - " 0.57834246 0.30557445 -0.00866585]\n", - " [ 0.99616033 0.93446772 0.80344829 0.5841197 0.29401998 -0.01980766\n", - " -0.31300232 -0.59361087 -0.81170148 -0.94849814 -0.99327171 -0.93880064\n", - " -0.80860653 -0.58019943 -0.30186051 0.01856968 0.29009972 0.59835645\n", - " 0.80613057 0.94437155 0.98976411]]\n", - ">>> Standard errors: [[0.00346988 0.00453617 0.00722056 0.00981693 0.01144016 0.01501324\n", - " 0.01334599 0.01100181 0.00916772 0.00689316 0.00381375 0.00555949\n", - " 0.00576968 0.01074419 0.01298665 0.01231428 0.0128399 0.00946472\n", - " 0.00819982 0.00494361 0.00359142]\n", - " [0.01087106 0.01070164 0.00869617 0.00735853 0.00475886 0.00351362\n", - " 0.00422178 0.00865889 0.00830071 0.01030088 0.01114086 0.01184411\n", - " 0.00958307 0.00740947 0.00577496 0.00417023 0.00434772 0.00825295\n", - " 0.00805684 0.01071724 0.01320466]\n", - " [0.01346985 0.01132597 0.01143045 0.00729025 0.00490636 0.00287136\n", - " 0.0051666 0.00718324 0.00899331 0.00980723 0.00957352 0.01211162\n", - " 0.00932736 0.00658862 0.00555066 0.00271584 0.00581507 0.00778402\n", - " 0.00935326 0.01223799 0.01214173]\n", - " [0.00297333 0.00520897 0.00730712 0.01099862 0.01320699 0.01250301\n", - " 0.0151248 0.00924768 0.00639241 0.00529221 0.00270411 0.00463968\n", - " 0.00729108 0.00685512 0.00993793 0.0101938 0.01109962 0.01130657\n", - " 0.00795711 0.00532976 0.00299901]]\n", + ">>> Expectation values: [[ 0.93950388 0.89413548 0.75740018 0.56521461 0.29573473 0.00861159\n", + " -0.28439263 -0.55555282 -0.76412142 -0.90694786 -0.94832551 -0.9071579\n", + " -0.76790212 -0.55744317 -0.29237411 -0.01911354 0.27746135 0.55177212\n", + " 0.76391138 0.8872042 0.93173244]\n", + " [ 0.00147027 0.28943357 0.53349874 0.73576617 0.88846444 0.93509307\n", + " 0.88363354 0.75782026 0.56710496 0.30938726 0.02667494 -0.27389069\n", + " -0.54715127 -0.75761022 -0.89224514 -0.94076411 -0.89770615 -0.75677006\n", + " -0.55366247 -0.28922353 -0.01155214]\n", + " [ 0.00189035 -0.29195403 -0.56395438 -0.77168282 -0.91387914 -0.96512862\n", + " -0.92291081 -0.78197473 -0.57655671 -0.31547839 0.01638303 0.2869131\n", + " 0.57340612 0.77735387 0.91030848 0.95672707 0.90253704 0.78029442\n", + " 0.56584473 0.3058166 -0.01008187]\n", + " [ 0.95063594 0.90295712 0.7796643 0.55030185 0.29405442 -0.00273051\n", + " -0.28565287 -0.56941539 -0.76223107 -0.92543128 -0.97016956 -0.9325726\n", + " -0.79604733 -0.56185399 -0.28964361 -0.01428264 0.28565287 0.56458449\n", + " 0.77126274 0.90085673 0.9514761 ]]\n", + ">>> Standard errors: [[0.00474083 0.00586168 0.0102147 0.01141816 0.01318475 0.01405139\n", + " 0.01661941 0.01086318 0.00918873 0.00552702 0.0050494 0.00631013\n", + " 0.01014168 0.01310473 0.01475707 0.01459921 0.01364628 0.01250064\n", + " 0.00985435 0.00693433 0.00617179]\n", + " [0.01418108 0.01557413 0.01568198 0.01010116 0.00822912 0.00718407\n", + " 0.00650938 0.0093892 0.00912928 0.01185002 0.0145671 0.01267828\n", + " 0.01275329 0.00913544 0.00477402 0.0050108 0.00687444 0.00896767\n", + " 0.01576001 0.01247236 0.01603943]\n", + " [0.01465383 0.00987887 0.00925396 0.00779898 0.00535275 0.00481399\n", + " 0.00511733 0.00968742 0.01207485 0.01225303 0.01405833 0.01066232\n", + " 0.01225282 0.01029986 0.00533387 0.00505672 0.00520221 0.00905009\n", + " 0.00968562 0.00966838 0.01255675]\n", + " [0.00566878 0.00686494 0.00796698 0.01077521 0.01260297 0.01395885\n", + " 0.01464862 0.01056339 0.00575022 0.00588084 0.00504759 0.00554135\n", + " 0.00664379 0.00783634 0.01212035 0.01264342 0.01050196 0.00874496\n", + " 0.01007705 0.00718972 0.0047272 ]]\n", ">>> Metadata: {'shots': 10016, 'target_precision': 0.01, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -307,9 +307,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: -0.03391665163268988\n", + " > Expectation value: -0.005698005698005698\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n", - " > Another Expectation value: -0.011113040458412918\n", + " > Another Expectation value: 0.027612543144598663\n", " > More Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } diff --git a/docs/guides/estimator-input-output.ipynb b/docs/guides/estimator-input-output.ipynb index f6f3a65db0e..0f37faf8e7d 100644 --- a/docs/guides/estimator-input-output.ipynb +++ b/docs/guides/estimator-input-output.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -222,7 +222,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "53a4d5ae-109b-452b-bbc5-2d7940c5182c", "metadata": {}, "outputs": [ @@ -230,23 +230,18 @@ "name": "stdout", "output_type": "stream", "text": [ - "The result of the submitted job had 1 PUB and has a value:\n", + "The result of the submitted job had 1 PUBs and has a value:\n", " PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray(), shape=(3, 100)), metadata={'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32})], metadata={'dynamical_decoupling': {'enable': False, 'sequence_type': 'XX', 'extra_slack_distribution': 'middle', 'scheduling_method': 'alap'}, 'twirling': {'enable_gates': False, 'enable_measure': True, 'num_randomizations': 'auto', 'shots_per_randomization': 'auto', 'interleave_randomizations': True, 'strategy': 'active-accum'}, 'resilience': {'measure_mitigation': True, 'zne_mitigation': False, 'pec_mitigation': False}, 'version': 2})\n", "\n", "The associated PubResult of this job has the following data bins:\n", - " DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray(), shape=(3, 100))\n", + " {result[0].data}\n", "\n", "And this DataBin has attributes: dict_keys(['evs', 'stds', 'ensemble_standard_error'])\n", - "Recall that this shape is due to our array of parameter binding sets having shape (100, 2) -- where 2 is the\n", - " number of parameters in the circuit -- combined with our array of observables having shape (3, 1). \n", + "Recall that this shape is due to our array of parameter binding setshaving shape (100, 2), where 2 is the number of parameters in the circuit, combined with our array of observables having shape (3, 1). \n", "\n", "The expectation values measured from this PUB are: \n", - "[[-0.00369065 0.15107692 0.30110431 ... -0.30159536 -0.15431523\n", - " 0.00576586]\n", - " [ 0.00601655 0.04412133 0.1253447 ... -0.12434194 -0.04662823\n", - " 0.01153171]\n", - " [-0.01339784 0.2580325 0.47686391 ... -0.47884878 -0.26200223\n", - " 0. ]]\n" + "{result[0].data.evs}\n", + "\n" ] } ], diff --git a/docs/guides/estimator-noise-management.ipynb b/docs/guides/estimator-noise-management.ipynb index 1a6acde024c..80102d5ed0b 100644 --- a/docs/guides/estimator-noise-management.ipynb +++ b/docs/guides/estimator-noise-management.ipynb @@ -36,7 +36,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -149,7 +149,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "89f1827d-92a1-40a4-bd71-6d67a18f0932", "metadata": {}, "outputs": [ diff --git a/docs/guides/estimator-options.ipynb b/docs/guides/estimator-options.ipynb index 999f42c9dc7..38897ea3170 100644 --- a/docs/guides/estimator-options.ipynb +++ b/docs/guides/estimator-options.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -188,17 +188,17 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 4, "id": "c0606f38-2bed-4b56-8202-708669e5ea66", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 16, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -277,17 +277,17 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 5, "id": "bf02c107-226e-443a-ab4c-dfd3246ada2c", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 2, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -339,7 +339,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 6, "id": "0e357659-44c4-4332-80b9-c0a9080adfbd", "metadata": {}, "outputs": [], diff --git a/docs/guides/execute-dynamic-circuits.ipynb b/docs/guides/execute-dynamic-circuits.ipynb index 5862b14c38e..6004c848e44 100644 --- a/docs/guides/execute-dynamic-circuits.ipynb +++ b/docs/guides/execute-dynamic-circuits.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -82,7 +82,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "076db590-29db-4137-a043-45485c9f46df", "metadata": { "tags": [ @@ -107,7 +107,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[, , , , ]\n" + "[, , , , ]\n" ] } ], @@ -238,7 +238,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d88cakp789is7391vq0g (DONE)\n" + ">>> Job ID: d92cvu7ccmks73d6j7sg (DONE)\n" ] } ], diff --git a/docs/guides/get-started-with-estimator.ipynb b/docs/guides/get-started-with-estimator.ipynb index 29c67ab90c1..0684039d772 100644 --- a/docs/guides/get-started-with-estimator.ipynb +++ b/docs/guides/get-started-with-estimator.ipynb @@ -55,8 +55,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -216,7 +216,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d82869ntjchs73bnokog\n" + ">>> Job ID: d92d017qq29s738p3vt0\n" ] }, { @@ -244,7 +244,7 @@ "output_type": "stream", "text": [ ">>> PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray()), metadata={'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32})], metadata={'dynamical_decoupling': {'enable': False, 'sequence_type': 'XX', 'extra_slack_distribution': 'middle', 'scheduling_method': 'alap'}, 'twirling': {'enable_gates': False, 'enable_measure': True, 'num_randomizations': 'auto', 'shots_per_randomization': 'auto', 'interleave_randomizations': True, 'strategy': 'active-accum'}, 'resilience': {'measure_mitigation': True, 'zne_mitigation': False, 'pec_mitigation': False}, 'version': 2})\n", - " > Expectation value: 30.60337496305257\n", + " > Expectation value: 29.395301149396946\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } diff --git a/docs/guides/get-started-with-sampler.ipynb b/docs/guides/get-started-with-sampler.ipynb index 868f19e72f4..357d652366a 100644 --- a/docs/guides/get-started-with-sampler.ipynb +++ b/docs/guides/get-started-with-sampler.ipynb @@ -47,8 +47,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -190,13 +190,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d82863mgbeec73alf9sg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + ">>> Job ID: d92cvsfccmks73d6j7og\n", ">>> Job Status: QUEUED\n" ] } @@ -209,7 +203,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "id": "4543fac5-abdc-4440-a1a2-d32aabe135d6", "metadata": {}, "outputs": [ @@ -217,7 +211,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "First ten results for the 'meas' output register: ['1100110011001011111111111010000010001010100100011000001011001101000110011000110100100100101010111001110100100000000011111100000', '0101001001010000100111000110110001001101010110110000110111101110001100000001000001111111101110000000010011111100100110001101000', '0111111110011011000011110111010111101100110010001010010001100000000100000000001010101010111010110000001100100001010110000101000', '0000110011001100110011101100000111011001110100001100001100110111010100101010001010000011000111001010101111110110100110001010000', '0011110011100001100110111001000011011111011110111100000110001000111011101101000110011011101011001110110000010010001100100011001', '1010001000010101011100101010101001101000100010011011100110010111010001110111110010100010111010011010110011001101100110010000010', '0001110010001011001100010000000001001101001110101100110011101111100100100110110010101000011010101000101011101011010100000101010', '1110100100001100110010000010011010111000001010110010111111011010010100110011100101110011101111100001010011100110011000101001001', '1101011100110101011001010100011001110100001011110101101110111011011001100110001011000010001100100011000000110101011100111111000', '1101000110000000101010000000110000011000000000010110011001001000001110101110010111011010101100011000100100110000000000000011001']\n" + "First ten results for the 'meas' output register: ['1010101001100000001101010101010001000010000011001100110100011110011011111100100000000001000010110010110000001100001000110000100', '1100110110001100110111000100111011101100100001001101111101100010011010011010000110101001000001010101010011100011001100001001011', '1001000010011001100001100100011000001010110110000101010100010000110011000010000111000110001110001010011000100100000010101000100', '1111110000100110011101100010010011001001111101001001100110101000000000001000010110010001110101010000011110101011111111000000110', '0011001100000011100100010101000101100110010101010101010110100001010010011110001010001011100010101010101101001110011000101101000', '1011010011100000011000001010111000001000011000010000000001101111111100001000000100100010010100010000000011100100110100100001100', '1011000000000010000000100000010110010000000101001100110011001011101010100111100001010001001011000101111010010111000100001000000', '1101110011111110110011001100101000000000010011001100110100101010111001000110001001110101000000001100110110000001010100100110011', '0010011001100101010101101100011001001000010110000111110101011101101001000000001000000110010001100110011011000000000001011100010', '0010010011111111010111110101010100001001011000010110010111111111001101100110110101100110011011001100110010101001010101110101010']\n" ] } ], diff --git a/docs/guides/hello-world.ipynb b/docs/guides/hello-world.ipynb index cc27516a396..7f03a9d18fe 100644 --- a/docs/guides/hello-world.ipynb +++ b/docs/guides/hello-world.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -354,7 +354,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d8286mfoha1c73bl8hrg\n" + ">>> Job ID: d92d0cvccmks73d6j950\n" ] } ], @@ -548,7 +548,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "id": "2ac02692", "metadata": {}, "outputs": [], @@ -666,7 +666,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "d828aeo0bvlc73d1vs20\n" + "d92dfor57qjs73b7qc6g\n" ] } ], diff --git a/docs/guides/interoperate-qiskit-qasm2.ipynb b/docs/guides/interoperate-qiskit-qasm2.ipynb index 2fbadfa5082..3d0e748db52 100644 --- a/docs/guides/interoperate-qiskit-qasm2.ipynb +++ b/docs/guides/interoperate-qiskit-qasm2.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/interoperate-qiskit-qasm3.ipynb b/docs/guides/interoperate-qiskit-qasm3.ipynb index d467651f8ea..f13351ee365 100644 --- a/docs/guides/interoperate-qiskit-qasm3.ipynb +++ b/docs/guides/interoperate-qiskit-qasm3.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/local-testing-mode.ipynb b/docs/guides/local-testing-mode.ipynb index ab3b752894e..f9ff91c2566 100644 --- a/docs/guides/local-testing-mode.ipynb +++ b/docs/guides/local-testing-mode.ipynb @@ -40,8 +40,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "qiskit-aer~=0.17\n", "```\n", "\n", diff --git a/docs/guides/measure-qubits.ipynb b/docs/guides/measure-qubits.ipynb index a26af21c1d9..8baaa3c67ce 100644 --- a/docs/guides/measure-qubits.ipynb +++ b/docs/guides/measure-qubits.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -77,7 +77,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -106,7 +106,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -141,7 +141,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, diff --git a/docs/guides/operator-class.ipynb b/docs/guides/operator-class.ipynb index 18996a79c3d..5decf48b25d 100644 --- a/docs/guides/operator-class.ipynb +++ b/docs/guides/operator-class.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/operators-overview.ipynb b/docs/guides/operators-overview.ipynb index 848ddd06e7d..c1c5e3a27ef 100644 --- a/docs/guides/operators-overview.ipynb +++ b/docs/guides/operators-overview.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/plot-quantum-states.ipynb b/docs/guides/plot-quantum-states.ipynb index 22ae0fe62c4..4e6513d9d2a 100644 --- a/docs/guides/plot-quantum-states.ipynb +++ b/docs/guides/plot-quantum-states.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/post-selection.ipynb b/docs/guides/post-selection.ipynb index d915b249f71..05e510e5b9e 100644 --- a/docs/guides/post-selection.ipynb +++ b/docs/guides/post-selection.ipynb @@ -36,8 +36,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "qiskit-addon-utils~=0.3.1\n", "```\n", "\n", @@ -161,7 +161,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "649aef44", "metadata": {}, "outputs": [ @@ -169,7 +169,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Job ID: d82dumugbeec73alm5g0\n" + "Job ID: d92d0dnqq29s738p40og\n" ] } ], @@ -204,7 +204,31 @@ { "data": { "text/plain": [ - "dict_keys(['meas', 'spec', 'meas_ps', 'spec_ps'])" + "KeysView(QuantumProgramItemResult({'meas': array([[False, False, False, False],\n", + " [False, False, False, False],\n", + " [False, False, False, False],\n", + " ...,\n", + " [False, False, False, False],\n", + " [ True, False, False, False],\n", + " [False, False, False, False]], shape=(4000, 4)), 'spec': array([[False, False, False, False],\n", + " [False, False, False, False],\n", + " [False, False, False, False],\n", + " ...,\n", + " [False, False, False, False],\n", + " [False, False, False, False],\n", + " [False, False, False, False]], shape=(4000, 4)), 'meas_ps': array([[ True, True, True, True],\n", + " [ True, True, True, True],\n", + " [ True, True, True, True],\n", + " ...,\n", + " [ True, True, True, True],\n", + " [ True, True, True, True],\n", + " [ True, True, False, True]], shape=(4000, 4)), 'spec_ps': array([[ True, True, True, True],\n", + " [ True, True, True, False],\n", + " [ True, True, True, True],\n", + " ...,\n", + " [ True, True, True, True],\n", + " [ True, True, True, True],\n", + " [ True, True, True, True]], shape=(4000, 4))}, metadata=ItemMetadata()))" ] }, "execution_count": 4, @@ -255,7 +279,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "id": "5ec9bc4a", "metadata": {}, "outputs": [ @@ -263,8 +287,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "The combined mask: [ True True True ... True True True]\n", - "Percentage of the shots retained is after post selection 75.225\n" + "The combined mask: [ True False True ... True False False]\n", + "Percentage of the shots retained is after post selection 79.45\n" ] } ], @@ -340,7 +364,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "b1ba31b9", "metadata": {}, "outputs": [ @@ -348,8 +372,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Distance from ideal distribution before postselection: 0.9015\n", - "Distance from ideal distribution before after-selection: 0.9416749750747756\n" + "Distance from ideal distribution before postselection: 0.953\n", + "Distance from ideal distribution before after-selection: 0.9487098804279421\n" ] }, { diff --git a/docs/guides/primitive-input-output.ipynb b/docs/guides/primitive-input-output.ipynb index e2194040fbf..cfb596c7f8c 100644 --- a/docs/guides/primitive-input-output.ipynb +++ b/docs/guides/primitive-input-output.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -372,7 +372,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "7b3ac687-8197-4c50-831c-a349fd8e90a2", "metadata": {}, "outputs": [ @@ -387,9 +387,7 @@ " DataBin(evs=np.ndarray(), stds=np.ndarray(), shape=(3, 10))\n", "\n", "And this DataBin has attributes: dict_keys(['evs', 'stds'])\n", - "Recall that this shape is due to our array of parameter binding sets having shape (100, 2) -- where 2 is the\n", - " number of parameters in the circuit -- combined with our array of observables having shape (3, 1). \n", - "\n", + "Recall that this shape is due to our array of parameter binding sets having shape (100, 2) -- where 2 is the number of parameters in the circuit -- combined with our array of observables having shape (3, 1).\n", "The expectation values measured from this PUB are: \n", "[[ 3.06161700e-16 4.52395120e-01 4.36594428e-01 2.16506351e-01\n", " 6.33718361e-01 -6.33718361e-01 -2.16506351e-01 -4.36594428e-01\n", @@ -457,11 +455,11 @@ "The bytes in register `alpha`, shot by shot:\n", "[[ 0 0]\n", " [ 3 255]\n", - " [ 0 0]\n", + " [ 3 255]\n", " ...\n", " [ 3 255]\n", " [ 3 255]\n", - " [ 3 255]]\n", + " [ 0 0]]\n", "\n" ] } @@ -509,7 +507,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "0eb3a383-30cd-4a32-8d8d-740264587079", "metadata": {}, "outputs": [ @@ -517,7 +515,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'0000000000': 492, '1111111111': 532}\n" + "Counts: {'0000000000': 506, '1111111111': 518}\n" ] } ], @@ -591,7 +589,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "44c7ee14-2b22-488e-bc58-164099855210", "metadata": {}, "outputs": [ @@ -601,22 +599,22 @@ "text": [ "The shape of register `alpha` is (1024, 1).\n", "The bytes in register `alpha`, shot by shot:\n", - "[[1]\n", - " [1]\n", + "[[0]\n", " [1]\n", - " ...\n", - " [0]\n", " [0]\n", + " ...\n", + " [1]\n", + " [1]\n", " [1]]\n", "\n", "The shape of register `beta` is (1024, 2).\n", "The bytes in register `beta`, shot by shot:\n", - "[[ 1 255]\n", - " [ 1 255]\n", + "[[ 0 0]\n", " [ 1 255]\n", - " ...\n", - " [ 0 0]\n", " [ 0 0]\n", + " ...\n", + " [ 1 255]\n", + " [ 1 255]\n", " [ 1 255]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", @@ -624,41 +622,41 @@ "[]\n", "The shape of `beta` after bit-wise slicing is (1024, 1).\n", "The bytes in `beta` after bit-wise slicing:\n", - "[[7]\n", - " [7]\n", + "[[0]\n", " [7]\n", - " ...\n", - " [0]\n", " [0]\n", + " ...\n", + " [7]\n", + " [7]\n", " [7]]\n", "\n", "The shape of `beta` after shot-wise slicing is (5, 2).\n", "The bytes in `beta` after shot-wise slicing:\n", - "[[ 1 255]\n", - " [ 1 255]\n", - " [ 1 255]\n", + "[[ 0 0]\n", " [ 1 255]\n", - " [ 1 255]]\n", - "\n" + " [ 0 0]\n", + " [ 0 0]\n", + " [ 0 0]]\n", + "\n", + "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", + " coeffs=[1.+0.j])` is: -0.060546875\n", + "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", + " coeffs=[1.+0.j])` is: -0.060546875\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: -0.017578125\n", - "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: -0.017578125\n", "\n", "The shape of the merged results is (1024, 2).\n", "The bytes of the merged results:\n", - "[[ 3 255]\n", - " [ 3 255]\n", + "[[ 0 0]\n", " [ 3 255]\n", - " ...\n", - " [ 0 0]\n", " [ 0 0]\n", + " ...\n", + " [ 3 255]\n", + " [ 3 255]\n", " [ 3 255]]\n", "\n" ] diff --git a/docs/guides/qedma-qesem.ipynb b/docs/guides/qedma-qesem.ipynb index 180c395bb0f..c38ffd61424 100644 --- a/docs/guides/qedma-qesem.ipynb +++ b/docs/guides/qedma-qesem.ipynb @@ -31,7 +31,27 @@ "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", + "\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.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", + "```\n", + "\n", + "" + ] }, { "cell_type": "markdown", @@ -268,7 +288,13 @@ "name": "stdout", "output_type": "stream", "text": [ - "9a87a23f-82f5-429e-91fb-cc8a9d107980\n", + "b22a2a1c-29bc-4d4c-adc6-e2a2aad68d9e\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ "QUEUED\n" ] } @@ -300,7 +326,7 @@ "output_type": "stream", "text": [ "The estimated QPU time for this PUB is: \n", - "{'time_estimation_sec': 1800, 'description': None, 'instance': 'crn:v1:bluemix:public:quantum-computing:us-east:a/6c63dae5281147f1a0449b36e0aaba3a:ae40ab55-8c55-4042-9204-71a6541d56ec::', 'transpilation_level': 'standard', 'parallel_execution': False, 'total_qpu_time': 0, 'empirical_estimation_mitigation_results': None, 'resource_usage': {'RUNNING: MAPPING': {'CPU_TIME': 42.44837867887691, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: OPTIMIZING_FOR_HARDWARE': {'CPU_TIME': 17.879877626895905, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: WAITING_FOR_QPU': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: EXECUTING_QPU': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}}}\n" + "{'time_estimation_sec': 1800, 'description': None, 'instance': 'crn:v1:bluemix:public:quantum-computing:us-east:a/6c63dae5281147f1a0449b36e0aaba3a:ae40ab55-8c55-4042-9204-71a6541d56ec::', 'transpilation_level': 'standard', 'parallel_execution': False, 'total_qpu_time': 0, 'empirical_estimation_mitigation_results': None, 'resource_usage': {'RUNNING: MAPPING': {'CPU_TIME': 43.98799279239029, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: OPTIMIZING_FOR_HARDWARE': {'CPU_TIME': 20.40651496592909, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: WAITING_FOR_QPU': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: EXECUTING_QPU': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 0.0, 'GPU_TIME': 0.0, 'QPU_TIME': 0.0}}}\n" ] } ], @@ -321,7 +347,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 8, "id": "fda5f739", "metadata": {}, "outputs": [ @@ -330,19 +356,19 @@ "output_type": "stream", "text": [ "Mitigated expectation values: \n", - "[1.00169764 1.00460812]\n", + "[0.99650813 1.00535378]\n", "Mitigated error-bar: \n", - "[0.00155021 0.0099558 ]\n", + "[0.00376264 0.00709255]\n", "Noisy expectation values: \n", - "[0.95717143 0.94271429]\n", + "[0.95454286 0.95414286]\n", "Noisy error-bar: \n", - "[0.00206982 0.00872689]\n", + "[0.00169915 0.00789342]\n", "Total QPU time: \n", - " 150.0\n", + " 211.0\n", "Gates fidelity measured during the experiment: \n", - " {'CZ': 0.9979051606662408, 'ID1Q': 0.9993865847216725}\n", + " {'CZ': 0.9963162900855246, 'ID1Q': 0.9986687617906168}\n", "Total shots / mitigation shots: \n", - " 495600 / 220400\n", + " 496200 / 221000\n", "Transpiled circuits:\n", "Circuit 0:\n", " Circuit: \n", @@ -350,87 +376,87 @@ "include \"stdgates.inc\";\n", "bit[145] c0;\n", "qubit[145] q0;\n", - "rz(-pi) q0[143];\n", - "rz(0) q0[141];\n", - "rz(-pi) q0[140];\n", - "sx q0[143];\n", - "sx q0[141];\n", - "sx q0[140];\n", - "rz(-pi/2) q0[143];\n", - "rz(pi/2) q0[141];\n", - "rz(-pi/2) q0[140];\n", + "rz(0) q0[143];\n", + "rz(-pi) q0[141];\n", + "rz(0) q0[140];\n", "sx q0[143];\n", "sx q0[141];\n", "sx q0[140];\n", "rz(pi/2) q0[143];\n", "rz(-pi/2) q0[141];\n", "rz(pi/2) q0[140];\n", + "sx q0[143];\n", + "sx q0[141];\n", + "sx q0[140];\n", + "rz(-pi/2) q0[143];\n", + "rz(pi/2) q0[141];\n", + "rz(-pi/2) q0[140];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", "cz q0[144], q0[143];\n", "cz q0[142], q0[141];\n", "barrier q0[144], q0[143], q0[142], q0[141];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", - "rz(-pi) q0[144];\n", - "rz(-pi/2) q0[143];\n", + "rz(3*pi/4) q0[144];\n", + "rz(pi/2) q0[143];\n", "rz(0) q0[142];\n", - "rz(-pi/2) q0[141];\n", + "rz(pi/2) q0[141];\n", "sx q0[144];\n", "sx q0[143];\n", "sx q0[142];\n", "sx q0[141];\n", "rz(-pi) q0[144];\n", - "rz(-pi/2) q0[143];\n", + "rz(pi/2) q0[143];\n", "rz(pi/2) q0[142];\n", - "rz(-pi/2) q0[141];\n", + "rz(pi/2) q0[141];\n", "sx q0[144];\n", "sx q0[143];\n", "sx q0[142];\n", "sx q0[141];\n", - "rz(0) q0[144];\n", - "rz(-pi) q0[143];\n", + "rz(pi/4) q0[144];\n", + "rz(0) q0[143];\n", "rz(-pi/2) q0[142];\n", - "rz(-pi) q0[141];\n", + "rz(0) q0[141];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", "cz q0[143], q0[142];\n", "cz q0[141], q0[140];\n", "barrier q0[143], q0[142], q0[141], q0[140];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", - "rz(-3.1415926499999998) q0[143];\n", - "rz(pi/2) q0[142];\n", - "rz(-pi/4) q0[141];\n", - "rz(-pi/2) q0[140];\n", + "rz(3.5897933514661418e-09) q0[143];\n", + "rz(-pi/2) q0[142];\n", + "rz(3*pi/4) q0[141];\n", + "rz(pi/2) q0[140];\n", "sx q0[143];\n", "sx q0[142];\n", "sx q0[141];\n", "sx q0[140];\n", - "rz(-1.5707963235897928) q0[143];\n", - "rz(pi/2) q0[142];\n", + "rz(1.5707963235897928) q0[143];\n", + "rz(-pi/2) q0[142];\n", "rz(-pi) q0[141];\n", - "rz(-pi/2) q0[140];\n", + "rz(pi/2) q0[140];\n", "sx q0[143];\n", "sx q0[142];\n", "sx q0[141];\n", "sx q0[140];\n", - "rz(3.5897933514661418e-09) q0[143];\n", - "rz(0) q0[142];\n", - "rz(-3*pi/4) q0[141];\n", - "rz(-pi) q0[140];\n", + "rz(-3.1415926499999998) q0[143];\n", + "rz(-pi) q0[142];\n", + "rz(pi/4) q0[141];\n", + "rz(0) q0[140];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", - "rx(pi/2) q0[140];\n", - "rx(-pi/2) q0[141];\n", + "rx(-pi/2) q0[140];\n", + "rx(pi/2) q0[141];\n", "rx(-pi/2) q0[142];\n", - "rx(1.57079633038469) q0[143];\n", - "rx(pi/2) q0[144];\n", + "rx(-1.5707963232051032) q0[143];\n", + "rx(-pi/2) q0[144];\n", "rz(0) q0[140];\n", "rz(0) q0[141];\n", "rz(0) q0[142];\n", - "rz(1.5707963300000003) q0[143];\n", + "rz(-1.5707963300000003) q0[143];\n", "rz(0) q0[144];\n", - "rx(-pi/2) q0[140];\n", - "rx(pi/2) q0[141];\n", + "rx(pi/2) q0[140];\n", + "rx(-pi/2) q0[141];\n", "rx(pi/2) q0[142];\n", - "rx(-1.57079633038469) q0[143];\n", - "rx(-pi/2) q0[144];\n", + "rx(1.5707963232051032) q0[143];\n", + "rx(pi/2) q0[144];\n", "barrier q0[140], q0[141], q0[142], q0[143], q0[144];\n", "c0[140] = measure q0[140];\n", "c0[141] = measure q0[141];\n", @@ -481,7 +507,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 9, "id": "d95a3f30", "metadata": {}, "outputs": [ @@ -489,7 +515,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), shape=(2,)), metadata={'gate_fidelities': {'CZ': 0.9979051606662408, 'ID1Q': 0.9993865847216725}, 'total_shots': 495600, 'mitigation_shots': 220400, 'transpiled_circs': [{'circuit': 'OPENQASM 3.0;\\ninclude \"stdgates.inc\";\\nbit[145] c0;\\nqubit[145] q0;\\nrz(-pi) q0[143];\\nrz(0) q0[141];\\nrz(-pi) q0[140];\\nsx q0[143];\\nsx q0[141];\\nsx q0[140];\\nrz(-pi/2) q0[143];\\nrz(pi... (truncated 4174 characters)\n" + "PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), shape=(2,)), metadata={'gate_fidelities': {'CZ': 0.9963162900855246, 'ID1Q': 0.9986687617906168}, 'total_shots': 496200, 'mitigation_shots': 221000, 'transpiled_circs': [{'circuit': 'OPENQASM 3.0;\\ninclude \"stdgates.inc\";\\nbit[145] c0;\\nqubit[145] q0;\\nrz(0) q0[143];\\nrz(-pi) q0[141];\\nrz(0) q0[140];\\nsx q0[143];\\nsx q0[141];\\nsx q0[140];\\nrz(pi/2) q0[143];\\nrz(-pi/2... (truncated 4180 characters)\n" ] } ], diff --git a/docs/guides/qiskit-addons-sqd-get-started.ipynb b/docs/guides/qiskit-addons-sqd-get-started.ipynb index e3c11765a0f..292a034bd7f 100644 --- a/docs/guides/qiskit-addons-sqd-get-started.ipynb +++ b/docs/guides/qiskit-addons-sqd-get-started.ipynb @@ -40,7 +40,7 @@ "\n", "```\n", "qiskit-addon-sqd~=0.12.0\n", - "pyscf~=2.12.1; sys.platform != 'win32'\n", + "pyscf~=2.13.1; sys.platform != 'win32'\n", "```\n", "\n", "" diff --git a/docs/guides/qiskit-runtime-circuit-timing.ipynb b/docs/guides/qiskit-runtime-circuit-timing.ipynb index 80b5cbab1a6..9ca9774c6af 100644 --- a/docs/guides/qiskit-runtime-circuit-timing.ipynb +++ b/docs/guides/qiskit-runtime-circuit-timing.ipynb @@ -39,8 +39,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -242,7 +242,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d8287kugbeec73alfbug (DONE)\n" + ">>> Job ID: d92derj57qjs73b7qb90 (DONE)\n" ] } ], @@ -303,7 +303,7 @@ { "data": { "text/plain": [ - "'main,rz_0,Qubit 0,1365,0,shift_phase\\nmain,sx_0,Qubit 0,1365,9,play\\nmain,sx_0,Qubit 0,1369,0,shift_phase\\nmain,rz_0,Qubit 0,1374,0,shift_phase\\nmain,barrier,Qubit 0,1374,0,barrier\\nmain,measure_0,Qubit 0,1374,64,play\\nmain,measure_0,Qubit 0,1438,108,play\\nmain,measure_0,AWGR0_0,1485,360,capture\\nmain,measure_0,Qubit 0,1546,64,play\\nmain,measure_0,Qubit 0,1610,64,play\\nmain,barrier,Qubit 0,2046,0,barrier\\nmain,broadcast,Hub,1485,561,broadcast\\nmain,receive,Receive,2046,7,receive\\nthen,x_0,Qubit 0,2061,9,play\\nmain,barrier,Qubit 0,2079,0,barrier\\nmain,measure_0,Qubit 0,2079,64,play\\nmain,measure_0,Qubit 0,2143,108,play\\nmain,measure_0,AWGR0_0,2190,360,capture\\nmain,measure_0,Qubit 0,2251,64,play\\nmain,measure_0,Qubit 0,2315,64,play\\nmain,barrier,Qubit 0,2725,0,barrier\\nmain,barrier,Qubit 0,2725,0,barrier\\n'" + "'main,rz_0,Qubit 0,897,0,shift_phase\\nmain,sx_0,Qubit 0,897,6,play\\nmain,sx_0,Qubit 0,901,0,shift_phase\\nmain,rz_0,Qubit 0,903,0,shift_phase\\nmain,barrier,Qubit 0,903,0,barrier\\nmain,measure_0,Qubit 0,904,180,play\\nmain,measure_0,AWGR0_0,1025,205,capture\\nmain,barrier,Qubit 0,1431,0,barrier\\nmain,broadcast,Hub,1025,406,broadcast\\nmain,receive,Receive,1431,7,receive\\nthen,x_0,Qubit 0,1446,6,play\\nmain,barrier,Qubit 0,1460,0,barrier\\nmain,measure_0,Qubit 0,1461,180,play\\nmain,measure_0,AWGR0_0,1582,205,capture\\nmain,barrier,Qubit 0,1886,0,barrier\\nmain,barrier,Qubit 0,1886,0,barrier\\nmain,FINI_0,Qubit 0,1887,180,play\\nmain,FINI_0,AWGR0_0,2008,205,capture\\nmain,FINI_0,Qubit 0,2312,6,play\\nmain,FINI_0,Qubit 0,2319,180,play\\nmain,FINI_0,AWGR0_0,2440,205,capture\\nmain,FINI_0,Qubit 0,2744,6,play\\nmain,barrier,Qubit 0,2750,0,barrier\\n'" ] }, "execution_count": 5, diff --git a/docs/guides/qpu-information.ipynb b/docs/guides/qpu-information.ipynb index 635c9c439e6..478b2b7a3e9 100644 --- a/docs/guides/qpu-information.ipynb +++ b/docs/guides/qpu-information.ipynb @@ -36,7 +36,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -97,12 +97,12 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", + "[,\n", + " ,\n", " ,\n", + " ,\n", " ,\n", - " ,\n", - " ]" + " ]" ] }, "execution_count": 1, @@ -157,12 +157,12 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", + "[,\n", + " ,\n", " ,\n", + " ,\n", " ,\n", - " ,\n", - " ]" + " ]" ] }, "execution_count": 3, @@ -488,7 +488,7 @@ { "data": { "text/plain": [ - "QubitProperties(t1=0.00018243651954462543, t2=0.00020405172321184844, frequency=None)" + "QubitProperties(t1=0.00012250277041378304, t2=0.00013514759345103965, frequency=None)" ] }, "execution_count": 7, @@ -519,12 +519,12 @@ "output_type": "stream", "text": [ "Qubit 126 Properties:\n", - " T1: 0.0001248478211384773 seconds\n", - " T2: 7.96150033446492e-05 seconds\n", - " Readout Error: 0.0244140625\n", - " P(0 | 1): 0.029052734375\n", - " P(1 | 0): 0.019775390625\n", - " Readout Length: 1.56e-06 seconds\n" + " T1: 7.262703274961391e-06 seconds\n", + " T2: 1.086557331150715e-05 seconds\n", + " Readout Error: 0.11767578125\n", + " P(0 | 1): 0.17333984375\n", + " P(1 | 0): 0.06201171875\n", + " Readout Length: 1.7e-06 seconds\n" ] } ], @@ -942,7 +942,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=6.8e-08, error=0.010202155482934266)" + "InstructionProperties(duration=6.8e-08, error=0.010961964192057944)" ] }, "execution_count": 9, @@ -967,7 +967,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=1.56e-06, error=0.025634765625)" + "InstructionProperties(duration=1.7e-06, error=0.013916015625)" ] }, "execution_count": 10, diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb index 5fa9d2a5ac6..27faeb3a050 100644 --- a/docs/guides/quick-start.ipynb +++ b/docs/guides/quick-start.ipynb @@ -39,7 +39,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -168,7 +168,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'11': 498, '00': 526}\n" + "{'11': 513, '00': 511}\n" ] } ], diff --git a/docs/guides/repetition-rate-execution.ipynb b/docs/guides/repetition-rate-execution.ipynb index f81ff8a957b..e9ad7f6feac 100644 --- a/docs/guides/repetition-rate-execution.ipynb +++ b/docs/guides/repetition-rate-execution.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/represent-quantum-computers.ipynb b/docs/guides/represent-quantum-computers.ipynb index 8c7150ab7eb..549886dd95d 100644 --- a/docs/guides/represent-quantum-computers.ipynb +++ b/docs/guides/represent-quantum-computers.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -338,7 +338,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "['rz', 'measure', 'if_else', 'for_loop', 'sx', 'x', 'reset', 'id', 'switch_case', 'ecr', 'delay']\n" + "['ecr', 'rz', 'switch_case', 'for_loop', 'sx', 'delay', 'if_else', 'id', 'reset', 'x', 'measure']\n" ] } ], diff --git a/docs/guides/sampler-examples.ipynb b/docs/guides/sampler-examples.ipynb index dd22620bd8d..c4cdf10345c 100644 --- a/docs/guides/sampler-examples.ipynb +++ b/docs/guides/sampler-examples.ipynb @@ -30,17 +30,18 @@ " a new cell before or after this one.\n", "*/}\n", "\n", - "
\n", - "Package versions\n", + "\n", + "\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.3.0\n", - "qiskit-ibm-runtime~=0.43.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", - "
" + "\n", + "" ] }, { @@ -57,7 +58,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 1, "id": "fffb9af3-e122-4ca9-93e3-79edd6112ff8", "metadata": { "scrolled": true @@ -67,7 +68,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First ten results: ['0101110000110001001111000101001111000110110100011000100101011101110011010010010101000110000111101010101000001010000100100000100', '0100010101111101010000100010011100110001010000011000000010001100010111000011001010000100100000100000000010000000010010101011110', '1101010111111111100010000011101010101010100100011001000000001001110010001000000010000010000101000111000100010010000001111000010', '1001110001100001001101111010111100000100010110010001001100111000110010111000001010001000000000000000100101101001110010101000110', '0001000000011011000011000111001000000000100110110011111110110100110000101010100010000010101011011000101011101000100000110000011', '1011100010011111010000001110110000111101000001110010011001100011111010001100100000110001000010001010110011100010000111000111010', '1101110000011000001011011000001111001110010111111111100100010001110100000010000001011000110000000011010011110100101001101000010', '0110100000110011000011001000110110110001000100100001111010001101000001010111000000101010101000001110100100001010110001000100101', '1000011010011011001111010010100000001110010010100000011010000110011010100000111000010010100111000001100101100010110010101001010', '1011011100111001010010101001000111000001110011110011001111010100100011101111011101011000000111011010000011100011010000001000000']\n" + " > First ten results: ['0110010000101111000000100101111111001000000001001011100110000000100100000001010000001000011100001001010001001000000110011010000', '1000111011010101001001001000010100101110100000100000010110000010001000110010110100101010000010000000010001010000000010000001000', '0000010110010011011011101011101011011010110011100000111111011010100000101000000101000000000000010001010000010001000010010100001', '0011000011001010101101011001101001010010100001101010000001010000000100100000100111001001010110100000110000000010101000010000100', '0100000100001010001001001010011011111100110010000101000100001000000101101000000010000000000010110100101101101000110011000001010', '0100011001101001010100111111000110100001000000000001010011001000100101100010010100010010100110110000010010010010000010000000010', '1110011011101111001110001101110000101001110000001011100100000000111000011001110000000000001000000011100000001000101101001000100', '1111110110011000000001111000000101001100110000000111100011001001011000100011011110001001110010001001011110010010011110001000100', '0101010110110000101101011000110100010000110000010000101010000000000010000000100000000011101101001000000100100000001010000001000', '1100010111011010010010001011001011011100010011001110111111000111110001100011010010010110011100000111000101000100110010010100101']\n" ] } ], @@ -114,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "4f68f509-7965-41f7-9f5e-7922a45ba22d", "metadata": {}, "outputs": [ @@ -122,9 +123,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First ten results for pub 0: ['1000000101000100010111001010101010000001001010101011011001011110001000000110110101010000010000000000110001001000011111110000001', '1111101011011011110001011000001100001101100001000101111011101110000101111010001011111010001001000010111001110111000010001011010', '1100100101110010000110101011110010111001101010001101100010110100110110000110110010001110001000001010011100001000011011000111010', '1100010010000100100010110100011010011001010101101101101001100001001110011001011011111100011100100001000101010000111101110001101', '0011101011101100010011111001001110000101100110000110000001111000011010011110000110100000110011011000000010110001010000111000100', '0110101101110000010110100100010011000100100010000010010010110001111111110000101011000100010000000100100100110011010111101110111', '1101011000111100011000010110000010001100101011000001110010110001111101010101011110110010000100011101000001010110010101000000100', '0000101010010100000010111110111000001011000000001011000110100010110011111000110110010110011010111101001011000000001101001110110', '1100101000110001000011111110010001011000010110010101101000000101011110000100011011111011011010001001110011011101001101010100000', '0110011000101110101001010100110010101000010111100001000111011000110101011010010101110011001010101000001001001000110010100010101']\n", - " > First ten results for pub 1: ['1100100001011010010100000110101010100111101100110000100001011000100010001101010101101110000011010010011000010000010001000001000', '1100000011000000100110011000000110010000011111000000001010000101000010011001000001010000001000001010001000110010111000010000000', '0010000111101000111010101010101001010000001110100001011011100011000111000000010101001000010101001100000010100010011000000000010', '0010100100001000011100001010011000001010000010001000000001011100001010001110010110111101101000001101010101000000000011000100110', '0101101000011110111000100010000000101110100001010101110010001100001100001000111111110101001010100110000000010011111111000000010', '0101010111000000001110100110100011010111000111110100010010010001011010001000101001100001100110001001001000010010000011100100000', '0110010000001110111010010100010010010011010010110101001110010010001001101010111000010000000100011001001000001111010001100010010', '1100001100101011011010000110111110001101010100010100101100111000010000101101101010111011111011101100000000110000100101001000101', '0000111100001000000101101001010111110100011011011101101111000000001010001001100010110000100000000001010100110001001100110010000', '0100100001001011110000110001100001111011111100000001010111011011100010110111101110101111101010100101000000110111000110000000000']\n", - " > First ten results for pub 2: ['1000010100111010101010111110101000110101010001111110011110011001010100001100100000000001000111111011001101100001001110011101100', '1110100000111000000000110110010100000011110000011110000110100010000100001100010101101001100100010111000010100101011000001000000', '1000010111011000000001110111010101000111111010010011110100001010000000111111100100001111111101010100001001011100111101010000010', '0000111011110110010011100111001010001000011010010110010010101000101110011100000010000101011000101001001001000100111101010100100', '0100000100111101110000101111011000100111101011101110100001000001000010101111100100000111010001101001100001100011011110101101100', '0100001000110101010010010100100110000100001010100001110001110101010011000111100111001001100000010100110111010111010100010100100', '0011111000010001101100000110111001000000100111110100001100001100010010010101011000000111011011111010100010000100100000100000000', '1000010010101100110110110110100010100000111001101011110100001000011000001000000110010001001011100100000000100000000000000000000', '0001011100010011111110011110000001000000010100111111000000101010000011011110110000110001010010000010010001000101110001111100010', '1111010100011100010010010110000101110000010001100101011111001100010111100001011001000001011010111011100001000001100000000000110']\n" + " > First five results for pub 0: ['1000011010110000001100110001000000110101000000010001000010100101110000011101010000001000001100100101000100000100000100100100111', '0001110011001111011011111000010101100010110000100011100001011110000001100000000111100100010110100010011101101101011001001010100', '1100001110001011010101000001110010000110010010011101000000001001100010011010000010001100000010000000010011100101000010100110011', '0101000001111000110011110110111100111101110001011010101111000100010000111001000000000011100000000010000001001100101000000010000', '0100010010100001101010101000011101110010000111011000010101000010100000100110110111000010011100000000100000100000000000100110000']\n", + " > First five results for pub 1: ['0000001010100011110010010001000111011010000000101101101111001110111001101000010110010100110101010011110101100000001001000111000', '1101000000001011101000010001100000100000111111100000110110001001110101001000110101000000101110000100000000111010100001101110010', '1011111011000101110101011000111001110111010111101010101010010010110010001001000001111000000001001101010101010000010001100100100', '0010010000010010111011110000011000110101011101101111010101010010100000110001001001000011001001111001000101000001100011110000101', '1010001110101000111110110010101000000100001100100111100000011011101101010101010101000000010001001111010111100010010001100000000']\n", + " > First five results for pub 2: ['0110100111100000101010111011110111110100001110000101100010001011001001111001001000010101101000110111000100110001000000010000101', '1101111110000100110110110101001000100111010000110000100110010000011001011011100001100010100110011101100001001000000100000011000', '0110000010110010110010000110010001110100111100101110111001000100001010000011010000100000001100100101101000010010001110100000100', '0010100110000100001110110011110110110100001110110001011001100001000000100001011000000110000100110101000000001001100000000000000', '0011011010010100100110111111100000001001010000001001101001000000000110001111110000011001000010101111001001100000001001000011000']\n" ] } ], @@ -174,7 +175,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "b8633a12-3cbc-42a2-85db-4ea1a2d7bda7", "metadata": {}, "outputs": [ @@ -182,7 +183,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " >> First ten results for the meas output register: ['1100011011100001011000001001000001111110000001011100011110011100111110000111000100011100001111100010010111110001001111011000101', '1100011101010101010000100110110110010001100101011101001011101010111110000111110100000011111010101101011101101101001111011110011', '0000000011000011001101001000111110001100010010011011001111000101000000001111111101101011100111010110111101010111011001010001011', '0101010001101110100010001100111001011101101100001000100001011101110100001000011011001011110101000110010001001010011011100011101', '0110101110000010110000001000010101100010010001001001101000010100110001011111110001000001100110010001011111001010011001001000101', '0111011111110111010111100110101000010100101000001010001001011111010010100111110110000011100001100000110000111000011011100000000', '0110100111001000100100110110010001011110000000110111000011110000100111001000100110011100100001100000101111111100010111100111001', '0101101111010110000000001000010110100101001100001101110010101111010110001010000111010010001111000000011001001001111100111010110', '0100000110010101111011110111000010001101011110010000110010001111001101010010000011111100100101101000010000111100111010000000110', '0011110110011011000110000100100110111000000010010101111011111000111001100011110100001100010100100001110101110100011100110001100']\n" + " >> First five results for the meas output register: ['1011110101010110000010101001001110000101100111001011001011101100011110010010001010000100011111111100000111100000111010110000111', '0010101011101011001110100111101010100000100101111001010111101001110100011010001110101110111101010101111010111011001010010000101', '0000000111110000001000101101100001001111010011010011000011101111000001110000001110101111100101110000110101011001001111010000001', '0110110101011101010010001011100010010110101000001101111000000001010110101010011010010000010101110110111011110111111100010001001', '0000110011110111100100000000101110110111010001000010011000010010001101101111010110010001001000000110110010010111111010010000111']\n" ] } ], @@ -239,7 +240,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "536ac5b5-00cf-42bf-a114-28144008d744", "metadata": { "scrolled": true @@ -249,7 +250,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first five measurement results of job 1: ['1001111000111001100010010111000111101101000000101000010010101001110000000010001110010001011000100100000101010010000001001000010', '0000010000001101010100011001001011011010000110000100011000000000011000010111101100010101011100100101000110011000110000000000011', '0001100011110010110100110010111001001110101100100010011001100100111000110011000100000000100001001001100100101010110010000111101', '1000100111000111010011111010010111011001100000001001101010100001101010010110100100001010000000101110100010000000100110001100000', '1011011111101100000001001010111100001001111010000000001011001000011010000101110000101010101011000110110011010011011000010000001']\n" + " > The first five measurement results of job 1: ['0100001101100001011001011010010110101010010000000110000010111001000101001100100100110000101001000101101001101000000010111100001', '1101101101000010101100011100000001101000000001000011100000011001001000000101100000000100100000000011100000000011001000001010100', '1110101010100110101011011101110100000011111110000001011011100100001011000010010110010111101010100111100010001010000000001000000', '1100111100100001010110111110000000001011000001000011111000100010010001100110110101000000001000011001101001001010011000001111001', '1011001110101111010111000111000111011010100100110000100110001000010100110101010001100010010000000101000001011000110000001000110']\n" ] } ], @@ -298,7 +299,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 5, "id": "44b4c746-232b-4876-87c4-002cf6d11db7", "metadata": {}, "outputs": [ @@ -306,7 +307,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first five measurement results of job 2: ['1100111000010110001000101110100001011010101100101001111000100100010101111111001000000000000000110000001100110001001000000010000', '0011010001111000001011011010011000110010101111001100000000011110011011110010010011010000000010010011001011001110010001000100100', '0101001001101010011010011000001001010000001111001100001001011100110001001001001110100001101000000101000001000011000000000110100', '0100010010100000101000001001100010000110100111010000101010010110111111110010000011001110000001100000001011000000000100000000001', '1101000000001110110101011000011111111101011101100010000001011010010001110100001010001010010110100010000010100011000000010100100']\n" + " > The first five measurement results of job 2: ['1001110100010110001100111000000011010010010011101011101101001010000011010010000100001100001000001100000000010000111000101011110', '1101111001010001011100011010011110010000100010011010110101111000000000100010100100111100001000000000000000000000100010001000000', '0001100000001100011100100000000010010100010000100010110000110010001101110110000001000100100010000000000000010000110000000010100', '1011010011100000101010001001010000110011101011101010101001111000101001011000000000000010001010010010010011000000001000000010100', '0111101100111010010001101010010000100010101011011100001000100010010111000010000100000010110000000001101000111000100000100011000']\n" ] } ], diff --git a/docs/guides/sampler-input-output.ipynb b/docs/guides/sampler-input-output.ipynb index 84e2a599a94..fc61230c5b2 100644 --- a/docs/guides/sampler-input-output.ipynb +++ b/docs/guides/sampler-input-output.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -206,13 +206,13 @@ "The shape of register `meas` is (4096, 2).\n", "\n", "The bytes in register `alpha`, shot by shot:\n", - "[[ 0 0]\n", - " [ 3 255]\n", - " [ 0 0]\n", + "[[0 0]\n", + " [3 7]\n", + " [0 0]\n", " ...\n", - " [ 3 255]\n", - " [ 2 255]\n", - " [ 3 255]]\n", + " [0 0]\n", + " [0 0]\n", + " [0 0]]\n", "\n" ] } @@ -264,7 +264,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'0000000000': 1649, '1111111111': 1344, '1111111000': 26, '1101111111': 40, '1111110000': 20, '0010000000': 32, '1000000000': 67, '1111110110': 4, '0000011110': 4, '0000000001': 78, '0010100000': 1, '1100000000': 37, '1111111110': 126, '1111110111': 35, '1111011111': 32, '0011111000': 1, '1011110111': 1, '0000011111': 48, '1111000000': 14, '0110000000': 1, '1110111110': 2, '1110011111': 4, '1111100000': 19, '1101111000': 1, '1111111011': 8, '0001011111': 3, '1110000000': 31, '0000000111': 25, '1110000001': 3, '0011111111': 24, '0000100000': 7, '1111111101': 30, '1111101111': 16, '0111111111': 37, '0000011101': 4, '0101111111': 4, '1011111110': 2, '0000000010': 17, '1011111111': 20, '0000100111': 1, '0010000111': 1, '1011010000': 1, '1101101111': 2, '1011110000': 1, '1000000001': 4, '0000001000': 23, '0011111110': 8, '1111111001': 1, '1100111111': 2, '0000011000': 2, '0001111110': 2, '0000111111': 20, '0001111111': 33, '1110111111': 11, '1010000000': 3, '0111011111': 2, '0000000100': 2, '0000000110': 2, '0000001111': 22, '0111101111': 1, '0000010111': 1, '0000000011': 15, '0001000010': 1, '1111111100': 19, '1111101000': 1, '0000001110': 2, '1011110100': 1, '0001000000': 11, '1001111111': 2, '0100000000': 6, '1100000011': 2, '1000001110': 1, '1100001111': 1, '0000010000': 3, '1101111110': 5, '0001111101': 1, '0001110111': 1, '0011000000': 2, '0111101110': 1, '1100000001': 1, '1111000001': 1, '0000000101': 1, '1101110111': 2, '0011111011': 1, '0000111110': 1, '1111101110': 3, '1111001000': 1, '1011111100': 1, '1111110101': 2, '1101001111': 1, '1111011110': 3, '1000011111': 1, '0000001001': 2, '1111010000': 1, '1110100010': 1, '1111110001': 2, '1101110000': 2, '0000010100': 1, '0111111110': 2, '0001000001': 1, '1000010000': 1, '1111011100': 1, '0111111100': 1, '1011101111': 1, '0000111101': 1, '1100011111': 2, '1101100000': 1, '1111011011': 1, '0010011111': 1, '0000110111': 3, '1111100010': 1, '1110111101': 1, '0000111001': 1, '1111100001': 1, '0001111100': 1, '1110011110': 1, '1100000010': 1, '0011110000': 1, '0001100111': 1, '1111010111': 1, '0010000001': 1, '0010000011': 1, '1101000111': 1, '1011111101': 1, '0000001100': 1}\n" + "Counts: {'0000000000': 1657, '1100000111': 2, '1111111100': 16, '1111111111': 1411, '1111111000': 40, '1100000000': 36, '0000001000': 37, '1101111111': 55, '1110111111': 14, '0000011111': 37, '1001111111': 4, '1000000000': 122, '0010000000': 11, '1111111101': 22, '0111011111': 2, '1111111011': 14, '1011111111': 24, '1111011111': 32, '1111110000': 29, '0000000001': 43, '1111110111': 39, '1111101110': 2, '0100000000': 5, '0001111111': 14, '0011111111': 28, '0111111111': 47, '1111100111': 2, '1111101111': 12, '1111000000': 10, '0000000111': 28, '1111111110': 84, '0000001110': 3, '0011111101': 1, '0000001111': 22, '1101011111': 2, '0111100000': 2, '1000001000': 3, '0000000011': 14, '1000011111': 1, '0000011110': 3, '1111010000': 2, '1111001111': 2, '1111111001': 1, '1101110111': 1, '0001000000': 4, '1111100000': 17, '0000000010': 14, '0000010000': 10, '0000011101': 1, '1101111110': 3, '1000000001': 3, '0000100000': 1, '1000010111': 1, '1000000010': 2, '1111110110': 9, '0110111111': 2, '1111011110': 2, '1000000111': 2, '1111101101': 2, '0111011110': 1, '1111000001': 1, '0011101111': 1, '1110111110': 2, '1111010111': 2, '1101111000': 2, '1110111000': 1, '0111111110': 2, '1101100000': 2, '1111001000': 1, '0111110101': 1, '1111011000': 2, '1110000000': 9, '1001111110': 1, '0000001011': 1, '1101000000': 1, '1101111101': 3, '0101111111': 2, '0011111110': 2, '1110111101': 1, '1010001110': 1, '1100111111': 2, '0000111111': 5, '1000010000': 1, '0001110000': 1, '0111111101': 3, '0011111000': 1, '0000001101': 1, '1010000000': 2, '1001111000': 1, '0011110000': 1, '0000000101': 3, '1101111011': 1, '1111101100': 1, '1011110111': 1, '1100000001': 2, '1100011111': 1, '0001011100': 1, '0000111110': 2, '1011111110': 1, '0000110111': 2, '0011110111': 1, '1000000011': 1, '0101111110': 1, '1101110000': 1, '1110001111': 1, '0000011011': 1, '0000000100': 2, '0111111000': 1, '1110000111': 1, '1110010000': 1, '0001011110': 1, '0000011000': 1, '0000000110': 1, '1000001111': 1}\n" ] } ], @@ -350,21 +350,21 @@ "The bytes in register `alpha`, shot by shot:\n", "[[0]\n", " [0]\n", - " [0]\n", + " [1]\n", " ...\n", + " [1]\n", " [0]\n", - " [0]\n", - " [0]]\n", + " [1]]\n", "\n", "The shape of register `beta` is (4096, 2).\n", "The bytes in register `beta`, shot by shot:\n", "[[ 0 0]\n", - " [ 1 248]\n", - " [ 0 0]\n", + " [ 0 1]\n", + " [ 1 255]\n", " ...\n", + " [ 1 255]\n", " [ 0 0]\n", - " [ 0 0]\n", - " [ 0 0]]\n", + " [ 1 191]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", "The bytes in `beta` after post-selection:\n", @@ -372,35 +372,35 @@ "The shape of `beta` after bit-wise slicing is (4096, 1).\n", "The bytes in `beta` after bit-wise slicing:\n", "[[0]\n", - " [0]\n", - " [0]\n", + " [1]\n", + " [7]\n", " ...\n", + " [7]\n", " [0]\n", - " [0]\n", - " [0]]\n", + " [7]]\n", "\n", "The shape of `beta` after shot-wise slicing is (5, 2).\n", "The bytes in `beta` after shot-wise slicing:\n", "[[ 0 0]\n", - " [ 1 248]\n", - " [ 0 0]\n", + " [ 0 1]\n", + " [ 1 255]\n", " [ 0 0]\n", " [ 0 0]]\n", "\n", "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: 0.07470703125\n", + " coeffs=[1.+0.j])` is: 0.29931640625\n", "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: 0.0244140625\n", + " coeffs=[1.+0.j])` is: 0.384765625\n", "\n", "The shape of the merged results is (4096, 2).\n", "The bytes of the merged results:\n", "[[ 0 0]\n", - " [ 3 240]\n", - " [ 0 0]\n", + " [ 0 2]\n", + " [ 3 255]\n", " ...\n", + " [ 3 255]\n", " [ 0 0]\n", - " [ 0 0]\n", - " [ 0 0]]\n", + " [ 3 127]]\n", "\n" ] } @@ -474,7 +474,7 @@ "output_type": "stream", "text": [ "The metadata of the PrimitiveResult is:\n", - "'execution' : {'execution_spans': ExecutionSpans([DoubleSliceSpan()])},\n", + "'execution' : {'execution_spans': ExecutionSpans([DoubleSliceSpan()])},\n", "'version' : 2,\n", "\n", "The metadata of the PubResult result is:\n", @@ -522,7 +522,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "ExecutionSpans([DoubleSliceSpan()])\n" + "ExecutionSpans([DoubleSliceSpan()])\n" ] } ], @@ -591,7 +591,7 @@ { "data": { "text/plain": [ - "ExecutionSpans([DoubleSliceSpan()])" + "ExecutionSpans([DoubleSliceSpan()])" ] }, "execution_count": 9, @@ -623,9 +623,9 @@ "output_type": "stream", "text": [ "Number of execution spans: 1\n", - " Start of the first span: 2026-05-13 14:23:20.441518\n", - " End of the last span: 2026-05-13 14:23:21.564845\n", - " Total duration (s): 1.123327\n" + " Start of the first span: 2026-07-01 09:24:43.247642\n", + " End of the last span: 2026-07-01 09:24:44.340531\n", + " Total duration (s): 1.092889\n" ] } ], @@ -654,8 +654,8 @@ "name": "stdout", "output_type": "stream", "text": [ - " Start of first span: 2026-05-13 14:23:20.441518\n", - " End of first span: 2026-05-13 14:23:21.564845\n", + " Start of first span: 2026-07-01 09:24:43.247642\n", + " End of first span: 2026-07-01 09:24:44.340531\n", "#shots in first span: 24\n" ] } diff --git a/docs/guides/sampler-noise-management.ipynb b/docs/guides/sampler-noise-management.ipynb index 39803fba483..eabdf74b347 100644 --- a/docs/guides/sampler-noise-management.ipynb +++ b/docs/guides/sampler-noise-management.ipynb @@ -36,7 +36,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -64,7 +64,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "ca9a0d48-34a2-4a22-a24c-46327c622a93", "metadata": {}, "outputs": [ diff --git a/docs/guides/sampler-options.ipynb b/docs/guides/sampler-options.ipynb index 5de961cd799..095b520d1d4 100644 --- a/docs/guides/sampler-options.ipynb +++ b/docs/guides/sampler-options.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -79,7 +79,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -153,14 +153,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "e06376f4-fcba-4d03-8cbc-c53ca02d81af", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, diff --git a/docs/guides/save-circuits.ipynb b/docs/guides/save-circuits.ipynb index 6e48690bef6..1cd30d019a4 100644 --- a/docs/guides/save-circuits.ipynb +++ b/docs/guides/save-circuits.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/set-optimization.ipynb b/docs/guides/set-optimization.ipynb index 68b80d37cd3..5999a956fdd 100644 --- a/docs/guides/set-optimization.ipynb +++ b/docs/guides/set-optimization.ipynb @@ -45,8 +45,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/simulate-stabilizer-circuits.ipynb b/docs/guides/simulate-stabilizer-circuits.ipynb index fa704262c9c..e095d839da8 100644 --- a/docs/guides/simulate-stabilizer-circuits.ipynb +++ b/docs/guides/simulate-stabilizer-circuits.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "qiskit-aer~=0.17\n", "```\n", "\n", diff --git a/docs/guides/simulate-with-qiskit-aer.ipynb b/docs/guides/simulate-with-qiskit-aer.ipynb index b06535db49f..07dbda6707b 100644 --- a/docs/guides/simulate-with-qiskit-aer.ipynb +++ b/docs/guides/simulate-with-qiskit-aer.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "qiskit-aer~=0.17\n", "```\n", "\n", @@ -236,32 +236,28 @@ { "data": { "text/plain": [ - "{'00000000': 63,\n", - " '01000000': 4,\n", + "{'00000000': 61,\n", + " '00000110': 2,\n", + " '10010000': 1,\n", + " '00110000': 3,\n", + " '00000001': 2,\n", + " '00001000': 2,\n", + " '10100000': 4,\n", + " '00001111': 1,\n", " '00100000': 1,\n", " '11000000': 3,\n", - " '00010000': 1,\n", - " '00000101': 1,\n", - " '01011000': 1,\n", - " '00000011': 1,\n", - " '00000010': 1,\n", - " '10000000': 4,\n", - " '00101000': 2,\n", - " '00000001': 1,\n", - " '00011110': 1,\n", - " '00000110': 1,\n", - " '00001100': 1,\n", - " '00001000': 1,\n", - " '10000110': 1,\n", - " '01010000': 2,\n", - " '10100000': 2,\n", - " '00010100': 1,\n", - " '11100000': 2,\n", " '11110000': 1,\n", - " '01100000': 1,\n", - " '00110000': 1,\n", - " '00000100': 1,\n", - " '00001111': 1}" + " '10000000': 7,\n", + " '00101000': 2,\n", + " '10010010': 1,\n", + " '00000010': 2,\n", + " '10001010': 1,\n", + " '11100000': 1,\n", + " '00001110': 1,\n", + " '10000011': 1,\n", + " '00011000': 1,\n", + " '00111100': 1,\n", + " '00010100': 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 c96b1c97770..b356c418501 100644 --- a/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb +++ b/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -454,7 +454,7 @@ "output_type": "stream", "text": [ "The number of bitstrings is: 1024\n", - "The counts are: {'11': 495, '00': 529}\n" + "The counts are: {'11': 506, '00': 518}\n" ] } ], @@ -497,7 +497,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, diff --git a/docs/guides/specify-observables-pauli.ipynb b/docs/guides/specify-observables-pauli.ipynb index 5e279b1ab26..2c5cfc418f6 100644 --- a/docs/guides/specify-observables-pauli.ipynb +++ b/docs/guides/specify-observables-pauli.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/synthesize-unitary-operators.ipynb b/docs/guides/synthesize-unitary-operators.ipynb index f5e036ff77c..e48e79cab96 100644 --- a/docs/guides/synthesize-unitary-operators.ipynb +++ b/docs/guides/synthesize-unitary-operators.ipynb @@ -36,7 +36,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" @@ -71,7 +71,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, diff --git a/docs/guides/transpile-with-pass-managers.ipynb b/docs/guides/transpile-with-pass-managers.ipynb index 6393d25bbee..a9a5d27d74d 100644 --- a/docs/guides/transpile-with-pass-managers.ipynb +++ b/docs/guides/transpile-with-pass-managers.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" diff --git a/docs/guides/transpiler-plugins.ipynb b/docs/guides/transpiler-plugins.ipynb index df3ed6b53bd..7aa7fdddd2d 100644 --- a/docs/guides/transpiler-plugins.ipynb +++ b/docs/guides/transpiler-plugins.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", - "qiskit-ibm-runtime~=0.46.1\n", + "qiskit[all]~=2.4.2\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -178,7 +178,7 @@ { "data": { "text/plain": [ - "['ag', 'bm', 'default', 'greedy', 'layers', 'lnn', 'rb_default']" + "['rb_default', 'ag', 'bm', 'default', 'greedy', 'layers', 'lnn']" ] }, "execution_count": 4, @@ -211,7 +211,8 @@ { "data": { "text/plain": [ - "['FullAdder.default',\n", + "['clifford.rb_default',\n", + " 'FullAdder.default',\n", " 'FullAdder.ripple_c04',\n", " 'FullAdder.ripple_v95',\n", " 'HalfAdder.default',\n", @@ -265,8 +266,7 @@ " 'permutation.token_swapper',\n", " 'qft.default',\n", " 'qft.full',\n", - " 'qft.line',\n", - " 'clifford.rb_default']" + " 'qft.line']" ] }, "execution_count": 5, diff --git a/docs/guides/transpiler-stages.ipynb b/docs/guides/transpiler-stages.ipynb index c9be9ea2d82..2bae7696710 100644 --- a/docs/guides/transpiler-stages.ipynb +++ b/docs/guides/transpiler-stages.ipynb @@ -39,7 +39,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/visualize-circuit-timing.ipynb b/docs/guides/visualize-circuit-timing.ipynb index 3aa09aecb2b..e4822ebd7ca 100644 --- a/docs/guides/visualize-circuit-timing.ipynb +++ b/docs/guides/visualize-circuit-timing.ipynb @@ -39,7 +39,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/visualize-circuits.ipynb b/docs/guides/visualize-circuits.ipynb index 6f49ea70117..f9bf226ad99 100644 --- a/docs/guides/visualize-circuits.ipynb +++ b/docs/guides/visualize-circuits.ipynb @@ -45,7 +45,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/docs/guides/visualize-results.ipynb b/docs/guides/visualize-results.ipynb index b260dbeaa37..b7d235665ec 100644 --- a/docs/guides/visualize-results.ipynb +++ b/docs/guides/visualize-results.ipynb @@ -37,7 +37,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.4.0\n", + "qiskit[all]~=2.4.2\n", "```\n", "\n", "" diff --git a/public/docs/images/guides/DAG-representation/extracted-outputs/1d16892a-0.svg b/public/docs/images/guides/DAG-representation/extracted-outputs/1d16892a-0.svg index 0287e9aa42c..34cbae3ff7e 100644 --- a/public/docs/images/guides/DAG-representation/extracted-outputs/1d16892a-0.svg +++ b/public/docs/images/guides/DAG-representation/extracted-outputs/1d16892a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/DAG-representation/extracted-outputs/2f35375f-0.svg b/public/docs/images/guides/DAG-representation/extracted-outputs/2f35375f-0.svg index 141091afe5d..d8178c20cf6 100644 --- a/public/docs/images/guides/DAG-representation/extracted-outputs/2f35375f-0.svg +++ b/public/docs/images/guides/DAG-representation/extracted-outputs/2f35375f-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/DAG-representation/extracted-outputs/786571f7-0.svg b/public/docs/images/guides/DAG-representation/extracted-outputs/786571f7-0.svg index 81864230ded..700fd94f449 100644 --- a/public/docs/images/guides/DAG-representation/extracted-outputs/786571f7-0.svg +++ b/public/docs/images/guides/DAG-representation/extracted-outputs/786571f7-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/abeb9f09-d762-406d-983e-0357ade59636-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/abeb9f09-d762-406d-983e-0357ade59636-0.svg index 77dae3245d1..0fc9133f951 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/abeb9f09-d762-406d-983e-0357ade59636-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/abeb9f09-d762-406d-983e-0357ade59636-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/bc713d11-755e-41e4-94f0-1ed76e3c2469-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/bc713d11-755e-41e4-94f0-1ed76e3c2469-0.svg index c914fa84beb..48ffa6396d7 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/bc713d11-755e-41e4-94f0-1ed76e3c2469-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/bc713d11-755e-41e4-94f0-1ed76e3c2469-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/ff52bf52-1323-40fc-a631-2b1889b21b20-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/ff52bf52-1323-40fc-a631-2b1889b21b20-0.svg index af99821c15a..f2d8bd5c5d9 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/ff52bf52-1323-40fc-a631-2b1889b21b20-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/ff52bf52-1323-40fc-a631-2b1889b21b20-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/3ccaeb1b-03c6-4dfa-9000-e48db2516303-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/3ccaeb1b-03c6-4dfa-9000-e48db2516303-0.svg index a5fcd726ee2..a87a64db7ca 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/3ccaeb1b-03c6-4dfa-9000-e48db2516303-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/3ccaeb1b-03c6-4dfa-9000-e48db2516303-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/77555a5a-a81c-47b8-a9ae-3015d84adcf5-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/77555a5a-a81c-47b8-a9ae-3015d84adcf5-0.svg index 2301deee60f..851b6634f7b 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/77555a5a-a81c-47b8-a9ae-3015d84adcf5-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/77555a5a-a81c-47b8-a9ae-3015d84adcf5-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/834794df-86e9-4bea-8efa-5380499e359b-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/834794df-86e9-4bea-8efa-5380499e359b-0.svg index 826a240a6d7..d5c2cce6134 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/834794df-86e9-4bea-8efa-5380499e359b-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/834794df-86e9-4bea-8efa-5380499e359b-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/89227b48-12b2-4b1b-9680-55a7fce88a2b-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/89227b48-12b2-4b1b-9680-55a7fce88a2b-0.svg index 4322d3b0c8e..7d6c3a0d907 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/89227b48-12b2-4b1b-9680-55a7fce88a2b-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/89227b48-12b2-4b1b-9680-55a7fce88a2b-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 c4d98c69f15..12755482cbe 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/circuit-library/extracted-outputs/a846a845-7ac5-4c92-b124-d2b90a773ba2-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/a846a845-7ac5-4c92-b124-d2b90a773ba2-0.svg index 47c4a70c13a..c303112b63c 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/a846a845-7ac5-4c92-b124-d2b90a773ba2-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/a846a845-7ac5-4c92-b124-d2b90a773ba2-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/cf8b1efc-57b3-4681-8e6a-d5b8406d092d-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/cf8b1efc-57b3-4681-8e6a-d5b8406d092d-0.svg index bb2f6ae767a..590934ec94a 100644 --- a/public/docs/images/guides/circuit-library/extracted-outputs/cf8b1efc-57b3-4681-8e6a-d5b8406d092d-0.svg +++ b/public/docs/images/guides/circuit-library/extracted-outputs/cf8b1efc-57b3-4681-8e6a-d5b8406d092d-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/4ac958d4-b9b5-4939-a359-a9edca7ddb6a-0.svg b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/4ac958d4-b9b5-4939-a359-a9edca7ddb6a-0.svg index 4c6076d8f43..1e00601c749 100644 --- a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/4ac958d4-b9b5-4939-a359-a9edca7ddb6a-0.svg +++ b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/4ac958d4-b9b5-4939-a359-a9edca7ddb6a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/6313186e-bc40-432e-9ada-8594d6a26d55-0.svg b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/6313186e-bc40-432e-9ada-8594d6a26d55-0.svg index 5b6dcf0706d..5e9f58c49fe 100644 --- a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/6313186e-bc40-432e-9ada-8594d6a26d55-0.svg +++ b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/6313186e-bc40-432e-9ada-8594d6a26d55-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/9e86132d-a8b2-40db-af42-53042dfa108b-0.svg b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/9e86132d-a8b2-40db-af42-53042dfa108b-0.svg index 080289e6a34..24c0d38d285 100644 --- a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/9e86132d-a8b2-40db-af42-53042dfa108b-0.svg +++ b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/9e86132d-a8b2-40db-af42-53042dfa108b-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg index e6ea9fc3f8e..ed090380415 100644 --- a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg +++ b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-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/04b82e33-7c95-4042-a5e9-d00ff075ca02-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/04b82e33-7c95-4042-a5e9-d00ff075ca02-0.svg new file mode 100644 index 00000000000..bee1ae963ea --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/04b82e33-7c95-4042-a5e9-d00ff075ca02-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/101aaa8f-7061-4924-9b50-806d7e1ab728-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/101aaa8f-7061-4924-9b50-806d7e1ab728-0.avif deleted file mode 100644 index 52d18bc29e6..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/101aaa8f-7061-4924-9b50-806d7e1ab728-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/174a9675-3c8b-4b5e-808e-f7e0f8b9c805-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/174a9675-3c8b-4b5e-808e-f7e0f8b9c805-0.avif deleted file mode 100644 index b922f2fde46..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/174a9675-3c8b-4b5e-808e-f7e0f8b9c805-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/1f6737fe-bc45-4d0c-b7b4-1096e2d7e14a-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/1f6737fe-bc45-4d0c-b7b4-1096e2d7e14a-0.avif deleted file mode 100644 index f2c75a1b2b7..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/1f6737fe-bc45-4d0c-b7b4-1096e2d7e14a-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/37ec3fa6-04b5-4165-b8d2-bae5fd238331-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/37ec3fa6-04b5-4165-b8d2-bae5fd238331-0.avif deleted file mode 100644 index 8cb4d3a0c97..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/37ec3fa6-04b5-4165-b8d2-bae5fd238331-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/53a26ce5-3564-47a0-8803-c9c46db86923-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/53a26ce5-3564-47a0-8803-c9c46db86923-0.avif deleted file mode 100644 index d332870b2ba..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/53a26ce5-3564-47a0-8803-c9c46db86923-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/6aaba57e-7841-47d3-8f31-f922cb2b81f7-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/6aaba57e-7841-47d3-8f31-f922cb2b81f7-0.svg new file mode 100644 index 00000000000..899c247efc5 --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/6aaba57e-7841-47d3-8f31-f922cb2b81f7-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/6ccfd81b-0bda-409e-bd9a-116848df631b-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/6ccfd81b-0bda-409e-bd9a-116848df631b-0.svg new file mode 100644 index 00000000000..36826e54ea4 --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/6ccfd81b-0bda-409e-bd9a-116848df631b-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/953fa3ca-f542-47ea-9cf2-36a616ecb7f7-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/953fa3ca-f542-47ea-9cf2-36a616ecb7f7-0.svg new file mode 100644 index 00000000000..3713be01165 --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/953fa3ca-f542-47ea-9cf2-36a616ecb7f7-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/a5d43b4c-c538-4f34-8cf3-92c2c0d26fdd-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/a5d43b4c-c538-4f34-8cf3-92c2c0d26fdd-0.avif deleted file mode 100644 index 754e44c630b..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/a5d43b4c-c538-4f34-8cf3-92c2c0d26fdd-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/a5d808f5-d424-4133-a557-89d2f2a2c853-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/a5d808f5-d424-4133-a557-89d2f2a2c853-0.svg new file mode 100644 index 00000000000..b457bf6393e --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/a5d808f5-d424-4133-a557-89d2f2a2c853-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/c26465ff-5d3e-4799-8c68-c327abff5694-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/c26465ff-5d3e-4799-8c68-c327abff5694-0.svg new file mode 100644 index 00000000000..8d9680cfc7d --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/c26465ff-5d3e-4799-8c68-c327abff5694-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/c6c91715-7a98-46a8-885e-92d3d1f99557-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/c6c91715-7a98-46a8-885e-92d3d1f99557-0.svg new file mode 100644 index 00000000000..b09be27aad5 --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/c6c91715-7a98-46a8-885e-92d3d1f99557-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/d2fdf38a-e874-4de1-9a79-08aab97f9ecc-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d2fdf38a-e874-4de1-9a79-08aab97f9ecc-0.avif deleted file mode 100644 index 2985894d232..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d2fdf38a-e874-4de1-9a79-08aab97f9ecc-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d40249f1-d951-49e4-9ee9-662d3568f32f-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d40249f1-d951-49e4-9ee9-662d3568f32f-0.svg new file mode 100644 index 00000000000..026dc580f2d --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/d40249f1-d951-49e4-9ee9-662d3568f32f-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/f0f191a7-d59d-415f-a11b-9f39e431269b-0.svg b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/f0f191a7-d59d-415f-a11b-9f39e431269b-0.svg new file mode 100644 index 00000000000..b290a8511c2 --- /dev/null +++ b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/f0f191a7-d59d-415f-a11b-9f39e431269b-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/f76db731-afa1-4777-9482-25376aa86175-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/f76db731-afa1-4777-9482-25376aa86175-0.avif deleted file mode 100644 index e55c137ebcb..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/f76db731-afa1-4777-9482-25376aa86175-0.avif and /dev/null differ diff --git a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/fc2bc3c3-eab1-41f0-b696-5e8b30155d55-0.avif b/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/fc2bc3c3-eab1-41f0-b696-5e8b30155d55-0.avif deleted file mode 100644 index c00904074f9..00000000000 Binary files a/public/docs/images/guides/classical-feedforward-and-control-flow/extracted-outputs/fc2bc3c3-eab1-41f0-b696-5e8b30155d55-0.avif and /dev/null differ diff --git a/public/docs/images/guides/common-parameters/extracted-outputs/8df57c6a-1ff4-4d58-9b7e-4378452c3025-0.svg b/public/docs/images/guides/common-parameters/extracted-outputs/8df57c6a-1ff4-4d58-9b7e-4378452c3025-0.svg index 2602300b147..2fa0e335c05 100644 --- a/public/docs/images/guides/common-parameters/extracted-outputs/8df57c6a-1ff4-4d58-9b7e-4378452c3025-0.svg +++ b/public/docs/images/guides/common-parameters/extracted-outputs/8df57c6a-1ff4-4d58-9b7e-4378452c3025-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/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg b/public/docs/images/guides/common-parameters/extracted-outputs/a7800d8a-7354-48e4-a55f-f902ae28c875-0.svg index 5d390df00d1..02d47d3259d 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 4a90bd5a814..a2a8a9424e8 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 6cf17ba0d3b..156fd214b4b 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.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.svg index e24cdfcc0e8..d47f66709b8 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-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/29152dfa-2275-4bc4-aadb-82185b9e0e86-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/29152dfa-2275-4bc4-aadb-82185b9e0e86-0.svg index 175a7925fc5..0fd600c8c57 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/29152dfa-2275-4bc4-aadb-82185b9e0e86-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/29152dfa-2275-4bc4-aadb-82185b9e0e86-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/3c0633db-929b-4428-a888-7a3d493bd6dd-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/3c0633db-929b-4428-a888-7a3d493bd6dd-0.svg index fa2410b9b56..5468bb5f137 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/3c0633db-929b-4428-a888-7a3d493bd6dd-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/3c0633db-929b-4428-a888-7a3d493bd6dd-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/43a57258-3e33-4071-8a48-2bf127c8a5be-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/43a57258-3e33-4071-8a48-2bf127c8a5be-0.svg index 5922327e22a..5ecd356c2f2 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/43a57258-3e33-4071-8a48-2bf127c8a5be-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/43a57258-3e33-4071-8a48-2bf127c8a5be-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/653e2427-e301-4d2f-84de-1959185ace8e-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/653e2427-e301-4d2f-84de-1959185ace8e-0.svg index ba3ba86e1df..a9ec8369aa8 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/653e2427-e301-4d2f-84de-1959185ace8e-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/653e2427-e301-4d2f-84de-1959185ace8e-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/66813cae-9841-47ea-96b7-8fd7b82e9759-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/66813cae-9841-47ea-96b7-8fd7b82e9759-0.svg index 87f7698c41e..c103789ade5 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/66813cae-9841-47ea-96b7-8fd7b82e9759-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/66813cae-9841-47ea-96b7-8fd7b82e9759-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/6f33698c-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.svg index c6b16cbf0e7..015fee93234 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-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/81b682dd-45cb-4492-809e-d9e8ebbf5600-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/81b682dd-45cb-4492-809e-d9e8ebbf5600-0.svg index 4c1430a0a3f..98fb88d0c6f 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/81b682dd-45cb-4492-809e-d9e8ebbf5600-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/81b682dd-45cb-4492-809e-d9e8ebbf5600-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/85af6231-921a-4130-99d3-f6998f761df8-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/85af6231-921a-4130-99d3-f6998f761df8-0.svg index b13250dfc1b..4ef5d1ffa19 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/85af6231-921a-4130-99d3-f6998f761df8-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/85af6231-921a-4130-99d3-f6998f761df8-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/a580552c-d585-4047-99f0-32aafd06e4f3-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/a580552c-d585-4047-99f0-32aafd06e4f3-0.svg index f5afcb49496..03f5260c2da 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/a580552c-d585-4047-99f0-32aafd06e4f3-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/a580552c-d585-4047-99f0-32aafd06e4f3-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/ca3f225f-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.svg index 09023d71ac3..2b9c131bddb 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-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/ed362e64-d6a4-4dfd-a5cf-5e6bdc7a81b5-0.svg b/public/docs/images/guides/construct-circuits/extracted-outputs/ed362e64-d6a4-4dfd-a5cf-5e6bdc7a81b5-0.svg index bfc04466f32..581fa097874 100644 --- a/public/docs/images/guides/construct-circuits/extracted-outputs/ed362e64-d6a4-4dfd-a5cf-5e6bdc7a81b5-0.svg +++ b/public/docs/images/guides/construct-circuits/extracted-outputs/ed362e64-d6a4-4dfd-a5cf-5e6bdc7a81b5-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ 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 3a126632f37..1a0be4fe126 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 d801e22a545..9e09af27712 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 093c1b220c3..b98e21c6b57 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/9123905d-b4cb-4ae9-9695-4ad77e70bdab-0.svg b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/9123905d-b4cb-4ae9-9695-4ad77e70bdab-0.svg index ab8fbbe8c38..cc3acfb03b9 100644 --- a/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/9123905d-b4cb-4ae9-9695-4ad77e70bdab-0.svg +++ b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/9123905d-b4cb-4ae9-9695-4ad77e70bdab-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file 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 339fcc08a4d..13b436cb182 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/debug-qiskit-runtime-jobs/extracted-outputs/3ad78f41-a2f8-4381-826a-ae728e081ad6-0.svg b/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/3ad78f41-a2f8-4381-826a-ae728e081ad6-0.svg index 20384daec01..196351cbfd2 100644 --- a/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/3ad78f41-a2f8-4381-826a-ae728e081ad6-0.svg +++ b/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/3ad78f41-a2f8-4381-826a-ae728e081ad6-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/df19af55-897d-4b1f-baf8-fac2641ae87d-0.svg b/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/df19af55-897d-4b1f-baf8-fac2641ae87d-0.svg index f2a4af3981b..f4f740606d3 100644 --- a/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/df19af55-897d-4b1f-baf8-fac2641ae87d-0.svg +++ b/public/docs/images/guides/debug-qiskit-runtime-jobs/extracted-outputs/df19af55-897d-4b1f-baf8-fac2641ae87d-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 159211a0f38..47d8b11088e 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/defaults-and-configuration-options/extracted-outputs/f7070db2-2b3e-4dcd-bbc7-cac7662867b3-0.svg b/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/f7070db2-2b3e-4dcd-bbc7-cac7662867b3-0.svg index 3d7ff101171..1a6731fb224 100644 --- a/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/f7070db2-2b3e-4dcd-bbc7-cac7662867b3-0.svg +++ b/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/f7070db2-2b3e-4dcd-bbc7-cac7662867b3-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/7a552621-a96f-4bb8-ae9b-4ab5a65bbb64-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/7a552621-a96f-4bb8-ae9b-4ab5a65bbb64-0.svg index af1ad6552ca..3e3f8ea4dcd 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/7a552621-a96f-4bb8-ae9b-4ab5a65bbb64-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/7a552621-a96f-4bb8-ae9b-4ab5a65bbb64-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/9479a60c-d5d0-45c7-a93e-a2a488ba8985-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/9479a60c-d5d0-45c7-a93e-a2a488ba8985-0.svg index ef19cae821a..f4238efe978 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/9479a60c-d5d0-45c7-a93e-a2a488ba8985-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/9479a60c-d5d0-45c7-a93e-a2a488ba8985-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/f0f4b29d-1c95-47d2-a7ad-8e130eaff74a-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/f0f4b29d-1c95-47d2-a7ad-8e130eaff74a-0.svg index 20a1b53d307..f564f87ecc7 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/f0f4b29d-1c95-47d2-a7ad-8e130eaff74a-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/f0f4b29d-1c95-47d2-a7ad-8e130eaff74a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg index 9ac8750f802..0671bb70a64 100644 --- a/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg +++ b/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/hello-world/extracted-outputs/930ca3b6-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/930ca3b6-0.svg index 01f34e0d6f0..a617ee6a058 100644 --- a/public/docs/images/guides/hello-world/extracted-outputs/930ca3b6-0.svg +++ b/public/docs/images/guides/hello-world/extracted-outputs/930ca3b6-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/hello-world/extracted-outputs/9a901271-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/9a901271-0.svg index ec3c0d3cce5..06b729d58c1 100644 --- a/public/docs/images/guides/hello-world/extracted-outputs/9a901271-0.svg +++ b/public/docs/images/guides/hello-world/extracted-outputs/9a901271-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/hello-world/extracted-outputs/de91ebd0-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/de91ebd0-0.svg index 57bdbe9ab94..fed73d18da6 100644 --- a/public/docs/images/guides/hello-world/extracted-outputs/de91ebd0-0.svg +++ b/public/docs/images/guides/hello-world/extracted-outputs/de91ebd0-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/interoperate-qiskit-qasm3/extracted-outputs/e805197c-51fb-4216-8d24-ae26633d29bc-0.svg b/public/docs/images/guides/interoperate-qiskit-qasm3/extracted-outputs/e805197c-51fb-4216-8d24-ae26633d29bc-0.svg index 6b1d75491e3..0aaeb711d2d 100644 --- a/public/docs/images/guides/interoperate-qiskit-qasm3/extracted-outputs/e805197c-51fb-4216-8d24-ae26633d29bc-0.svg +++ b/public/docs/images/guides/interoperate-qiskit-qasm3/extracted-outputs/e805197c-51fb-4216-8d24-ae26633d29bc-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/operator-class/extracted-outputs/223c07c9-1b1d-4a33-a397-091cac2ec9e3-0.svg b/public/docs/images/guides/operator-class/extracted-outputs/223c07c9-1b1d-4a33-a397-091cac2ec9e3-0.svg index 263d028497d..774d6a20a39 100644 --- a/public/docs/images/guides/operator-class/extracted-outputs/223c07c9-1b1d-4a33-a397-091cac2ec9e3-0.svg +++ b/public/docs/images/guides/operator-class/extracted-outputs/223c07c9-1b1d-4a33-a397-091cac2ec9e3-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/plot-quantum-states/extracted-outputs/0a097bb3-d6b7-488b-8951-fc53aa7eae57-0.svg b/public/docs/images/guides/plot-quantum-states/extracted-outputs/0a097bb3-d6b7-488b-8951-fc53aa7eae57-0.svg index 1fd80b1782d..cc5f8ccb483 100644 --- a/public/docs/images/guides/plot-quantum-states/extracted-outputs/0a097bb3-d6b7-488b-8951-fc53aa7eae57-0.svg +++ b/public/docs/images/guides/plot-quantum-states/extracted-outputs/0a097bb3-d6b7-488b-8951-fc53aa7eae57-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/plot-quantum-states/extracted-outputs/31c6b641-9447-46c9-aecc-5a5602bbd538-0.svg b/public/docs/images/guides/plot-quantum-states/extracted-outputs/31c6b641-9447-46c9-aecc-5a5602bbd538-0.svg index 4fbfdb210fd..cba7f7d1457 100644 --- a/public/docs/images/guides/plot-quantum-states/extracted-outputs/31c6b641-9447-46c9-aecc-5a5602bbd538-0.svg +++ b/public/docs/images/guides/plot-quantum-states/extracted-outputs/31c6b641-9447-46c9-aecc-5a5602bbd538-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/plot-quantum-states/extracted-outputs/752f7232-dfe5-457b-82f1-8a4ab5837aef-0.svg b/public/docs/images/guides/plot-quantum-states/extracted-outputs/752f7232-dfe5-457b-82f1-8a4ab5837aef-0.svg index 8249440ad2e..04f32cbc187 100644 --- a/public/docs/images/guides/plot-quantum-states/extracted-outputs/752f7232-dfe5-457b-82f1-8a4ab5837aef-0.svg +++ b/public/docs/images/guides/plot-quantum-states/extracted-outputs/752f7232-dfe5-457b-82f1-8a4ab5837aef-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/plot-quantum-states/extracted-outputs/aa034130-f9b6-4a2b-9dbf-20615bb15c6f-0.svg b/public/docs/images/guides/plot-quantum-states/extracted-outputs/aa034130-f9b6-4a2b-9dbf-20615bb15c6f-0.svg index 41e881c6ea3..428469247cf 100644 --- a/public/docs/images/guides/plot-quantum-states/extracted-outputs/aa034130-f9b6-4a2b-9dbf-20615bb15c6f-0.svg +++ b/public/docs/images/guides/plot-quantum-states/extracted-outputs/aa034130-f9b6-4a2b-9dbf-20615bb15c6f-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/plot-quantum-states/extracted-outputs/b7729b72-3597-4360-a731-180314abc849-0.svg b/public/docs/images/guides/plot-quantum-states/extracted-outputs/b7729b72-3597-4360-a731-180314abc849-0.svg index 53f567efbab..b3818d5ab68 100644 --- a/public/docs/images/guides/plot-quantum-states/extracted-outputs/b7729b72-3597-4360-a731-180314abc849-0.svg +++ b/public/docs/images/guides/plot-quantum-states/extracted-outputs/b7729b72-3597-4360-a731-180314abc849-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/post-selection/extracted-outputs/68fa9100-0.svg b/public/docs/images/guides/post-selection/extracted-outputs/68fa9100-0.svg index 5c5cdf9bc18..d35e15e489f 100644 --- a/public/docs/images/guides/post-selection/extracted-outputs/68fa9100-0.svg +++ b/public/docs/images/guides/post-selection/extracted-outputs/68fa9100-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/post-selection/extracted-outputs/b1ba31b9-1.svg b/public/docs/images/guides/post-selection/extracted-outputs/b1ba31b9-1.svg index ea635290bf1..30630243e8c 100644 --- a/public/docs/images/guides/post-selection/extracted-outputs/b1ba31b9-1.svg +++ b/public/docs/images/guides/post-selection/extracted-outputs/b1ba31b9-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/post-selection/extracted-outputs/faf50950-0.svg b/public/docs/images/guides/post-selection/extracted-outputs/faf50950-0.svg index 06eacd86322..0aaa0613abb 100644 --- a/public/docs/images/guides/post-selection/extracted-outputs/faf50950-0.svg +++ b/public/docs/images/guides/post-selection/extracted-outputs/faf50950-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-sqd-get-started/extracted-outputs/79f57ba1-492b-4c35-a3c7-4e3615cbb321-1.svg b/public/docs/images/guides/qiskit-addons-sqd-get-started/extracted-outputs/79f57ba1-492b-4c35-a3c7-4e3615cbb321-1.svg index 19ed90cbcc4..70e09c1721e 100644 --- a/public/docs/images/guides/qiskit-addons-sqd-get-started/extracted-outputs/79f57ba1-492b-4c35-a3c7-4e3615cbb321-1.svg +++ b/public/docs/images/guides/qiskit-addons-sqd-get-started/extracted-outputs/79f57ba1-492b-4c35-a3c7-4e3615cbb321-1.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.svg b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg index 7a83a48c5e4..0100f57d779 100644 --- a/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg +++ b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/25d9fac3-abda-4b2d-81b4-351dc0772722-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/25d9fac3-abda-4b2d-81b4-351dc0772722-0.svg index 2e22bc749df..61461e07c73 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/25d9fac3-abda-4b2d-81b4-351dc0772722-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/25d9fac3-abda-4b2d-81b4-351dc0772722-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/313e4743-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/313e4743-0.svg index d3a152de923..5626e62feea 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/313e4743-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/313e4743-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/4b81fb9d-d199-45c5-b119-c1f0b973afe9-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/4b81fb9d-d199-45c5-b119-c1f0b973afe9-0.svg index 8971f2c9484..d44f62caa99 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/4b81fb9d-d199-45c5-b119-c1f0b973afe9-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/4b81fb9d-d199-45c5-b119-c1f0b973afe9-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/8035fd05-f7cd-4151-b19a-4968202246e6-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/8035fd05-f7cd-4151-b19a-4968202246e6-0.svg index 90a2f4bbefc..8e2c109f87e 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/8035fd05-f7cd-4151-b19a-4968202246e6-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/8035fd05-f7cd-4151-b19a-4968202246e6-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/97f9acc1-ac53-4025-b413-485777932a9b-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/97f9acc1-ac53-4025-b413-485777932a9b-0.svg index 22483a54c3e..c1a157fa355 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/97f9acc1-ac53-4025-b413-485777932a9b-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/97f9acc1-ac53-4025-b413-485777932a9b-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/9be74535-ed36-4d51-afeb-ee53c3f8a046-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/9be74535-ed36-4d51-afeb-ee53c3f8a046-0.svg index cee4c2954cb..9bbe875fd52 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/9be74535-ed36-4d51-afeb-ee53c3f8a046-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/9be74535-ed36-4d51-afeb-ee53c3f8a046-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/ec354bee-e06b-42ea-a117-6c1a9308ca73-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/ec354bee-e06b-42ea-a117-6c1a9308ca73-0.svg index 9df14dc00fd..81e9c8cbda0 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/ec354bee-e06b-42ea-a117-6c1a9308ca73-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/ec354bee-e06b-42ea-a117-6c1a9308ca73-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/f1e270c4-e2cc-487e-a050-4180bc321b0b-0.svg b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/f1e270c4-e2cc-487e-a050-4180bc321b0b-0.svg index 1663c74afdc..1ae3cbf078a 100644 --- a/public/docs/images/guides/represent-quantum-computers/extracted-outputs/f1e270c4-e2cc-487e-a050-4180bc321b0b-0.svg +++ b/public/docs/images/guides/represent-quantum-computers/extracted-outputs/f1e270c4-e2cc-487e-a050-4180bc321b0b-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/save-circuits/extracted-outputs/210d05c8-c9eb-4135-bb3f-94c281708f4b-0.svg b/public/docs/images/guides/save-circuits/extracted-outputs/210d05c8-c9eb-4135-bb3f-94c281708f4b-0.svg index 16d08b1ca67..5e7732d5578 100644 --- a/public/docs/images/guides/save-circuits/extracted-outputs/210d05c8-c9eb-4135-bb3f-94c281708f4b-0.svg +++ b/public/docs/images/guides/save-circuits/extracted-outputs/210d05c8-c9eb-4135-bb3f-94c281708f4b-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/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/2dab5def-a017-42e9-92d6-e043ac4065b2-0.svg index 297d3d11e0b..7dd7afd060b 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 e2a9b652de1..d5a0555cf6e 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 388301fad03..eb2212dda1b 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 9e8f1480d74..8ffef9d081e 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/81173ebc-8359-48a6-b585-0477907b3b93-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/81173ebc-8359-48a6-b585-0477907b3b93-0.svg index fc862203326..62d38dde09f 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/81173ebc-8359-48a6-b585-0477907b3b93-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/81173ebc-8359-48a6-b585-0477907b3b93-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 6833fa6fcc5..85007d936cf 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/simulate-stabilizer-circuits/extracted-outputs/2d26ac3e-2a6a-4d73-900f-470200a63154-0.svg b/public/docs/images/guides/simulate-stabilizer-circuits/extracted-outputs/2d26ac3e-2a6a-4d73-900f-470200a63154-0.svg index 03721328952..10cebab9105 100644 --- a/public/docs/images/guides/simulate-stabilizer-circuits/extracted-outputs/2d26ac3e-2a6a-4d73-900f-470200a63154-0.svg +++ b/public/docs/images/guides/simulate-stabilizer-circuits/extracted-outputs/2d26ac3e-2a6a-4d73-900f-470200a63154-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/simulate-with-qiskit-aer/extracted-outputs/df70b5fd-971d-4e7d-a23a-8df037c0fa47-0.svg b/public/docs/images/guides/simulate-with-qiskit-aer/extracted-outputs/df70b5fd-971d-4e7d-a23a-8df037c0fa47-0.svg index 3a759fb0437..646d01481b8 100644 --- a/public/docs/images/guides/simulate-with-qiskit-aer/extracted-outputs/df70b5fd-971d-4e7d-a23a-8df037c0fa47-0.svg +++ b/public/docs/images/guides/simulate-with-qiskit-aer/extracted-outputs/df70b5fd-971d-4e7d-a23a-8df037c0fa47-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/5b41a52d-8f15-4ce4-b3f6-effd91946d9c-0.svg b/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/5b41a52d-8f15-4ce4-b3f6-effd91946d9c-0.svg index cde7f077640..b1b1b14e38b 100644 --- a/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/5b41a52d-8f15-4ce4-b3f6-effd91946d9c-0.svg +++ b/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/5b41a52d-8f15-4ce4-b3f6-effd91946d9c-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/d4c0ac3b-8e5b-4cde-bb26-256324982c2c-0.svg b/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/d4c0ac3b-8e5b-4cde-bb26-256324982c2c-0.svg index 4f9eb5e18a8..4008fba3bb0 100644 --- a/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/d4c0ac3b-8e5b-4cde-bb26-256324982c2c-0.svg +++ b/public/docs/images/guides/simulate-with-qiskit-sdk-primitives/extracted-outputs/d4c0ac3b-8e5b-4cde-bb26-256324982c2c-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/specify-observables-pauli/extracted-outputs/ce4b1984-ebe0-44f6-a78c-d67b9e9bb361-0.svg b/public/docs/images/guides/specify-observables-pauli/extracted-outputs/ce4b1984-ebe0-44f6-a78c-d67b9e9bb361-0.svg index 9492c431805..7decd453472 100644 --- a/public/docs/images/guides/specify-observables-pauli/extracted-outputs/ce4b1984-ebe0-44f6-a78c-d67b9e9bb361-0.svg +++ b/public/docs/images/guides/specify-observables-pauli/extracted-outputs/ce4b1984-ebe0-44f6-a78c-d67b9e9bb361-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/synthesize-unitary-operators/extracted-outputs/85b63631-b958-48ac-9951-4fa65222a6e1-0.svg b/public/docs/images/guides/synthesize-unitary-operators/extracted-outputs/85b63631-b958-48ac-9951-4fa65222a6e1-0.svg index c04e72a020a..6e7bab76e17 100644 --- a/public/docs/images/guides/synthesize-unitary-operators/extracted-outputs/85b63631-b958-48ac-9951-4fa65222a6e1-0.svg +++ b/public/docs/images/guides/synthesize-unitary-operators/extracted-outputs/85b63631-b958-48ac-9951-4fa65222a6e1-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/01317c54-68b5-4e41-893f-82ee223e22f0-0.svg b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/01317c54-68b5-4e41-893f-82ee223e22f0-0.svg index 78d83909c37..21618f11d2a 100644 --- a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/01317c54-68b5-4e41-893f-82ee223e22f0-0.svg +++ b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/01317c54-68b5-4e41-893f-82ee223e22f0-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/019ad99b-bd38-4217-90ee-da43959dc8ad-0.svg b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/019ad99b-bd38-4217-90ee-da43959dc8ad-0.svg index 063bc6cc897..7a542b0b4c6 100644 --- a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/019ad99b-bd38-4217-90ee-da43959dc8ad-0.svg +++ b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/019ad99b-bd38-4217-90ee-da43959dc8ad-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/c1426e6c-f506-4938-8c0a-05198bae9746-0.svg b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/c1426e6c-f506-4938-8c0a-05198bae9746-0.svg index 3aafb19442e..0bfb3647286 100644 --- a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/c1426e6c-f506-4938-8c0a-05198bae9746-0.svg +++ b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/c1426e6c-f506-4938-8c0a-05198bae9746-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/2700405a-f559-45d3-99a9-5b4447621743-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/2700405a-f559-45d3-99a9-5b4447621743-0.svg index 439c0e28994..4c99265b6c3 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/2700405a-f559-45d3-99a9-5b4447621743-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/2700405a-f559-45d3-99a9-5b4447621743-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/4552b367-75e9-4faa-a59d-8317e25ac145-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/4552b367-75e9-4faa-a59d-8317e25ac145-0.svg index 20d7bab6ed3..b6cda1870ae 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/4552b367-75e9-4faa-a59d-8317e25ac145-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/4552b367-75e9-4faa-a59d-8317e25ac145-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/62479697-cef1-4a89-ac2a-20051dd294f4-1.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/62479697-cef1-4a89-ac2a-20051dd294f4-1.svg index 18ca496bf53..d4b013ea304 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/62479697-cef1-4a89-ac2a-20051dd294f4-1.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/62479697-cef1-4a89-ac2a-20051dd294f4-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/ab89c4ea-06c4-4320-b493-feb691b3570d-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/ab89c4ea-06c4-4320-b493-feb691b3570d-0.svg index f3b437d3642..4be4bf8ed4e 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/ab89c4ea-06c4-4320-b493-feb691b3570d-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/ab89c4ea-06c4-4320-b493-feb691b3570d-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/ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg index 8a48c6bf51e..8a4197a9d12 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/ae2d9390-5c26-46f3-9418-a684ba8a406a-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/d4d1f65a-3336-4d70-9189-65ba010f2366-1.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/d4d1f65a-3336-4d70-9189-65ba010f2366-1.svg index 2315529b633..ebc8d9ce101 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/d4d1f65a-3336-4d70-9189-65ba010f2366-1.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/d4d1f65a-3336-4d70-9189-65ba010f2366-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/f6a3a92a-8656-4518-ba2c-c3b0b038f507-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/f6a3a92a-8656-4518-ba2c-c3b0b038f507-0.svg index c1cce69c761..bba1fefa377 100644 --- a/public/docs/images/guides/transpiler-stages/extracted-outputs/f6a3a92a-8656-4518-ba2c-c3b0b038f507-0.svg +++ b/public/docs/images/guides/transpiler-stages/extracted-outputs/f6a3a92a-8656-4518-ba2c-c3b0b038f507-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg b/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg index fdce87e1964..9ce2c2c633b 100644 --- a/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg +++ b/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/907dc46c-0.svg b/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/907dc46c-0.svg index ac0cde6648c..4aeeecf2370 100644 --- a/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/907dc46c-0.svg +++ b/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/907dc46c-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.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/17889caf-d953-4661-9188-00505c17064e-0.svg index 573e43fe62c..61b2cdc87e1 100644 --- 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 @@ -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/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/256dd092-b2eb-47af-a025-0ecdf85c2d5a-0.svg index 57510891005..93ee3d9b099 100644 --- 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 @@ -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/3f9c61c9-58f9-4315-a639-455fa2e58450-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/3f9c61c9-58f9-4315-a639-455fa2e58450-0.svg index fbd3bbdf7bd..e7ba98c39b6 100644 --- 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 @@ -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/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e57cd43-8a48-469d-8f69-8e7c936d4a1e-0.svg index 408aa117f54..dd33ff4b76c 100644 --- 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 @@ -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/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/8e7a251a-0a4f-43e0-8cf5-48493df7bad9-0.svg index 4e33dbcfb1e..776705df5a0 100644 --- 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 @@ -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/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif index 60276d02f1e..e12b6d7f1a4 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 60276d02f1e..e12b6d7f1a4 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.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/ade9a653-3243-4ac9-bb0e-c8fb82f7a034-0.svg index bcde3f3b049..dc8dff97bc3 100644 --- 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 @@ -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/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/b4a601ad-1c04-4b16-afbd-ac5a0ad42653-0.svg index 3a5fb12a091..67a02c2c51e 100644 --- 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 @@ -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/decadf88-4866-45a0-9e2f-836c51491f9e-0.svg b/public/docs/images/guides/visualize-circuits/extracted-outputs/decadf88-4866-45a0-9e2f-836c51491f9e-0.svg index 4b98be70c83..de5ab7abc2a 100644 --- 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 @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.svg b/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.svg index 0d031362ead..6a50a116f42 100644 --- a/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.svg +++ b/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.svg b/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.svg index ea078eb9654..7bd46213a9e 100644 --- a/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.svg +++ b/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.svg b/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.svg index e7ee3e6ad48..5578e42fc48 100644 --- a/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.svg +++ b/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.svg b/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.svg index ca73b46ed2c..d6838820646 100644 --- a/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.svg +++ b/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file