diff --git a/docs/guides/DAG-representation.ipynb b/docs/guides/DAG-representation.ipynb index a0e179b272f9..738b44d527b4 100644 --- a/docs/guides/DAG-representation.ipynb +++ b/docs/guides/DAG-representation.ipynb @@ -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/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb index f904ea0b4fb7..4ffc6c63517b 100644 --- a/docs/guides/build-noise-models.ipynb +++ b/docs/guides/build-noise-models.ipynb @@ -523,7 +523,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n", - " Instructions with noise: ['u2', 'u1', 'u3']\n", + " Instructions with noise: ['u2', 'u3', 'u1']\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: ['u2', 'u1', 'u3']\n", + " Instructions with noise: ['u2', 'u3', 'u1']\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: ['u3', 'u1', 'u2', 'reset', 'cx', 'measure']\n", + " Instructions with noise: ['cx', 'u1', 'measure', 'u3', 'reset', 'u2']\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: ['u3', 'u2', 'reset', 'cx', 'measure']\n", + " Instructions with noise: ['cx', 'measure', 'u3', 'reset', 'u2']\n", " Qubits with noise: [0, 1, 2, 3]\n", " Specific qubit errors: [('reset', (0,)), ('reset', (1,)), ('reset', (2,)), ('reset', (3,)), ('measure', (0,)), ('measure', (1,)), ('measure', (2,)), ('measure', (3,)), ('u2', (0,)), ('u2', (1,)), ('u2', (2,)), ('u2', (3,)), ('u3', (0,)), ('u3', (1,)), ('u3', (2,)), ('u3', (3,)), ('cx', (0, 0)), ('cx', (0, 1)), ('cx', (0, 2)), ('cx', (0, 3)), ('cx', (1, 0)), ('cx', (1, 1)), ('cx', (1, 2)), ('cx', (1, 3)), ('cx', (2, 0)), ('cx', (2, 1)), ('cx', (2, 2)), ('cx', (2, 3)), ('cx', (3, 0)), ('cx', (3, 1)), ('cx', (3, 2)), ('cx', (3, 3))]\n" ] diff --git a/docs/guides/circuit-transpilation-settings.ipynb b/docs/guides/circuit-transpilation-settings.ipynb index 30463a67f511..d33050f845ea 100644 --- a/docs/guides/circuit-transpilation-settings.ipynb +++ b/docs/guides/circuit-transpilation-settings.ipynb @@ -179,7 +179,7 @@ { "data": { "text/plain": [ - "'ibm_fez'" + "'ibm_marrakesh'" ] }, "execution_count": 5, @@ -386,9 +386,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.774\n", - "0.978\n", - "0.979\n" + "0.973\n", + "0.994\n", + "0.991\n" ] } ], diff --git a/docs/guides/create-transpiler-plugin.ipynb b/docs/guides/create-transpiler-plugin.ipynb index a68a0080738a..1ad7fde9876a 100644 --- a/docs/guides/create-transpiler-plugin.ipynb +++ b/docs/guides/create-transpiler-plugin.ipynb @@ -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 38cc1dd23b0d..6f71948728eb 100644 --- a/docs/guides/custom-backend.ipynb +++ b/docs/guides/custom-backend.ipynb @@ -586,10 +586,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "CZ gates: 580\n", - "X gates: 129\n", - "SX gates: 936\n", - "RZ gates: 840\n" + "CZ gates: 551\n", + "X gates: 132\n", + "SX gates: 909\n", + "RZ gates: 832\n" ] } ], diff --git a/docs/guides/debug-qiskit-runtime-jobs.ipynb b/docs/guides/debug-qiskit-runtime-jobs.ipynb index ff35166f1347..44aa87eea237 100644 --- a/docs/guides/debug-qiskit-runtime-jobs.ipynb +++ b/docs/guides/debug-qiskit-runtime-jobs.ipynb @@ -347,13 +347,13 @@ "output_type": "stream", "text": [ "Noisy results:\n", - " NeatResult([NeatPubResult(vals=array([0.9921875 , 0.99023438, 0.99023438, 0.99023438, 0.97265625,\n", - " 0.97070312])), NeatPubResult(vals=array([0.98046875, 0.98632812, 0.98828125, 0.9921875 , 0.96289062,\n", - " 0.9765625 ])), NeatPubResult(vals=array([0.96289062, 0.96875 , 0.953125 , 0.953125 , 0.95507812,\n", - " 0.9609375 ])), NeatPubResult(vals=array([0.94726562, 0.95507812, 0.93945312, 0.94921875, 0.94921875,\n", - " 0.95898438])), NeatPubResult(vals=array([0.91992188, 0.92382812, 0.91015625, 0.921875 , 0.92382812,\n", - " 0.9375 ])), NeatPubResult(vals=array([0.90039062, 0.9140625 , 0.90234375, 0.92578125, 0.91601562,\n", - " 0.94335938]))])\n", + " NeatResult([NeatPubResult(vals=array([0.99804688, 0.99609375, 0.99023438, 0.99609375, 0.98828125,\n", + " 0.984375 ])), NeatPubResult(vals=array([0.97851562, 0.98242188, 0.97265625, 0.9765625 , 0.97851562,\n", + " 0.98632812])), NeatPubResult(vals=array([0.96289062, 0.96875 , 0.96289062, 0.97460938, 0.9609375 ,\n", + " 0.984375 ])), NeatPubResult(vals=array([0.94726562, 0.9375 , 0.9453125 , 0.96679688, 0.96289062,\n", + " 0.99023438])), NeatPubResult(vals=array([0.93359375, 0.92578125, 0.94726562, 0.93945312, 0.95898438,\n", + " 0.97070312])), NeatPubResult(vals=array([0.92578125, 0.93164062, 0.92382812, 0.9609375 , 0.94921875,\n", + " 0.96679688]))])\n", "\n" ] } @@ -389,22 +389,22 @@ "output_type": "stream", "text": [ "Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n", - " 1.56%\n", + " 0.78%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n", - " 1.89%\n", + " 2.08%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n", - " 4.1%\n", + " 3.09%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n", - " 5.01%\n", + " 4.17%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n", - " 7.72%\n", + " 5.4%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n", - " 8.3%\n", + " 5.7%\n", "\n" ] } @@ -613,19 +613,19 @@ "output_type": "stream", "text": [ "Mean absolute difference for factors [1, 1.1]:\n", - " 12.04%\n", + " 3.02%\n", "\n", "Mean absolute difference for factors [1, 1.1, 1.2]:\n", - " 3.79%\n", + " 4.33%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2]:\n", - " 4.73%\n", + " 1.46%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2, 2.5, 3]:\n", - " 3.65%\n", + " 1.64%\n", "\n", "Mean absolute difference for factors [1, 4]:\n", - " 2.72%\n", + " 1.21%\n", "\n" ] } diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb index 8dfa756c4b3e..d67cd52a6385 100644 --- a/docs/guides/defaults-and-configuration-options.ipynb +++ b/docs/guides/defaults-and-configuration-options.ipynb @@ -234,7 +234,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, diff --git a/docs/guides/estimator-examples.ipynb b/docs/guides/estimator-examples.ipynb index 9f91a21e807b..4a6b56477ee0 100644 --- a/docs/guides/estimator-examples.ipynb +++ b/docs/guides/estimator-examples.ipynb @@ -72,7 +72,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: -0.008839779005524863\n", + " > Expectation value: 0.0632577754348972\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.9937888198757764\n", - ">>> Standard errors for PUB 0: 1.7873718562576024\n", - ">>> Expectation values for PUB 1: -0.1038961038961039\n", - ">>> Standard errors for PUB 1: 1.3378580728628524\n", - ">>> Expectation values for PUB 2: -0.6753246753246753\n", - ">>> Standard errors for PUB 2: 1.7025095006727553\n" + ">>> Expectation values for PUB 0: -0.16020671834625322\n", + ">>> Standard errors for PUB 0: 0.17374064393929056\n", + ">>> Expectation values for PUB 1: -0.06719865602687947\n", + ">>> Standard errors for PUB 1: 0.10794046495893077\n", + ">>> Expectation values for PUB 2: -0.004046535154274153\n", + ">>> Standard errors for PUB 2: 0.12293549720552657\n" ] } ], @@ -199,46 +199,38 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Expectation values: [[ 9.89263974e-01 9.41062225e-01 7.87637085e-01 5.83548830e-01\n", - " 3.06029826e-01 -7.99943914e-03 -3.11567899e-01 -5.91343155e-01\n", - " -8.05892215e-01 -9.36139493e-01 -9.88853746e-01 -9.42703136e-01\n", - " -8.10609833e-01 -5.90522700e-01 -3.15465062e-01 -5.94830090e-03\n", - " 2.90851403e-01 5.85805082e-01 8.02200166e-01 9.41882681e-01\n", - " 9.90494657e-01]\n", - " [ 9.23012209e-03 3.12183240e-01 6.00163049e-01 8.02405280e-01\n", - " 9.48446323e-01 9.84956584e-01 9.42703136e-01 8.05071760e-01\n", - " 5.92984066e-01 3.07055395e-01 -3.07670736e-03 -3.18131541e-01\n", - " -5.60165854e-01 -7.94200727e-01 -9.43728705e-01 -9.91315112e-01\n", - " -9.39626428e-01 -8.03430849e-01 -5.79446553e-01 -3.04799143e-01\n", - " -4.92273178e-03]\n", - " [ 8.20455297e-03 -3.00696866e-01 -5.99752822e-01 -8.11635402e-01\n", - " -9.45574729e-01 -9.92340681e-01 -9.40036656e-01 -8.00354142e-01\n", - " -5.82113033e-01 -2.90441175e-01 1.84602442e-03 3.24284956e-01\n", - " 5.64883472e-01 8.04866646e-01 9.44138933e-01 9.93366250e-01\n", - " 9.48651437e-01 7.87842199e-01 5.58730057e-01 3.16490631e-01\n", - " -6.97387002e-03]\n", - " [ 9.91930454e-01 9.40446884e-01 7.89483109e-01 5.52986870e-01\n", - " 2.97209931e-01 2.25625207e-03 -3.11567899e-01 -5.92984066e-01\n", - " -8.08353581e-01 -9.48036095e-01 -9.90699771e-01 -9.42498022e-01\n", - " -8.09584264e-01 -5.96265887e-01 -3.07055395e-01 -2.05113824e-04\n", - " 3.02132663e-01 5.95240318e-01 7.93995613e-01 9.42703136e-01\n", - " 9.93776478e-01]]\n", - ">>> Standard errors: [[0.00312841 0.00403472 0.00759426 0.00833516 0.01030326 0.01122794\n", - " 0.01128844 0.00813687 0.00865973 0.00513426 0.00345264 0.00388667\n", - " 0.00736782 0.01026783 0.01038179 0.01246262 0.01191826 0.01081814\n", - " 0.00850225 0.00496315 0.00269764]\n", - " [0.01123964 0.01177892 0.00819503 0.0073663 0.00427303 0.00289125\n", - " 0.00435623 0.0066848 0.01140235 0.00993107 0.00840459 0.00821741\n", - " 0.0097656 0.0082026 0.00506637 0.00357209 0.0041762 0.00767615\n", - " 0.00831383 0.01094546 0.01373803]\n", - " [0.0121451 0.01227001 0.00831633 0.00691503 0.00385729 0.00267653\n", - " 0.00454884 0.00722136 0.01080783 0.0098484 0.01141928 0.01035556\n", - " 0.00804047 0.0058858 0.00398198 0.00281015 0.00501157 0.00714316\n", - " 0.00954163 0.00878997 0.01213102]\n", - " [0.00290704 0.0047878 0.00638958 0.00768626 0.00875767 0.00887984\n", - " 0.01145493 0.00904896 0.00599187 0.00482709 0.00298048 0.00428419\n", - " 0.00690245 0.00855953 0.00997334 0.00862447 0.00870133 0.00872892\n", - " 0.00487633 0.00504538 0.00311229]]\n", + ">>> Expectation values: [[ 0.98628077 0.93919754 0.79465816 0.5781575 0.31313438 -0.00678492\n", + " -0.28681711 -0.56150361 -0.78478918 -0.93282382 -0.98134629 -0.93097339\n", + " -0.80452714 -0.59727864 -0.31765766 -0.01048579 0.28352745 0.56479326\n", + " 0.79589178 0.93323503 0.98052387]\n", + " [ 0.00760734 0.29915333 0.57322301 0.80370472 0.93755271 0.9819631\n", + " 0.94001995 0.78828445 0.58494242 0.31621843 -0.00246724 -0.28722832\n", + " -0.5726062 -0.78828445 -0.91925398 -0.98628077 -0.93364624 -0.79568618\n", + " -0.57507345 -0.314368 0.0057569 ]\n", + " [-0.00411207 -0.29319082 -0.57589586 -0.79753661 -0.93775831 -0.97929025\n", + " -0.9317958 -0.79054609 -0.56273723 -0.29524686 -0.00185043 0.30429342\n", + " 0.5668493 0.77882668 0.93076779 0.97188852 0.92521649 0.7913685\n", + " 0.57301741 0.29524686 -0.00678492]\n", + " [ 0.97250533 0.9315902 0.79465816 0.56952215 0.29031237 -0.00884096\n", + " -0.29606928 -0.5890545 -0.79404135 -0.92706692 -0.98175749 -0.93529107\n", + " -0.79301333 -0.59069933 -0.31848007 0.00719613 0.30819989 0.572195\n", + " 0.79075169 0.92398286 0.97826223]]\n", + ">>> Standard errors: [[0.00363168 0.0052109 0.00590163 0.00832639 0.00949119 0.01422975\n", + " 0.01199622 0.00877116 0.007953 0.0048231 0.00367264 0.00475861\n", + " 0.00758118 0.01276064 0.01240091 0.0122515 0.01111632 0.01121074\n", + " 0.00852078 0.0056721 0.00351189]\n", + " [0.00949618 0.01292993 0.00940798 0.00712022 0.00478754 0.00311753\n", + " 0.00367741 0.00580037 0.00780912 0.01246274 0.01084742 0.01221882\n", + " 0.01117512 0.00771461 0.00580151 0.00303569 0.0045027 0.00702489\n", + " 0.01111989 0.01048531 0.01159703]\n", + " [0.01108259 0.009568 0.00899357 0.00606484 0.00514088 0.00406504\n", + " 0.00468505 0.00724117 0.00951732 0.01042167 0.01144285 0.01194984\n", + " 0.00877421 0.00792539 0.00570017 0.00334397 0.00546576 0.00701072\n", + " 0.00907453 0.011945 0.01274406]\n", + " [0.00409137 0.00374876 0.00692343 0.00970478 0.008687 0.0103992\n", + " 0.01172448 0.00893856 0.00640441 0.00437638 0.00375958 0.00392934\n", + " 0.00600244 0.00743488 0.00935695 0.01046303 0.0105788 0.00977039\n", + " 0.0074133 0.00522161 0.00354015]]\n", ">>> Metadata: {'shots': 10016, 'target_precision': 0.01, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -315,9 +307,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: 0.025219391667376672\n", + " > Expectation value: 0.00703657553324049\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n", - " > Another Expectation value: 0.002376355265112134\n", + " > Another Expectation value: -0.027626745040411464\n", " > More Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } diff --git a/docs/guides/estimator-options.ipynb b/docs/guides/estimator-options.ipynb index f446b6a623d0..47852027db30 100644 --- a/docs/guides/estimator-options.ipynb +++ b/docs/guides/estimator-options.ipynb @@ -195,7 +195,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -284,7 +284,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 5, diff --git a/docs/guides/execute-dynamic-circuits.ipynb b/docs/guides/execute-dynamic-circuits.ipynb index bc466cce841c..5d3340257656 100644 --- a/docs/guides/execute-dynamic-circuits.ipynb +++ b/docs/guides/execute-dynamic-circuits.ipynb @@ -238,7 +238,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d9mq9qnurbec73e67acg (DONE)\n" + ">>> Job ID: da013vno3ppc73akuemg (DONE)\n" ] } ], diff --git a/docs/guides/get-started-with-estimator.ipynb b/docs/guides/get-started-with-estimator.ipynb index 51b0d755815e..facc8c2b79ba 100644 --- a/docs/guides/get-started-with-estimator.ipynb +++ b/docs/guides/get-started-with-estimator.ipynb @@ -98,7 +98,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "ibm_fez\n" + "ibm_marrakesh\n" ] } ], @@ -216,7 +216,13 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d9mq9tnurbec73e67aj0\n", + ">>> Job ID: da0143f2sl0c73bmhla0\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ ">>> Job Status: QUEUED\n" ] } @@ -238,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: 29.745702323497138\n", + " > Expectation value: 23.158713340199547\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 84a43d8b9bdc..e60901dec67f 100644 --- a/docs/guides/get-started-with-sampler.ipynb +++ b/docs/guides/get-started-with-sampler.ipynb @@ -190,7 +190,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d9mq9og8csec73fagt7g\n" + ">>> Job ID: da013uf2sl0c73bmhl30\n" ] }, { @@ -217,7 +217,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "First ten results for the 'meas' output register: ['1010011011000000000000000000000000001111111111001010101010001110011000011101100100011100111111111010010110000011010100110111100', '0111100001100000011011101000000111111001011010110000101100011000000011010001000100000111001110011001111010100001100010100000000', '0111010101001110000110100000000110011000011011001111000110101101010100010010111111101011000000010000101111000001010110001000000', '1100111011000010011001100100001101111000101111110110011001011001100110000000000110111100110011000001100000100100001000000000000', '0011111010101101001111111110011000111000000010100011011111111011100110101010111111111101111110100011101101011100110010011010100', '1011111111011010000000000111000000010101001001000110011101100010010001100110100101111111110010001000001000101111100100011000000', '1110101101101011111111000010101010111100110011001010101111110110101010101111110000001110001111101101010100111011110001000000000', '1001010011111010000001010100011000101110111110111101100001010100011110000001000001000110000000000001101010110010110000011001000', '0000101010100000111000100001010101100101011101010110000001100110011001111011111110111010101000011001000011001001101101001010110', '1001001011000000010011101100010011101100010001001100100110011101100100000000111101010010000101011011011110110110001000111101100']\n" + "First ten results for the 'meas' output register: ['0011010001100001010110111001001000101101001101101111010101000010100011100100001110110111101000010010000101000110011010000101000', '1111111111111111100101100111010011010111011001110010001001100100101100100000110001000100010101101001010111111111011011110100000', '1100110110011010100000111001100000100100110000001011001000010100110111010011001000110011010001000110010000010000000101000100110', '1010101010111100001111011111011011101011010110101000101010011111100100010000011110011011100001010101000100000011000101000101010', '1101010110110011001111110010000011001100110110111001111010001000001001100110000001010110001001001011000101101000011001000110001', '1010010000000000101110111001110001100110110010100101001011111001010010000101101010100010010101010100101100110010011000110000000', '0101111100110110111010101011011011100000101100110001010010100100100100000010000001000000100111010101000001101100010100110000000', '0111111111111110010000111000100000001100000000010010110101101110111111111001100010000000011011010110000111000111011101110010011', '1110011111101111100011101001011001110011001111100001010000000011111101100010101010100000000000100110010000100000011100000101011', '0101010111101101010010110110110000100011101100001110101011101010110101110110011001100000001000001100010101000010101011010000000']\n" ] } ], diff --git a/docs/guides/hello-world.ipynb b/docs/guides/hello-world.ipynb index ad6423f60b28..2f22ed5b25e9 100644 --- a/docs/guides/hello-world.ipynb +++ b/docs/guides/hello-world.ipynb @@ -354,7 +354,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d9mqa588csec73fagtu0\n" + ">>> Job ID: da0149f2sl0c73bmhlig\n" ] } ], @@ -666,7 +666,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "d9mqnjmh4e6s738vioqg\n" + "da01ibv2sl0c73bmi7t0\n" ] } ], diff --git a/docs/guides/measure-qubits.ipynb b/docs/guides/measure-qubits.ipynb index 434b165b5788..7b73ed7c1f89 100644 --- a/docs/guides/measure-qubits.ipynb +++ b/docs/guides/measure-qubits.ipynb @@ -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 febe2220c78f..026daa905953 100644 --- a/docs/guides/operator-class.ipynb +++ b/docs/guides/operator-class.ipynb @@ -172,7 +172,14 @@ " 0. +0.j, 0. +0.j, 0. +0.j],\n", " [ 0.70710678+0.j, -0.70710678+0.j, 0. +0.j, ...,\n", " 0. +0.j, 0. +0.j, 0. +0.j]],\n", - " input_dims=(2, 2, 2, 2, 2, 2, 2, 2, 2, 2), output_dims=(2, 2, 2, 2, 2, 2, 2, 2, 2, 2))\n" + " input_dims=(2, 2, 2, 2, 2, 2, 2, 2, 2, 2), output_dims=(2, 2, 2, 2, 2, 2, 2, 2, 2, 2))" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" ] } ], diff --git a/docs/guides/post-selection.ipynb b/docs/guides/post-selection.ipynb index 86cc0107dadc..8220ad44a864 100644 --- a/docs/guides/post-selection.ipynb +++ b/docs/guides/post-selection.ipynb @@ -169,7 +169,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Job ID: d9mqa4fbupns73e942q0\n" + "Job ID: da0149gb1g9c73a99jsg\n" ] } ], @@ -204,31 +204,31 @@ { "data": { "text/plain": [ - "KeysView(QuantumProgramItemResult({'meas': array([[False, False, False, False],\n", + "KeysView(QuantumProgramItemResult({'meas': array([[ True, True, True, True],\n", " [ True, True, True, True],\n", " [False, False, False, False],\n", " ...,\n", - " [ True, True, True, True],\n", - " [ True, True, True, True],\n", - " [False, False, False, False]], shape=(4000, 4)), 'spec': array([[False, False, False, False],\n", - " [False, False, False, False],\n", + " [False, True, True, True],\n", " [False, False, False, False],\n", + " [False, False, False, False]], shape=(4000, 4)), 'spec': array([[False, False],\n", + " [False, False],\n", + " [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", + " [False, False],\n", + " [False, False],\n", + " [False, False]], shape=(4000, 2)), 'meas_ps': array([[ True, False, False, False],\n", " [False, False, False, False],\n", " [ True, True, True, True],\n", " ...,\n", - " [False, False, True, False],\n", - " [False, False, False, False],\n", - " [ True, True, True, True]], shape=(4000, 4)), 'spec_ps': array([[ True, True, True, True],\n", + " [ True, True, False, False],\n", " [ True, True, True, True],\n", - " [ True, True, False, True],\n", + " [ True, True, True, True]], shape=(4000, 4)), 'spec_ps': array([[ True, True],\n", + " [ True, True],\n", + " [ True, True],\n", " ...,\n", - " [ True, True, True, True],\n", - " [ True, True, True, True],\n", - " [ True, True, True, True]], shape=(4000, 4))}, metadata=ItemMetadata()))" + " [ True, True],\n", + " [ True, True],\n", + " [ True, True]], shape=(4000, 2))}, metadata=ItemMetadata()))" ] }, "execution_count": 4, @@ -287,8 +287,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "The combined mask: [ True True False ... False True True]\n", - "Percentage of the shots retained is after post selection 70.35\n" + "The combined mask: [False True True ... False True True]\n", + "Percentage of the shots retained is after post selection 77.45\n" ] } ], @@ -372,8 +372,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Distance from ideal distribution before postselection: 0.95225\n", - "Distance from ideal distribution before after-selection: 0.939587775408671\n" + "Distance from ideal distribution before postselection: 0.95375\n", + "Distance from ideal distribution before after-selection: 0.9025177533892834\n" ] }, { diff --git a/docs/guides/primitive-input-output.ipynb b/docs/guides/primitive-input-output.ipynb index e5c7d9a38050..8af0f6b6455c 100644 --- a/docs/guides/primitive-input-output.ipynb +++ b/docs/guides/primitive-input-output.ipynb @@ -458,7 +458,7 @@ " [ 0 0]\n", " ...\n", " [ 0 0]\n", - " [ 0 0]\n", + " [ 3 255]\n", " [ 0 0]]\n", "\n" ] @@ -515,7 +515,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'1111111111': 517, '0000000000': 507}\n" + "Counts: {'1111111111': 496, '0000000000': 528}\n" ] } ], @@ -600,21 +600,21 @@ "The shape of register `alpha` is (1024, 1).\n", "The bytes in register `alpha`, shot by shot:\n", "[[1]\n", - " [0]\n", + " [1]\n", " [1]\n", " ...\n", " [0]\n", - " [1]\n", + " [0]\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", - " [ 0 0]\n", + " [ 1 255]\n", " [ 1 255]\n", " ...\n", " [ 0 0]\n", - " [ 1 255]\n", + " [ 0 0]\n", " [ 1 255]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", @@ -623,34 +623,34 @@ "The shape of `beta` after bit-wise slicing is (1024, 1).\n", "The bytes in `beta` after bit-wise slicing:\n", "[[7]\n", - " [0]\n", + " [7]\n", " [7]\n", " ...\n", " [0]\n", - " [7]\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", "[[ 1 255]\n", - " [ 0 0]\n", + " [ 1 255]\n", " [ 1 255]\n", " [ 0 0]\n", - " [ 0 0]]\n", + " [ 1 255]]\n", "\n", "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: 0.01171875\n", + " coeffs=[1.+0.j])` is: -0.009765625\n", "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: 0.01171875\n", + " coeffs=[1.+0.j])` is: -0.009765625\n", "\n", "The shape of the merged results is (1024, 2).\n", "The bytes of the merged results:\n", "[[ 3 255]\n", - " [ 0 0]\n", + " [ 3 255]\n", " [ 3 255]\n", " ...\n", " [ 0 0]\n", - " [ 3 255]\n", + " [ 0 0]\n", " [ 3 255]]\n", "\n" ] diff --git a/docs/guides/qiskit-runtime-circuit-timing.ipynb b/docs/guides/qiskit-runtime-circuit-timing.ipynb index eff7a66b1138..fa967dcf5e41 100644 --- a/docs/guides/qiskit-runtime-circuit-timing.ipynb +++ b/docs/guides/qiskit-runtime-circuit-timing.ipynb @@ -242,7 +242,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d9mqmk7urbec73e67nng (DONE)\n" + ">>> Job ID: da01hd0b1g9c73a9a4eg (DONE)\n" ] } ], diff --git a/docs/guides/qpu-information.ipynb b/docs/guides/qpu-information.ipynb index d475e46030a1..4942216565ed 100644 --- a/docs/guides/qpu-information.ipynb +++ b/docs/guides/qpu-information.ipynb @@ -232,7 +232,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -485,7 +485,7 @@ { "data": { "text/plain": [ - "QubitProperties(t1=0.00019233494213807877, t2=0.00023593910973864878, frequency=None)" + "QubitProperties(t1=0.00016144204036359282, t2=0.00017270150933256767, frequency=None)" ] }, "execution_count": 7, @@ -516,11 +516,11 @@ "output_type": "stream", "text": [ "Qubit 126 Properties:\n", - " T1: 1.6203279905573543e-05 seconds\n", - " T2: 2.7965850265833494e-05 seconds\n", - " Readout Error: 0.0601806640625\n", - " P(0 | 1): 0.0908203125\n", - " P(1 | 0): 0.029541015625\n", + " T1: 1.9625213319957845e-05 seconds\n", + " T2: 2.478863497529726e-06 seconds\n", + " Readout Error: 0.0875244140625\n", + " P(0 | 1): 0.09326171875\n", + " P(1 | 0): 0.081787109375\n", " Readout Length: 1.66e-06 seconds\n" ] } @@ -829,7 +829,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=6.8e-08, error=0.007988386842696815)" + "InstructionProperties(duration=6.8e-08, error=0.006639909391957799)" ] }, "execution_count": 9, @@ -854,7 +854,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=1.66e-06, error=0.00927734375)" + "InstructionProperties(duration=1.66e-06, error=0.0106201171875)" ] }, "execution_count": 10, diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb index 554d0785f440..3931d178a12c 100644 --- a/docs/guides/quick-start.ipynb +++ b/docs/guides/quick-start.ipynb @@ -168,7 +168,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'11': 528, '00': 496}\n" + "{'11': 539, '00': 485}\n" ] } ], diff --git a/docs/guides/represent-quantum-computers.ipynb b/docs/guides/represent-quantum-computers.ipynb index 480af4dd57f9..127e293c924c 100644 --- a/docs/guides/represent-quantum-computers.ipynb +++ b/docs/guides/represent-quantum-computers.ipynb @@ -338,7 +338,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "['sx', 'switch_case', 'if_else', 'rz', 'for_loop', 'ecr', 'id', 'reset', 'measure', 'x', 'delay']\n" + "['delay', 'ecr', 'measure', 'reset', 'switch_case', 'if_else', 'for_loop', 'sx', 'rz', 'id', 'x']\n" ] } ], diff --git a/docs/guides/run-jobs-batch.ipynb b/docs/guides/run-jobs-batch.ipynb index 195708e5c305..a83ec2cfe2c9 100644 --- a/docs/guides/run-jobs-batch.ipynb +++ b/docs/guides/run-jobs-batch.ipynb @@ -37,8 +37,8 @@ "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.5.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "```\n", "\n", "" @@ -58,7 +58,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "340d9d45-9ec0-473f-bf17-9dc7eb0804ed", "metadata": {}, "outputs": [], @@ -91,7 +91,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "02e53d53-3410-4e07-9c02-c582b97e15e1", "metadata": {}, "outputs": [], @@ -117,7 +117,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "fe96e5dd-8237-458d-8657-dd0f71c65f8a", "metadata": {}, "outputs": [], @@ -267,7 +267,7 @@ "output_type": "stream", "text": [ "Result1: PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray(), shape=(3, 2)), 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", - "Result2: PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray(), meas0=BitArray(), shape=(3, 2)), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})\n" + "Result2: PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray(), meas0=BitArray(), shape=(3, 2)), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})\n" ] } ], @@ -307,7 +307,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'id': '970fe01d-d2cf-45f0-b32b-f886b987a462', 'backend_name': 'ibm_torino', 'interactive_timeout': 1, 'max_time': 28800, 'active_timeout': 28800, 'state': 'open', 'accepting_jobs': True, 'last_job_started': None, 'last_job_completed': None, 'started_at': None, 'closed_at': None, 'activated_at': None, 'mode': 'batch', 'usage_time': None}\n" + "{'id': 'd49197bd-d033-435a-aa60-22bf75351069', 'backend_name': 'ibm_marrakesh', 'interactive_timeout': 1, 'max_time': 28800, 'active_timeout': 28800, 'state': 'open', 'accepting_jobs': True, 'last_job_started': None, 'last_job_completed': None, 'started_at': None, 'closed_at': None, 'activated_at': None, 'mode': 'batch', 'usage_time': None}\n" ] } ], diff --git a/docs/guides/run-jobs-session.ipynb b/docs/guides/run-jobs-session.ipynb index f0e20045d307..54d3c3c0faf7 100644 --- a/docs/guides/run-jobs-session.ipynb +++ b/docs/guides/run-jobs-session.ipynb @@ -37,8 +37,8 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.3.1\n", - "qiskit-ibm-runtime~=0.45.0\n", + "qiskit[all]~=2.5.1\n", + "qiskit-ibm-runtime~=0.47.0\n", "scipy~=1.17.1\n", "```\n", "\n", @@ -63,7 +63,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "117d0471-1f98-489c-906f-8aab836cd877", "metadata": {}, "outputs": [], @@ -104,7 +104,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "2694bd4c-2011-4671-9625-3e7e941dd381", "metadata": {}, "outputs": [], @@ -134,7 +134,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "192e5e57-2f9d-4f8e-b3e7-1dd31907e8a6", "metadata": {}, "outputs": [], @@ -301,14 +301,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Result1: PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray(), shape=(3, 2)), 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" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Result2: PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray(), meas0=BitArray(), shape=(3, 2)), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})\n" + "Result1: PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), ensemble_standard_error=np.ndarray(), shape=(3, 2)), 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", + "Result2: PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray(), meas0=BitArray(), shape=(3, 2)), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})\n" ] } ], @@ -366,7 +360,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'id': 'a9fd2f9d-6239-4451-a19c-9b45aa6a0618', 'backend_name': 'ibm_torino', 'interactive_timeout': 60, 'max_time': 28800, 'active_timeout': 28800, 'state': 'open', 'accepting_jobs': True, 'last_job_started': None, 'last_job_completed': None, 'started_at': None, 'closed_at': None, 'activated_at': None, 'mode': 'dedicated', 'usage_time': None}\n" + "{'id': '71b73c39-e00f-4469-979d-5a46c8e6cde6', 'backend_name': 'ibm_marrakesh', 'interactive_timeout': 60, 'max_time': 28800, 'active_timeout': 28800, 'state': 'open', 'accepting_jobs': True, 'last_job_started': None, 'last_job_completed': None, 'started_at': None, 'closed_at': None, 'activated_at': None, 'mode': 'dedicated', 'usage_time': None}\n" ] } ], diff --git a/docs/guides/sampler-examples.ipynb b/docs/guides/sampler-examples.ipynb index 5339906aa941..0c98e9a5daa2 100644 --- a/docs/guides/sampler-examples.ipynb +++ b/docs/guides/sampler-examples.ipynb @@ -68,7 +68,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First ten results: ['1111010010110011001010101100010100001010110000100110111000000000100011100000001101110110001010000100000000010000000011000110101', '1001001111111001011011011011001010100101010000001101000010101101010000011100000000100100010000001000010000001010001001010101111', '0100001101111001110000000001000101101010001000010110111100011000100000010101101110001000010001111110001000100010011110000001100', '1000101001100101010000100001000101101010000011001110101111100010111011010110001010101010011011000001100000000010100100010100111', '1100011110101010000000011000100000100001110101011011100011011000111111110010000101000000000101011100001000100101000000000100001', '0000001100000000101100000000110100101011110100101101100110000000100110001110100000010010100000011101011001000000001011000100101', '1000001100110111001110100011101000111111101100110011100000000000000100001000100101100110000000100101000101001001110000001110000', '1100001000101000101100010011010101001010110010101000110111010100000100000011110000110011010110011010110010000000000000000000101', '0111010011101111010010000011010010001000000000010100000001001010001111100000100101000101000111110010101010100000101000100101011', '0100001000101010110010100111110100101001011111000011111010100110011000100001100000111101100101000000010010010000011110001011000']\n" + " > First ten results: ['1101110110111101101111010100100100100000000100000101011000100100101101101010011001000010001100010110110000001000100000001000000', '0101011000011111110000100100001000101000110111011010100000100001011010010000000010011000000000100010101001000011100100110000000', '1100110110110001011000100000010101001010100011000100000000001000001000000111010010000101000010000100101000100000100001101101000', '0111001000010011101010110100100101101101110001011000101000100101010110001100001011000001100000000010100000000100100010000000000', '1100011100110100011101011101000100000110000101001101001011100110000101010000000000010000011110000011001000010010010110010000101', '0110111000011000100111010110110011110000110011000001010001000110100100000010111000111010010000000011000000000110100100100111110', '1000001010100100001010011100011010011000100000010011010000100000010000110111010010000001010010000110100010000000111100000010011', '0010100100101011011110111100011010001011100000000110111000010010010101100101010111000000000110011010100011010100111110000110110', '0010000010000110011011110010110101110001010000101000000000101110100110110000000011010010100100010100000010101010001010000001100', '0010100110110011101001111010010000101011000000100011101001011010000010001000100111000011001010010011110101000100101001110010010']\n" ] } ], @@ -123,9 +123,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First five results for pub 0: ['0101000101101010001010110001000101011010001000011001101011100011010001000000011001010110011001100000010001000001000100001111011', '0001010011100000101110011011110001110001000101000101011100101101010001000110101000001000101010000001000001000101101100000101000', '0100100110010110000000101011101100011000000101111110111111010001010000000010000010101110100101100111000101100010100111000010100', '1001011100111110000100011111110001011001100100001010000101010000111010000001100111110001101101001010110100000001010000010110000', '0001101101111010100001110101000011100001100001011101110100000110100001001101011110111011001011000101010110000010000111000001100']\n", - " > First five results for pub 1: ['1111011001010000011101010001110000011000100000000001101010100000001100001001011010000100110100110111000001011000010010000000110', '0100111011011010011111101001110101101000100000000011111101011000100010000001110110010011000111010000100010101001011001001101110', '0110001000111101001000101000101000010010100010010000011011110001111010000000011010100000110000010000111101000010001001000100100', '1110110111110000010111101000111000100011110110011001100011000101000111110001001010000110100000011001100011101100000000000101010', '1000010011110101101101111100011000100101001011110010000101011100010111101100111001101111111111010100011010110100011000100100001']\n", - " > First five results for pub 2: ['0100010111001111010001100100111010110000001000110000111010111001000011101110000110110010010000001000100100000010101000000001100', '0000110110001001100000001000101000001101010100011010111000101011011110000101011010000110000000000100000001010110010010000000001', '0001000111100100110100101100011011000010100001000100100000010001101110000000010101100111100100111101010111111001100101100010010', '0011110010110101011001111100000101000010001111000101100000001100110011111000000100010010101110111001011100000000001010000001001', '1110000001000100001010011100110100011110101010100100111111000110010111000001001100111000101001001100011011010010111000101000011']\n" + " > First five results for pub 0: ['1111111001011100111011111000000001000001010011110100001111001011110100011010011101011111010010000001010101110010000000001100000', '0001000000100000110001000101000000100000000001101110010001111010000100000100000011100111011000110000100001001000000101011110000', '0011101100000010000000100110100000010100010010000110001101100011000000111101000001101100000000011100011111000011000001000000110', '0001000100001011100000101110010011010001001100101000011010000000010000001100000101011111001111000110000011011101010001000110000', '1001001110001110001000100101011101001010011010010000111000010110000110010110100010110110000000001010100000100011010000011000100']\n", + " > First five results for pub 1: ['1110110011000110111101100001101000110100000001000110101010011101010000110010100011000010101011110110101010000011000001111101001', '0110010001000111110011101101000001110010010010001011000101011100100110100000110000000110000101011101110101110001010000100010001', '1100100010110111111000100111001000101110001010100100011111011000101011100010100100000011010111100010001001000011010000100100001', '0000110100100001011101011011010011011000110001110001000111111000011010111001001000000000000000010100000000001001011010000001110', '1100111100010010101001101101100111011010110001110001001011111110000110000011010010000001000100001100000011000000010010000001001']\n", + " > First five results for pub 2: ['1011000101001000100010010101011010001010010000000100101110100000100001010001000111000001010001010000101010000001000001000100100', '1101110101011001100000011010100001010010000100111000010001010100001000010000100100010001111000100010000110010001001010001101011', '1100101011010100111011001110111100010011010111101100101110110101101001001000100010000101110000000110100100000100100010000010010', '1011000101001000001010110001000101000000100011011010100100000001010010000101000000001011001101010000010110001100000010110000010', '1000011001001110010101010010111000000111000001001100000111111101110100001111010110010110111001000001000100111100100001101010100']\n" ] } ], @@ -183,7 +183,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " >> First five results for the meas output register: ['1001010001111101000000100001100110000001110001011100011001110011101111001110110100110101011001100100011001110001110011011100011', '1000101001000011110100010010001111101110000001111100001010100000100000100110101111110011000000111001010100110001011011101001111', '0110111100011101011000100011000011000010110110000100101100010101111001101011111110011111100000100011111001101101001111011110101', '0110111011101011011111000100000011110011010000010000100110000011101000111100011100100110111000110100111000101011111100010100111', '0000001110100110101011011110110011111100011111001011010101111100000010111110010100001110001001110000001011110011001001000001111']\n" + " >> First five results for the meas output register: ['1100010001000001001000000000110001000101100000111000100000111000111101101011000110111100000100100110001001001001100110110000111', '0000011100001011101101110000110011101001101101011101111101010110011010100100011000001111100010011011110010000010110101010000101', '1101110101100111010111110100100100111101000000110111111011110001100100011110010001111101010011010110001101100111011111110000111', '0101111110110101010010111000000010110010000111010011000111000101110010001100010100001001010111000110111001100001010110111001001', '0101000010010011011100010111100011011010100001001011011101011100000010110001011101100000001001010010100011011101010011100111101']\n" ] } ], @@ -250,7 +250,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first five measurement results of job 1: ['1001001101100100001000001111101111001011010010010110110001110000000101010010001101001111000010110010101011001110110111001000100', '0100000111100101000010001110100001000011000011010000100001011000001001010111110100010000111101011100000100001110010110110001010', '1100011001000001101101000000000111001011110101110100001001000001001001100000101010010000000000110011000000011010011011100001111', '0011111111110001010010101111110111000010100001010000011101100010011011110001001000001100101000010100101010100010001001010001010', '1001111101110101010101110110011101111010011101000101110100011011110100000100100100110001001110101000000100101001001111000001010']\n" + " > The first five measurement results of job 1: ['1101001001001100100010000101110001100110100100010011110100101001011111001000000000101000110001100100000000001000101110000000100', '1000000010100111000101101100000111101100001110000010101111001111111011100101010000011110000000000100100110100000000001001001001', '1100100110101111000001110110000000010000011101000000010001010101100100000100000011010011100001011000000101100000001110001000010', '1110010000001010110100010000100111110000110000101100000001101100010011000010010110010110000010001100001011101101010010000000111', '0111110011101010000001100101010001100011010101000110100010011010110100010110010000001010100000001100000000000101000100000001000']\n" ] } ], @@ -307,7 +307,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first five measurement results of job 2: ['1111111110000001000111010010010101010010111001110111001000100000010011101110101101001010001010000000000100011000010001000010000', '1110011100110100100100111001000101010011110001010110100100001110010010011100000000000100000010001001010100011110010000001011100', '1111101001010011110011011010000111000010001101100101000100000110000011001110001101100100100100100010011100001000000000100111010', '1100010101000011101000110100000101001000110110010100000000001000010110100110000111010101010010001101010010100000100111010110000', '1010100100100110011100010010100000101101101101000111000010101110010111010100001111000001100010100011110000000011101000101001100']\n" + " > The first five measurement results of job 2: ['0100010101101000110101011110000110010111011100001010111000011110001000011000011011001100010110110000000111101010011000001000110', '1100001111010000011111000101001010000110111101011110100000000000111100110110000100011010110100100011010001011000010100000000110', '0101001010001001111100101011100001011001000000000001110100010110010111011000011110000110010010100100101100100110101000010001101', '0010010111010100000111100010101001010110110100011010110000010110001000000000100100010001011011011011101001101001000100011000101', '0001110100100000011000111111000010010110001000001101011100010100100000001111010011110011100011001010101111011001001001011011010']\n" ] } ], diff --git a/docs/guides/sampler-input-output.ipynb b/docs/guides/sampler-input-output.ipynb index 273a2fe2136f..3200479b5e5c 100644 --- a/docs/guides/sampler-input-output.ipynb +++ b/docs/guides/sampler-input-output.ipynb @@ -208,11 +208,11 @@ "The bytes in register `alpha`, shot by shot:\n", "[[ 3 255]\n", " [ 0 0]\n", - " [ 0 1]\n", - " ...\n", - " [ 3 0]\n", " [ 0 0]\n", - " [ 3 254]]\n", + " ...\n", + " [ 3 255]\n", + " [ 3 255]\n", + " [ 0 0]]\n", "\n" ] } @@ -264,7 +264,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'1111111111': 1346, '0000000000': 1754, '0000000001': 55, '1000000000': 56, '1111111110': 92, '0111111111': 23, '1011111111': 15, '0001111111': 23, '1111011011': 1, '1111111101': 45, '1111111011': 108, '1111110111': 32, '0100000000': 10, '0000000111': 21, '0011111111': 21, '1111110000': 26, '1101111111': 47, '1111011111': 23, '1111111010': 6, '1100000000': 45, '1111100000': 32, '1110000000': 21, '1111101111': 13, '0010000000': 14, '0000000011': 19, '0000000101': 2, '0000001110': 2, '0000100000': 4, '0000001111': 20, '1111111100': 22, '0000010000': 5, '1101110111': 4, '1011111101': 1, '0000000010': 15, '0000001000': 12, '1111110110': 7, '1111000000': 3, '0010000001': 1, '0111011111': 3, '1001111111': 3, '1101111011': 3, '0000011111': 16, '0000011110': 3, '0001111011': 1, '1011111011': 3, '1111110011': 4, '1111101011': 2, '0000000100': 6, '1110111111': 12, '1111111000': 17, '0000111111': 5, '0001111101': 2, '1101100000': 2, '1101110001': 1, '1000001111': 2, '1111101110': 1, '1110111101': 1, '1101111101': 2, '1110000100': 1, '0100011111': 1, '1110000010': 1, '0011111110': 2, '0111111110': 1, '1111110010': 1, '0111110111': 1, '0000000110': 1, '0101111111': 1, '1101011111': 1, '1111001111': 1, '1110011111': 1, '0011111000': 2, '1101111110': 3, '1110111110': 1, '0110000000': 2, '1110000111': 1, '0000010111': 3, '0001000000': 3, '0111101111': 1, '0000011100': 1, '1000000001': 1, '1111011010': 1, '0000001010': 1, '1111100111': 2, '1111100011': 2, '0000001101': 1, '0111001111': 1, '1111111001': 1, '1101111000': 1, '0111110000': 1, '1111000111': 1, '1010000000': 1, '0011110000': 1, '1100000001': 1, '1011001101': 1, '0000001100': 1, '1100111111': 1, '1110111011': 1, '1111011101': 1, '1000011111': 1, '1101111001': 1, '0101101111': 1, '0000011011': 1, '0000111011': 1, '0111111100': 1, '1011100000': 1, '0011111011': 1, '0000010010': 1, '1001111011': 1}\n" + "Counts: {'1111111111': 1617, '0000000000': 1839, '0100001111': 1, '1111111110': 72, '0010000000': 21, '1100000000': 7, '1000000000': 53, '1111110111': 7, '1101111111': 14, '0001110111': 1, '0000001100': 1, '1011111111': 20, '1111101111': 15, '1111011111': 10, '0000001111': 14, '0111111111': 55, '0001111111': 25, '1111000000': 11, '1111111101': 50, '0011111111': 17, '0000000001': 12, '1111111000': 18, '0000001000': 16, '0000011111': 15, '0000000101': 1, '0111111000': 1, '1110111111': 10, '0000000010': 3, '1110000000': 29, '1111111011': 20, '0000010000': 7, '0110000000': 1, '1011110000': 2, '0000000011': 7, '0010011111': 2, '1111011110': 1, '1111100000': 10, '1110100000': 1, '0111111011': 2, '1111110000': 13, '0000000111': 10, '1111111100': 5, '0101111111': 2, '0000011000': 2, '1101100000': 1, '1111011101': 1, '0000111111': 10, '0110111111': 1, '1000100000': 1, '1011101111': 1, '1000010011': 1, '0001000000': 3, '0111111110': 4, '1111111010': 2, '0000010111': 1, '1011100000': 1, '0000000110': 1, '1110000010': 1, '1110111100': 1, '0000111100': 1, '1111101110': 1, '0000100000': 5, '0001100000': 2, '0000011110': 1, '1000001111': 1, '0000001101': 1, '1011011111': 1, '1011111110': 1, '0011111011': 1, '0100000000': 3, '1111100001': 1, '1010000000': 1, '0010010000': 1, '1110001000': 1, '0000110111': 1, '1111100111': 1, '0011000000': 1, '0010111111': 1}\n" ] } ], @@ -348,59 +348,59 @@ "text": [ "The shape of register `alpha` is (4096, 1).\n", "The bytes in register `alpha`, shot by shot:\n", - "[[0]\n", - " [0]\n", + "[[1]\n", " [0]\n", - " ...\n", " [1]\n", + " ...\n", " [0]\n", - " [1]]\n", + " [1]\n", + " [0]]\n", "\n", "The shape of register `beta` is (4096, 2).\n", "The bytes in register `beta`, shot by shot:\n", - "[[ 0 0]\n", - " [ 0 0]\n", + "[[ 1 255]\n", " [ 1 255]\n", - " ...\n", " [ 1 255]\n", + " ...\n", " [ 0 0]\n", - " [ 1 255]]\n", + " [ 1 239]\n", + " [ 0 0]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", "The bytes in `beta` after post-selection:\n", "[]\n", "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", + "[[7]\n", " [7]\n", - " ...\n", " [7]\n", + " ...\n", " [0]\n", - " [7]]\n", + " [7]\n", + " [0]]\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", - " [ 0 0]\n", + "[[ 1 255]\n", " [ 1 255]\n", - " [ 0 0]\n", - " [ 1 255]]\n", + " [ 1 255]\n", + " [ 1 255]\n", + " [ 0 0]]\n", "\n", "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: 0.115234375\n", + " coeffs=[1.+0.j])` is: 0.08935546875\n", "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: 0.02392578125\n", + " coeffs=[1.+0.j])` is: 0.04931640625\n", "\n", "The shape of the merged results is (4096, 2).\n", "The bytes of the merged results:\n", - "[[ 0 0]\n", - " [ 0 0]\n", + "[[ 3 255]\n", " [ 3 254]\n", - " ...\n", " [ 3 255]\n", + " ...\n", " [ 0 0]\n", - " [ 3 255]]\n", + " [ 3 223]\n", + " [ 0 0]]\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-08-01 08:21:37.606114\n", - " End of the last span: 2026-08-01 08:21:38.960352\n", - " Total duration (s): 1.354238\n" + " Start of the first span: 2026-08-15 08:11:34.965370\n", + " End of the last span: 2026-08-15 08:11:36.110087\n", + " Total duration (s): 1.144717\n" ] } ], @@ -654,8 +654,8 @@ "name": "stdout", "output_type": "stream", "text": [ - " Start of first span: 2026-08-01 08:21:37.606114\n", - " End of first span: 2026-08-01 08:21:38.960352\n", + " Start of first span: 2026-08-15 08:11:34.965370\n", + " End of first span: 2026-08-15 08:11:36.110087\n", "#shots in first span: 24\n" ] } diff --git a/docs/guides/sampler-options.ipynb b/docs/guides/sampler-options.ipynb index a3271453350a..e8ee09bd393b 100644 --- a/docs/guides/sampler-options.ipynb +++ b/docs/guides/sampler-options.ipynb @@ -79,7 +79,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -160,7 +160,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, diff --git a/docs/guides/simulate-with-qiskit-aer.ipynb b/docs/guides/simulate-with-qiskit-aer.ipynb index a912c7778a4b..9ca3c33624e8 100644 --- a/docs/guides/simulate-with-qiskit-aer.ipynb +++ b/docs/guides/simulate-with-qiskit-aer.ipynb @@ -236,29 +236,29 @@ { "data": { "text/plain": [ - "{'00000000': 60,\n", - " '00001111': 1,\n", - " '11000000': 3,\n", - " '10100000': 3,\n", - " '10001111': 1,\n", - " '00010000': 1,\n", - " '00001010': 1,\n", - " '00111100': 1,\n", - " '01000000': 6,\n", - " '10000000': 5,\n", - " '00110000': 1,\n", - " '00011000': 2,\n", + "{'00010010': 1,\n", + " '00000000': 63,\n", " '01100000': 2,\n", - " '00000110': 2,\n", - " '11000100': 1,\n", - " '10000110': 1,\n", + " '00001100': 5,\n", + " '00010100': 3,\n", + " '11000000': 2,\n", + " '10100000': 3,\n", + " '00001000': 1,\n", + " '00101000': 2,\n", + " '00000001': 1,\n", + " '01000000': 1,\n", + " '10001000': 1,\n", + " '00011110': 2,\n", + " '10111000': 1,\n", " '01010000': 2,\n", - " '00011110': 1,\n", - " '00010100': 2,\n", - " '01011010': 1,\n", - " '00000010': 1,\n", - " '00001100': 1,\n", - " '11100000': 1}" + " '01011001': 1,\n", + " '10000000': 1,\n", + " '00010000': 2,\n", + " '00000100': 1,\n", + " '00110000': 2,\n", + " '11010000': 1,\n", + " '00000011': 1,\n", + " '11000010': 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 09f3c80b7fc2..f6601850f7b8 100644 --- a/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb +++ b/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb @@ -454,7 +454,7 @@ "output_type": "stream", "text": [ "The number of bitstrings is: 1024\n", - "The counts are: {'00': 538, '11': 486}\n" + "The counts are: {'11': 512, '00': 512}\n" ] } ], @@ -497,7 +497,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, diff --git a/docs/guides/synthesize-unitary-operators.ipynb b/docs/guides/synthesize-unitary-operators.ipynb index dd5c0e0605bf..048478d44753 100644 --- a/docs/guides/synthesize-unitary-operators.ipynb +++ b/docs/guides/synthesize-unitary-operators.ipynb @@ -71,7 +71,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, diff --git a/docs/guides/transpiler-plugins.ipynb b/docs/guides/transpiler-plugins.ipynb index a63ddfdc7570..400b101285e0 100644 --- a/docs/guides/transpiler-plugins.ipynb +++ b/docs/guides/transpiler-plugins.ipynb @@ -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/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 22bcae022579..4951d2cac662 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 6506100276a2..65987744638f 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 c9d4c3fef300..fe1819324e64 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/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg index 272359ebd176..afd0ed0a7034 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-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 104cad099563..6f68dfe8a5cd 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 c69bb70fe1a7..bbe0e9ea79bc 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/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 994066850b02..76c70809031d 100644 --- a/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg +++ b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg b/public/docs/images/guides/defaults-and-configuration-options/extracted-outputs/27ab746b-e3d7-49a7-b40b-d1e2d9ca6088-0.svg index 47d8b11088eb..524cf55ff375 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/hello-world/extracted-outputs/87143fcc-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg index 085017544173..7ef62211339c 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/de91ebd0-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/de91ebd0-0.svg index 2d680ad4603f..aaea8e13b6db 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/post-selection/extracted-outputs/68fa9100-0.svg b/public/docs/images/guides/post-selection/extracted-outputs/68fa9100-0.svg index 25cc3e806024..1cc9a6758583 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 2370d8cff07d..7d5fe76af712 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 05ef4a4fffd9..bc0132bcf51f 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/quick-start/extracted-outputs/dc4ff012-0.svg b/public/docs/images/guides/quick-start/extracted-outputs/dc4ff012-0.svg index fd07e0344603..ab304b16bee5 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/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 8cd80a8b5fca..4c99265b6c39 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/ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg b/public/docs/images/guides/transpiler-stages/extracted-outputs/ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg index a99323935112..588e017948e9 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/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg b/public/docs/images/guides/visualize-circuit-timing/extracted-outputs/5b21b8c1-0.svg index 342d59c8a27f..b937ce712b23 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 415b60f09dff..5f40ec2bc058 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/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif b/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif index 55e0edf547c3..2144cfb1c1ce 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 55e0edf547c3..2144cfb1c1ce 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-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 b24d980b937d..3a437eaf5392 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 be7aa23cfdf9..deda97d7f338 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