From 655572ad23c02400ac18323d3d028cd2490ad09c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 08:50:58 +0000 Subject: [PATCH] Re-run notebooks --- docs/guides/DAG-representation.ipynb | 4 +- docs/guides/algorithmiq-tem.ipynb | 9 +- docs/guides/build-noise-models.ipynb | 8 +- .../circuit-transpilation-settings.ipynb | 15 +- docs/guides/custom-backend.ipynb | 16 +- docs/guides/debug-qiskit-runtime-jobs.ipynb | 36 +- .../defaults-and-configuration-options.ipynb | 2 +- docs/guides/execute-dynamic-circuits.ipynb | 4 +- docs/guides/get-started-with-primitives.ipynb | 10 +- docs/guides/hello-world.ipynb | 4 +- docs/guides/measure-qubits.ipynb | 6 +- docs/guides/noise-learning.ipynb | 85 +- docs/guides/operator-class.ipynb | 4 +- docs/guides/operators-overview.ipynb | 7 + docs/guides/primitive-input-output.ipynb | 36 +- docs/guides/primitives-examples.ipynb | 96 +- docs/guides/q-ctrl-optimization-solver.ipynb | 82 +- .../q-ctrl-performance-management.ipynb | 13 +- .../qiskit-addons-sqd-get-started.ipynb | 6 +- .../qiskit-runtime-circuit-timing.ipynb | 4 +- docs/guides/qpu-information.ipynb | 28 +- docs/guides/quick-start.ipynb | 2 +- docs/guides/represent-quantum-computers.ipynb | 2 +- docs/guides/run-jobs-batch.ipynb | 16 +- docs/guides/run-jobs-session.ipynb | 6 +- docs/guides/save-jobs.ipynb | 1212 ++++++++++++++++- docs/guides/simulate-with-qiskit-aer.ipynb | 42 +- .../simulate-with-qiskit-sdk-primitives.ipynb | 4 +- docs/guides/specify-runtime-options.ipynb | 14 +- .../guides/synthesize-unitary-operators.ipynb | 2 +- docs/guides/visualize-results.ipynb | 1 + ...abeb9f09-d762-406d-983e-0357ade59636-0.svg | 2 +- ...bc713d11-755e-41e4-94f0-1ed76e3c2469-0.svg | 2 +- ...ff52bf52-1323-40fc-a631-2b1889b21b20-0.svg | 2 +- ...9629a507-8191-409e-b895-fd0833c8fcd7-0.svg | 2 +- ...9e86132d-a8b2-40db-af42-53042dfa108b-0.svg | 2 +- ...c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg | 1 - ...c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-1.svg | 1 + ...51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif | Bin 89170 -> 89396 bytes ...e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg | 2 +- .../extracted-outputs/87143fcc-0.svg | 2 +- .../extracted-outputs/de91ebd0-0.svg | 2 +- .../extracted-outputs/0a7255e1-0.avif | Bin 28657 -> 0 bytes .../extracted-outputs/0a7255e1-0.svg | 1 + .../extracted-outputs/c2ce65e3-0.avif | Bin 14808 -> 0 bytes .../extracted-outputs/c2ce65e3-0.svg | 1 + .../extracted-outputs/8106d906-0.svg | 2 +- ...4109d0e2-df37-4850-8409-6b860c48595c-0.svg | 2 +- ...77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg | 2 +- ...bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg | 2 +- ...ae2d9390-5c26-46f3-9418-a684ba8a406a-0.svg | 2 +- .../extracted-outputs/5b21b8c1-0.svg | 2 +- .../extracted-outputs/907dc46c-0.svg | 2 +- ...4948dab-57de-45f0-8dd7-5901ae69b70a-0.avif | Bin 3819 -> 3819 bytes ...36d1aa9-fa0d-4e27-ac83-5deee43a20dd-0.avif | Bin 3819 -> 3819 bytes ...57d8053e-d030-460d-9c1f-772e53b1a49b-0.svg | 2 +- ...bd70e13f-5c52-42fb-8dde-980b15e3604a-0.svg | 2 +- 57 files changed, 1534 insertions(+), 280 deletions(-) delete mode 100644 public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg create mode 100644 public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-1.svg delete mode 100644 public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.avif create mode 100644 public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.svg delete mode 100644 public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.avif create mode 100644 public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.svg diff --git a/docs/guides/DAG-representation.ipynb b/docs/guides/DAG-representation.ipynb index 59f97daf8b3..b89f4159cae 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/algorithmiq-tem.ipynb b/docs/guides/algorithmiq-tem.ipynb index 24379b48861..8ea078f7aad 100644 --- a/docs/guides/algorithmiq-tem.ipynb +++ b/docs/guides/algorithmiq-tem.ipynb @@ -233,6 +233,13 @@ "id": "47b0db71", "metadata": {}, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, { "name": "stdout", "output_type": "stream", @@ -263,7 +270,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.0017504758277988516\n" + "0.06579197124201017\n" ] } ], diff --git a/docs/guides/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb index 3b786912b0c..3bbc462ab03 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: ['u1', 'u3', 'u2']\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: ['u1', 'u3', 'u2']\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: ['reset', 'u3', 'measure', 'u1', 'u2', 'cx']\n", + " Instructions with noise: ['u3', 'u1', 'u2', 'measure', 'cx', 'reset']\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: ['reset', 'u3', 'measure', 'u2', 'cx']\n", + " Instructions with noise: ['u3', 'u2', 'measure', 'cx', 'reset']\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 5c1f88b8429..77ab01b0e97 100644 --- a/docs/guides/circuit-transpilation-settings.ipynb +++ b/docs/guides/circuit-transpilation-settings.ipynb @@ -281,10 +281,17 @@ "id": "c1c91fbd-acfe-413e-a6c9-ad97f4dd5543", "metadata": {}, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 8, @@ -386,9 +393,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.837\n", - "0.989\n", - "0.993\n" + "0.821\n", + "0.964\n", + "0.969\n" ] } ], diff --git a/docs/guides/custom-backend.ipynb b/docs/guides/custom-backend.ipynb index 4689f3969aa..dd1377b6242 100644 --- a/docs/guides/custom-backend.ipynb +++ b/docs/guides/custom-backend.ipynb @@ -403,10 +403,10 @@ "output_type": "stream", "text": [ "Post-Transpilation: \n", - "CZ gates: 148\n", - "ECR gates: 6\n", - "SX gates: 288\n", - "RZ gates: 205\n" + "CZ gates: 168\n", + "ECR gates: 8\n", + "SX gates: 304\n", + "RZ gates: 193\n" ] } ], @@ -585,10 +585,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "CZ gates: 939\n", - "X gates: 35\n", - "SX gates: 1741\n", - "RZ gates: 1258\n" + "CZ gates: 844\n", + "X gates: 30\n", + "SX gates: 1557\n", + "RZ gates: 1144\n" ] } ], diff --git a/docs/guides/debug-qiskit-runtime-jobs.ipynb b/docs/guides/debug-qiskit-runtime-jobs.ipynb index f0db12fc964..d779edd39c7 100644 --- a/docs/guides/debug-qiskit-runtime-jobs.ipynb +++ b/docs/guides/debug-qiskit-runtime-jobs.ipynb @@ -344,13 +344,13 @@ "output_type": "stream", "text": [ "Noisy results:\n", - " NeatResult([NeatPubResult(vals=array([0.9921875 , 0.99804688, 0.984375 , 0.9921875 , 0.98242188,\n", - " 0.97851562])), NeatPubResult(vals=array([0.98242188, 0.98046875, 0.9921875 , 0.99804688, 0.97265625,\n", - " 0.98632812])), NeatPubResult(vals=array([0.97265625, 0.97851562, 0.95117188, 0.96289062, 0.953125 ,\n", - " 0.96484375])), NeatPubResult(vals=array([0.93554688, 0.9375 , 0.94726562, 0.96289062, 0.953125 ,\n", - " 0.96289062])), NeatPubResult(vals=array([0.91796875, 0.9296875 , 0.91015625, 0.9140625 , 0.93164062,\n", - " 0.92382812])), NeatPubResult(vals=array([0.921875 , 0.9296875 , 0.90429688, 0.91015625, 0.90820312,\n", - " 0.94140625]))])\n", + " NeatResult([NeatPubResult(vals=array([0.99804688, 0.99023438, 0.99804688, 0.99609375, 0.96289062,\n", + " 0.96875 ])), NeatPubResult(vals=array([0.97851562, 0.984375 , 0.98828125, 0.99609375, 0.97070312,\n", + " 0.96484375])), NeatPubResult(vals=array([0.98046875, 0.984375 , 0.94726562, 0.95898438, 0.92773438,\n", + " 0.9375 ])), NeatPubResult(vals=array([0.97070312, 0.96484375, 0.9609375 , 0.96679688, 0.93164062,\n", + " 0.93945312])), NeatPubResult(vals=array([0.91210938, 0.9296875 , 0.90429688, 0.9140625 , 0.890625 ,\n", + " 0.91601562])), NeatPubResult(vals=array([0.9140625 , 0.9296875 , 0.90820312, 0.91210938, 0.86914062,\n", + " 0.890625 ]))])\n", "\n" ] } @@ -386,22 +386,22 @@ "output_type": "stream", "text": [ "Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n", - " 1.2%\n", + " 1.43%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n", - " 1.46%\n", + " 1.95%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n", - " 3.61%\n", + " 4.39%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n", - " 5.01%\n", + " 4.43%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n", - " 7.88%\n", + " 8.89%\n", "\n", "Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n", - " 8.07%\n", + " 9.6%\n", "\n" ] } @@ -608,19 +608,19 @@ "output_type": "stream", "text": [ "Mean absolute difference for factors [1, 1.1]:\n", - " 9.17%\n", + " 6.75%\n", "\n", "Mean absolute difference for factors [1, 1.1, 1.2]:\n", - " 4.99%\n", + " 5.18%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2]:\n", - " 4.4%\n", + " 4.85%\n", "\n", "Mean absolute difference for factors [1, 1.5, 2, 2.5, 3]:\n", - " 4.69%\n", + " 7.39%\n", "\n", "Mean absolute difference for factors [1, 4]:\n", - " 4.16%\n", + " 5.17%\n", "\n" ] } diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb index bdb02a700d6..b1b52100fb7 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/execute-dynamic-circuits.ipynb b/docs/guides/execute-dynamic-circuits.ipynb index 6222202e513..d3bdb13586c 100644 --- a/docs/guides/execute-dynamic-circuits.ipynb +++ b/docs/guides/execute-dynamic-circuits.ipynb @@ -107,7 +107,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[, , , , , , ]\n" + "[, , , , ]\n" ] } ], @@ -211,7 +211,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d76cmaq3qcgc73fsqarg (DONE)\n" + ">>> Job ID: d7fk2at6agrc738ipu50 (DONE)\n" ] } ], diff --git a/docs/guides/get-started-with-primitives.ipynb b/docs/guides/get-started-with-primitives.ipynb index a024e1cf23c..a65e2f2f715 100644 --- a/docs/guides/get-started-with-primitives.ipynb +++ b/docs/guides/get-started-with-primitives.ipynb @@ -237,7 +237,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d76cm768faus73f14eg0\n" + ">>> Job ID: d7fk1ru2cugc739qmah0\n" ] }, { @@ -265,7 +265,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: 28.628978416256825\n", + " > Expectation value: 27.620702155206207\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -351,7 +351,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Circuit ops (ISA): OrderedDict([('sx', 3088), ('rz', 3036), ('cz', 1089), ('measure', 127), ('barrier', 1)])\n" + ">>> Circuit ops (ISA): OrderedDict([('rz', 3036), ('sx', 1769), ('cz', 378), ('measure', 127), ('barrier', 1)])\n" ] } ], @@ -405,7 +405,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d76cmme8faus73f14fi0\n", + ">>> Job ID: d7fk3da1u7fs739m40kg\n", ">>> Job Status: QUEUED\n" ] } @@ -426,7 +426,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "First ten results for the 'meas' output register: ['1001101111100100101100100000100000001000110000010000011010111000000101100000110111010010100001010101011100110100100101000000011', '0000010001011111011000010001101100110010110001111010110001001000000100110111011111010011000001011100110111111010001010000000000', '0000100111000111110111110010000000101010100011110111110111000110101000100000100001000111000001110000000101000011111100100000000', '0100111111100001011101101101010010101100010001101110101010010100000011101100010100100011001000010011010101011010000000100010011', '1111000001001101001011010010000100010010010101010111001000100000100000010110111011010101000101011110001100101100011110000111110', '1100000111101011001001110010001000001000111111010101000011001000010101100001011000000100000000011010101001111110100110100010100', '1000111001100001100000111100101111100011100110101000100110001111010010111110011010010010010101010011100101001101111101000100000', '0111101010100001110000100010010100101010100010010101011010011001101100011001010000000100111010010001100011001010000000101001111', '0100001110000101111111101111010111000000000101011010100111001101001001001000101001100010101010000001001001000000100000101010101', '1101010100001000000100000110110101000000000000000100100001100100000000100000011101001100110110011100000001100111110010001011100']\n" + "First ten results for the 'meas' output register: ['0000000001110010011001100101000110100000110001010111110011001001011101010100001001010100001101111100001100011000110001010011000', '1000101110101100100001111000110001011000101010111111000001011101010001000100111001111001100001101011100100011001100000101010101', '1000011100111111100011011110100101101001100010110101010101010111111100100111100011101000010100010110001010111000100011010010010', '0001010101000101001111111111011100000000010110100000000011011000110011000000001110101010001010100111000111001011001100110000010', '1100010101110010110001011111111000100001001100011010101010001110110011001011001010100110001101100001100000010001000100110100000', '1000011010001011010011011010110011001101011010101111000101010100110010001001000001010101010110101000010011010001110000100101000', '1111101000110100000000000011111000011001100110000100010111111100000110011000000001011001010010100100011100101010110011111111111', '0001101110001100110111010101100000000000000100000101000010101011011001100010100100100011010111110100111000101110011100110001010', '0101100011100110000010111010110101111101100010011111001010001001000100011110101100000000100011011000011011001010010000000101011', '0100000110100110101111011111011100100100001001000010101000001000110001110001001000101100111001000100011101101000011010111111111']\n" ] } ], diff --git a/docs/guides/hello-world.ipynb b/docs/guides/hello-world.ipynb index af8adc952a7..170beb7dad9 100644 --- a/docs/guides/hello-world.ipynb +++ b/docs/guides/hello-world.ipynb @@ -308,7 +308,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d76cmli3qcgc73fsqbhg\n" + ">>> Job ID: d7fk2fld4lnc73fff96g\n" ] } ], @@ -629,7 +629,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "d76co6fq1anc738degh0\n" + "d7fk4bdd4lnc73fffb3g\n" ] } ], diff --git a/docs/guides/measure-qubits.ipynb b/docs/guides/measure-qubits.ipynb index b896e87cf37..d8cde687067 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/noise-learning.ipynb b/docs/guides/noise-learning.ipynb index 0d1088b0998..241590d3e31 100644 --- a/docs/guides/noise-learning.ipynb +++ b/docs/guides/noise-learning.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.3.1\n", + "qiskit-ibm-runtime~=0.45.1\n", "```\n", "\n", "" @@ -166,46 +166,47 @@ " 'IIIIIIIIIIIIIIIIIIIIZXIIIII', 'IIIIIIIIIIIIIIIIIIIIZYIIIII', ...]\n", "\n", "Along with the error rates: \n", - "[4.90e-04 6.90e-04 2.90e-04 2.30e-04 5.00e-05 8.00e-05 0.00e+00 2.00e-04\n", - " 1.00e-04 2.00e-05 0.00e+00 5.80e-04 0.00e+00 0.00e+00 1.50e-04 3.30e-04\n", - " 7.00e-05 7.00e-05 3.70e-04 1.30e-04 7.00e-05 7.00e-05 4.10e-04 7.09e-03\n", - " 3.60e-04 3.30e-04 5.00e-05 4.00e-05 0.00e+00 2.80e-04 0.00e+00 3.50e-04\n", - " 0.00e+00 0.00e+00 0.00e+00 3.00e-04 4.00e-05 0.00e+00 0.00e+00 5.30e-04\n", - " 1.00e-05 1.70e-04 7.50e-04 7.60e-04 1.70e-04 1.00e-05 7.60e-04 1.37e-03\n", - " 3.20e-04 3.50e-04 3.20e-04 3.00e-04 8.00e-05 0.00e+00 0.00e+00 3.90e-04\n", - " 0.00e+00 0.00e+00 1.40e-04 8.30e-04 1.50e-04 0.00e+00 0.00e+00 3.40e-04\n", - " 1.00e-04 6.00e-05 5.60e-04 2.20e-04 6.00e-05 1.00e-04 6.20e-04 1.02e-03\n", - " 3.80e-04 5.20e-04 3.60e-04 3.40e-04 1.00e-04 2.40e-04 6.00e-05 4.40e-04\n", - " 1.30e-04 0.00e+00 1.10e-04 0.00e+00 0.00e+00 1.60e-04 2.30e-04 1.20e-04\n", - " 1.60e-04 3.00e-05 4.50e-04 1.10e-04 3.00e-05 1.60e-04 4.80e-04 1.13e-03\n", - " 7.40e-04 6.80e-04 4.00e-04 1.60e-04 6.00e-05 1.10e-04 1.00e-04 1.80e-04\n", - " 3.00e-05 2.30e-04 5.00e-05 1.00e-04 2.50e-04 4.00e-05 2.00e-04 7.00e-05\n", - " 1.00e-04 9.00e-05 4.70e-04 1.90e-04 9.00e-05 1.00e-04 5.20e-04 7.60e-04\n", - " 4.30e-04 4.80e-04 2.30e-04 4.70e-04 2.10e-04 7.00e-05 5.00e-05 3.60e-04\n", - " 9.00e-05 4.00e-05 5.00e-05 1.20e-04 1.10e-04 2.20e-04 1.70e-04 3.90e-04\n", - " 4.10e-04 2.80e-04 2.90e-04 0.00e+00 8.00e-05 3.00e-04 0.00e+00 8.00e-05\n", - " 0.00e+00 1.50e-04 3.10e-04 3.90e-04 4.10e-04 1.40e-04 4.30e-04 0.00e+00\n", - " 1.80e-04 1.50e-04 8.00e-04 0.00e+00 0.00e+00 7.00e-05 1.75e-03 0.00e+00\n", - " 1.90e-04 1.70e-04 3.40e-04 1.50e-04 0.00e+00 4.90e-04 3.50e-04 0.00e+00\n", - " 1.50e-04 4.00e-04 5.50e-04 7.60e-04 8.70e-04 2.70e-04 7.10e-04 8.00e-05\n", - " 0.00e+00 0.00e+00 5.00e-04 6.00e-05 0.00e+00 1.20e-04 4.50e-04 0.00e+00\n", - " 4.00e-05 0.00e+00 2.30e-04 1.60e-04 1.50e-04 5.90e-04 4.20e-04 1.50e-04\n", - " 1.60e-04 6.40e-04 1.73e-03 7.90e-04 5.40e-04 4.40e-04 2.50e-04 0.00e+00\n", - " 1.20e-04 4.00e-05 1.80e-04 1.80e-04 9.00e-05 0.00e+00 2.70e-04 1.80e-04\n", - " 0.00e+00 1.30e-04 3.30e-04 8.00e-05 7.00e-05 6.20e-04 3.70e-04 7.00e-05\n", - " 8.00e-05 5.20e-04 3.00e-04 4.10e-04 4.60e-04 4.30e-04 3.80e-04 0.00e+00\n", - " 0.00e+00 6.40e-04 5.00e-04 0.00e+00 0.00e+00 6.80e-04 1.70e-04 8.00e-04\n", - " 7.00e-04 2.10e-04 1.80e-04 9.00e-05 1.00e-04 0.00e+00 2.20e-04 1.20e-04\n", - " 0.00e+00 7.00e-05 4.90e-04 9.00e-05 6.00e-05 2.10e-04 5.80e-04 0.00e+00\n", - " 1.80e-04 0.00e+00 2.80e-04 1.10e-04 0.00e+00 2.40e-04 3.43e-03 1.60e-04\n", - " 0.00e+00 0.00e+00 0.00e+00 0.00e+00 3.10e-04 3.40e-04 0.00e+00 3.10e-04\n", - " 0.00e+00 3.20e-04 0.00e+00 7.80e-04 6.40e-04 4.70e-04 1.00e-04 1.70e-04\n", - " 1.40e-04 2.50e-04 1.00e-04 6.00e-05 2.40e-04 1.40e-04 0.00e+00 1.10e-04\n", - " 0.00e+00 1.90e-04 0.00e+00 1.30e-04 1.50e-04 3.70e-04 0.00e+00 1.50e-04\n", - " 1.30e-04 2.30e-04 3.70e-04 6.50e-04 5.30e-04 5.00e-04 1.50e-04 6.00e-05\n", - " 1.90e-04 5.00e-04 2.00e-05 2.30e-04 9.00e-05 2.60e-04 1.90e-04 6.00e-05\n", - " 4.90e-04 1.70e-04 6.00e-05 0.00e+00 2.60e-04 3.70e-04 4.00e-04 4.30e-04\n", - " 1.60e-04 0.00e+00 1.60e-04]\n", + "[1.50e-04 2.10e-04 7.90e-04 2.40e-04 0.00e+00 0.00e+00 2.40e-04 2.00e-04\n", + " 0.00e+00 0.00e+00 2.00e-04 1.80e-04 3.50e-04 3.10e-04 0.00e+00 0.00e+00\n", + " 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.00e+00 1.10e-04 0.00e+00\n", + " 0.00e+00 0.00e+00 0.00e+00 1.50e-04 0.00e+00 0.00e+00 1.50e-04 1.40e-04\n", + " 0.00e+00 0.00e+00 1.40e-04 5.70e-04 0.00e+00 0.00e+00 2.00e-05 1.10e-04\n", + " 0.00e+00 0.00e+00 0.00e+00 5.00e-05 0.00e+00 0.00e+00 0.00e+00 6.00e-05\n", + " 0.00e+00 0.00e+00 0.00e+00 0.00e+00 0.00e+00 1.30e-04 1.40e-04 0.00e+00\n", + " 8.00e-05 7.00e-05 8.00e-05 0.00e+00 2.10e-04 1.60e-04 1.30e-04 2.40e-04\n", + " 0.00e+00 1.20e-04 3.50e-04 2.50e-04 1.20e-04 0.00e+00 2.50e-04 2.42e-03\n", + " 2.40e-04 2.40e-04 4.10e-04 1.40e-04 3.00e-05 0.00e+00 0.00e+00 1.00e-04\n", + " 0.00e+00 0.00e+00 7.00e-05 1.70e-04 8.00e-05 0.00e+00 1.40e-04 4.00e-05\n", + " 3.00e-05 3.00e-05 1.10e-04 0.00e+00 3.00e-05 3.00e-05 1.10e-04 2.00e-04\n", + " 1.70e-04 1.70e-04 1.00e-05 1.70e-04 5.00e-05 0.00e+00 1.00e-05 1.40e-04\n", + " 2.00e-05 5.00e-05 3.00e-05 4.10e-04 1.40e-04 5.00e-05 2.00e-05 2.20e-04\n", + " 5.00e-05 1.70e-04 4.20e-04 1.70e-04 1.70e-04 5.00e-05 5.30e-04 6.90e-04\n", + " 4.00e-04 4.10e-04 2.20e-04 1.80e-04 0.00e+00 1.00e-05 2.00e-05 1.20e-04\n", + " 1.00e-05 4.00e-05 6.00e-05 2.90e-04 5.00e-05 6.00e-05 3.00e-05 1.80e-04\n", + " 3.00e-05 1.00e-05 4.30e-04 3.80e-04 1.00e-05 3.00e-05 5.60e-04 1.02e-03\n", + " 2.40e-04 2.40e-04 2.80e-04 3.70e-04 0.00e+00 4.00e-05 1.00e-05 2.30e-04\n", + " 1.30e-04 0.00e+00 8.00e-05 1.70e-04 1.30e-04 1.40e-04 4.00e-05 6.60e-04\n", + " 0.00e+00 1.60e-04 7.10e-04 4.30e-04 1.60e-04 0.00e+00 5.90e-04 1.34e-03\n", + " 4.20e-04 4.40e-04 1.40e-04 2.40e-04 0.00e+00 1.40e-04 2.00e-05 2.90e-04\n", + " 0.00e+00 0.00e+00 1.00e-05 9.60e-04 5.00e-05 3.00e-05 5.00e-05 1.90e-04\n", + " 1.20e-04 0.00e+00 1.80e-04 3.00e-05 8.00e-05 4.90e-04 1.50e-04 0.00e+00\n", + " 1.90e-04 1.50e-04 8.00e-05 3.00e-05 4.90e-04 5.80e-04 6.00e-05 1.50e-04\n", + " 1.10e-04 4.00e-04 3.00e-04 3.30e-04 2.90e-04 2.40e-04 3.90e-04 1.60e-04\n", + " 1.00e-05 8.00e-05 2.90e-04 2.80e-04 8.00e-05 1.00e-05 3.10e-04 4.80e-04\n", + " 3.70e-04 4.60e-04 5.00e-05 1.00e-04 0.00e+00 6.00e-05 1.30e-04 0.00e+00\n", + " 3.00e-05 0.00e+00 5.00e-05 6.00e-05 0.00e+00 2.10e-04 8.00e-05 0.00e+00\n", + " 8.00e-05 8.40e-04 2.10e-04 2.40e-04 1.10e-04 6.00e-05 0.00e+00 0.00e+00\n", + " 2.40e-04 8.00e-05 0.00e+00 2.00e-05 7.00e-05 0.00e+00 6.00e-05 1.70e-04\n", + " 4.60e-04 0.00e+00 1.70e-04 0.00e+00 1.80e-04 7.00e-05 0.00e+00 2.50e-04\n", + " 2.00e-04 0.00e+00 7.00e-05 3.20e-04 3.30e-04 3.40e-04 2.90e-04 1.10e-04\n", + " 6.00e-05 4.00e-05 0.00e+00 4.00e-05 1.10e-04 0.00e+00 0.00e+00 6.00e-05\n", + " 1.70e-04 3.00e-05 1.20e-04 0.00e+00 1.50e-04 1.00e-05 4.00e-05 1.60e-04\n", + " 9.00e-05 4.00e-05 1.00e-05 1.90e-04 8.20e-04 1.50e-04 1.60e-04 1.00e-04\n", + " 1.70e-04 1.00e-05 8.00e-05 0.00e+00 1.10e-04 0.00e+00 0.00e+00 3.00e-05\n", + " 4.90e-04 0.00e+00 2.00e-05 0.00e+00 6.20e-04 5.20e-04 1.06e-03 2.10e-04\n", + " 1.00e-05 5.00e-05 2.70e-04 5.00e-05 0.00e+00 1.00e-05 1.70e-04 5.00e-05\n", + " 1.00e-05 2.80e-04 0.00e+00 7.00e-05 4.00e-05 6.20e-04 2.60e-04 1.30e-04\n", + " 3.00e-05 0.00e+00 0.00e+00 0.00e+00]\n", "\n" ] } diff --git a/docs/guides/operator-class.ipynb b/docs/guides/operator-class.ipynb index 511d787313f..c82bb6cfbae 100644 --- a/docs/guides/operator-class.ipynb +++ b/docs/guides/operator-class.ipynb @@ -359,7 +359,7 @@ "output_type": "stream", "text": [ "Operator([[ 0.+0.j, 1.+0.j],\n", - " [-1.+0.j, 0.+0.j]],\n", + " [-1.+0.j, -0.+0.j]],\n", " input_dims=(2,), output_dims=(2,))\n" ] } @@ -389,7 +389,7 @@ "output_type": "stream", "text": [ "Operator([[ 0.+0.j, -1.+0.j],\n", - " [ 1.+0.j, 0.+0.j]],\n", + " [ 1.+0.j, -0.+0.j]],\n", " input_dims=(2,), output_dims=(2,))\n" ] } diff --git a/docs/guides/operators-overview.ipynb b/docs/guides/operators-overview.ipynb index d1f025ed15e..c04c175917a 100644 --- a/docs/guides/operators-overview.ipynb +++ b/docs/guides/operators-overview.ipynb @@ -83,6 +83,13 @@ "id": "90053827-6a1f-4fb4-8188-808afe3ddd4f", "metadata": {}, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, { "data": { "text/plain": [ diff --git a/docs/guides/primitive-input-output.ipynb b/docs/guides/primitive-input-output.ipynb index 79425c994de..cf21e293f54 100644 --- a/docs/guides/primitive-input-output.ipynb +++ b/docs/guides/primitive-input-output.ipynb @@ -450,7 +450,7 @@ " ...\n", " [ 0 0]\n", " [ 3 255]\n", - " [ 0 0]]\n", + " [ 3 255]]\n", "\n" ] } @@ -506,7 +506,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'0000000000': 531, '1111111111': 493}\n" + "Counts: {'0000000000': 524, '1111111111': 500}\n" ] } ], @@ -592,20 +592,20 @@ "The bytes in register `alpha`, shot by shot:\n", "[[0]\n", " [1]\n", - " [1]\n", + " [0]\n", " ...\n", " [1]\n", - " [1]\n", + " [0]\n", " [0]]\n", "\n", "The shape of register `beta` is (1024, 2).\n", "The bytes in register `beta`, shot by shot:\n", "[[ 0 0]\n", " [ 1 255]\n", - " [ 1 255]\n", + " [ 0 0]\n", " ...\n", " [ 1 255]\n", - " [ 1 255]\n", + " [ 0 0]\n", " [ 0 0]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", @@ -615,39 +615,33 @@ "The bytes in `beta` after bit-wise slicing:\n", "[[0]\n", " [7]\n", - " [7]\n", + " [0]\n", " ...\n", " [7]\n", - " [7]\n", + " [0]\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", " [ 1 255]\n", - " [ 1 255]\n", - " [ 1 255]\n", - " [ 0 0]]\n", + " [ 0 0]\n", + " [ 0 0]\n", + " [ 1 255]]\n", "\n", "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: 0.0078125\n", + " coeffs=[1.+0.j])` is: -0.009765625\n", "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: 0.0078125\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + " 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", "[[ 0 0]\n", " [ 3 255]\n", - " [ 3 255]\n", + " [ 0 0]\n", " ...\n", " [ 3 255]\n", - " [ 3 255]\n", + " [ 0 0]\n", " [ 0 0]]\n", "\n" ] diff --git a/docs/guides/primitives-examples.ipynb b/docs/guides/primitives-examples.ipynb index 5f547b0e9f2..79915fd13ac 100644 --- a/docs/guides/primitives-examples.ipynb +++ b/docs/guides/primitives-examples.ipynb @@ -84,7 +84,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: 0.02001953125\n", + " > Expectation value: -0.27740492170022374\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -139,12 +139,12 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Expectation values for PUB 0: 0.38653001464128844\n", - ">>> Standard errors for PUB 0: 0.38171892296606086\n", - ">>> Expectation values for PUB 1: 0.16101694915254236\n", - ">>> Standard errors for PUB 1: 0.275264141479697\n", - ">>> Expectation values for PUB 2: -0.38052095130237823\n", - ">>> Standard errors for PUB 2: 0.23890904884822026\n" + ">>> Expectation values for PUB 0: -0.05255023183925812\n", + ">>> Standard errors for PUB 0: 0.11257677278137532\n", + ">>> Expectation values for PUB 1: 0.11851851851851852\n", + ">>> Standard errors for PUB 1: 0.11675579898075032\n", + ">>> Expectation values for PUB 2: -0.19657142857142856\n", + ">>> Standard errors for PUB 2: 0.14686373551273815\n" ] } ], @@ -211,38 +211,38 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Expectation values: [[ 1.14303016 1.09293387 0.91230895 0.67462992 0.3645896 0.01586382\n", - " -0.32673908 -0.66572392 -0.89950657 -1.05647491 -1.11686876 -1.05257854\n", - " -0.898115 -0.66600223 -0.36792936 -0.03590234 0.3448294 0.65292154\n", - " 0.87946805 1.08653268 1.13384584]\n", - " [ 0.00194819 0.35039566 0.69355519 0.90256801 1.0561966 1.13384584\n", - " 1.05870142 0.91091739 0.64679866 0.31449332 -0.0242132 -0.34816916\n", - " -0.6543131 -0.94459322 -1.07122549 -1.12688802 -1.07289536 -0.9003415\n", - " -0.6565396 -0.34816916 0.03423246]\n", - " [ 0.03311921 -0.2986295 -0.58584818 -0.7926345 -0.93513059 -1.00081238\n", - " -0.96407511 -0.81990914 -0.60533007 -0.31532826 0.01196745 0.29807287\n", - " 0.56386148 0.78623331 0.93485228 0.98801 0.94153178 0.8079417\n", - " 0.60338188 0.32590414 0.01085419]\n", - " [ 0.99858588 0.9462631 0.78734656 0.57165423 0.30224757 -0.04035534\n", - " -0.33314027 -0.58863131 -0.81295132 -0.96045704 -1.01918102 -0.93290409\n", - " -0.82046577 -0.57248917 -0.29946444 -0.00890601 0.31811139 0.59558912\n", - " 0.82853683 0.96574498 1.00749188]]\n", - ">>> Standard errors: [[0.01054453 0.0090488 0.01470321 0.01431899 0.01458752 0.01594555\n", - " 0.01726554 0.01424188 0.01419258 0.01067802 0.01001923 0.01251587\n", - " 0.01116998 0.01531783 0.01449673 0.01646155 0.01646433 0.01360378\n", - " 0.01122004 0.01196567 0.01024229]\n", - " [0.01445745 0.01549534 0.01358938 0.01313319 0.00988315 0.00969048\n", - " 0.01064806 0.01322978 0.01255456 0.01452464 0.01487265 0.01730187\n", - " 0.01380378 0.01469336 0.01109645 0.01090259 0.00959465 0.01011457\n", - " 0.01501227 0.01379471 0.01569855]\n", - " [0.01664737 0.015471 0.01376998 0.01327565 0.01178408 0.00932035\n", - " 0.00974169 0.01339822 0.01515222 0.01650666 0.0214757 0.01758876\n", - " 0.01600469 0.01258592 0.01263352 0.0115907 0.0100297 0.01192499\n", - " 0.01553377 0.01850343 0.01676476]\n", - " [0.0140702 0.01061445 0.01177151 0.01647518 0.01465258 0.01621293\n", - " 0.01357167 0.01093029 0.010674 0.00991755 0.01179354 0.00989959\n", - " 0.01050795 0.01555365 0.01180389 0.01547085 0.01348899 0.01383537\n", - " 0.01139017 0.01190014 0.00922421]]\n", + ">>> Expectation values: [[ 0.92521095 0.87812487 0.76132692 0.54148995 0.28954883 0.00244603\n", + " -0.2864913 -0.56503299 -0.77783763 -0.89891613 -0.95272879 -0.89861037\n", + " -0.77906064 -0.55494312 -0.29963871 0.01956824 0.2904661 0.55035681\n", + " 0.76040966 0.92735123 0.95517482]\n", + " [-0.01498194 0.28098773 0.54699352 0.76163268 0.86895226 0.95456332\n", + " 0.9010564 0.76774775 0.54699352 0.27670718 -0.01100714 -0.30850557\n", + " -0.57848616 -0.77722612 -0.8931068 -0.96159565 -0.91053477 -0.75857514\n", + " -0.54943955 -0.31400914 0.00152877]\n", + " [-0.01008987 -0.41765967 -0.71271207 -0.99553432 -1.15299752 -1.22668418\n", + " -1.17806933 -1.00378967 -0.7191329 -0.37821743 -0.0119244 0.39136484\n", + " 0.72830551 1.01265653 1.17378878 1.21537129 1.15666657 0.99247678\n", + " 0.70078767 0.34458452 0.01773372]\n", + " [ 1.21751157 1.15697232 0.9533403 0.71546386 0.3552859 0.01131289\n", + " -0.39533964 -0.72157893 -0.98544445 -1.17134275 -1.22484966 -1.16400466\n", + " -0.9976746 -0.70384521 -0.36354125 0.00947837 0.37087934 0.70782001\n", + " 0.97046251 1.16094712 1.20772745]]\n", + ">>> Standard errors: [[0.01405009 0.01401296 0.01264836 0.01715745 0.02057321 0.01936173\n", + " 0.01524941 0.01175518 0.01550498 0.01239788 0.01142359 0.01291303\n", + " 0.01695186 0.01440177 0.01255792 0.01834056 0.01437338 0.01729321\n", + " 0.01151874 0.01268767 0.01350854]\n", + " [0.01651373 0.01794888 0.01823034 0.01389698 0.01126863 0.01272404\n", + " 0.01415774 0.015957 0.01416749 0.01519285 0.01306379 0.01360087\n", + " 0.01333588 0.01399481 0.01124902 0.01426708 0.01234348 0.01089424\n", + " 0.01770662 0.01523562 0.01694996]\n", + " [0.01184974 0.0151385 0.01657338 0.01412777 0.01070901 0.01243481\n", + " 0.01217615 0.014844 0.01540647 0.01701543 0.01684848 0.0134157\n", + " 0.01593063 0.01480973 0.0136077 0.01145186 0.01274563 0.01223105\n", + " 0.01669949 0.0156938 0.01684982]\n", + " [0.01129441 0.01289817 0.01261696 0.01456168 0.0147216 0.01397557\n", + " 0.01656532 0.01709638 0.01195073 0.01196632 0.01084197 0.01176533\n", + " 0.01258752 0.01500166 0.01814342 0.0131581 0.01581695 0.0153917\n", + " 0.01368148 0.01125 0.01177893]]\n", ">>> Metadata: {'shots': 10016, 'target_precision': 0.01, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -324,9 +324,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > Expectation value: -0.001953125\n", + " > Expectation value: -0.0048828125\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n", - " > Another Expectation value: 0.38454288407163056\n", + " > Another Expectation value: 0.14132762312633834\n", " > More Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -413,7 +413,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First ten results: ['1111100010001110101110110001011111001000110110001000010000001100100010001000000001110001011001101011000100100100000101010000010', '0111001010111001011101001010001110100111010000111001001011010000111110011001110000010100101001100000010010000000100000011110000', '0101001010101000010000100000011001001100010110011010010000100001001100111000001000001001110101100010000011000101001000000101011', '0001100111101101010111000100010010101110101001010000001000010100000010011101100011100000101011001010111110110000000110011010000', '1100100001000111101001000010011111000010101001100101010010110100011011100001000000010001010110001001010011001001011110011101101', '1100010001010110110100100110010010001101000001000011011000011000011111101000011010110001100000000000000100000011011000110011101', '0100011101000111110110010000001011111110110100101010010010000011010000101010111001010111100010010001010101001100000001000000000', '0011001100011000000111100110000000101101100000111001001011010100000000000101011100010011010001110100100101000000000100110000000', '0011100000111011110110001001000101010001110001100010010111001101000100111101111010111000011100000010010001011000011000100100101', '1110101100000100000000001001001000101000011100101011011000001000010100000100001011000010000000000001011110011000001000100100101']\n" + " > First ten results: ['1110110011010110000101101011001010000010111000000011000011011000001100000100101101011110001000100011001000001000100001001110000', '1110011010111000011010100000000101000100001010100010111010010101000000000001000000010110101010001000010000000011001000101100000', '0000111110001110000011010111100101011001100101010101100101101100010100110100101010010110000101011010100000001100101011101011000', '1111010101100100001010000110100101001011010001101010011001010000101101011001101111100011011101101000111010001001100100010100000', '0101010101001000001000110011101101110111010101110010001111001100001111000000101011000010011100100010101011100001000000001000000', '0001101101000100000110000111100001000001100111011111000101101000010010100000100110000100000110000001111011100011100001011111000', '1100110101000100000100110010010001011001111000101001010000000100001100010111010110001000101100010000101100100000100100011000001', '0011010100001000010111000111010110011000100100000010010001000100010000010000001000100010001000101100110000100101110100011001111', '0101000100100101010100100110110010110111000000001010101111000011000000101101001110111010010000010101110000010000000101001011011', '0001001011110111110000011000111000001001000000111010110000110101001110000110100110001100001100000000101100011000001111000001000']\n" ] } ], @@ -468,9 +468,9 @@ "name": "stdout", "output_type": "stream", "text": [ - " > First ten results for pub 0: ['0101101010000100000100010010000110111010100110111001010000000100100100000000111101110100001001110010000000110110010011000000000', '1001011110111100100001000000100100011000011000011000001100010101100000110111111010010100000011010000110010000000000000110100101', '0011011100011101101000000110110011101110000100001100000011010001100110100011000101100101100111111000010011100100011011011011001', '0101101110010001000011110001000001011010100000111101110101010100000110000000000100011001001001001101000110101000001010100101000', '1101110010100111100011100010100011000000111100010010001000110000110101010001110001000100001110101110100111111001001001110000001', '0010010011010100101111101001110100010110010101100010111011100000101100001101000001000000101000100111101100100011100000000100100', '1000010101001100001110111111100100110110110101101010110110110101100010000010100101010100100110011100101010110111110001010100110', '0101001011000111001111100100110100011100000000111000111100111100001011100111110011000001000001001000101010111000101100001011100', '1001011011101111111010000010010110111010001110000010100010101100101001100000011001010101000001110110111000110000101010110010101', '1000110100010000111000110100011101111000111010001111100001010001011111000100100101101001110101000111010000110100101010110011001']\n", - " > First ten results for pub 1: ['1100001010111100101001000111111101110100101001010011111100100100100001000000101011010101000000101010101100010001101110010000001', '1001000011000101010101001000100010001101111001111011000000001011000010011011001100010100110000000101100000000001100000011001000', '1100000010101010111001010000011010101101100001100010100011111000110000000000000101101001000000011010000110010011100010000100000', '0001101000011100010000110010000110011111111100010100001100010000101010010010000000010000001000100100010100000000100101110001010', '1100011001010111100101001100100100000111110001100100010110101010010000000110111111000000000100000000100000001001010001011010001', '1010110000001100111100010111110001111011110001111010000010110010010001001001000101011100001100001000000001010001000100010101111', '0010001011000000010000100101010110101001111001100000011011001100001000000001110001010110000101011011100110000000010101000000000', '0001110011101110100000011001101010001000111111000000111100110010000000010101110011000100001100101110111000110100011000000011000', '0101000001101101001000111001010000001001011101000011001000000001011100000001101010010000010000101000110000000011000001000110001', '1110010001000001010001110101000100001011101000000011000100010010110010000001111000000100010100001010000000110000000000001001100']\n", - " > First ten results for pub 2: ['0100110111100000011110100101111100101010011001001000101110000100011011100101100001100000001000010110101001000000011001000010101', '1101000111110101011100000101011011001010000100100000110100100111100100011101100100101011011010100000000100000000001010010001100', '0101000111010111101111100101110101001101100010000100100111110101000010011101000101111001010010110001101000100000001110000000010', '1001100010101010011000100100101101000000000101011110100100100011100000011000011101101010011000001001000101110111000100000000000', '1101001011110111111010100101101110001110001000011000100110110011010010100101100110011001000000011101100000110000000001011000011', '1010000110101101010100000000101001011100000010110001000110000111101110000001100000011001001111110000100000011010000010001000110', '0111000000110101101111000001001010111010100001100011000000100010001000110011100000010001000000100001010000000101101001111000001', '0110000010000110001010101110001111011001100001100001001101010011011100101010001110010010000000100010111101000000001010010010010', '0100001110111110110100001100000001101010000100000000100010110001010010000100010101001011001001010110101001100101000010000000110', '1101100110100000111100011000101100101001011001000100000001001000000011100111101110101000001001000000001000100000111111010011110']\n" + " > First ten results for pub 0: ['1101101101110100111101000100011101110000001011101000101011101110100100000000001101010100001011010110011000001000100100110000111', '0001011101000110110100111000100001010101011011110011001111000101000100000000000000111000000000010000100000011001101100001000101', '0000000001011001100111110010111111011010000011100111010100110000100110001010011100100000101000010000101100111101001000100000010', '0111101111110111110011000111001100010001011001001101100100000000000001001100010101000001000000100100011000101001100001100000100', '1010000000001001111000100110001001000000001010000010110011010000011001001101010000010000000100000001101000011111101000110010000', '0101110110011111101011011110000000000001010011001000110110011100101001000110111010000100110001110110010000011000000000111001000', '1100011111001011111011100000000001011100000100000111100111000001011100111011010100001000000001000000000100011100011000101000010', '1010100001000110000111110000100000111110000011110101100110000000111010110011000011100100000101100000010100110100110000111001110', '0101011111001101101000100001000000101010000011110010010011110011010010101101001000000000001100000101100110011010000000101000000', '1010101010111001100101111100100111111110100110100101110111110101100100110000100110101010010010111101110100000111001000000110011']\n", + " > First ten results for pub 1: ['0000100011010001101100101000011100101010001010011101010011101101001010100010011110011110000100001001000000010001010000101000000', '1011000101001000110101010101100110101001001011000101001011101010111011010100011010100000010001100111001110100000101111010100101', '0010110000101011001011000001110000111101101110111101110000001001010010011000000101010100000010000000011000010011110110101100001', '0100101011001101000001111001010101010010111101100001100001110100001000110100110000001100000100000110000010100100000000001000100', '0100000000101010010001001100100001100000011010100110100100100001000000000100100101011000010001000001001100101100001100010100100', '1001010001100111100010011011010110010100011000000100101010110011011011110000110100100010011000010001010101000110110000010101100', '1111010111000110010100001010111010100000001001001010101000000100011000000110011010010000000000000010011110100010000100000010100', '1011101010000111001011011110000000000100001010111010110100110000011011010100001000000001001011100010110101100110100011010010110', '0000100010101011011000101010111011110100100010100101001011000010101011111010001010011110001001010100011010110100000000010100001', '1011111010110111110100110101010110011011011010000011101100010000101110001000001011000000000101001000001100100000000001000110110']\n", + " > First ten results for pub 2: ['0001101010011010101000101010100011100110011000000010100110000000010100011001010110001000111101010100001010100100000000100010000', '0000101000101010000101100000011111010100010010110011101001100100011011001001010000101100001100000000100101100001000001111000001', '0010101100011000110001110011100000100100010000001000011001000010000000010101100011100110000001001000001001101101010000001100001', '0000101110101010010101011000000001111000101000110100010000000010111000101010101010010010110000001011001100001000001001000110101', '0001111100010000011101001000110000011110010000010110000011000001011100010000000010001111001001000100100110110000011000101101011', '0010011001100000100111010100011000000010000010011011010001010001101001100001100001011010000101000010000000100011000010001100101', '1111101100000111010111001101011010001000011001001000000011001110011100000010111010011111010010001000001010000000000000000100001', '1011001000111100101111010001101001000111001010011100000011100001110010000010000010101110000001001000100110010000001001000100010', '1011110010110001001101010001001101001111011011011101100100001100110000001011000011000010110100000100011001010000010101000001000', '1101001101011001000111000111110011000100110011000010100101010001010001110110110000000111000001111110100000000000000010110000001']\n" ] } ], @@ -527,7 +527,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " >> First ten results for the meas output register: ['0001000011110001011111011000111110100011110001101010011001110000111001101101101101011100010110011100011000101000111010101111100', '0101000000010111011010101000100110010110011000011010011100101000110100001111101110110110110100101011011000110111101111111111101', '1000001001000101000111100011100001001000111101100011001000011100100101101100011011100011100011010101001110100011000010001100111', '0001010100100101010000011110111011101010100101111111000011110010110000000001110110000000011011111100001010011111111111001000111', '1100011010110111010011110000101110110010101001001000100111010111111100001101101000010010000100000000001010010000011100100110000', '0100110000000111101100100010001110010100000101001010001000100111111011101110011001011110100010000000001111100100111000010101111', '1000110100000101010011011011110011001010001001001001110000011010010010001111110011100000000011110000001111000011011111111010111', '0001101010010101111000010100110110110001100111100100101010010011100110101000100111010110110000110010001101000100101010111100001', '1100010000011011010000100111100010000000110001010001001100100010111100000111001100010000010000110000000100010100000010001110110', '0000010000001101001000100101000010110010001101100011010000011001010001110011111100001111000100001100001001110110110100101101000']\n" + " >> First ten results for the meas output register: ['0000000100010111101010001001110010100010011001001000100000111100110111100010000101001100001111110111110110111010011000000001111', '0111011001001011010100000100011001000101100111000011111000110010110110001101110011111101000101110100011011001001001110011001101', '0110010110010001111011011101000011110011110100110111111000011000100101101011010110101110110101011101111010110111110000010000111', '0011010011001010111010100101110111110100110000101010001100101000001001010111100000011100001110011011010101111111001100111000001', '0010100010001011100010100100010010000000000001101010111010101101111100111110000011000000001100010111110101010111010001000000011', '0001110110010111101111100110011110010100011101111001110101001101000110101011011100111011000110011000001100111100000110110000110', '0001001000101010110000001011001110000110100011101011110011100111110100101011010110111110010110010111110101100010110111010000111', '0001001111001101001011011001000011000100110000001111111000111100101101100110110100101111100100000000001011110010110100000100001', '0011100110111001110111011101011000110111000000101011001000010100010001101111010101000010111001010001000111010101000100111001111', '0001110101110100011010010100001111111100000001101000110000011000011110001110010000110010100011011110110001111100110000111100101']\n" ] } ], @@ -598,7 +598,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first ten measurement results of job 1: ['1100100101010110001101011100100000000000001101010001100111001011000000110111000001010001000000001101100100000100000101011100101', '0011111000001111010100111010010001000010010001010100100111010000000110011100011011000000111010000000100100000100100011001101001', '0001001111110011010001010010100001000110110000101111010010100100100111010010000001110010110100011000010100000001110000111101111', '1110110110100011011101110111000011011101000101110010000001111010001010110010010100010001001101000110110000110100101001011101100', '1010110101000010000010001011101010000000100001011100101101110100100101010010001101001001000010100110001100110000111011111010001', '0111111010101011011100001010110110011100011101101110010100100001000000000100000110000110100110001000000101100000100110000011000', '0011101011101110001001010100111001000011100000010010101010001100000101000000000100001100001011110100100000011100010010010001010', '0100011101010000011100110111110011111010001110011110000100000101000110000011100101011011010110000101110100100100000001111110000', '1010000000011101000010011000100011001010111101011101010100101000100000110010111110011000101011100100000000011101110001011011000', '0001001011101110010001001010110010101010110000000100110000000110100000100101100001001001011001010000000010000011000010000101001']\n" + " > The first ten measurement results of job 1: ['0100101001000010000010001100101110101000110001111010000101001110001000000100001101000110000001000001000010000011000001001001111', '1100110000110011000011000101100011000000001100000100000101010110100011000101000010000111000101000100011000000110000000100000000', '0001011010000011011101110100101000100100110110101101000101000000000110100011001111100011010100001001110100100100010111000000010', '0110100000111100000001111110011011001001110010000111010010010000010000010001000110000010111001101100010000000111100101100100000', '1110010011011111000111110000000100101000000111011010011000100000000010100001000100110000011000100001110000110100000000000001111', '0100001111110000010000000001011101101100001101110100101111110100111101000010000000111000000011101010000001001010000000101000011', '1011101011010110010000000000100001101000101011000110000000110101100100000011001101010011011000000000010100101000100010100010100', '0101110100001000010101100000010001001100001011000001001101000110101000101100111101010011101000000001001100000011000100100010000', '1110111011111110010011010000000000011100010001101001000100110011101000010001000101000000100010111011000000101100010000110101010', '1101010011010001011000100001000101100000010001111000000111011010001011100101110000100000010101010000101000000011000000000010000']\n" ] } ], @@ -653,7 +653,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " > The first ten measurement results of job 2: ['1110010001111100001001110100000111101100100100001010011010000100111001101111000001000000101101000001010001001001000100000110000', '1000000000100001011100100010101111010111001001100100101001011110110110000101010001100100100000011011001101001000000010010000001', '1100101100010100011011000010001010111011000001100010110101001010000010000000010010000111110001000010010011101010101000010010000', '0100101111001101100111000000001100100011001011011110010101001000101000000000001100001010010101000110100101100000011000011000000', '0111010010100001011011100010001011011100101001111011101011000000000100010001000100100010110101011010101100000010010000010111000', '0100010010000100101100001100011001101100110010100000101010010100100011100000000100001001000101111000100010001100100000010000011', '0011001101001001011011000101101101100000110111111110100000000101101110110001001000100001011111010001011100101010000100010000000', '1100101100000000111110010010000000011101010110110110000011000010100010000001110110010001100010000110001010000000000000101100000', '1000011001011100111101000011100100001100111101101011010011010110011011110110001111111000100100010010001100001001100001011000101', '0000101100000110001000010110111010011100010101011011001001010000101110100010101110000011010000010110011101000000101001010000000']\n" + " > The first ten measurement results of job 2: ['1101100001011100110101001100011100101100011000100001000110010010001111011110001001001100000000001001100100010000000000100000001', '1001101001000000001100001100101011011001011100001101001011101000100010110100000010110111100001010001110110000000001110000100000', '1001000000010001100000000111000000000111010000100010000000001100011011101000101100100010000000101101000000100101010010101001100', '0000100000110011000011110110000000011001101010101011100100000000111110111000000101010100001000001000010100110000000110010000000', '1010110010111101101110001110001101001100011100000011110111001010000000000000000100000011111101100010100001000100011010000000000', '0101011100100101101101110110101001001001011101000001001111001110001101010000000001110000110101010000001110001000110000110101000', '0011011001100000101001000110101100110001001110000000010001000010011011001000110101011001110001000000110001000001101000010000001', '1111010101001101100100110111101111000101011011000010100111110110101000010110000010000000001011110011100010100101000010010000000', '0001000111010101010001101110001001000011100101000010101110010100000100011011000001000000011000001000110110000011000100000001010', '1000000011000110001110000100100011110100010110001110100000010100101000000110001000010110100100001001010100010100000100010010001']\n" ] } ], diff --git a/docs/guides/q-ctrl-optimization-solver.ipynb b/docs/guides/q-ctrl-optimization-solver.ipynb index b7e9348f481..b2f2671d67e 100644 --- a/docs/guides/q-ctrl-optimization-solver.ipynb +++ b/docs/guides/q-ctrl-optimization-solver.ipynb @@ -35,7 +35,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-ibm-runtime~=0.45.1\n", + "sympy~=1.14.0\n", + "```\n", + "\n", + "" + ] }, { "cell_type": "markdown", @@ -87,22 +107,22 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 1, "id": "36d78eb4", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[,\n", - " ,\n", + "[,\n", + " ,\n", " ,\n", - " ,\n", - " ,\n", - " ]" + " ,\n", + " ,\n", + " ]" ] }, - "execution_count": 3, + "execution_count": 1, "metadata": {}, "output_type": "execute_result" } @@ -148,7 +168,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "95a715d2", "metadata": {}, "outputs": [], @@ -180,7 +200,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "id": "a74fe6a9", "metadata": {}, "outputs": [], @@ -199,7 +219,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "id": "d56e1440", "metadata": {}, "outputs": [], @@ -213,14 +233,14 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 5, "id": "0a7255e1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, @@ -244,7 +264,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 6, "id": "2546e3e5", "metadata": {}, "outputs": [], @@ -264,7 +284,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 7, "id": "cf53550c", "metadata": { "tags": [ @@ -282,7 +302,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "16c66d64", "metadata": {}, "outputs": [], @@ -305,7 +325,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 9, "id": "856fe992", "metadata": {}, "outputs": [ @@ -337,7 +357,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 10, "id": "6b571411", "metadata": {}, "outputs": [ @@ -389,7 +409,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "id": "c6428fd0", "metadata": {}, "outputs": [], @@ -408,14 +428,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "id": "c2ce65e3", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, @@ -455,7 +475,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "id": "91586ee9", "metadata": {}, "outputs": [], @@ -485,7 +505,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "id": "1ff1ffcc", "metadata": {}, "outputs": [], @@ -508,7 +528,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "id": "f380b56d", "metadata": {}, "outputs": [], @@ -530,10 +550,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "id": "6de77b14", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "QUEUED\n" + ] + } + ], "source": [ "print(mvc_job.status())" ] @@ -549,7 +577,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "id": "a924bf93", "metadata": {}, "outputs": [ diff --git a/docs/guides/q-ctrl-performance-management.ipynb b/docs/guides/q-ctrl-performance-management.ipynb index 6203305b7d4..ac64f856884 100644 --- a/docs/guides/q-ctrl-performance-management.ipynb +++ b/docs/guides/q-ctrl-performance-management.ipynb @@ -172,12 +172,11 @@ "data": { "text/plain": [ "[,\n", - " ,\n", " ,\n", - " ,\n", + " ,\n", " ,\n", " ,\n", - " ]" + " ]" ] }, "execution_count": 2, @@ -384,14 +383,14 @@ "output_type": "stream", "text": [ "The result of the submitted job had 1 PUB and has a value:\n", - " PrimitiveResult([PubResult(data=DataBin(evs=-0.0135, stds=0.9999088708477388), metadata={'precision': None})], metadata={'execution_metadata': {'backend_name': 'ibm_torino', 'execution_timestamp': '2026-04-01T07:44:18.019358', 'circuit_metadata': [{'layout': [1, 20, 11, 17, 19, 21, 91, 54, 35, 38, 41, 63, 65, 16, 3, 60, 40, 34, 61, 22, 128, 18, 27, 33, 39, 29, 43, 24, 49, 48, 45, 95, 13, 2, 37, 25, 4, 42, 26, 62, 44, 30, 53, 46, 47, 36, 31, 23, 55, 28], 'depth': 107, 'estimated_duration': 4.604000000000001e-06, 'shot_count': 4000, 't1_times': {'1': 0.00022554817727229963, '20': 0.00019031733357816475, '11': 0.00011660709378751679, '17': 0.00018837578704797528, '19': 0.00010885220322779429, '21': 7.582708745341321e-05, '91': 0.0002032920587393948, '54': 0.00017463390585789653, '35': 0.00013953976498173862, '38': 0.00021512896427058995, '41': 2.3111555794457468e-05, '63': 0.00024784310639390376, '65': 0.00023520269366345838, '16': 0.00016958314785625809, '3': 0.00019779016603565434, '60': 0.00017176162381438636, '40': 0.0002090621981327944, '34': 0.00018709437849074215, '61': 0.0002262427985398144, '22': 3.948329224295367e-05, '128': 0.00024683892943184836, '18': 0.00021135703244807712, '27': 0.00012004056478375485, '33': 0.00020867665663360213, '39': 0.00016122143378712684, '29': 0.00016852291023939975, '43': 9.050925430640637e-06, '24': 0.0001632861370650222, '49': 0.0002588401644834704, '48': 0.0001966210217945504, '45': 4.968990274272857e-05, '95': 0.00014825068908303615, '13': 0.0002569111125361818, '2': 0.00018469364559494696, '37': 9.441829268910486e-05, '25': 0.0001847771795708724, '4': 0.00018920810332631426, '42': 0.00022786028133775716, '26': 0.00020329643271548787, '62': 5.6197794939048416e-05, '44': 0.00020294604253945353, '30': 0.00013142452712334822, '53': 2.2368561299607725e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '23': 0.00017713902298470324, '55': 0.0002466941748010415, '28': 2.5923754156870016e-05}, 't2_times': {'1': 0.00018849677268178422, '20': 0.00011089660941097423, '11': 0.00015376899105906615, '17': 9.979522799090974e-05, '19': 0.00014226594635234293, '21': 2.200122462647762e-05, '91': 0.0001029775123574122, '54': 0.00011607645059345273, '35': 9.819209606118865e-05, '38': 0.00017779575371827818, '41': 5.825057965828797e-05, '63': 0.0001376485303259258, '65': 0.000292587722109701, '16': 0.00011171283464858918, '3': 0.00015714798862307675, '60': 0.00019822820453597933, '40': 0.0001989127566636272, '34': 9.643854781951976e-05, '61': 0.0002212118973402882, '22': 6.028531237809462e-05, '128': 0.0002014622542503038, '18': 0.0001927573724537982, '27': 0.00010900997232980722, '33': 6.042193151877166e-05, '39': 0.00015235670394341916, '29': 0.00014760183906226617, '43': 1.4009813860879329e-05, '24': 0.00015981357518202825, '49': 0.00013888363191061297, '48': 0.0002052822279733184, '45': 6.942902239088381e-05, '95': 0.00017917659722055553, '13': 0.0001751978087466345, '2': 0.00014360634949926683, '37': 8.078146578529399e-05, '25': 0.0001935038428418886, '4': 0.00019985123010973776, '42': 0.00014849050839464218, '26': 0.0001686148616962369, '62': 6.404199497606509e-05, '44': 0.00010330317597142964, '30': 0.00011408140012365047, '53': 6.241300371354171e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '23': 0.00020697953485833352, '55': 0.0001389980233032713, '28': 4.5041764272613225e-05}, 'single_qubit_gate_error': {'1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}}, 'two_qubit_gate_error': {'(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(20,19)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(54,42)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(35,25)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(38,39)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(41,40)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(63,62)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(65,55)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(16,4)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(3,2)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(60,61)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(40,34)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(40,39)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(27,26)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(29,28)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(24,23)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(49,48)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(48,47)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,36)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(45,44)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}}, 'gate_count': {'rz': 614, 'delay': 320, 'rx': 306, 'x': 122, 'cz': 90, 'measure': 50, 'rzz': 49, 'barrier': 2}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 66, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 64, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 70, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 72, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 61, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 64, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 69, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 57, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 65, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 66, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 67, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 72, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 73, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.5920000000000002e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 67, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 62, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 15, 19, 20, 21, 16, 22, 23, 24, 17, 25, 26, 27, 28, 29, 30, 36, 31, 32, 33, 37, 34, 39, 40, 41, 35, 43, 44, 45, 38, 53, 57, 58, 42, 54, 61, 62, 46, 47, 48, 49, 50, 51, 52, 56, 55, 63, 64, 65, 59, 60, 72, 78, 66, 67, 68, 74, 69, 70, 71, 75, 73, 81, 82, 83, 76, 77, 91, 95, 79, 80, 92, 99, 84, 85, 86, 87, 88, 89, 90, 93, 103, 104, 105, 94, 106, 107, 96, 97, 98, 110, 100, 101, 102, 111, 108, 109, 113, 112, 123, 124, 125, 114, 115, 116, 129, 117, 118, 119, 130, 120, 121, 122, 131, 126, 127, 128, 132], 'depth': 2, 'estimated_duration': 1.624e-06, 'shot_count': 2048, 't1_times': {'0': 0.00018055381061952988, '1': 0.00022554817727229963, '2': 0.00018469364559494696, '3': 0.00019779016603565434, '4': 0.00018920810332631426, '5': 0.00023107927832778942, '6': 4.7178360017571264e-05, '7': 0.00030358014849471817, '8': 0.00019310530179878307, '9': 0.00010376315118942177, '10': 0.00025791690803722713, '11': 0.00011660709378751679, '12': 0.00010159647730661834, '13': 0.0002569111125361818, '14': 0.0002630562068211342, '18': 0.00021135703244807712, '15': 0.0002026383348841796, '19': 0.00010885220322779429, '20': 0.00019031733357816475, '21': 7.582708745341321e-05, '16': 0.00016958314785625809, '22': 3.948329224295367e-05, '23': 0.00017713902298470324, '24': 0.0001632861370650222, '17': 0.00018837578704797528, '25': 0.0001847771795708724, '26': 0.00020329643271548787, '27': 0.00012004056478375485, '28': 2.5923754156870016e-05, '29': 0.00016852291023939975, '30': 0.00013142452712334822, '36': 9.838578761649924e-05, '31': 0.00014850931121629225, '32': 0.00014307974127305927, '33': 0.00020867665663360213, '37': 9.441829268910486e-05, '34': 0.00018709437849074215, '39': 0.00016122143378712684, '40': 0.0002090621981327944, '41': 2.3111555794457468e-05, '35': 0.00013953976498173862, '43': 9.050925430640637e-06, '44': 0.00020294604253945353, '45': 4.968990274272857e-05, '38': 0.00021512896427058995, '53': 2.2368561299607725e-05, '57': 0.00015959159570344775, '58': 0.00010091609545491942, '42': 0.00022786028133775716, '54': 0.00017463390585789653, '61': 0.0002262427985398144, '62': 5.6197794939048416e-05, '46': 9.437111655146352e-05, '47': 0.00021559642171536256, '48': 0.0001966210217945504, '49': 0.0002588401644834704, '50': 2.4292259376025107e-05, '51': 0.00032828736295748825, '52': 0.00016364987862193948, '56': 0.00022837486177219025, '55': 0.0002466941748010415, '63': 0.00024784310639390376, '64': 0.0001958091333670396, '65': 0.00023520269366345838, '59': 0.0001992473979615076, '60': 0.00017176162381438636, '72': 8.638627270476565e-05, '78': 9.064377375308411e-05, '66': 0.00022648061368019077, '67': 0.0002601188029732532, '68': 0.00018960451897326685, '74': 0.0002186605764543507, '69': 0.00014860803509360922, '70': 8.555480177811492e-05, '71': 0.0001419432840356237, '75': 0.00026555044546365503, '73': 0.00020707287959866657, '81': 0.0002135590860551505, '82': 0.00022628279946016675, '83': 0.00012784924620054276, '76': 0.00027196390032756685, '77': 0.00016365807968376952, '91': 0.0002032920587393948, '95': 0.00014825068908303615, '79': 0.0001350530457267604, '80': 0.00014726743595924982, '92': 0.0001724354204829744, '99': 0.0001362915799651198, '84': 5.168927844912892e-05, '85': 2.7583317489806294e-06, '86': 0.00025843852790699643, '87': 0.0002502899986225539, '88': 0.00018727757149016304, '89': 0.0002521822026646869, '90': 0.00018466855011250115, '93': 0.00018354839494190363, '103': 0.00011157790259312476, '104': 0.00010400743292139171, '105': 0.00013819849245832704, '94': 0.00015851478106717186, '106': 0.00013888280397704008, '107': 0.00018710057544351532, '96': 0.0002087393534543239, '97': 0.0001697704561447223, '98': 0.00024569104714685936, '110': 0.0002668522049999991, '100': 0.00019529984339905149, '101': 0.00023727192215355634, '102': 0.0002681820758562197, '111': 0.00016533365216610902, '108': 8.255747477322342e-05, '109': 0.00024429324303903153, '113': 0.00032887555539251953, '112': 0.00018462836758615715, '123': 4.32518129317569e-05, '124': 0.00025103809860948687, '125': 0.00021633055851240233, '114': 0.00019047838357091475, '115': 0.0001761154675516993, '116': 0.0002305804286386138, '129': 0.00026990744887400904, '117': 9.647805091344882e-05, '118': 0.00018557054031859824, '119': 0.0002196101864621863, '130': 0.00025000117442769805, '120': 0.0001392530434468809, '121': 0.0002496813951967083, '122': 0.00023648510359399204, '131': 0.0002933300937265454, '126': 0.0002217912052703291, '127': 0.00018551162544643997, '128': 0.00024683892943184836, '132': 0.00019605560412877087}, 't2_times': {'0': 0.0002290676329545344, '1': 0.00018849677268178422, '2': 0.00014360634949926683, '3': 0.00015714798862307675, '4': 0.00019985123010973776, '5': 0.00019666867519542607, '6': 7.593927013259818e-05, '7': 0.00017679638109901083, '8': 0.00018722106396946322, '9': 9.629858372112273e-05, '10': 0.0002539889631922984, '11': 0.00015376899105906615, '12': 0.00013793408606976274, '13': 0.0001751978087466345, '14': 0.00013743097526875705, '18': 0.0001927573724537982, '15': 3.442094418155925e-05, '19': 0.00014226594635234293, '20': 0.00011089660941097423, '21': 2.200122462647762e-05, '16': 0.00011171283464858918, '22': 6.028531237809462e-05, '23': 0.00020697953485833352, '24': 0.00015981357518202825, '17': 9.979522799090974e-05, '25': 0.0001935038428418886, '26': 0.0001686148616962369, '27': 0.00010900997232980722, '28': 4.5041764272613225e-05, '29': 0.00014760183906226617, '30': 0.00011408140012365047, '36': 0.00012987651040411924, '31': 0.00024132009212731224, '32': 0.0001119312699397688, '33': 6.042193151877166e-05, '37': 8.078146578529399e-05, '34': 9.643854781951976e-05, '39': 0.00015235670394341916, '40': 0.0001989127566636272, '41': 5.825057965828797e-05, '35': 9.819209606118865e-05, '43': 1.4009813860879329e-05, '44': 0.00010330317597142964, '45': 6.942902239088381e-05, '38': 0.00017779575371827818, '53': 6.241300371354171e-05, '57': 0.00012037633477829329, '58': 7.22007463622009e-05, '42': 0.00014849050839464218, '54': 0.00011607645059345273, '61': 0.0002212118973402882, '62': 6.404199497606509e-05, '46': 9.774239468344002e-05, '47': 6.504836352606567e-05, '48': 0.0002052822279733184, '49': 0.00013888363191061297, '50': 0.00022860235394696365, '51': 0.00017501207571703653, '52': 0.00016047659649904889, '56': 0.00019556178315371998, '55': 0.0001389980233032713, '63': 0.0001376485303259258, '64': 0.00012927397298445457, '65': 0.000292587722109701, '59': 0.00014921166348638444, '60': 0.00019822820453597933, '72': 6.27127761570494e-05, '78': 0.00010594455674740267, '66': 0.00019423968236443077, '67': 0.0001538493080368054, '68': 7.587099477643353e-05, '74': 0.00011315410670149862, '69': 6.720784268171034e-05, '70': 3.4982629485017915e-05, '71': 3.406506945880835e-05, '75': 6.64278729678131e-05, '73': 8.63882357735199e-05, '81': 0.00017007365967254022, '82': 0.00012209211699437688, '83': 9.160739330614784e-05, '76': 0.00026781431839404454, '77': 0.00013432123761013395, '91': 0.0001029775123574122, '95': 0.00017917659722055553, '79': 0.00013442938981512572, '80': 2.5834429744441866e-05, '92': 0.00014870414504678585, '99': 0.00013055322635085835, '84': 6.329174795726022e-05, '85': 3.956111669526918e-06, '86': 0.00012416156696732071, '87': 0.0002418258265143947, '88': 0.0002487675367919613, '89': 0.00017532819002033715, '90': 0.00026311559635928207, '93': 0.00013833108228841455, '103': 6.260547298115701e-05, '104': 0.00011132844600353257, '105': 0.0001217576350106857, '94': 0.00010090455060103637, '106': 0.00013214941659752525, '107': 0.00017700066090164642, '96': 0.00013917088988569433, '97': 0.00018410131813039745, '98': 0.00011739484309220893, '110': 0.0001554705230985321, '100': 0.00014942767357318618, '101': 9.72633768960755e-05, '102': 4.209230092637314e-05, '111': 0.0001079132116066734, '108': 0.00010832687661007501, '109': 0.0002722803209957932, '113': 0.00023471304335243078, '112': 0.00013056623350992568, '123': 5.792398436978764e-05, '124': 0.00013431664040562002, '125': 0.00019789106978867308, '114': 0.00013842366297258846, '115': 0.00015995915755806275, '116': 0.00014817032321558476, '129': 0.00013650367853358458, '117': 8.742449308358419e-05, '118': 0.0001821794467056442, '119': 0.00014047516685555895, '130': 0.0002120003155687305, '120': 0.00012059339453768554, '121': 9.425762729376937e-05, '122': 0.00017388412679305632, '131': 0.00015482792045631066, '126': 0.0001905597814846015, '127': 9.143367248059232e-05, '128': 0.0002014622542503038, '132': 0.000251551973076647}, 'single_qubit_gate_error': {'0': {'id': 0.00011355209442562421, 'rx': 0.00011355209442562421, 'rz': 0.0, 'sx': 0.00011355209442562421, 'x': 0.00011355209442562421}, '1': {'id': 0.00029111471062921653, 'rx': 0.00029111471062921653, 'rz': 0.0, 'sx': 0.00029111471062921653, 'x': 0.00029111471062921653}, '2': {'id': 0.000307360538069483, 'rx': 0.000307360538069483, 'rz': 0.0, 'sx': 0.000307360538069483, 'x': 0.000307360538069483}, '3': {'id': 0.00025542317468393465, 'rx': 0.00025542317468393465, 'rz': 0.0, 'sx': 0.00025542317468393465, 'x': 0.00025542317468393465}, '4': {'id': 0.00029642134934859985, 'rx': 0.00029642134934859985, 'rz': 0.0, 'sx': 0.00029642134934859985, 'x': 0.00029642134934859985}, '5': {'id': 0.00011269730084699523, 'rx': 0.00011269730084699523, 'rz': 0.0, 'sx': 0.00011269730084699523, 'x': 0.00011269730084699523}, '6': {'id': 0.00044552352176573746, 'rx': 0.00044552352176573746, 'rz': 0.0, 'sx': 0.00044552352176573746, 'x': 0.00044552352176573746}, '7': {'id': 0.000611034348315099, 'rx': 0.000611034348315099, 'rz': 0.0, 'sx': 0.000611034348315099, 'x': 0.000611034348315099}, '8': {'id': 0.0003286619513817406, 'rx': 0.0003286619513817406, 'rz': 0.0, 'sx': 0.0003286619513817406, 'x': 0.0003286619513817406}, '9': {'id': 0.0002656697623642781, 'rx': 0.0002656697623642781, 'rz': 0.0, 'sx': 0.0002656697623642781, 'x': 0.0002656697623642781}, '10': {'id': 0.00032050114688637226, 'rx': 0.00032050114688637226, 'rz': 0.0, 'sx': 0.00032050114688637226, 'x': 0.00032050114688637226}, '11': {'id': 0.0002173915783086287, 'rx': 0.0002173915783086287, 'rz': 0.0, 'sx': 0.0002173915783086287, 'x': 0.0002173915783086287}, '12': {'id': 0.00016227226906318437, 'rx': 0.00016227226906318437, 'rz': 0.0, 'sx': 0.00016227226906318437, 'x': 0.00016227226906318437}, '13': {'id': 0.00023412946296627016, 'rx': 0.00023412946296627016, 'rz': 0.0, 'sx': 0.00023412946296627016, 'x': 0.00023412946296627016}, '14': {'id': 0.00012789633486079844, 'rx': 0.00012789633486079844, 'rz': 0.0, 'sx': 0.00012789633486079844, 'x': 0.00012789633486079844}, '18': {'id': 0.00024494206115319747, 'rx': 0.00024494206115319747, 'rz': 0.0, 'sx': 0.00024494206115319747, 'x': 0.00024494206115319747}, '15': {'id': 0.0007297292490582744, 'rx': 0.0007297292490582744, 'rz': 0.0, 'sx': 0.0007297292490582744, 'x': 0.0007297292490582744}, '19': {'id': 0.000851453655866312, 'rx': 0.000851453655866312, 'rz': 0.0, 'sx': 0.000851453655866312, 'x': 0.000851453655866312}, '20': {'id': 0.00018036684611036772, 'rx': 0.00018036684611036772, 'rz': 0.0, 'sx': 0.00018036684611036772, 'x': 0.00018036684611036772}, '21': {'id': 0.00030910550857876927, 'rx': 0.00030910550857876927, 'rz': 0.0, 'sx': 0.00030910550857876927, 'x': 0.00030910550857876927}, '16': {'id': 0.0001710450750473369, 'rx': 0.0001710450750473369, 'rz': 0.0, 'sx': 0.0001710450750473369, 'x': 0.0001710450750473369}, '22': {'id': 0.0007846984118862868, 'rx': 0.0007846984118862868, 'rz': 0.0, 'sx': 0.0007846984118862868, 'x': 0.0007846984118862868}, '23': {'id': 0.00015332272467853136, 'rx': 0.00015332272467853136, 'rz': 0.0, 'sx': 0.00015332272467853136, 'x': 0.00015332272467853136}, '24': {'id': 0.0003113925415108544, 'rx': 0.0003113925415108544, 'rz': 0.0, 'sx': 0.0003113925415108544, 'x': 0.0003113925415108544}, '17': {'id': 0.000548335033034331, 'rx': 0.000548335033034331, 'rz': 0.0, 'sx': 0.000548335033034331, 'x': 0.000548335033034331}, '25': {'id': 0.00041630506924903864, 'rx': 0.00041630506924903864, 'rz': 0.0, 'sx': 0.00041630506924903864, 'x': 0.00041630506924903864}, '26': {'id': 0.00034813814545519873, 'rx': 0.00034813814545519873, 'rz': 0.0, 'sx': 0.00034813814545519873, 'x': 0.00034813814545519873}, '27': {'id': 0.0003818920813551377, 'rx': 0.0003818920813551377, 'rz': 0.0, 'sx': 0.0003818920813551377, 'x': 0.0003818920813551377}, '28': {'id': 0.0004526740118927164, 'rx': 0.0004526740118927164, 'rz': 0.0, 'sx': 0.0004526740118927164, 'x': 0.0004526740118927164}, '29': {'id': 0.0005018748761973772, 'rx': 0.0005018748761973772, 'rz': 0.0, 'sx': 0.0005018748761973772, 'x': 0.0005018748761973772}, '30': {'id': 0.00032674686311842205, 'rx': 0.00032674686311842205, 'rz': 0.0, 'sx': 0.00032674686311842205, 'x': 0.00032674686311842205}, '36': {'id': 0.0003124100788892158, 'rx': 0.0003124100788892158, 'rz': 0.0, 'sx': 0.0003124100788892158, 'x': 0.0003124100788892158}, '31': {'id': 0.00035969984586132033, 'rx': 0.00035969984586132033, 'rz': 0.0, 'sx': 0.00035969984586132033, 'x': 0.00035969984586132033}, '32': {'id': 0.0002810748640960343, 'rx': 0.0002810748640960343, 'rz': 0.0, 'sx': 0.0002810748640960343, 'x': 0.0002810748640960343}, '33': {'id': 0.00028836027300546625, 'rx': 0.00028836027300546625, 'rz': 0.0, 'sx': 0.00028836027300546625, 'x': 0.00028836027300546625}, '37': {'id': 0.00036449683757089064, 'rx': 0.00036449683757089064, 'rz': 0.0, 'sx': 0.00036449683757089064, 'x': 0.00036449683757089064}, '34': {'id': 0.00019208341483529387, 'rx': 0.00019208341483529387, 'rz': 0.0, 'sx': 0.00019208341483529387, 'x': 0.00019208341483529387}, '39': {'id': 0.000273650542644705, 'rx': 0.000273650542644705, 'rz': 0.0, 'sx': 0.000273650542644705, 'x': 0.000273650542644705}, '40': {'id': 0.0003031018639694608, 'rx': 0.0003031018639694608, 'rz': 0.0, 'sx': 0.0003031018639694608, 'x': 0.0003031018639694608}, '41': {'id': 0.06073095155119308, 'rx': 0.06073095155119308, 'rz': 0.0, 'sx': 0.06073095155119308, 'x': 0.06073095155119308}, '35': {'id': 0.0005404537114817109, 'rx': 0.0005404537114817109, 'rz': 0.0, 'sx': 0.0005404537114817109, 'x': 0.0005404537114817109}, '43': {'id': 0.0004401970481017308, 'rx': 0.0004401970481017308, 'rz': 0.0, 'sx': 0.0004401970481017308, 'x': 0.0004401970481017308}, '44': {'id': 0.00014503849553923094, 'rx': 0.00014503849553923094, 'rz': 0.0, 'sx': 0.00014503849553923094, 'x': 0.00014503849553923094}, '45': {'id': 0.000334830379921746, 'rx': 0.000334830379921746, 'rz': 0.0, 'sx': 0.000334830379921746, 'x': 0.000334830379921746}, '38': {'id': 0.0002422223990211467, 'rx': 0.0002422223990211467, 'rz': 0.0, 'sx': 0.0002422223990211467, 'x': 0.0002422223990211467}, '53': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '57': {'id': 0.00036060929953981094, 'rx': 0.00036060929953981094, 'rz': 0.0, 'sx': 0.00036060929953981094, 'x': 0.00036060929953981094}, '58': {'id': 0.00044680919886261127, 'rx': 0.00044680919886261127, 'rz': 0.0, 'sx': 0.00044680919886261127, 'x': 0.00044680919886261127}, '42': {'id': 0.00026367600827292625, 'rx': 0.00026367600827292625, 'rz': 0.0, 'sx': 0.00026367600827292625, 'x': 0.00026367600827292625}, '54': {'id': 0.00024436195252563873, 'rx': 0.00024436195252563873, 'rz': 0.0, 'sx': 0.00024436195252563873, 'x': 0.00024436195252563873}, '61': {'id': 0.00021857536438579092, 'rx': 0.00021857536438579092, 'rz': 0.0, 'sx': 0.00021857536438579092, 'x': 0.00021857536438579092}, '62': {'id': 0.0003667084272149445, 'rx': 0.0003667084272149445, 'rz': 0.0, 'sx': 0.0003667084272149445, 'x': 0.0003667084272149445}, '46': {'id': 0.0004161568217902656, 'rx': 0.0004161568217902656, 'rz': 0.0, 'sx': 0.0004161568217902656, 'x': 0.0004161568217902656}, '47': {'id': 0.00045545681142749147, 'rx': 0.00045545681142749147, 'rz': 0.0, 'sx': 0.00045545681142749147, 'x': 0.00045545681142749147}, '48': {'id': 0.0001990246079836003, 'rx': 0.0001990246079836003, 'rz': 0.0, 'sx': 0.0001990246079836003, 'x': 0.0001990246079836003}, '49': {'id': 0.00031912467684160956, 'rx': 0.00031912467684160956, 'rz': 0.0, 'sx': 0.00031912467684160956, 'x': 0.00031912467684160956}, '50': {'id': 0.0002842112146222278, 'rx': 0.0002842112146222278, 'rz': 0.0, 'sx': 0.0002842112146222278, 'x': 0.0002842112146222278}, '51': {'id': 0.0001406280676827471, 'rx': 0.0001406280676827471, 'rz': 0.0, 'sx': 0.0001406280676827471, 'x': 0.0001406280676827471}, '52': {'id': 0.00040780283588148753, 'rx': 0.00040780283588148753, 'rz': 0.0, 'sx': 0.00040780283588148753, 'x': 0.00040780283588148753}, '56': {'id': 0.0001838490726012408, 'rx': 0.0001838490726012408, 'rz': 0.0, 'sx': 0.0001838490726012408, 'x': 0.0001838490726012408}, '55': {'id': 0.00020975653770062498, 'rx': 0.00020975653770062498, 'rz': 0.0, 'sx': 0.00020975653770062498, 'x': 0.00020975653770062498}, '63': {'id': 0.0005295480282797829, 'rx': 0.0005295480282797829, 'rz': 0.0, 'sx': 0.0005295480282797829, 'x': 0.0005295480282797829}, '64': {'id': 0.00029965646227515016, 'rx': 0.00029965646227515016, 'rz': 0.0, 'sx': 0.00029965646227515016, 'x': 0.00029965646227515016}, '65': {'id': 0.00029561488671096527, 'rx': 0.00029561488671096527, 'rz': 0.0, 'sx': 0.00029561488671096527, 'x': 0.00029561488671096527}, '59': {'id': 0.001189470269378889, 'rx': 0.001189470269378889, 'rz': 0.0, 'sx': 0.001189470269378889, 'x': 0.001189470269378889}, '60': {'id': 0.0002754147992910183, 'rx': 0.0002754147992910183, 'rz': 0.0, 'sx': 0.0002754147992910183, 'x': 0.0002754147992910183}, '72': {'id': 0.0005282448957042356, 'rx': 0.0005282448957042356, 'rz': 0.0, 'sx': 0.0005282448957042356, 'x': 0.0005282448957042356}, '78': {'id': 0.0004206811112277904, 'rx': 0.0004206811112277904, 'rz': 0.0, 'sx': 0.0004206811112277904, 'x': 0.0004206811112277904}, '66': {'id': 0.0003811812098361274, 'rx': 0.0003811812098361274, 'rz': 0.0, 'sx': 0.0003811812098361274, 'x': 0.0003811812098361274}, '67': {'id': 0.0004586735249764306, 'rx': 0.0004586735249764306, 'rz': 0.0, 'sx': 0.0004586735249764306, 'x': 0.0004586735249764306}, '68': {'id': 0.0004008546015624141, 'rx': 0.0004008546015624141, 'rz': 0.0, 'sx': 0.0004008546015624141, 'x': 0.0004008546015624141}, '74': {'id': 0.0004277564237442149, 'rx': 0.0004277564237442149, 'rz': 0.0, 'sx': 0.0004277564237442149, 'x': 0.0004277564237442149}, '69': {'id': 0.0003224482072328624, 'rx': 0.0003224482072328624, 'rz': 0.0, 'sx': 0.0003224482072328624, 'x': 0.0003224482072328624}, '70': {'id': 0.0006111156889390914, 'rx': 0.0006111156889390914, 'rz': 0.0, 'sx': 0.0006111156889390914, 'x': 0.0006111156889390914}, '71': {'id': 0.0007116809294583415, 'rx': 0.0007116809294583415, 'rz': 0.0, 'sx': 0.0007116809294583415, 'x': 0.0007116809294583415}, '75': {'id': 0.0007326756740898935, 'rx': 0.0007326756740898935, 'rz': 0.0, 'sx': 0.0007326756740898935, 'x': 0.0007326756740898935}, '73': {'id': 0.000438324197660805, 'rx': 0.000438324197660805, 'rz': 0.0, 'sx': 0.000438324197660805, 'x': 0.000438324197660805}, '81': {'id': 0.000241220904053273, 'rx': 0.000241220904053273, 'rz': 0.0, 'sx': 0.000241220904053273, 'x': 0.000241220904053273}, '82': {'id': 0.00017600017062815697, 'rx': 0.00017600017062815697, 'rz': 0.0, 'sx': 0.00017600017062815697, 'x': 0.00017600017062815697}, '83': {'id': 0.00045773373724710217, 'rx': 0.00045773373724710217, 'rz': 0.0, 'sx': 0.00045773373724710217, 'x': 0.00045773373724710217}, '76': {'id': 0.000441206425512791, 'rx': 0.000441206425512791, 'rz': 0.0, 'sx': 0.000441206425512791, 'x': 0.000441206425512791}, '77': {'id': 0.0001900409958759248, 'rx': 0.0001900409958759248, 'rz': 0.0, 'sx': 0.0001900409958759248, 'x': 0.0001900409958759248}, '91': {'id': 0.0003696449419533046, 'rx': 0.0003696449419533046, 'rz': 0.0, 'sx': 0.0003696449419533046, 'x': 0.0003696449419533046}, '95': {'id': 0.0002954870960819818, 'rx': 0.0002954870960819818, 'rz': 0.0, 'sx': 0.0002954870960819818, 'x': 0.0002954870960819818}, '79': {'id': 0.0033643289830738426, 'rx': 0.0033643289830738426, 'rz': 0.0, 'sx': 0.0033643289830738426, 'x': 0.0033643289830738426}, '80': {'id': 0.000242480087319091, 'rx': 0.000242480087319091, 'rz': 0.0, 'sx': 0.000242480087319091, 'x': 0.000242480087319091}, '92': {'id': 0.0005999727268350954, 'rx': 0.0005999727268350954, 'rz': 0.0, 'sx': 0.0005999727268350954, 'x': 0.0005999727268350954}, '99': {'id': 0.00018847412762982159, 'rx': 0.00018847412762982159, 'rz': 0.0, 'sx': 0.00018847412762982159, 'x': 0.00018847412762982159}, '84': {'id': 0.0006492969815231566, 'rx': 0.0006492969815231566, 'rz': 0.0, 'sx': 0.0006492969815231566, 'x': 0.0006492969815231566}, '85': {'id': 0.0035152702700651547, 'rx': 0.0035152702700651547, 'rz': 0.0, 'sx': 0.0035152702700651547, 'x': 0.0035152702700651547}, '86': {'id': 0.00014803429017922116, 'rx': 0.00014803429017922116, 'rz': 0.0, 'sx': 0.00014803429017922116, 'x': 0.00014803429017922116}, '87': {'id': 0.00014280648812816364, 'rx': 0.00014280648812816364, 'rz': 0.0, 'sx': 0.00014280648812816364, 'x': 0.00014280648812816364}, '88': {'id': 0.0006120213340317554, 'rx': 0.0006120213340317554, 'rz': 0.0, 'sx': 0.0006120213340317554, 'x': 0.0006120213340317554}, '89': {'id': 0.00045682878373886314, 'rx': 0.00045682878373886314, 'rz': 0.0, 'sx': 0.00045682878373886314, 'x': 0.00045682878373886314}, '90': {'id': 0.00035321197589708133, 'rx': 0.00035321197589708133, 'rz': 0.0, 'sx': 0.00035321197589708133, 'x': 0.00035321197589708133}, '93': {'id': 0.00027965425836814605, 'rx': 0.00027965425836814605, 'rz': 0.0, 'sx': 0.00027965425836814605, 'x': 0.00027965425836814605}, '103': {'id': 0.00016899136822680114, 'rx': 0.00016899136822680114, 'rz': 0.0, 'sx': 0.00016899136822680114, 'x': 0.00016899136822680114}, '104': {'id': 0.0015803005688822564, 'rx': 0.0015803005688822564, 'rz': 0.0, 'sx': 0.0015803005688822564, 'x': 0.0015803005688822564}, '105': {'id': 0.0015506517994851178, 'rx': 0.0015506517994851178, 'rz': 0.0, 'sx': 0.0015506517994851178, 'x': 0.0015506517994851178}, '94': {'id': 0.00020381542192754074, 'rx': 0.00020381542192754074, 'rz': 0.0, 'sx': 0.00020381542192754074, 'x': 0.00020381542192754074}, '106': {'id': 0.0014384251098038434, 'rx': 0.0014384251098038434, 'rz': 0.0, 'sx': 0.0014384251098038434, 'x': 0.0014384251098038434}, '107': {'id': 0.00041921368307925536, 'rx': 0.00041921368307925536, 'rz': 0.0, 'sx': 0.00041921368307925536, 'x': 0.00041921368307925536}, '96': {'id': 0.00016460608203125088, 'rx': 0.00016460608203125088, 'rz': 0.0, 'sx': 0.00016460608203125088, 'x': 0.00016460608203125088}, '97': {'id': 0.00038122357595127683, 'rx': 0.00038122357595127683, 'rz': 0.0, 'sx': 0.00038122357595127683, 'x': 0.00038122357595127683}, '98': {'id': 0.00021303103690495232, 'rx': 0.00021303103690495232, 'rz': 0.0, 'sx': 0.00021303103690495232, 'x': 0.00021303103690495232}, '110': {'id': 0.0002572887444892869, 'rx': 0.0002572887444892869, 'rz': 0.0, 'sx': 0.0002572887444892869, 'x': 0.0002572887444892869}, '100': {'id': 0.00022094574754253252, 'rx': 0.00022094574754253252, 'rz': 0.0, 'sx': 0.00022094574754253252, 'x': 0.00022094574754253252}, '101': {'id': 0.00021587087942608299, 'rx': 0.00021587087942608299, 'rz': 0.0, 'sx': 0.00021587087942608299, 'x': 0.00021587087942608299}, '102': {'id': 0.00028692257281490006, 'rx': 0.00028692257281490006, 'rz': 0.0, 'sx': 0.00028692257281490006, 'x': 0.00028692257281490006}, '111': {'id': 0.00027489518367335977, 'rx': 0.00027489518367335977, 'rz': 0.0, 'sx': 0.00027489518367335977, 'x': 0.00027489518367335977}, '108': {'id': 0.0003019708835174293, 'rx': 0.0003019708835174293, 'rz': 0.0, 'sx': 0.0003019708835174293, 'x': 0.0003019708835174293}, '109': {'id': 0.00020336671923635837, 'rx': 0.00020336671923635837, 'rz': 0.0, 'sx': 0.00020336671923635837, 'x': 0.00020336671923635837}, '113': {'id': 0.0007995912431109082, 'rx': 0.0007995912431109082, 'rz': 0.0, 'sx': 0.0007995912431109082, 'x': 0.0007995912431109082}, '112': {'id': 0.00013694525277287037, 'rx': 0.00013694525277287037, 'rz': 0.0, 'sx': 0.00013694525277287037, 'x': 0.00013694525277287037}, '123': {'id': 0.0011569247462194063, 'rx': 0.0011569247462194063, 'rz': 0.0, 'sx': 0.0011569247462194063, 'x': 0.0011569247462194063}, '124': {'id': 0.00013969697531266063, 'rx': 0.00013969697531266063, 'rz': 0.0, 'sx': 0.00013969697531266063, 'x': 0.00013969697531266063}, '125': {'id': 0.0005774573349712884, 'rx': 0.0005774573349712884, 'rz': 0.0, 'sx': 0.0005774573349712884, 'x': 0.0005774573349712884}, '114': {'id': 0.0003570949554260034, 'rx': 0.0003570949554260034, 'rz': 0.0, 'sx': 0.0003570949554260034, 'x': 0.0003570949554260034}, '115': {'id': 0.000681986034548344, 'rx': 0.000681986034548344, 'rz': 0.0, 'sx': 0.000681986034548344, 'x': 0.000681986034548344}, '116': {'id': 0.0001483152016303995, 'rx': 0.0001483152016303995, 'rz': 0.0, 'sx': 0.0001483152016303995, 'x': 0.0001483152016303995}, '129': {'id': 0.002464644646671432, 'rx': 0.002464644646671432, 'rz': 0.0, 'sx': 0.002464644646671432, 'x': 0.002464644646671432}, '117': {'id': 0.0003312560855010933, 'rx': 0.0003312560855010933, 'rz': 0.0, 'sx': 0.0003312560855010933, 'x': 0.0003312560855010933}, '118': {'id': 0.0001669956124705357, 'rx': 0.0001669956124705357, 'rz': 0.0, 'sx': 0.0001669956124705357, 'x': 0.0001669956124705357}, '119': {'id': 0.0004186973534341786, 'rx': 0.0004186973534341786, 'rz': 0.0, 'sx': 0.0004186973534341786, 'x': 0.0004186973534341786}, '130': {'id': 0.000800435698527958, 'rx': 0.000800435698527958, 'rz': 0.0, 'sx': 0.000800435698527958, 'x': 0.000800435698527958}, '120': {'id': 0.0002291090909794551, 'rx': 0.0002291090909794551, 'rz': 0.0, 'sx': 0.0002291090909794551, 'x': 0.0002291090909794551}, '121': {'id': 0.00023000866342482408, 'rx': 0.00023000866342482408, 'rz': 0.0, 'sx': 0.00023000866342482408, 'x': 0.00023000866342482408}, '122': {'id': 0.00031909975372719843, 'rx': 0.00031909975372719843, 'rz': 0.0, 'sx': 0.00031909975372719843, 'x': 0.00031909975372719843}, '131': {'id': 0.00032616578181203195, 'rx': 0.00032616578181203195, 'rz': 0.0, 'sx': 0.00032616578181203195, 'x': 0.00032616578181203195}, '126': {'id': 0.00041619115297646076, 'rx': 0.00041619115297646076, 'rz': 0.0, 'sx': 0.00041619115297646076, 'x': 0.00041619115297646076}, '127': {'id': 0.00041504325296088, 'rx': 0.00041504325296088, 'rz': 0.0, 'sx': 0.00041504325296088, 'x': 0.00041504325296088}, '128': {'id': 0.00021528443680157437, 'rx': 0.00021528443680157437, 'rz': 0.0, 'sx': 0.00021528443680157437, 'x': 0.00021528443680157437}, '132': {'id': 0.00019475804068735012, 'rx': 0.00019475804068735012, 'rz': 0.0, 'sx': 0.00019475804068735012, 'x': 0.00019475804068735012}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.0028802798733915114, 'rzz': 0.002520656335641025}, '(0,15)': {'cz': 0.0032177985247573426, 'rzz': 0.0031857644823878595}, '(1,2)': {'cz': 0.003006471408655703, 'rzz': 0.0024942621045328794}, '(2,3)': {'cz': 0.001974546593763643, 'rzz': 0.0028215512366517037}, '(3,4)': {'cz': 0.006358418622972456, 'rzz': 0.003870260338116188}, '(4,5)': {'cz': 0.0033792142803112657, 'rzz': 0.0019203252908191193}, '(4,16)': {'cz': 0.0020801179301253025, 'rzz': 0.002181138261820509}, '(5,6)': {'cz': 0.001663529945941683, 'rzz': 0.0020321168391618516}, '(6,7)': {'cz': 0.002426026506035822, 'rzz': 0.00284508861667615}, '(7,8)': {'cz': 0.0019169566751370548, 'rzz': 0.002021233258983096}, '(8,9)': {'cz': 0.00219216874991926, 'rzz': 0.002070361617426991}, '(8,17)': {'cz': 0.002717895666854264, 'rzz': 0.0024933245319135044}, '(9,10)': {'cz': 0.0018629813899943282, 'rzz': 0.0017924193217982165}, '(10,11)': {'cz': 0.0012347851765793783, 'rzz': 0.002321860666214065}, '(11,12)': {'cz': 0.0043148184419345426, 'rzz': 0.0018751755987751473}, '(12,13)': {'cz': 0.0027356735541527177, 'rzz': 0.0017171592783816747}, '(12,18)': {'cz': 0.002896320102367067, 'rzz': 0.0022201759245307484}, '(13,14)': {'cz': 0.002584057735486367, 'rzz': 0.0021472773989095195}, '(18,31)': {'cz': 0.0022430067884628146, 'rzz': 0.0017682797434527275}, '(15,19)': {'cz': 0.003836084509230814, 'rzz': 0.0032386545611860496}, '(19,20)': {'cz': 0.004072871965981217, 'rzz': 0.0027009622751233697}, '(20,21)': {'cz': 0.006228412524542093, 'rzz': 0.005401065594925286}, '(21,22)': {'cz': 0.005506602829641105, 'rzz': 1.0}, '(21,34)': {'cz': 0.002159059017005638, 'rzz': 0.004977750706327749}, '(16,23)': {'cz': 0.004881503011452459, 'rzz': 0.002688295325898926}, '(22,23)': {'cz': 0.003793158558828752, 'rzz': 0.003451752444787487}, '(23,24)': {'cz': 0.0014066779692356035, 'rzz': 0.001588364949820592}, '(24,25)': {'cz': 0.0014659571257310267, 'rzz': 0.0017898340074108954}, '(17,27)': {'cz': 0.0031061707214353196, 'rzz': 0.003461362053084921}, '(25,26)': {'cz': 0.00200014916491012, 'rzz': 0.0015416088079731882}, '(25,35)': {'cz': 0.0019226684340166722, 'rzz': 0.0022276180168075144}, '(26,27)': {'cz': 0.0018664441600141357, 'rzz': 0.0019055528919507958}, '(27,28)': {'cz': 0.0027779978825405727, 'rzz': 0.004791092412737424}, '(28,29)': {'cz': 0.005805383214320087, 'rzz': 0.00608720907564772}, '(29,30)': {'cz': 0.0023649714843289316, 'rzz': 0.0026412735831151113}, '(29,36)': {'cz': 0.002268570553443594, 'rzz': 0.0024556959917771404}, '(30,31)': {'cz': 0.0024536034839089116, 'rzz': 0.0019485568001260944}, '(36,48)': {'cz': 0.0017300826430609872, 'rzz': 0.0016267541275528652}, '(31,32)': {'cz': 0.003171879374160913, 'rzz': 0.002197291455379835}, '(32,33)': {'cz': 0.001800470096604112, 'rzz': 0.0015038157666571461}, '(33,37)': {'cz': 0.0022655445258724927, 'rzz': 0.002078490544563244}, '(37,52)': {'cz': 0.0020606715787224728, 'rzz': 0.0020180266621828424}, '(34,40)': {'cz': 0.0021039664402761615, 'rzz': 0.0031081922055117006}, '(39,40)': {'cz': 0.0020498015177801976, 'rzz': 0.0022477885752860693}, '(39,38)': {'cz': 0.0018647868093759068, 'rzz': 0.0027533350286303715}, '(40,41)': {'cz': 0.1382475592577671, 'rzz': 0.11951990727659909}, '(41,42)': {'cz': 0.11938809274613493, 'rzz': 0.07876195502464989}, '(35,44)': {'cz': 0.1091845151593211, 'rzz': 1.0}, '(43,44)': {'cz': 0.0028551202224630368, 'rzz': 0.0026442563049402235}, '(43,42)': {'cz': 0.0029448002161704956, 'rzz': 0.002701163116707983}, '(44,45)': {'cz': 0.0024975017126407373, 'rzz': 0.002791599467614314}, '(45,46)': {'cz': 0.003741360059073051, 'rzz': 0.0032052503769347818}, '(38,53)': {'cz': 1.0, 'rzz': 1.0}, '(53,57)': {'cz': 1.0, 'rzz': 1.0}, '(57,58)': {'cz': 0.0034260379654779405, 'rzz': 0.00270483966159768}, '(58,59)': {'cz': 0.009119895318387333, 'rzz': 0.008563195528340978}, '(42,54)': {'cz': 0.0026659116901190383, 'rzz': 0.0019387986741316865}, '(54,61)': {'cz': 0.003556215166279575, 'rzz': 0.003009470040406692}, '(61,62)': {'cz': 0.0018837485714573166, 'rzz': 0.0023698064505045247}, '(61,60)': {'cz': 0.0013189748297393056, 'rzz': 0.0014777585049380593}, '(62,63)': {'cz': 0.0037955821821380464, 'rzz': 0.0033752584766520433}, '(46,47)': {'cz': 0.002498258885192811, 'rzz': 0.002594505937521835}, '(46,55)': {'cz': 0.0017859678205444096, 'rzz': 0.001715480085041965}, '(47,48)': {'cz': 0.0018858372925983635, 'rzz': 0.0018602230967880717}, '(48,49)': {'cz': 0.001963492195755423, 'rzz': 0.0019995839545287053}, '(49,50)': {'cz': 0.0025307084084714715, 'rzz': 0.0017615825131530594}, '(50,51)': {'cz': 0.0014427742127840204, 'rzz': 0.001400686757571823}, '(50,56)': {'cz': 0.0017969387983633733, 'rzz': 0.0017110689517939592}, '(51,52)': {'cz': 0.0013449587868417656, 'rzz': 0.0012487936035294744}, '(56,69)': {'cz': 0.0035711716837508456, 'rzz': 0.0035775021257496153}, '(55,65)': {'cz': 0.003111362067318657, 'rzz': 0.003604915867310071}, '(63,64)': {'cz': 0.0017972838927747536, 'rzz': 0.0019489370920206528}, '(63,73)': {'cz': 0.0025045880677112276, 'rzz': 0.002134820827478262}, '(64,65)': {'cz': 0.002361979024169014, 'rzz': 0.0023988841656080173}, '(65,66)': {'cz': 0.0022174990183003174, 'rzz': 0.002769917826336371}, '(59,60)': {'cz': 0.00817653146394684, 'rzz': 0.011160854273713355}, '(59,72)': {'cz': 0.008932213175312481, 'rzz': 0.009511810796377529}, '(72,78)': {'cz': 0.003648523411013599, 'rzz': 0.00398152169270119}, '(78,77)': {'cz': 0.0021258307753310446, 'rzz': 0.0019113228478807587}, '(78,79)': {'cz': 0.008798320592299791, 'rzz': 0.005970347583254237}, '(66,67)': {'cz': 0.0018336567862800301, 'rzz': 0.002125203925766539}, '(67,68)': {'cz': 0.0021483727663174634, 'rzz': 0.0024568501182347935}, '(67,74)': {'cz': 0.001587674031404529, 'rzz': 0.0020910012184760796}, '(68,69)': {'cz': 0.0027178759512380413, 'rzz': 0.0023994722310892447}, '(74,86)': {'cz': 0.00212312823084318, 'rzz': 0.0015819121591230667}, '(69,70)': {'cz': 0.0030931538226453004, 'rzz': 0.003227987707478064}, '(70,71)': {'cz': 0.007423831333859404, 'rzz': 0.00642821673822408}, '(71,75)': {'cz': 0.003442759522860689, 'rzz': 0.0030904384744664115}, '(75,90)': {'cz': 0.0023668388857541744, 'rzz': 0.002242409650154681}, '(73,82)': {'cz': 0.0016781890007407096, 'rzz': 0.002011377288643229}, '(81,82)': {'cz': 0.0017011797684640673, 'rzz': 0.0015215572324558668}, '(81,80)': {'cz': 0.002495985771395287, 'rzz': 0.0023390800041367676}, '(82,83)': {'cz': 0.00240402703929693, 'rzz': 0.0027191070833886832}, '(83,84)': {'cz': 0.003931528981561461, 'rzz': 0.012327134253353106}, '(76,77)': {'cz': 0.0022167424165826233, 'rzz': 0.002127208614768006}, '(76,91)': {'cz': 0.007170403476733034, 'rzz': 0.0036604414549543385}, '(91,95)': {'cz': 0.00254416055799761, 'rzz': 0.0029121927566362615}, '(95,96)': {'cz': 0.002299891092229195, 'rzz': 0.001990450508704722}, '(79,80)': {'cz': 0.009233392087559023, 'rzz': 0.006376409235753305}, '(80,92)': {'cz': 0.0013235661427355994, 'rzz': 0.0015814972268626826}, '(92,99)': {'cz': 0.0019290615910491915, 'rzz': 0.001848356458633793}, '(99,98)': {'cz': 0.0015738613939393908, 'rzz': 0.0018881292079081513}, '(99,100)': {'cz': 0.002021560414766227, 'rzz': 0.0022321562082529}, '(84,85)': {'cz': 0.06158694293728709, 'rzz': 0.014539930391444661}, '(84,93)': {'cz': 0.004305431408116955, 'rzz': 0.0052858692813739505}, '(85,86)': {'cz': 0.03307829939168397, 'rzz': 0.025326002452573576}, '(86,87)': {'cz': 0.0013237304387919424, 'rzz': 0.0011615383153736059}, '(87,88)': {'cz': 0.005776906204705612, 'rzz': 0.0029437607098712903}, '(88,89)': {'cz': 0.007070365482707286, 'rzz': 0.004100970801839798}, '(88,94)': {'cz': 0.006406970834991449, 'rzz': 0.004966520743953984}, '(89,90)': {'cz': 0.0023027713714324216, 'rzz': 0.0027554698565291635}, '(93,103)': {'cz': 0.002260089792184422, 'rzz': 0.002222578873018438}, '(103,104)': {'cz': 0.017705029428575825, 'rzz': 0.021633614497342246}, '(103,102)': {'cz': 0.0021480941413583587, 'rzz': 0.001705775823024086}, '(104,105)': {'cz': 0.010030644977080089, 'rzz': 0.012845395046849367}, '(105,106)': {'cz': 0.006686497044529921, 'rzz': 0.008723197926689713}, '(105,112)': {'cz': 0.004068523493630349, 'rzz': 0.004101877966895373}, '(94,107)': {'cz': 0.0036529176228659033, 'rzz': 0.0037636950745936204}, '(106,107)': {'cz': 0.005137319648616023, 'rzz': 0.0061326621355318744}, '(107,108)': {'cz': 0.005302431944471053, 'rzz': 0.003980755807209663}, '(96,97)': {'cz': 0.0026958793682562987, 'rzz': 0.005657758316961997}, '(97,98)': {'cz': 0.0018165833388619212, 'rzz': 0.0016088831829611239}, '(97,110)': {'cz': 0.0015631952952549488, 'rzz': 0.0030253369944232833}, '(110,116)': {'cz': 0.001301387547666788, 'rzz': 0.0011307197221221421}, '(100,101)': {'cz': 0.0021414162146524973, 'rzz': 0.0024089094906652175}, '(101,102)': {'cz': 0.001860081265219915, 'rzz': 0.002003115981305259}, '(101,111)': {'cz': 0.0020835441798116028, 'rzz': 0.0024017752372197942}, '(111,120)': {'cz': 0.0023640779464425, 'rzz': 0.002097275134482629}, '(108,109)': {'cz': 0.002645664857297808, 'rzz': 0.002330804475899173}, '(109,113)': {'cz': 0.00305167873124243, 'rzz': 0.002119708692843336}, '(113,128)': {'cz': 0.0018456130503889667, 'rzz': 0.0016039703468267996}, '(112,124)': {'cz': 0.001135030394712605, 'rzz': 0.001304111880635589}, '(123,124)': {'cz': 0.01719756833332925, 'rzz': 0.015346232520379116}, '(123,122)': {'cz': 0.007592048018318781, 'rzz': 0.01630054998657307}, '(124,125)': {'cz': 0.00456518300782674, 'rzz': 0.0044929746435390105}, '(125,126)': {'cz': 0.00267464376386628, 'rzz': 0.0020275874089701884}, '(114,115)': {'cz': 0.0035094481983576342, 'rzz': 0.003176890088429002}, '(114,129)': {'cz': 0.005245919353848022, 'rzz': 0.005456418158720139}, '(115,116)': {'cz': 0.003487902078859406, 'rzz': 0.0027265110222042255}, '(116,117)': {'cz': 0.04892168180103243, 'rzz': 0.023816171600479108}, '(117,118)': {'cz': 0.024612033734193156, 'rzz': 0.008986208990440586}, '(118,119)': {'cz': 0.005080023872795214, 'rzz': 0.003587211114728983}, '(118,130)': {'cz': 0.0018209320661357054, 'rzz': 0.0016358163731985953}, '(119,120)': {'cz': 0.001707166271053967, 'rzz': 0.00181976464115427}, '(120,121)': {'cz': 0.0021990277689505067, 'rzz': 0.0016560457032108733}, '(121,122)': {'cz': 0.0028942381995746558, 'rzz': 0.001922936418442489}, '(122,131)': {'cz': 0.0021252714684409924, 'rzz': 0.0026044882808364533}, '(126,127)': {'cz': 0.0026249613674459715, 'rzz': 0.0019574285545670977}, '(126,132)': {'cz': 0.0010299688433310916, 'rzz': 0.001137289686485271}, '(127,128)': {'cz': 0.002162264441748857, 'rzz': 0.0020508647022555726}}, 'gate_count': {'measure': 133, 'x': 69, 'barrier': 1}}]}})\n", + " PrimitiveResult([PubResult(data=DataBin(evs=-0.004, stds=0.9999919999679997), metadata={'precision': None})], metadata={'execution_metadata': {'backend_name': 'ibm_marrakesh', 'execution_timestamp': '2026-04-15T07:48:22.249564', 'circuit_metadata': [{'layout': [3, 7, 91, 85, 8, 28, 15, 47, 69, 27, 50, 52, 51, 30, 2, 45, 38, 48, 39, 56, 0, 88, 63, 31, 29, 57, 70, 46, 77, 86, 66, 14, 92, 4, 18, 65, 1, 49, 78, 53, 68, 90, 17, 67, 71, 87, 89, 43, 58, 64], 'depth': 129, 'estimated_duration': 6.400000000000004e-06, 'shot_count': 4000, 't1_times': {'3': 0.00036916653126786405, '7': 0.00028661545091567935, '91': 0.0001245306045228954, '85': 0.00016220675590315149, '8': 0.0002999122416410016, '28': 0.00020398081556945202, '15': 0.00026951688749691724, '47': 0.0001775728166162937, '69': 0.00014880384430059318, '27': 0.00016934569979614323, '50': 0.00017626264483452958, '52': 0.00019156834540086235, '51': 0.00018694506320136422, '30': 0.00017087799669704258, '2': 0.00037390978342973614, '45': 9.920445590975706e-05, '38': 0.00012267986585490331, '48': 0.00024973426381132895, '39': 0.00014159610625976923, '56': 0.00030887451291250625, '0': 0.00026320605547127594, '88': 0.00020275509274233377, '63': 0.0001953854802589119, '31': 8.549652512020686e-05, '29': 0.00014956036037965315, '57': 0.00017711181077948894, '70': 0.00019121711963303295, '46': 0.0002366114649352659, '77': 0.0001286390013374339, '86': 0.00025170551267323645, '66': 0.00010192611835064855, '14': 0.00033302250078403087, '92': 0.00034479119423333645, '4': 0.00018101897091123156, '18': 9.009334954710732e-05, '65': 0.00014857436836681137, '1': 0.00020043643921821994, '49': 0.00024464471716365997, '78': 0.00011711366596005197, '53': 0.00016020112699803414, '68': 0.00012980777398277125, '90': 7.3744699142111e-05, '17': 0.00024142761474365545, '67': 0.00010336757759890028, '71': 0.0001825585847820204, '87': 0.00019846030764631293, '89': 0.0002891681982702193, '43': 0.00028683757187634995, '58': 0.0002163144250912616, '64': 0.00028188263497458665}, 't2_times': {'3': 0.00032194850816420924, '7': 0.0001294347334653827, '91': 0.0002119883190294716, '85': 9.507368132849306e-05, '8': 0.00016074032089129055, '28': 0.00021844794549281106, '15': 4.3622355929611885e-05, '47': 0.00016216484084493186, '69': 2.0076231499510387e-05, '27': 0.0001956980425381974, '50': 0.00012246361891841948, '52': 0.0001355472388892382, '51': 0.0001375781897819285, '30': 0.00010436724836480709, '2': 0.00034021435978145976, '45': 0.00010663722458015577, '38': 7.449173372242115e-05, '48': 0.00019603251073093927, '39': 0.00014075769129882185, '56': 6.871338524116334e-05, '0': 3.6490385862650654e-05, '88': 0.00015095493070295098, '63': 0.00018439875099007954, '31': 4.887825092998798e-05, '29': 0.00020343576601235077, '57': 0.00011781531012327959, '70': 2.1546962316578993e-05, '46': 0.00011527428560438722, '77': 2.7923550995332626e-05, '86': 8.13381317484684e-05, '66': 5.142243842482407e-05, '14': 9.920758986279886e-05, '92': 0.00033358881659107287, '4': 0.0002156268956798283, '18': 6.19654450212279e-05, '65': 5.607682225447204e-05, '1': 0.0001619094596591628, '49': 0.0002282637179392265, '78': 6.473457995062493e-05, '53': 0.00017906531027418369, '68': 1.9594028637342703e-05, '90': 9.180238871639435e-05, '17': 1.1069303654265568e-05, '67': 7.389598989187918e-05, '71': 0.0002554101212518969, '87': 0.00016419466309604082, '89': 0.0003047310545875888, '43': 7.598909664736515e-05, '58': 0.0001624666528214822, '64': 8.551410587060067e-05}, 'single_qubit_gate_error': {'3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}}, 'two_qubit_gate_error': {'(3,2)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,90)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(85,77)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(28,27)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(15,14)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(47,46)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(69,70)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(69,68)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(27,17)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(50,49)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(52,51)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(2,1)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(38,29)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(56,43)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(88,87)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(31,18)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(77,65)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(66,65)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(65,64)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(68,67)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(90,89)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(71,58)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}}, 'gate_count': {'rz': 615, 'delay': 331, 'rx': 307, 'x': 112, 'cz': 96, 'rzz': 50, 'measure': 50, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 77, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 80, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 78, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 81, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 74, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 76, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 81, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 60, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 84, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 78, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 79, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 84, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 82, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 77, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 74, 'barrier': 1}}, {'layout': [0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 17, 9, 10, 11, 12, 13, 14, 15, 19, 18, 30, 31, 32, 20, 21, 22, 23, 24, 25, 26, 37, 27, 28, 29, 38, 33, 34, 35, 39, 36, 40, 41, 42, 43, 44, 45, 56, 46, 47, 48, 57, 49, 50, 51, 52, 53, 54, 55, 59, 58, 70, 71, 72, 60, 61, 62, 63, 64, 65, 66, 77, 67, 68, 69, 78, 73, 74, 75, 79, 76, 80, 81, 82, 83, 84, 85, 96, 86, 87, 88, 97, 89, 90, 91, 92, 93, 94, 95, 99, 98, 110, 111, 112, 100, 101, 102, 103, 104, 105, 117, 125, 106, 107, 108, 109, 113, 114, 115, 119, 116, 120, 121, 122, 118, 129, 130, 123, 124, 136, 126, 127, 128, 137, 131, 138, 151, 152, 132, 133, 134, 135, 139, 153, 154, 155, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], 'depth': 2, 'estimated_duration': 2.6200000000000003e-06, 'shot_count': 2048, 't1_times': {'0': 0.00026320605547127594, '1': 0.00020043643921821994, '2': 0.00037390978342973614, '3': 0.00036916653126786405, '4': 0.00018101897091123156, '5': 0.00023988695801086763, '16': 0.0001527672951287848, '6': 0.00010572172461446367, '7': 0.00028661545091567935, '8': 0.0002999122416410016, '17': 0.00024142761474365545, '9': 0.00021703988686844607, '10': 0.00028439224196746414, '11': 0.0003286122569006557, '12': 0.0002934225241284392, '13': 0.00023370869782843008, '14': 0.00033302250078403087, '15': 0.00026951688749691724, '19': 0.0001679251419077585, '18': 9.009334954710732e-05, '30': 0.00017087799669704258, '31': 8.549652512020686e-05, '32': 0.00029879490360900404, '20': 0.00015010175666501936, '21': 0.0002557628292680264, '22': 0.00020476239310301803, '23': 9.994961488510793e-05, '24': 0.00016568031256657746, '25': 0.0001407414893513291, '26': 7.46474479101052e-06, '37': 0.0001742331935039674, '27': 0.00016934569979614323, '28': 0.00020398081556945202, '29': 0.00014956036037965315, '38': 0.00012267986585490331, '33': 0.00010194294833266251, '34': 0.0001862283707504425, '35': 0.00038854948095682517, '39': 0.00014159610625976923, '36': 0.0002077345298820652, '40': 0.00018474486476342336, '41': 0.00019310031486409547, '42': 0.0002502373024039663, '43': 0.00028683757187634995, '44': 0.00017973055437778702, '45': 9.920445590975706e-05, '56': 0.00030887451291250625, '46': 0.0002366114649352659, '47': 0.0001775728166162937, '48': 0.00024973426381132895, '57': 0.00017711181077948894, '49': 0.00024464471716365997, '50': 0.00017626264483452958, '51': 0.00018694506320136422, '52': 0.00019156834540086235, '53': 0.00016020112699803414, '54': 0.0002544440112048819, '55': 0.00025034574431558303, '59': 0.00016462666593201973, '58': 0.0002163144250912616, '70': 0.00019121711963303295, '71': 0.0001825585847820204, '72': 0.0001361798040078906, '60': 0.00020398499853456478, '61': 0.00022113499240501933, '62': 0.00015420965612786538, '63': 0.0001953854802589119, '64': 0.00028188263497458665, '65': 0.00014857436836681137, '66': 0.00010192611835064855, '77': 0.0001286390013374339, '67': 0.00010336757759890028, '68': 0.00012980777398277125, '69': 0.00014880384430059318, '78': 0.00011711366596005197, '73': 0.0001747137346425685, '74': 0.00011661735485613825, '75': 0.0002977507925094741, '79': 7.882523987948598e-05, '76': 8.178385818226898e-05, '80': 0.00017751116717114047, '81': 0.00012317925321661863, '82': 6.836081854736655e-06, '83': 0.0001913330678949768, '84': 0.00015010173327385123, '85': 0.00016220675590315149, '96': 0.0001352208109664131, '86': 0.00025170551267323645, '87': 0.00019846030764631293, '88': 0.00020275509274233377, '97': 0.00019510551276062194, '89': 0.0002891681982702193, '90': 7.3744699142111e-05, '91': 0.0001245306045228954, '92': 0.00034479119423333645, '93': 0.00015565064952239406, '94': 0.00041897058212025625, '95': 0.00037956254388299757, '99': 0.00014189943672783217, '98': 0.00018826576128617254, '110': 0.00028299555124068203, '111': 0.0001473098832347166, '112': 0.00020225990976266295, '100': 0.00010740898295926991, '101': 0.00018391514027837072, '102': 9.740863279117283e-05, '103': 0.00010669655221531904, '104': 0.0002956192327080906, '105': 9.596002812406155e-05, '117': 0.00020256657206409873, '125': 0.00013812517474155788, '106': 0.00016701820189698492, '107': 0.00034685676170446506, '108': 3.2431243935222385e-05, '109': 0.00021050172859588326, '113': 0.00018955084953813678, '114': 0.0003031581279436907, '115': 0.00020364620709853985, '119': 0.00026741721743007014, '116': 8.283422157250858e-05, '120': 0.00018808949878396114, '121': 0.00015201785358490524, '122': 0.00028981803129242585, '118': 0.0002094938835194568, '129': 0.00023217749453368917, '130': 0.0003229729925580698, '123': 0.000170941901134298, '124': 0.000157976115137969, '136': 0.0001850644366183318, '126': 0.000163864702920865, '127': 0.00020784419153740044, '128': 0.00027735375170485725, '137': 0.0001258748371633777, '131': 0.00022769683702269863, '138': 0.0003075938047495657, '151': 0.00021255634722564489, '152': 0.00040159347980651944, '132': 0.00017231337393214453, '133': 0.0003327745729215571, '134': 0.00029381938588881544, '135': 0.00030058912644534294, '139': 0.00021075844284842838, '153': 0.0002866163621866782, '154': 0.0002959814511805629, '155': 0.00040885119459710856, '140': 0.00027612334801431693, '141': 0.00024700464883070845, '142': 0.00017733104901538377, '143': 0.00013015223321095638, '144': 9.58845168204715e-05, '145': 5.870970271327183e-05, '146': 0.00015622899263609296, '147': 0.0003012733847331899, '148': 0.0001386028866796855, '149': 0.00019468241344891928, '150': 0.0001637113659664389}, 't2_times': {'0': 3.6490385862650654e-05, '1': 0.0001619094596591628, '2': 0.00034021435978145976, '3': 0.00032194850816420924, '4': 0.0002156268956798283, '5': 0.00022320692450082468, '16': 0.00012366227066651407, '6': 4.1344455411930825e-05, '7': 0.0001294347334653827, '8': 0.00016074032089129055, '17': 1.1069303654265568e-05, '9': 0.00032207058293940913, '10': 0.00015989959709762844, '11': 0.00019272754839690982, '12': 0.00013851481747473367, '13': 0.0001678062160148419, '14': 9.920758986279886e-05, '15': 4.3622355929611885e-05, '19': 6.165502259684777e-05, '18': 6.19654450212279e-05, '30': 0.00010436724836480709, '31': 4.887825092998798e-05, '32': 6.115424031696785e-05, '20': 3.7808929410135294e-05, '21': 0.00019265078137042934, '22': 3.0115708601936306e-05, '23': 7.135107778849376e-05, '24': 9.746528517383969e-05, '25': 5.644351461440734e-05, '26': 5.984108078806775e-06, '37': 1.234166319646311e-05, '27': 0.0001956980425381974, '28': 0.00021844794549281106, '29': 0.00020343576601235077, '38': 7.449173372242115e-05, '33': 0.00010151795001761736, '34': 0.00012780554106311506, '35': 0.0004819642735575546, '39': 0.00014075769129882185, '36': 5.434326731161356e-05, '40': 0.00010656618190958415, '41': 4.383279729233258e-05, '42': 0.00014783240698561923, '43': 7.598909664736515e-05, '44': 0.00012532705803361988, '45': 0.00010663722458015577, '56': 6.871338524116334e-05, '46': 0.00011527428560438722, '47': 0.00016216484084493186, '48': 0.00019603251073093927, '57': 0.00011781531012327959, '49': 0.0002282637179392265, '50': 0.00012246361891841948, '51': 0.0001375781897819285, '52': 0.0001355472388892382, '53': 0.00017906531027418369, '54': 0.0003148686959819073, '55': 7.430501463483314e-05, '59': 0.0001710203112093301, '58': 0.0001624666528214822, '70': 2.1546962316578993e-05, '71': 0.0002554101212518969, '72': 7.723869886868776e-05, '60': 9.587728012823601e-05, '61': 0.0001951185638142071, '62': 7.801990654595914e-05, '63': 0.00018439875099007954, '64': 8.551410587060067e-05, '65': 5.607682225447204e-05, '66': 5.142243842482407e-05, '77': 2.7923550995332626e-05, '67': 7.389598989187918e-05, '68': 1.9594028637342703e-05, '69': 2.0076231499510387e-05, '78': 6.473457995062493e-05, '73': 9.366495743815011e-05, '74': 1.3763666590654045e-05, '75': 0.00022218339082818084, '79': 3.900635740797331e-05, '76': 4.987899281142351e-05, '80': 3.9177141914039705e-05, '81': 0.00015315534222771425, '82': 6.440762177221646e-06, '83': 0.00018625198940465143, '84': 0.00014960763161520025, '85': 9.507368132849306e-05, '96': 8.51519823815071e-05, '86': 8.13381317484684e-05, '87': 0.00016419466309604082, '88': 0.00015095493070295098, '97': 5.842423111244877e-05, '89': 0.0003047310545875888, '90': 9.180238871639435e-05, '91': 0.0002119883190294716, '92': 0.00033358881659107287, '93': 0.0001278720277554711, '94': 0.0003371450442333517, '95': 0.0005643501030366531, '99': 4.0936246852493635e-05, '98': 6.10911917941333e-05, '110': 0.0003225167721221587, '111': 0.00011023632689316532, '112': 0.00015759626576017905, '100': 6.357832929549104e-05, '101': 6.9494395612082e-05, '102': 0.00010130023239248875, '103': 3.608022493465131e-05, '104': 0.0003019706128541948, '105': 7.787958787989074e-05, '117': 1.4677775690296146e-05, '125': 5.772034992644304e-05, '106': 0.0001282347915121728, '107': 0.0002449573350840942, '108': 1.847840134460095e-05, '109': 6.041822880157742e-05, '113': 8.948945599617846e-05, '114': 0.00024526352032878935, '115': 7.529466980338873e-05, '119': 7.56274732378708e-05, '116': 6.907318526248632e-05, '120': 7.57331693147617e-05, '121': 0.0001968515766785988, '122': 2.4771193051917812e-05, '118': 8.077001918300356e-05, '129': 0.00022712232907852486, '130': 1.6288825214895343e-05, '123': 9.22015671179102e-05, '124': 0.00011372946812524458, '136': 0.00010080163417345022, '126': 4.022868913892446e-05, '127': 2.3064510512666525e-05, '128': 0.0002890982833469069, '137': 5.3502869899817466e-05, '131': 0.00016149260362533822, '138': 0.00029729502803051654, '151': 7.150866003206768e-05, '152': 0.00026159724750088694, '132': 7.815377054840324e-05, '133': 0.000284193615918595, '134': 0.0001641788569509359, '135': 8.392048821754482e-05, '139': 0.00022094708361825773, '153': 0.0002072359874419548, '154': 1.4846456282895857e-05, '155': 0.00013943599523338814, '140': 5.5070406784448715e-05, '141': 0.00021707030721444985, '142': 0.00016001231205340765, '143': 5.1172025366667e-05, '144': 9.197226061928244e-05, '145': 0.0001113642380538276, '146': 6.821500366596006e-05, '147': 0.00014326696643299122, '148': 0.0001051513700564188, '149': 0.00011542199679822854, '150': 0.00019138054590395269}, 'single_qubit_gate_error': {'0': {'id': 0.0003418524256305015, 'rx': 0.0003418524256305015, 'rz': 0.0, 'sx': 0.0003418524256305015, 'x': 0.0003418524256305015}, '1': {'id': 0.00018603581875997226, 'rx': 0.00018603581875997226, 'rz': 0.0, 'sx': 0.00018603581875997226, 'x': 0.00018603581875997226}, '2': {'id': 0.0001966259081359093, 'rx': 0.0001966259081359093, 'rz': 0.0, 'sx': 0.0001966259081359093, 'x': 0.0001966259081359093}, '3': {'id': 0.00026291373968029947, 'rx': 0.00026291373968029947, 'rz': 0.0, 'sx': 0.00026291373968029947, 'x': 0.00026291373968029947}, '4': {'id': 0.00037741195717753116, 'rx': 0.00037741195717753116, 'rz': 0.0, 'sx': 0.00037741195717753116, 'x': 0.00037741195717753116}, '5': {'id': 0.001815644740457746, 'rx': 0.001815644740457746, 'rz': 0.0, 'sx': 0.001815644740457746, 'x': 0.001815644740457746}, '16': {'id': 0.0003214015515898687, 'rx': 0.0003214015515898687, 'rz': 0.0, 'sx': 0.0003214015515898687, 'x': 0.0003214015515898687}, '6': {'id': 0.00037853555377394336, 'rx': 0.00037853555377394336, 'rz': 0.0, 'sx': 0.00037853555377394336, 'x': 0.00037853555377394336}, '7': {'id': 0.00026379669097540787, 'rx': 0.00026379669097540787, 'rz': 0.0, 'sx': 0.00026379669097540787, 'x': 0.00026379669097540787}, '8': {'id': 0.0001532066638112664, 'rx': 0.0001532066638112664, 'rz': 0.0, 'sx': 0.0001532066638112664, 'x': 0.0001532066638112664}, '17': {'id': 0.00040132432587212946, 'rx': 0.00040132432587212946, 'rz': 0.0, 'sx': 0.00040132432587212946, 'x': 0.00040132432587212946}, '9': {'id': 0.00014668103757410668, 'rx': 0.00014668103757410668, 'rz': 0.0, 'sx': 0.00014668103757410668, 'x': 0.00014668103757410668}, '10': {'id': 0.00019883917235987485, 'rx': 0.00019883917235987485, 'rz': 0.0, 'sx': 0.00019883917235987485, 'x': 0.00019883917235987485}, '11': {'id': 0.00020572325738700076, 'rx': 0.00020572325738700076, 'rz': 0.0, 'sx': 0.00020572325738700076, 'x': 0.00020572325738700076}, '12': {'id': 0.00020274071442648005, 'rx': 0.00020274071442648005, 'rz': 0.0, 'sx': 0.00020274071442648005, 'x': 0.00020274071442648005}, '13': {'id': 0.0004444440129826177, 'rx': 0.0004444440129826177, 'rz': 0.0, 'sx': 0.0004444440129826177, 'x': 0.0004444440129826177}, '14': {'id': 0.00010145925100372822, 'rx': 0.00010145925100372822, 'rz': 0.0, 'sx': 0.00010145925100372822, 'x': 0.00010145925100372822}, '15': {'id': 0.0001750837664239537, 'rx': 0.0001750837664239537, 'rz': 0.0, 'sx': 0.0001750837664239537, 'x': 0.0001750837664239537}, '19': {'id': 0.00022756790437657268, 'rx': 0.00022756790437657268, 'rz': 0.0, 'sx': 0.00022756790437657268, 'x': 0.00022756790437657268}, '18': {'id': 0.0004314019349243189, 'rx': 0.0004314019349243189, 'rz': 0.0, 'sx': 0.0004314019349243189, 'x': 0.0004314019349243189}, '30': {'id': 0.00037453347881667264, 'rx': 0.00037453347881667264, 'rz': 0.0, 'sx': 0.00037453347881667264, 'x': 0.00037453347881667264}, '31': {'id': 0.0003296117251876109, 'rx': 0.0003296117251876109, 'rz': 0.0, 'sx': 0.0003296117251876109, 'x': 0.0003296117251876109}, '32': {'id': 0.0007679340984046496, 'rx': 0.0007679340984046496, 'rz': 0.0, 'sx': 0.0007679340984046496, 'x': 0.0007679340984046496}, '20': {'id': 0.000523952804695865, 'rx': 0.000523952804695865, 'rz': 0.0, 'sx': 0.000523952804695865, 'x': 0.000523952804695865}, '21': {'id': 0.0001428288653504859, 'rx': 0.0001428288653504859, 'rz': 0.0, 'sx': 0.0001428288653504859, 'x': 0.0001428288653504859}, '22': {'id': 0.00043546070374488375, 'rx': 0.00043546070374488375, 'rz': 0.0, 'sx': 0.00043546070374488375, 'x': 0.00043546070374488375}, '23': {'id': 0.00016750983885369472, 'rx': 0.00016750983885369472, 'rz': 0.0, 'sx': 0.00016750983885369472, 'x': 0.00016750983885369472}, '24': {'id': 0.0003958764585959974, 'rx': 0.0003958764585959974, 'rz': 0.0, 'sx': 0.0003958764585959974, 'x': 0.0003958764585959974}, '25': {'id': 0.0011038254685924623, 'rx': 0.0011038254685924623, 'rz': 0.0, 'sx': 0.0011038254685924623, 'x': 0.0011038254685924623}, '26': {'id': 0.0024454677068705775, 'rx': 0.0024454677068705775, 'rz': 0.0, 'sx': 0.0024454677068705775, 'x': 0.0024454677068705775}, '37': {'id': 0.0008187299969240583, 'rx': 0.0008187299969240583, 'rz': 0.0, 'sx': 0.0008187299969240583, 'x': 0.0008187299969240583}, '27': {'id': 0.0002617440266895042, 'rx': 0.0002617440266895042, 'rz': 0.0, 'sx': 0.0002617440266895042, 'x': 0.0002617440266895042}, '28': {'id': 0.00016168490652538096, 'rx': 0.00016168490652538096, 'rz': 0.0, 'sx': 0.00016168490652538096, 'x': 0.00016168490652538096}, '29': {'id': 0.00043431361215646444, 'rx': 0.00043431361215646444, 'rz': 0.0, 'sx': 0.00043431361215646444, 'x': 0.00043431361215646444}, '38': {'id': 0.0010368686464894193, 'rx': 0.0010368686464894193, 'rz': 0.0, 'sx': 0.0010368686464894193, 'x': 0.0010368686464894193}, '33': {'id': 0.0002674369080167243, 'rx': 0.0002674369080167243, 'rz': 0.0, 'sx': 0.0002674369080167243, 'x': 0.0002674369080167243}, '34': {'id': 0.00037210661717621327, 'rx': 0.00037210661717621327, 'rz': 0.0, 'sx': 0.00037210661717621327, 'x': 0.00037210661717621327}, '35': {'id': 0.00012391025766022266, 'rx': 0.00012391025766022266, 'rz': 0.0, 'sx': 0.00012391025766022266, 'x': 0.00012391025766022266}, '39': {'id': 0.000638882276427017, 'rx': 0.000638882276427017, 'rz': 0.0, 'sx': 0.000638882276427017, 'x': 0.000638882276427017}, '36': {'id': 0.0024802829913354077, 'rx': 0.0024802829913354077, 'rz': 0.0, 'sx': 0.0024802829913354077, 'x': 0.0024802829913354077}, '40': {'id': 0.0004151266406293344, 'rx': 0.0004151266406293344, 'rz': 0.0, 'sx': 0.0004151266406293344, 'x': 0.0004151266406293344}, '41': {'id': 0.0009284701327891778, 'rx': 0.0009284701327891778, 'rz': 0.0, 'sx': 0.0009284701327891778, 'x': 0.0009284701327891778}, '42': {'id': 0.0003732382808892278, 'rx': 0.0003732382808892278, 'rz': 0.0, 'sx': 0.0003732382808892278, 'x': 0.0003732382808892278}, '43': {'id': 0.000501084541628387, 'rx': 0.000501084541628387, 'rz': 0.0, 'sx': 0.000501084541628387, 'x': 0.000501084541628387}, '44': {'id': 0.00027548957875492985, 'rx': 0.00027548957875492985, 'rz': 0.0, 'sx': 0.00027548957875492985, 'x': 0.00027548957875492985}, '45': {'id': 0.00029051189233839656, 'rx': 0.00029051189233839656, 'rz': 0.0, 'sx': 0.00029051189233839656, 'x': 0.00029051189233839656}, '56': {'id': 0.0004076171707555594, 'rx': 0.0004076171707555594, 'rz': 0.0, 'sx': 0.0004076171707555594, 'x': 0.0004076171707555594}, '46': {'id': 0.0005034350765017885, 'rx': 0.0005034350765017885, 'rz': 0.0, 'sx': 0.0005034350765017885, 'x': 0.0005034350765017885}, '47': {'id': 0.00035854437277551876, 'rx': 0.00035854437277551876, 'rz': 0.0, 'sx': 0.00035854437277551876, 'x': 0.00035854437277551876}, '48': {'id': 0.002691653879545871, 'rx': 0.002691653879545871, 'rz': 0.0, 'sx': 0.002691653879545871, 'x': 0.002691653879545871}, '57': {'id': 0.00018272277383632232, 'rx': 0.00018272277383632232, 'rz': 0.0, 'sx': 0.00018272277383632232, 'x': 0.00018272277383632232}, '49': {'id': 0.0005145583921707903, 'rx': 0.0005145583921707903, 'rz': 0.0, 'sx': 0.0005145583921707903, 'x': 0.0005145583921707903}, '50': {'id': 0.0003717489058787073, 'rx': 0.0003717489058787073, 'rz': 0.0, 'sx': 0.0003717489058787073, 'x': 0.0003717489058787073}, '51': {'id': 0.00026115374215529195, 'rx': 0.00026115374215529195, 'rz': 0.0, 'sx': 0.00026115374215529195, 'x': 0.00026115374215529195}, '52': {'id': 0.0004843664895547145, 'rx': 0.0004843664895547145, 'rz': 0.0, 'sx': 0.0004843664895547145, 'x': 0.0004843664895547145}, '53': {'id': 0.0002833509065779725, 'rx': 0.0002833509065779725, 'rz': 0.0, 'sx': 0.0002833509065779725, 'x': 0.0002833509065779725}, '54': {'id': 0.0002554426436967416, 'rx': 0.0002554426436967416, 'rz': 0.0, 'sx': 0.0002554426436967416, 'x': 0.0002554426436967416}, '55': {'id': 0.00020436574133915334, 'rx': 0.00020436574133915334, 'rz': 0.0, 'sx': 0.00020436574133915334, 'x': 0.00020436574133915334}, '59': {'id': 0.0002136433943201164, 'rx': 0.0002136433943201164, 'rz': 0.0, 'sx': 0.0002136433943201164, 'x': 0.0002136433943201164}, '58': {'id': 0.000169642273383878, 'rx': 0.000169642273383878, 'rz': 0.0, 'sx': 0.000169642273383878, 'x': 0.000169642273383878}, '70': {'id': 0.00023515631445313558, 'rx': 0.00023515631445313558, 'rz': 0.0, 'sx': 0.00023515631445313558, 'x': 0.00023515631445313558}, '71': {'id': 0.00022067869248658866, 'rx': 0.00022067869248658866, 'rz': 0.0, 'sx': 0.00022067869248658866, 'x': 0.00022067869248658866}, '72': {'id': 0.0004247254408363262, 'rx': 0.0004247254408363262, 'rz': 0.0, 'sx': 0.0004247254408363262, 'x': 0.0004247254408363262}, '60': {'id': 0.0003630132407535587, 'rx': 0.0003630132407535587, 'rz': 0.0, 'sx': 0.0003630132407535587, 'x': 0.0003630132407535587}, '61': {'id': 0.00038705868142390934, 'rx': 0.00038705868142390934, 'rz': 0.0, 'sx': 0.00038705868142390934, 'x': 0.00038705868142390934}, '62': {'id': 0.0002907936587904011, 'rx': 0.0002907936587904011, 'rz': 0.0, 'sx': 0.0002907936587904011, 'x': 0.0002907936587904011}, '63': {'id': 0.00024100898522716558, 'rx': 0.00024100898522716558, 'rz': 0.0, 'sx': 0.00024100898522716558, 'x': 0.00024100898522716558}, '64': {'id': 0.0007948914835060119, 'rx': 0.0007948914835060119, 'rz': 0.0, 'sx': 0.0007948914835060119, 'x': 0.0007948914835060119}, '65': {'id': 0.00018246109332223872, 'rx': 0.00018246109332223872, 'rz': 0.0, 'sx': 0.00018246109332223872, 'x': 0.00018246109332223872}, '66': {'id': 0.0005449544138810894, 'rx': 0.0005449544138810894, 'rz': 0.0, 'sx': 0.0005449544138810894, 'x': 0.0005449544138810894}, '77': {'id': 0.00034679863764720787, 'rx': 0.00034679863764720787, 'rz': 0.0, 'sx': 0.00034679863764720787, 'x': 0.00034679863764720787}, '67': {'id': 0.000205733511893762, 'rx': 0.000205733511893762, 'rz': 0.0, 'sx': 0.000205733511893762, 'x': 0.000205733511893762}, '68': {'id': 0.0009269762409397393, 'rx': 0.0009269762409397393, 'rz': 0.0, 'sx': 0.0009269762409397393, 'x': 0.0009269762409397393}, '69': {'id': 0.00024076243297928317, 'rx': 0.00024076243297928317, 'rz': 0.0, 'sx': 0.00024076243297928317, 'x': 0.00024076243297928317}, '78': {'id': 0.00040402582676103444, 'rx': 0.00040402582676103444, 'rz': 0.0, 'sx': 0.00040402582676103444, 'x': 0.00040402582676103444}, '73': {'id': 0.00047145373865019086, 'rx': 0.00047145373865019086, 'rz': 0.0, 'sx': 0.00047145373865019086, 'x': 0.00047145373865019086}, '74': {'id': 0.00041536887082313344, 'rx': 0.00041536887082313344, 'rz': 0.0, 'sx': 0.00041536887082313344, 'x': 0.00041536887082313344}, '75': {'id': 0.00022444139364894583, 'rx': 0.00022444139364894583, 'rz': 0.0, 'sx': 0.00022444139364894583, 'x': 0.00022444139364894583}, '79': {'id': 0.0004142457455888242, 'rx': 0.0004142457455888242, 'rz': 0.0, 'sx': 0.0004142457455888242, 'x': 0.0004142457455888242}, '76': {'id': 0.0003992621889576235, 'rx': 0.0003992621889576235, 'rz': 0.0, 'sx': 0.0003992621889576235, 'x': 0.0003992621889576235}, '80': {'id': 0.00022508062373097828, 'rx': 0.00022508062373097828, 'rz': 0.0, 'sx': 0.00022508062373097828, 'x': 0.00022508062373097828}, '81': {'id': 0.0006667646193406462, 'rx': 0.0006667646193406462, 'rz': 0.0, 'sx': 0.0006667646193406462, 'x': 0.0006667646193406462}, '82': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '83': {'id': 0.00043378592011108114, 'rx': 0.00043378592011108114, 'rz': 0.0, 'sx': 0.00043378592011108114, 'x': 0.00043378592011108114}, '84': {'id': 0.0006012480879819116, 'rx': 0.0006012480879819116, 'rz': 0.0, 'sx': 0.0006012480879819116, 'x': 0.0006012480879819116}, '85': {'id': 0.0002848281348925516, 'rx': 0.0002848281348925516, 'rz': 0.0, 'sx': 0.0002848281348925516, 'x': 0.0002848281348925516}, '96': {'id': 0.00032934415458213347, 'rx': 0.00032934415458213347, 'rz': 0.0, 'sx': 0.00032934415458213347, 'x': 0.00032934415458213347}, '86': {'id': 0.0003493678822399498, 'rx': 0.0003493678822399498, 'rz': 0.0, 'sx': 0.0003493678822399498, 'x': 0.0003493678822399498}, '87': {'id': 0.0008230043400510826, 'rx': 0.0008230043400510826, 'rz': 0.0, 'sx': 0.0008230043400510826, 'x': 0.0008230043400510826}, '88': {'id': 0.00023424549878673688, 'rx': 0.00023424549878673688, 'rz': 0.0, 'sx': 0.00023424549878673688, 'x': 0.00023424549878673688}, '97': {'id': 0.0003111009627312187, 'rx': 0.0003111009627312187, 'rz': 0.0, 'sx': 0.0003111009627312187, 'x': 0.0003111009627312187}, '89': {'id': 0.002085233340717104, 'rx': 0.002085233340717104, 'rz': 0.0, 'sx': 0.002085233340717104, 'x': 0.002085233340717104}, '90': {'id': 0.0007405169029852872, 'rx': 0.0007405169029852872, 'rz': 0.0, 'sx': 0.0007405169029852872, 'x': 0.0007405169029852872}, '91': {'id': 0.0002297520025402804, 'rx': 0.0002297520025402804, 'rz': 0.0, 'sx': 0.0002297520025402804, 'x': 0.0002297520025402804}, '92': {'id': 0.0003692164199292469, 'rx': 0.0003692164199292469, 'rz': 0.0, 'sx': 0.0003692164199292469, 'x': 0.0003692164199292469}, '93': {'id': 0.00024137759291954498, 'rx': 0.00024137759291954498, 'rz': 0.0, 'sx': 0.00024137759291954498, 'x': 0.00024137759291954498}, '94': {'id': 9.843554125975989e-05, 'rx': 9.843554125975989e-05, 'rz': 0.0, 'sx': 9.843554125975989e-05, 'x': 9.843554125975989e-05}, '95': {'id': 0.0008028112424036778, 'rx': 0.0008028112424036778, 'rz': 0.0, 'sx': 0.0008028112424036778, 'x': 0.0008028112424036778}, '99': {'id': 0.0005147007716205272, 'rx': 0.0005147007716205272, 'rz': 0.0, 'sx': 0.0005147007716205272, 'x': 0.0005147007716205272}, '98': {'id': 0.00020303391987349506, 'rx': 0.00020303391987349506, 'rz': 0.0, 'sx': 0.00020303391987349506, 'x': 0.00020303391987349506}, '110': {'id': 0.0003431150324219542, 'rx': 0.0003431150324219542, 'rz': 0.0, 'sx': 0.0003431150324219542, 'x': 0.0003431150324219542}, '111': {'id': 0.00037117066480806725, 'rx': 0.00037117066480806725, 'rz': 0.0, 'sx': 0.00037117066480806725, 'x': 0.00037117066480806725}, '112': {'id': 0.0003268012214393404, 'rx': 0.0003268012214393404, 'rz': 0.0, 'sx': 0.0003268012214393404, 'x': 0.0003268012214393404}, '100': {'id': 0.0006511510059821449, 'rx': 0.0006511510059821449, 'rz': 0.0, 'sx': 0.0006511510059821449, 'x': 0.0006511510059821449}, '101': {'id': 0.0002373719022693882, 'rx': 0.0002373719022693882, 'rz': 0.0, 'sx': 0.0002373719022693882, 'x': 0.0002373719022693882}, '102': {'id': 0.0005987063270498062, 'rx': 0.0005987063270498062, 'rz': 0.0, 'sx': 0.0005987063270498062, 'x': 0.0005987063270498062}, '103': {'id': 0.0003097199169661359, 'rx': 0.0003097199169661359, 'rz': 0.0, 'sx': 0.0003097199169661359, 'x': 0.0003097199169661359}, '104': {'id': 0.0001577602933795705, 'rx': 0.0001577602933795705, 'rz': 0.0, 'sx': 0.0001577602933795705, 'x': 0.0001577602933795705}, '105': {'id': 0.0003677999882837481, 'rx': 0.0003677999882837481, 'rz': 0.0, 'sx': 0.0003677999882837481, 'x': 0.0003677999882837481}, '117': {'id': 0.0004931113258198245, 'rx': 0.0004931113258198245, 'rz': 0.0, 'sx': 0.0004931113258198245, 'x': 0.0004931113258198245}, '125': {'id': 0.0004390937735318666, 'rx': 0.0004390937735318666, 'rz': 0.0, 'sx': 0.0004390937735318666, 'x': 0.0004390937735318666}, '106': {'id': 0.00018445237151359405, 'rx': 0.00018445237151359405, 'rz': 0.0, 'sx': 0.00018445237151359405, 'x': 0.00018445237151359405}, '107': {'id': 0.0002222383352427604, 'rx': 0.0002222383352427604, 'rz': 0.0, 'sx': 0.0002222383352427604, 'x': 0.0002222383352427604}, '108': {'id': 0.0005854543129756535, 'rx': 0.0005854543129756535, 'rz': 0.0, 'sx': 0.0005854543129756535, 'x': 0.0005854543129756535}, '109': {'id': 0.0001554740437973396, 'rx': 0.0001554740437973396, 'rz': 0.0, 'sx': 0.0001554740437973396, 'x': 0.0001554740437973396}, '113': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '114': {'id': 0.0001510462054616998, 'rx': 0.0001510462054616998, 'rz': 0.0, 'sx': 0.0001510462054616998, 'x': 0.0001510462054616998}, '115': {'id': 0.00018247053057966013, 'rx': 0.00018247053057966013, 'rz': 0.0, 'sx': 0.00018247053057966013, 'x': 0.00018247053057966013}, '119': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '116': {'id': 0.0007278659579960387, 'rx': 0.0007278659579960387, 'rz': 0.0, 'sx': 0.0007278659579960387, 'x': 0.0007278659579960387}, '120': {'id': 0.0002947656060307433, 'rx': 0.0002947656060307433, 'rz': 0.0, 'sx': 0.0002947656060307433, 'x': 0.0002947656060307433}, '121': {'id': 0.00031059972240780637, 'rx': 0.00031059972240780637, 'rz': 0.0, 'sx': 0.00031059972240780637, 'x': 0.00031059972240780637}, '122': {'id': 0.0003078438434695518, 'rx': 0.0003078438434695518, 'rz': 0.0, 'sx': 0.0003078438434695518, 'x': 0.0003078438434695518}, '118': {'id': 0.00023625495219611517, 'rx': 0.00023625495219611517, 'rz': 0.0, 'sx': 0.00023625495219611517, 'x': 0.00023625495219611517}, '129': {'id': 0.0001963615122295777, 'rx': 0.0001963615122295777, 'rz': 0.0, 'sx': 0.0001963615122295777, 'x': 0.0001963615122295777}, '130': {'id': 1.0, 'rx': 1.0, 'rz': 0.0, 'sx': 1.0, 'x': 1.0}, '123': {'id': 0.00038404894847901105, 'rx': 0.00038404894847901105, 'rz': 0.0, 'sx': 0.00038404894847901105, 'x': 0.00038404894847901105}, '124': {'id': 0.0008456066609712371, 'rx': 0.0008456066609712371, 'rz': 0.0, 'sx': 0.0008456066609712371, 'x': 0.0008456066609712371}, '136': {'id': 0.0006282591043030354, 'rx': 0.0006282591043030354, 'rz': 0.0, 'sx': 0.0006282591043030354, 'x': 0.0006282591043030354}, '126': {'id': 0.00046485444206442587, 'rx': 0.00046485444206442587, 'rz': 0.0, 'sx': 0.00046485444206442587, 'x': 0.00046485444206442587}, '127': {'id': 0.00020535228912916176, 'rx': 0.00020535228912916176, 'rz': 0.0, 'sx': 0.00020535228912916176, 'x': 0.00020535228912916176}, '128': {'id': 0.00039322725792508375, 'rx': 0.00039322725792508375, 'rz': 0.0, 'sx': 0.00039322725792508375, 'x': 0.00039322725792508375}, '137': {'id': 0.0006776687927915394, 'rx': 0.0006776687927915394, 'rz': 0.0, 'sx': 0.0006776687927915394, 'x': 0.0006776687927915394}, '131': {'id': 0.0002732187630032972, 'rx': 0.0002732187630032972, 'rz': 0.0, 'sx': 0.0002732187630032972, 'x': 0.0002732187630032972}, '138': {'id': 0.00031207683039775354, 'rx': 0.00031207683039775354, 'rz': 0.0, 'sx': 0.00031207683039775354, 'x': 0.00031207683039775354}, '151': {'id': 0.00035592106787213465, 'rx': 0.00035592106787213465, 'rz': 0.0, 'sx': 0.00035592106787213465, 'x': 0.00035592106787213465}, '152': {'id': 0.00027606871655977996, 'rx': 0.00027606871655977996, 'rz': 0.0, 'sx': 0.00027606871655977996, 'x': 0.00027606871655977996}, '132': {'id': 0.00026365610631830374, 'rx': 0.00026365610631830374, 'rz': 0.0, 'sx': 0.00026365610631830374, 'x': 0.00026365610631830374}, '133': {'id': 0.0002558279549723054, 'rx': 0.0002558279549723054, 'rz': 0.0, 'sx': 0.0002558279549723054, 'x': 0.0002558279549723054}, '134': {'id': 0.00013463594620601618, 'rx': 0.00013463594620601618, 'rz': 0.0, 'sx': 0.00013463594620601618, 'x': 0.00013463594620601618}, '135': {'id': 0.0001284306936448312, 'rx': 0.0001284306936448312, 'rz': 0.0, 'sx': 0.0001284306936448312, 'x': 0.0001284306936448312}, '139': {'id': 0.00018781704541728295, 'rx': 0.00018781704541728295, 'rz': 0.0, 'sx': 0.00018781704541728295, 'x': 0.00018781704541728295}, '153': {'id': 0.000421936437228926, 'rx': 0.000421936437228926, 'rz': 0.0, 'sx': 0.000421936437228926, 'x': 0.000421936437228926}, '154': {'id': 0.0003906652696801797, 'rx': 0.0003906652696801797, 'rz': 0.0, 'sx': 0.0003906652696801797, 'x': 0.0003906652696801797}, '155': {'id': 0.0009669149608917027, 'rx': 0.0009669149608917027, 'rz': 0.0, 'sx': 0.0009669149608917027, 'x': 0.0009669149608917027}, '140': {'id': 0.00042814173870484577, 'rx': 0.00042814173870484577, 'rz': 0.0, 'sx': 0.00042814173870484577, 'x': 0.00042814173870484577}, '141': {'id': 0.0007410658193973002, 'rx': 0.0007410658193973002, 'rz': 0.0, 'sx': 0.0007410658193973002, 'x': 0.0007410658193973002}, '142': {'id': 0.00031201615421084643, 'rx': 0.00031201615421084643, 'rz': 0.0, 'sx': 0.00031201615421084643, 'x': 0.00031201615421084643}, '143': {'id': 0.00026861733278046954, 'rx': 0.00026861733278046954, 'rz': 0.0, 'sx': 0.00026861733278046954, 'x': 0.00026861733278046954}, '144': {'id': 0.0006841652180986612, 'rx': 0.0006841652180986612, 'rz': 0.0, 'sx': 0.0006841652180986612, 'x': 0.0006841652180986612}, '145': {'id': 0.00026890490365039, 'rx': 0.00026890490365039, 'rz': 0.0, 'sx': 0.00026890490365039, 'x': 0.00026890490365039}, '146': {'id': 0.0006614144676656997, 'rx': 0.0006614144676656997, 'rz': 0.0, 'sx': 0.0006614144676656997, 'x': 0.0006614144676656997}, '147': {'id': 0.00047007178233582695, 'rx': 0.00047007178233582695, 'rz': 0.0, 'sx': 0.00047007178233582695, 'x': 0.00047007178233582695}, '148': {'id': 0.0003469239977214372, 'rx': 0.0003469239977214372, 'rz': 0.0, 'sx': 0.0003469239977214372, 'x': 0.0003469239977214372}, '149': {'id': 0.0002055091515191238, 'rx': 0.0002055091515191238, 'rz': 0.0, 'sx': 0.0002055091515191238, 'x': 0.0002055091515191238}, '150': {'id': 0.00031996133093124504, 'rx': 0.00031996133093124504, 'rz': 0.0, 'sx': 0.00031996133093124504, 'x': 0.00031996133093124504}}, 'two_qubit_gate_error': {'(0,1)': {'cz': 0.00202863396354544, 'rzz': 0.0017400268063423874}, '(1,2)': {'cz': 0.0011365545789997211, 'rzz': 0.001320176776188925}, '(2,3)': {'cz': 0.0016034067366899052, 'rzz': 0.001325778022110674}, '(3,4)': {'cz': 0.001831652919711102, 'rzz': 0.002062560106676492}, '(3,16)': {'cz': 0.0017621569845425178, 'rzz': 0.001572058732506515}, '(4,5)': {'cz': 0.0025189303889509573, 'rzz': 0.0016877102440991942}, '(5,6)': {'cz': 0.002061722687281331, 'rzz': 0.0020039730681461754}, '(16,23)': {'cz': 0.0018588341062220903, 'rzz': 0.0018645372747196354}, '(6,7)': {'cz': 0.002012850000627092, 'rzz': 0.0013833364158193362}, '(7,8)': {'cz': 0.0020820293341654306, 'rzz': 0.001694242168685911}, '(7,17)': {'cz': 0.0020437028393424372, 'rzz': 0.0016912646927810804}, '(8,9)': {'cz': 0.0023343960450021295, 'rzz': 0.0021250705700046058}, '(17,27)': {'cz': 0.0030890029292451326, 'rzz': 0.0021654141730121645}, '(9,10)': {'cz': 0.0011846623550641755, 'rzz': 0.002028622755771481}, '(10,11)': {'cz': 0.0059851316677331234, 'rzz': 0.003116220687533061}, '(11,12)': {'cz': 0.0011513456571001224, 'rzz': 0.0010350341191487922}, '(11,18)': {'cz': 0.0013211288976080482, 'rzz': 0.0015336180048375059}, '(12,13)': {'cz': 0.001815962945779681, 'rzz': 0.0016338406051242815}, '(13,14)': {'cz': 0.0012638985763729071, 'rzz': 0.0016817852379041875}, '(14,15)': {'cz': 0.0011338321445138744, 'rzz': 0.0022274420956482077}, '(15,19)': {'cz': 0.0016357839177733313, 'rzz': 0.0019036731370922766}, '(19,35)': {'cz': 0.0016034907057596026, 'rzz': 0.0024929729097463715}, '(18,31)': {'cz': 0.002287957610651453, 'rzz': 0.0024807192937635614}, '(30,31)': {'cz': 0.0027014907872767446, 'rzz': 0.00178854056633998}, '(30,29)': {'cz': 0.0022570889896000035, 'rzz': 0.0031601802403370405}, '(31,32)': {'cz': 0.0030468764524682057, 'rzz': 0.0022023899785409973}, '(32,33)': {'cz': 0.0023215729096776327, 'rzz': 0.0022588233972123672}, '(20,21)': {'cz': 0.003729569374358893, 'rzz': 0.003880694881775726}, '(21,22)': {'cz': 0.0019633466502332053, 'rzz': 0.0019630264249589913}, '(21,36)': {'cz': 0.0029126294766101957, 'rzz': 0.0024097756585925167}, '(22,23)': {'cz': 0.0029980088191802756, 'rzz': 0.002174787123643801}, '(23,24)': {'cz': 0.004696515515196287, 'rzz': 0.0028451775294353887}, '(24,25)': {'cz': 0.005189434854930702, 'rzz': 0.003539256460141277}, '(25,26)': {'cz': 0.010964594811869177, 'rzz': 0.01621050985635733}, '(25,37)': {'cz': 0.005018822986567445, 'rzz': 0.003253386149167453}, '(26,27)': {'cz': 0.011509850203419741, 'rzz': 0.011331956912409902}, '(37,45)': {'cz': 0.005657099020042938, 'rzz': 0.0036463804878040518}, '(27,28)': {'cz': 0.001892007379958316, 'rzz': 0.0013167215073495442}, '(28,29)': {'cz': 0.0034122905002194337, 'rzz': 0.003356337490281275}, '(29,38)': {'cz': 0.0034679702782919597, 'rzz': 0.003709191574678805}, '(38,49)': {'cz': 0.004497788820826326, 'rzz': 0.0035038801161186017}, '(33,34)': {'cz': 0.001616030934989049, 'rzz': 0.001819026514967348}, '(33,39)': {'cz': 0.0021140042811289284, 'rzz': 1.0}, '(34,35)': {'cz': 0.001698635290149686, 'rzz': 0.0015551982615544524}, '(39,53)': {'cz': 0.0026938478596992554, 'rzz': 0.0028747934884197635}, '(36,41)': {'cz': 0.009604856969242154, 'rzz': 0.01056266092120095}, '(40,41)': {'cz': 0.14252136824483977, 'rzz': 0.06761997942328318}, '(41,42)': {'cz': 0.007672772425104113, 'rzz': 0.011914413643554389}, '(42,43)': {'cz': 0.003097924336853547, 'rzz': 0.002925534445831851}, '(43,44)': {'cz': 0.0017671898507114203, 'rzz': 0.0019127883116172029}, '(43,56)': {'cz': 0.0023459276313142208, 'rzz': 0.002397190639489344}, '(44,45)': {'cz': 0.0024106399918922827, 'rzz': 0.0023875986397303706}, '(45,46)': {'cz': 0.0029509294282325516, 'rzz': 0.003400736562493706}, '(56,63)': {'cz': 0.0027717364979768233, 'rzz': 0.0022191646398176113}, '(46,47)': {'cz': 0.0027837912956316657, 'rzz': 0.00268426811886191}, '(47,48)': {'cz': 0.009345743364613884, 'rzz': 0.007625711154234327}, '(47,57)': {'cz': 0.0025528454197820127, 'rzz': 0.002621714818124593}, '(48,49)': {'cz': 0.010125348843364412, 'rzz': 0.007600961578058257}, '(57,67)': {'cz': 0.002571381804887196, 'rzz': 0.0024057093479762093}, '(49,50)': {'cz': 0.0027327931625499013, 'rzz': 0.002170365388656309}, '(50,51)': {'cz': 0.002242647685664151, 'rzz': 0.0016413730651156921}, '(51,52)': {'cz': 0.002315797093680322, 'rzz': 0.0026024649022459434}, '(51,58)': {'cz': 0.0012884765511090857, 'rzz': 1.0}, '(52,53)': {'cz': 0.002641951509067736, 'rzz': 0.0025924833255956403}, '(53,54)': {'cz': 0.001568094357551536, 'rzz': 0.0010880328700506314}, '(54,55)': {'cz': 0.0017013957068664765, 'rzz': 0.0012184082860213774}, '(55,59)': {'cz': 0.0020983829928918896, 'rzz': 0.0020948317443092723}, '(59,75)': {'cz': 0.0012463586430004336, 'rzz': 0.0014497061823656177}, '(58,71)': {'cz': 0.0019835777056833592, 'rzz': 0.004272495922134051}, '(70,71)': {'cz': 0.001529811758255173, 'rzz': 0.0019980542449223038}, '(70,69)': {'cz': 0.001958550947825266, 'rzz': 0.002049438710874679}, '(71,72)': {'cz': 0.002829793401963626, 'rzz': 0.002623089381187549}, '(72,73)': {'cz': 0.0033722318977898458, 'rzz': 0.0022549662393378522}, '(60,61)': {'cz': 0.00828987428695846, 'rzz': 1.0}, '(61,62)': {'cz': 1.0, 'rzz': 1.0}, '(61,76)': {'cz': 0.0034554981396258677, 'rzz': 0.0020277179130147593}, '(62,63)': {'cz': 0.0024103922165648606, 'rzz': 0.00229610043977585}, '(63,64)': {'cz': 0.0024892329762440657, 'rzz': 0.0019013084125816537}, '(64,65)': {'cz': 0.004529228192570067, 'rzz': 0.002535073525435777}, '(65,66)': {'cz': 0.002848785260509107, 'rzz': 0.0027593750748205748}, '(65,77)': {'cz': 0.0030972655113762904, 'rzz': 0.002619691989271422}, '(66,67)': {'cz': 0.002092075315347691, 'rzz': 0.0045474827928151385}, '(77,85)': {'cz': 0.00305482297657228, 'rzz': 0.0027753924878339276}, '(67,68)': {'cz': 0.0034612224546395343, 'rzz': 0.003709169703802362}, '(68,69)': {'cz': 0.0034595216337842127, 'rzz': 0.0025585958704839595}, '(69,78)': {'cz': 0.002213087530206409, 'rzz': 0.0026301498876848406}, '(78,89)': {'cz': 0.09333946924313369, 'rzz': 0.0020354987391205948}, '(73,74)': {'cz': 0.0034138571844860854, 'rzz': 0.002381598835770632}, '(73,79)': {'cz': 0.0032619803628671507, 'rzz': 0.0022918797480661335}, '(74,75)': {'cz': 0.003397260007792169, 'rzz': 0.002120147846252224}, '(79,93)': {'cz': 0.0033872637104371273, 'rzz': 0.002562044906158606}, '(76,81)': {'cz': 0.004707144833310223, 'rzz': 0.003371371607813839}, '(80,81)': {'cz': 0.00516454393662813, 'rzz': 0.0031680711801706785}, '(81,82)': {'cz': 1.0, 'rzz': 0.1858529896831499}, '(82,83)': {'cz': 1.0, 'rzz': 1.0}, '(83,84)': {'cz': 0.007878407159482848, 'rzz': 0.00445691081755889}, '(83,96)': {'cz': 0.007722592530952699, 'rzz': 0.007126085590491632}, '(84,85)': {'cz': 0.0038286279523725153, 'rzz': 0.0029759604510969095}, '(85,86)': {'cz': 0.0022447420247295735, 'rzz': 0.0159022520187429}, '(96,103)': {'cz': 0.0024842952552999453, 'rzz': 0.002313770049457431}, '(86,87)': {'cz': 0.0016284047350278164, 'rzz': 0.019699825499413598}, '(87,88)': {'cz': 0.0015355496136166824, 'rzz': 0.0024734640911762695}, '(87,97)': {'cz': 0.002819839828929749, 'rzz': 0.0021696046983942785}, '(88,89)': {'cz': 0.05569884022941804, 'rzz': 0.0014227467253019321}, '(97,107)': {'cz': 0.002048867228186424, 'rzz': 0.001644674059850748}, '(89,90)': {'cz': 0.04733235650796991, 'rzz': 0.002270387336091667}, '(90,91)': {'cz': 0.0032397394377034205, 'rzz': 0.0030915286633439176}, '(91,92)': {'cz': 0.0019046232244924466, 'rzz': 0.0018703078191400213}, '(91,98)': {'cz': 0.001927025141888472, 'rzz': 0.0014952959048848136}, '(92,93)': {'cz': 0.003543031349777903, 'rzz': 0.0023972118772519757}, '(93,94)': {'cz': 0.0016638953120374778, 'rzz': 0.0015655713529851845}, '(94,95)': {'cz': 0.01179912114480458, 'rzz': 0.007358964681604574}, '(95,99)': {'cz': 0.10157512136027297, 'rzz': 1.0}, '(99,115)': {'cz': 0.003592074679333368, 'rzz': 0.00440472516132423}, '(98,111)': {'cz': 0.0024851348027691567, 'rzz': 0.0019926274841577107}, '(110,111)': {'cz': 0.0017157790284766383, 'rzz': 0.002261483641918721}, '(110,109)': {'cz': 0.0015429333109782117, 'rzz': 0.003060482770385814}, '(111,112)': {'cz': 0.0019170820686651158, 'rzz': 0.0015260738592279555}, '(112,113)': {'cz': 1.0, 'rzz': 1.0}, '(100,101)': {'cz': 0.0025253352232526283, 'rzz': 0.0027616447200263516}, '(101,102)': {'cz': 0.0027696201464802728, 'rzz': 0.004490194195543334}, '(101,116)': {'cz': 0.005261228798868062, 'rzz': 0.004210166848670899}, '(102,103)': {'cz': 0.002603620164162407, 'rzz': 0.00567764300067386}, '(103,104)': {'cz': 0.0019351886313254962, 'rzz': 0.004135630938959023}, '(104,105)': {'cz': 0.00245468967277368, 'rzz': 0.0015641899826251693}, '(105,117)': {'cz': 0.00529055938190881, 'rzz': 0.002592784689387978}, '(105,106)': {'cz': 0.002853426140274423, 'rzz': 0.0019577495120320365}, '(117,125)': {'cz': 0.003833956617526224, 'rzz': 0.002503495803287653}, '(125,124)': {'cz': 0.003929569079635209, 'rzz': 0.0032918583033653415}, '(125,126)': {'cz': 0.003109910221519574, 'rzz': 0.0027103529239360935}, '(106,107)': {'cz': 0.0024885333197608994, 'rzz': 0.0019311487106475067}, '(107,108)': {'cz': 0.0025599367748296853, 'rzz': 0.0024929953325747156}, '(108,109)': {'cz': 0.0028061917737773057, 'rzz': 0.0031889615663082127}, '(109,118)': {'cz': 0.002013330348806658, 'rzz': 0.004501594415412619}, '(113,114)': {'cz': 1.0, 'rzz': 1.0}, '(113,119)': {'cz': 1.0, 'rzz': 1.0}, '(114,115)': {'cz': 0.0022746635171290164, 'rzz': 0.003245013853956924}, '(119,133)': {'cz': 1.0, 'rzz': 1.0}, '(116,121)': {'cz': 0.003807418143758179, 'rzz': 0.00395397837892178}, '(120,121)': {'cz': 0.0023908872276994786, 'rzz': 0.002217895153695304}, '(121,122)': {'cz': 0.0038289118647312215, 'rzz': 0.002689369309146178}, '(122,123)': {'cz': 0.0019398779509294528, 'rzz': 0.0018911818569443684}, '(118,129)': {'cz': 0.0017322005532685314, 'rzz': 1.0}, '(129,130)': {'cz': 1.0, 'rzz': 1.0}, '(129,128)': {'cz': 0.0023534705932943267, 'rzz': 0.002314303242305138}, '(130,131)': {'cz': 1.0, 'rzz': 1.0}, '(123,124)': {'cz': 0.003576030398773411, 'rzz': 0.0022039147903863687}, '(123,136)': {'cz': 0.0023730496973093096, 'rzz': 0.0024834252728853368}, '(136,143)': {'cz': 0.004727028781983639, 'rzz': 0.0028337220075334846}, '(126,127)': {'cz': 0.0028317258589309058, 'rzz': 0.004203956412053261}, '(127,128)': {'cz': 0.0019390258905937485, 'rzz': 0.0030120073650325985}, '(127,137)': {'cz': 0.00362310237535593, 'rzz': 0.00308923016352336}, '(137,147)': {'cz': 0.00406830457245716, 'rzz': 0.0018614009880151272}, '(131,138)': {'cz': 0.002335778831528579, 'rzz': 0.0022015367195974134}, '(131,132)': {'cz': 0.001695344241852803, 'rzz': 0.0021852061310840276}, '(138,151)': {'cz': 0.002881964503346629, 'rzz': 0.0027874058325515205}, '(151,152)': {'cz': 0.02531795552434407, 'rzz': 0.026412367546077092}, '(151,150)': {'cz': 0.0034303286863817672, 'rzz': 0.0035414920920947557}, '(152,153)': {'cz': 0.0030332811451221353, 'rzz': 0.002493518076452733}, '(132,133)': {'cz': 0.0020529472473625188, 'rzz': 0.00128453612283283}, '(133,134)': {'cz': 0.00307475834981355, 'rzz': 0.003328622818570104}, '(134,135)': {'cz': 0.001412234678706159, 'rzz': 0.0020169952154190096}, '(135,139)': {'cz': 0.0010425097935919392, 'rzz': 0.0012732328481401822}, '(139,155)': {'cz': 0.0031924490401710748, 'rzz': 0.0012716632745817247}, '(153,154)': {'cz': 0.0018949549490527018, 'rzz': 0.0017124501035017947}, '(154,155)': {'cz': 0.003332042603459373, 'rzz': 0.0019033852899170978}, '(140,141)': {'cz': 0.0036142633822394965, 'rzz': 0.002834238449559462}, '(141,142)': {'cz': 0.0015354952623100604, 'rzz': 0.0014798214993893277}, '(142,143)': {'cz': 0.03967160955668028, 'rzz': 0.03509109059238388}, '(143,144)': {'cz': 0.006117448245931162, 'rzz': 0.013065547742276862}, '(144,145)': {'cz': 0.0031247471653594316, 'rzz': 0.017311576051673744}, '(145,146)': {'cz': 0.004822173736872604, 'rzz': 0.0038012522457494258}, '(146,147)': {'cz': 0.0024283539406740884, 'rzz': 0.001920284959221058}, '(147,148)': {'cz': 0.0025502440096206447, 'rzz': 0.00179449561916592}, '(148,149)': {'cz': 0.0016119904406677599, 'rzz': 0.0015936908569090247}, '(149,150)': {'cz': 0.003226460446073637, 'rzz': 0.001652617929448874}}, 'gate_count': {'measure': 156, 'x': 83, 'barrier': 1}}]}})\n", "\n", "The associated PubResult of this job has the following DataBins:\n", - " DataBin(evs=-0.0135, stds=0.9999088708477388)\n", + " DataBin(evs=-0.004, stds=0.9999919999679997)\n", "\n", "And this DataBin has attributes: dict_keys(['evs', 'stds'])\n", "The expectation values measured from this PUB are: \n", - "-0.0135\n" + "-0.004\n" ] } ], @@ -548,7 +547,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts for the meas output register: {'11111111111111111111111111111111111': 775, '11111111111111111111101111111111111': 87, '11111111111111111101111111111111111': 53, '11111111111111111111111110111111111': 49, '11111111111111111111111111111111011': 45, '11111111111111111111111111111110111': 42, '11111111111110111111111111111111111': 39, '11111111111111111111111111101111111': 34, '11111111111111111111111111111111110': 27, '11111111111111111111111111110111111': 23, '11111111111111111111111111111111101': 23, '11111111111111111111111101111111111': 22, '11111111101111111111111111111111111': 22, '01111111111111111111111111111111111': 19, '11111111111111111111111110101111111': 19, '11111111111111111111111111111011111': 18, '11111111111111111011111111111111111': 15, '11111111111111111111111011111111111': 15, '11111111111111111111111111111101111': 14, '11111111111111111111111111111111100': 12, '00000000000000000000000001111111111': 11, '11111111111111111111110111111111111': 11, '11111110111111111111111111111111111': 11, '11111111111111111110111111111111111': 11, '00000000000000000000011111111111111': 10, '10111111111111111111111111111111111': 9, '11111111111111111111111111011111111': 8, '01011111111111111111111111111111111': 8, '11111111111110011111111111111111111': 8, '11111111111111111111111001111111111': 7, '00011111111111111111111111111111111': 6, '11111111111111111111111111111111010': 6, '00001011011111111111111111111111111': 6, '11111111111111111111101111111111011': 6, '00000000000000000000000000001111111': 5, '11111111111111111111111000111111111': 5, '11111111111111111111111101101111111': 5, '11111111111111111111111010111111111': 5, '11111111111111111111111010101111111': 5, '00001111111111111111111111111111111': 5, '11111111111111111111111000101111111': 5, '11111111111111111111011111111110111': 5, '11111111111111111111101111111111110': 5, '00000000000000000000010111111111111': 5, '11111111110111111111111111111111111': 5, '00000000011111111111111111111111111': 5, '00000000000000000000000000000110011': 4, '00000000000000001011111111111111111': 4, '11111111111111111111011111111111111': 4, '11111111111111111111101110101111111': 4, '00000000000000000000111111111111111': 4, '00000000000000011011111111111111111': 4, '11111111111111101111111111111111111': 4, '11111111111011111111111101111111111': 4, '11111111111111111111011111110111111': 4, '11111111111110111111111111111111011': 4, '00000000000000000000000000000111111': 4, '11110111111111111111111111101111111': 4, '11111111111011101111111111111111111': 4, '11111111111111111111111111111011011': 4, '11111111111111111111010111111111111': 4, '11111111111110111111111111101111111': 4, '00000000000000001001111111111111111': 4, '11111111111111111101101111111111111': 4, '11111111111111111111111111110111011': 3, '00000000000000000000110111111111111': 3, '00000000000000000000000111111111111': 3, '11111111111111111111111100001111111': 3, '11111111111111111111101111111111101': 3, '00000000000011111111111111111111111': 3, '11111111011111111111111111111011111': 3, '11111111111111111111101111111110111': 3, '00000000000000000000000111001111111': 3, '11111111111111111111111110100111111': 3, '00000000000000000011111111111111111': 3, '00000000000000001111111111111111111': 3, '00000000001111111111111111111111111': 3, '00001011111111111111111111111111111': 3, '11110111111111101111111111111111111': 3, '00000000000000011111111111111111111': 3, '11111111111011111111111111111111111': 3, '00000000000000000000000000000001011': 3, '11111111111111001111111111111111111': 3, '00000000000011101111111111111111111': 3, '11101111111111111111101111111111111': 3, '00000000000000000000010000000111111': 3, '00000000000001111111111111111110111': 3, '11111111111111111111111111110111110': 3, '11111101111111111111111110101111111': 3, '11111111111011111111111111111111110': 3, '11111111110111111111111111111011111': 3, '11111111111110111111111111110111111': 3, '11111111111111111111111110111111011': 2, '11111111111111111111111011101111111': 2, '11111111111111111111110111111111011': 2, '11110111111111111111111101111111111': 2, '11111101111111111111111111111111011': 2, '11111111101111111111111111111110111': 2, '11111101111011111111111111111111111': 2, '11110111111111111111011111111111111': 2, '11111111111111111010111111111111111': 2, '11111111111111111111111110001111111': 2, '11111111111111111111111111111110011': 2, '11111111111111111111111110011111111': 2, '11111111111111111111111111011111011': 2, '11111111111111111111111111101111011': 2, '11101111111111111111111111111110111': 2, '11111111111111111111111011111111110': 2, '11111111111110111101111111111111111': 2, '11111111011111111111110101111111111': 2, '00000000000001111111111111111111111': 2, '11111111111110111111111111111110111': 2, '11111111011111111111111100111111111': 2, '11111111111111111111111101110011111': 2, '11111111111111111101111000111111111': 2, '01111111111111111111111101111111111': 2, '11111111111111111111111011011111111': 2, '11111111111011111111101101111111111': 2, '00000000000000000000100111111111111': 2, '11111111111111111111101100111111111': 2, '11101111111111111111111111111111011': 2, '00000000000000000000000110101111111': 2, '00000000000000111111111111111111111': 2, '11111111111111111111101010111111111': 2, '11111111110011101111111111111111111': 2, '11111111111111111101111110111111111': 2, '11111111111111111011111101101111111': 2, '11111111111111111111111111010111111': 2, '00000011111111111111101111111111111': 2, '00000000000000000000000000000000011': 2, '00000000000000001111111110101111111': 2, '11111111111111111101111111111111011': 2, '11111111111110111111101111111111111': 2, '11111111111111111111111101111110111': 2, '11111111111110001011111111111111111': 2, '00000000000000000000000111111111011': 2, '00001000000001101111111111111111111': 2, '11111111111111111111111101111111110': 2, '11110011111111111111111111111111101': 2, '00001011011111111111111110111111111': 2, '11111111111111111111111011111110111': 2, '00000000000000111011111111111111111': 2, '11111111101111111101111000101111111': 2, '01000000000000001011111111111111111': 2, '11111111111110111111111100111111111': 2, '11111111111111111111111010110111111': 2, '11111111111110111110101111011111111': 2, '11111111111111111111011000100111111': 2, '11111111111011111110101111011111111': 2, '11111111110010001111111111111111111': 2, '11111111111111111111111111111110001': 2, '11111111111110111111111100101111111': 2, '11110111111111101111111111011111111': 2, '11110111111111111111111011111111111': 2, '11111111111111111111111100001110111': 2, '00000000000000000011111111111111011': 2, '00000000010000000000000111111111111': 2, '00100000000000000000000000000100011': 2, '00000000000000001001111111111110111': 2, '00000000000001000000000001111111111': 2, '11111111101111111111111000111111111': 2, '11111111111111111101111111111111100': 2, '10111111111111111111101111111111011': 2, '00000000000000001001101111111111111': 2, '11111111111111111111101111111101101': 2, '11110111111111111111011110111111111': 2, '00000000000000000000000000000100011': 2, '11111111111111111111110111111110011': 2, '11111111111110111111111110111111111': 2, '00000000000000000000000110101111011': 2, '11111111111110111111111000111111111': 2, '11111111101111111111111111111110011': 2, '00000000000000001111111111011111111': 2, '00000000000000000001011111111111111': 2, '11111111111111111111111100100111111': 2, '11111111111111111111101111101111110': 2, '11111111111111111111111101011111110': 2, '11111111111011111101111111111111011': 2, '00000000000000001011111111111101111': 2, '00011111111111111111111111111111101': 2, '00011111111111111111111111111111011': 2, '01111111111111111111111110101111111': 2, '11111111111111111011111111111111011': 2, '11111101111111110111111111111111111': 2, '11111111111110001111111111111111111': 2, '11111111111111111111110111111011011': 2, '11111111111101101111111111111111111': 2, '10111111111111111111111111111111110': 2, '11111111101111111111111110101111111': 2, '00000000000000000000011111111111011': 2, '00000000000000001000010111111111111': 2, '11111111111111111111111110111111100': 2, '00000000000000000000111101111111111': 2, '11111111111111111111111100111111111': 2, '01010111111111111111111111111111111': 2, '11111111101111111111111111111111110': 2, '11111111110111111111111111011111111': 1, '11111110111111111111111111110111111': 1, '00111111111111111111111111111111111': 1, '11111111111111111111110111111111110': 1, '11111111011110011111111111111111111': 1, '00001011011111111111111101111111111': 1, '11111111111111111111111111100111111': 1, '11111111011101111111111111111111111': 1, '11111111111111111111111111111110110': 1, '10111111111111111111111111111111101': 1, '11111111111101111011111111111111111': 1, '00000000000000000000000001011111111': 1, '11111101111111111111111111111111101': 1, '11111111111111111111011110101111111': 1, '00011111111111111111111101111111111': 1, '11111111110111111111101111111111111': 1, '11111111111111111111111111101111110': 1, '11111111111111111111110111111110111': 1, '11111101011111111111111111111111111': 1, '11111111111011011111111111111111111': 1, '11111111111111111111111111101110111': 1, '11111111111111111111111100101111111': 1, '11111111111101111111111111111111101': 1, '11111111101111011111111111111111111': 1, '11111111111111101111101111111111111': 1, '11111111111110111111110111111111111': 1, '11111111111111111111110111111011111': 1, '11111111111111111111110011111111111': 1, '11111111111111111111011011111111111': 1, '11111111111111111111110111011111111': 1, '10111111111011111111111111111111111': 1, '11111110111111110111111111111111111': 1, '11111111111111101111011111111111111': 1, '11111111111111111011111111111111110': 1, '11111111111111111110111011111111111': 1, '11111111101110111111111111111111111': 1, '11111111111011111111111111111101111': 1, '11111110011111111111111111111111111': 1, '11111111111111111111111111111101011': 1, '11111111111111111111111101111111101': 1, '11111111111111111011111111111110111': 1, '11111101111111111101111111111111111': 1, '11111111101111111111111011111111111': 1, '11111111111111111111111111111011110': 1, '01111111111111111111111111111111011': 1, '11111111111011111111110111111111111': 1, '11111111111111101111111101011111111': 1, '11111111011111111111011111111111111': 1, '11111111011111111110111101111111111': 1, '11111011011111111111111101111111111': 1, '11111111111110111111011111111111111': 1, '11111111101111111111111101111101111': 1, '11111111011111111111111111111100111': 1, '11111111111111111110111110111111111': 1, '11011111111111111111101111011111111': 1, '11110111111011111111111110111111111': 1, '11110111011111111111111111110111111': 1, '11111111111111101101111111011111111': 1, '11111111111111011101111101111111111': 1, '11111111111011111111101110111111111': 1, '11111111111111111111101110111101111': 1, '11111111111011111101111111111101111': 1, '11111111011111111111111111111111111': 1, '11110111111111110110111111111111111': 1, '11111111111111011111111111011011111': 1, '11011111111111011111111111111111111': 1, '11111111111110111111111111011111101': 1, '11111111111111111111101111111011111': 1, '11110111111111111111111111111010111': 1, '11111111111111010111011111111111111': 1, '11111111111111111111111111011101110': 1, '11111111111111011111111111101101111': 1, '01111111011111111111111110111111111': 1, '11111111001111111111101111111111111': 1, '11111101111111111111110101111111111': 1, '11111111111011111111111110111111101': 1, '11111111111111101111111011111101111': 1, '00000000000000000000000000000100111': 1, '11111111111011110111111111111011111': 1, '11111111111110100111111111111111111': 1, '01111111111111110111111110111111111': 1, '11110111111111110111111111111111100': 1, '11111011111111111111111110111111111': 1, '11111111111111111111101111101101111': 1, '11111111111111111111111111111001101': 1, '11111111100011111111111111111111111': 1, '11111111101111111111101111111101111': 1, '11111111111111101110111111111111101': 1, '11111111111111111111111001001111111': 1, '11111111111111111111011111011101111': 1, '11111111111111111001111111111101111': 1, '11111111011111111111111110101011111': 1, '11111111111111111101111011110111111': 1, '11111111111011111111111111111010111': 1, '00000000000000000000000010111111111': 1, '00000000000000000000000001000101111': 1, '11111111011110111111111101101111111': 1, '11111111111111111011111011111111101': 1, '11111111111111111111111110111110101': 1, '11111111010011111111111111111111111': 1, '11111111111111110111110111110111111': 1, '00000000000101111111111101111111111': 1, '11111111111111111111100111011111111': 1, '11111111111110110111111101111111111': 1, '11111111111111110110111111111111100': 1, '11111111111111111111101111001111111': 1, '11011111110011111111111111111111111': 1, '00000000000000000000000000000100000': 1, '00000000000000000000010101011111111': 1, '11111111111111110111111111110111111': 1, '11111111111111101111110111111111101': 1, '11111111111111011111101101111111011': 1, '11111111111111111110111111011110111': 1, '11111011111111110111111111111111110': 1, '11111111111111111111111001011101111': 1, '00000000000001101111111101111111111': 1, '11111111111111101011111111101111111': 1, '11111111111110011111111101101111111': 1, '01011111011111111111111110111111111': 1, '00000000000000001000000101111111111': 1, '11111111101111111111011110111111111': 1, '11111111111111111101111111110101111': 1, '11111111111111111111111001101101111': 1, '11111111111111111110111111111010111': 1, '11111111111011111110111111111111111': 1, '11111110111111111111111111011110111': 1, '11111011101111111111101111111111111': 1, '01111111111111011111101111111111111': 1, '11111111101011111111111111101111111': 1, '00000000000000011011111101111111011': 1, '11111111111011101111111001111111111': 1, '00000000000000000000110011011111111': 1, '00000000000000000000011001111111111': 1, '11111111111111111111111110101100111': 1, '11011111111011111111111111111111101': 1, '11111111111111011011111110111111111': 1, '11011111111110011111111111111011111': 1, '11111110111111011111111111101111111': 1, '11111111111101110111111110101111111': 1, '11111111111111111111111111110001111': 1, '01111111111111110111101101101111111': 1, '00000000000000001011111100111111111': 1, '11111111110011110111111111111111111': 1, '11111111011111111111111110101110111': 1, '11111111111111111001111111111110111': 1, '11111101110111111111111101111111111': 1, '11111111111111111100111111110111111': 1, '11011111111111111101111010111111111': 1, '00001000000000000000011111111111101': 1, '11111110111111111111111110111111101': 1, '11111111101111111111111111111111001': 1, '00000011111111111111111111111110111': 1, '11111111111011111111111101111011011': 1, '11111111111111111111111001111011011': 1, '00000000000000000000010000000001011': 1, '11111111101111111111111111110011111': 1, '00000000000000000001111111011111111': 1, '11111111111101111101011111111111111': 1, '11101101111111111111111101111111111': 1, '11111110111111111111111101111011111': 1, '00001011011111111111111110101111111': 1, '11111111111111111111111110111010111': 1, '00000000000000000000010101101111111': 1, '11111111111111101111111000101111011': 1, '11101111111111111011111111111111101': 1, '00000000000000000000100110001111111': 1, '11111111111111111111011111111111011': 1, '11111011111110111111111101111111111': 1, '11111111111110011111111111111101011': 1, '11111101111111101111111111110111111': 1, '01111111111111111111110111111011111': 1, '11111110011111101111111111011111111': 1, '11111111101111111111101101111111111': 1, '00000000001111111111111111111100111': 1, '00100000000000000000000101111111111': 1, '01111111111111111111111111011111101': 1, '01111111111110111111111111111111101': 1, '01111111111111111111110111101111111': 1, '11111111111111101111111101101110111': 1, '11111111111110101111111100110111111': 1, '11011111111111111111110101111111101': 1, '00000000100000000000000101001111111': 1, '11111111111011111111111110111101101': 1, '11111101111111111101111101111111110': 1, '11111111111111111111111111110110101': 1, '00000000000001000000010111111101111': 1, '00001000000011111111111111111101111': 1, '11111111111110111111101110101101111': 1, '00000000000000011001111111111101111': 1, '11111111011110111111111110111110111': 1, '11111111111111111111111111101100011': 1, '00000000111111101111111111111111111': 1, '00000000000000000000000101111111110': 1, '11110111111110101111011111111111111': 1, '11111111101111111111111101111111011': 1, '11111111101111111111111111111101101': 1, '00000000000000000000000011101111111': 1, '11111111111111110111111111011101111': 1, '11111111111110011101111101111111111': 1, '00001011111111111111101111111011111': 1, '11111111111111111111111111001110011': 1, '00000000000000000000000001001001111': 1, '10111111111111111110111100111111111': 1, '00000000000000000001111101011111111': 1, '00000000000000000010010101111111111': 1, '00000000000000001010110111111111111': 1, '00000000000000000000010010000001111': 1, '11111111111111111111111110100110011': 1, '00001000000000001001110111111111111': 1, '11111111111110111011111111011111111': 1, '00001011100000000000000000000001000': 1, '00000000000000000000000000000001000': 1, '00000000000000000100000111011111111': 1, '00000000000000000000000100000101111': 1, '11111111111111111110101100101111111': 1, '11111111111111111111110111001110110': 1, '11111101011110111111110111111111111': 1, '11111111111111111111101111110011111': 1, '11111111110001111111110111111111111': 1, '11111111111111111111100101101111111': 1, '11111111111111111111110101101111011': 1, '00000000111111111101111111111111111': 1, '10111111111111111111111001011111111': 1, '11111111011111011111101111110111111': 1, '11111111111110101111111111111111101': 1, '00000000000000000100000111111111110': 1, '00000000000000000000000110010110011': 1, '11111111011111111011101111111111111': 1, '11111100000011111111111111111111111': 1, '11111001011111111111111111111111011': 1, '01111111001111110111111111111111111': 1, '11111101111111111111111001101111111': 1, '11111111111111101110111011111111111': 1, '00000000000001101111111111101111111': 1, '00010000000000001001111110101111111': 1, '11111111101111011111101111111101111': 1, '00000000000000001011110110111111111': 1, '01111100111111111111111111111111111': 1, '11111111110111011111111111101111111': 1, '11111110111011111101111111111111111': 1, '10111111111111111111111110001111110': 1, '01101111111111111111111011111111111': 1, '11111111111111111111111001101001011': 1, '10111111111111111111101000000111111': 1, '00111111111100011111111111111111111': 1, '10101111111111111111111101111101111': 1, '00010000000000000000000000000100111': 1, '01111111111111111110111111111110111': 1, '11111110111011111111111111111111011': 1, '01111111111111111111111001011111111': 1, '00000000000000000000010001110111111': 1, '00000000100000000000000110001111111': 1, '00000000000000000000010111010111111': 1, '11111111111101111111111111001111111': 1, '10111111111111111011101111111111111': 1, '11111110111011111111111111111110111': 1, '11110111111110111011111111111111111': 1, '11111111111111111111111110110011111': 1, '00000000100000111111111101111111111': 1, '00000000000000000000000011110111111': 1, '00000000000000000010000001111111011': 1, '11101111111011111011111111111111111': 1, '11111011111111111111111011001111111': 1, '00000001000000000000011110111111111': 1, '10111111111111111110111011111111111': 1, '00000000000001001111111111011111111': 1, '11111111101111111111111101111111101': 1, '11111101111110110111111111101111111': 1, '11111111111111101111111111011111110': 1, '01011110111111111111111111111011111': 1, '00000010000000001011111111111110111': 1, '10000000000000000000000000000101111': 1, '11111111111111111111011111001111111': 1, '00000001000001101111111111111111111': 1, '11111111101110011111111111111011111': 1, '11111111110010111101111111111111111': 1, '11011011111111111111111111101111111': 1, '01111111111110011011111111111111111': 1, '00000000000010000000001111111111111': 1, '00000001111111111111111111111111111': 1, '00000001000000001111111111101111111': 1, '00000000000000000000010000000010011': 1, '11111111111101111111111100111111111': 1, '11111101111011111111111011111111011': 1, '11111110111010111111111111111111111': 1, '00000000000000000000000100100101111': 1, '00000000000000000000000111100111011': 1, '00000011011011111111111111111111111': 1, '00000000001011101111111111111111111': 1, '01011111111111111111111110001111111': 1, '10000000000000000000000000000000000': 1, '11111111101111011101111111111111111': 1, '10000000000001101011111111111111111': 1, '11111111111111111111101110100110011': 1, '00000000000000000100010111111111101': 1, '10001011011111111111111110101111111': 1, '11111110111111111111111000101111011': 1, '00000100000001100000000010111111111': 1, '00100000000000000010111111111111111': 1, '11111111101111111111111011001111111': 1, '00000000000001101111110111111111111': 1, '11111110011111111111111111111110011': 1, '11111111110111111111111110110111111': 1, '11111111111110111111111100010111111': 1, '00011110111111111111110100100111111': 1, '00001000000000000000000010000001101': 1, '00000000011111111101111001111111111': 1, '00000000000010000001111111111111011': 1, '01111111100000011101101111111111011': 1, '11110100111101111111111111111111111': 1, '11111111111110100100010110101111111': 1, '01010000011011111111111111111011110': 1, '11100111111101110111101111111111111': 1, '00000000000000101111101111111111101': 1, '11111111011111111011111111011011111': 1, '00000000000000000100010000000100011': 1, '11110111111111111111111110111110001': 1, '00000000010001111111111111111101111': 1, '11111111111011111111111011011101001': 1, '00000000000100000000000000110111111': 1, '00000000100000000011111111011111111': 1, '11110101110011111111111111111111111': 1, '00000010000000000000100000011111110': 1, '11111100111111111101111000101111011': 1, '00000000000100000000100010101111111': 1, '00001011100000000000000000000100011': 1, '10111111111111110111111111011111001': 1, '11101011111011111111111111111111111': 1, '00000000011111011111111111111101111': 1, '00000001100000000000010001001101111': 1, '11111111101111101101110111111111111': 1, '01111111111111110111111110001111011': 1, '11111111111111111111011011111110110': 1, '00000000000001111111111101111111100': 1, '11111111111111011111111101100110000': 1, '11111111111111110101000000101111111': 1, '00001011110001000010110111011111111': 1, '11111110111111111111011111111111101': 1, '11111101011011111111111100100101000': 1, '11111111111111101101111110001001111': 1, '11111111111111110110000001101011111': 1, '11111111011111110100011000011111111': 1, '00000000000000111111111111111010100': 1, '11111111011011111111110001111111111': 1, '01010111111111111111111001101111111': 1, '00000001000010100000000000000001111': 1, '00000000000001111111111010001111111': 1, '11110100000001000000010100000111111': 1, '11111111111111111111110010000100111': 1, '01111101111010111101101000001111111': 1, '11111100010000100011111111101111110': 1, '11111101111111111111110101111101110': 1, '11100100000000001011111111111111111': 1, '11111101011111111111101111111011011': 1, '11111111011111101111101111101011110': 1, '00000000000000000000001000001100011': 1, '00000000000000000001001000000101101': 1, '11111111011111111101111111101110100': 1, '00011111111011111111111110111101110': 1, '00000010001011111111111101101101110': 1, '11111110111111111111101111111111010': 1, '11110111111111111110111001111111111': 1, '00001001011111101111111111111111101': 1, '00000000001001100000010000001111011': 1, '00000000100000000000000001111110111': 1, '00011101111110111110111111111111111': 1, '00000000000001100011111110111111111': 1, '00000000000010101011111111111111111': 1, '11111111110001110000010000000010011': 1, '00000000000001001000110111111111111': 1, '11111101111010111111011111111111111': 1, '11111111111111110010110111111111111': 1, '00001111111111111111111101101111111': 1, '00000000000000000000000101000000000': 1, '11110111111111011110111100111011111': 1, '00000101011111111111111111111111111': 1, '00000000011111101101011111111111111': 1, '00000000000010001000111101111111111': 1, '01011111111001111111110111110111111': 1, '10100000000111111111111111111111111': 1, '00010000100000000001000011111111111': 1, '00000000000000000001000011011110111': 1, '00000001100000000000110111111111111': 1, '11101100000001111111111111111111111': 1, '10101011011111111111111001011111111': 1, '01011011100000000000000100000111111': 1, '11111111111101101111111101111011111': 1, '11111111111101111110111111111110111': 1, '00111111111011111011111111111101111': 1, '11111111101110100111111110101111111': 1, '11111111000000001111111111111110111': 1, '00000000000010100000000111010111100': 1, '00000011001111111101111111111111011': 1, '01011110111110111111111101101111111': 1, '11101111111111111111111111011100011': 1, '11100000000000000001010000001110101': 1, '11111111111100000000000000101111111': 1, '11110111101111111111101111101111111': 1, '11111111111010101111111111011111111': 1, '11010111111110110111101100011111111': 1, '11111111111111101111110110101111011': 1, '00000000000001000010011011010000111': 1, '00000000000001000000000111001111101': 1, '00000000000010000000000001010111111': 1, '11111111111011011111111101111111110': 1, '11111101111011111001111110111111111': 1, '11111111111110011111111111010111111': 1, '00000000000000001000110101001111111': 1, '00000000000010111111111111111111101': 1, '01000000111101111111111110110111111': 1, '11111111111110001111111110111011110': 1, '11111111111111100101110110111111110': 1, '11111111011101110110111111110111111': 1, '11111100011111100000010111110111111': 1, '11111111111111000000000000000100010': 1, '00000011000000011011111001111111111': 1, '10000000000000000000000111111110110': 1, '11111110101101101111101111111110110': 1, '00000000000000100000110000000111111': 1, '01111111111111111111111101110101111': 1, '10111111010111111101101011111111111': 1, '11111111111111111111101011111011011': 1, '11111111111100011111110110011111111': 1, '11111111011111101101111111111110111': 1, '11111111111011110000001111111101111': 1, '11111111111110011011111101011110111': 1, '01111111111111011111011111111111011': 1, '01000000000000000000010111011001011': 1, '00000000000000000000110111001111111': 1, '11110111111011111111011101101111111': 1, '11111110111111111111111111111010011': 1, '11111111111111111111111101110000011': 1, '00000011000000001000100000100011111': 1, '11110100000000001001111111111110111': 1, '11111111101111110111111110111011110': 1, '00000000000000010010011111111101101': 1, '00000000000000001001100111101111111': 1, '00000000000000001011101111111111001': 1, '00000011100011111111111111111111111': 1, '11111100111111001110111111111111111': 1, '11111111111110101111101111111011011': 1, '11111111100000000000000110011111111': 1, '00000000000000001001111011001111111': 1, '11111111111110011111111000110111111': 1, '00001011011111111110101000100111111': 1, '11111111110000001011111011101111111': 1, '00000000000000100000010000000000111': 1, '00000000010011010011110111111111111': 1, '11111111110011111111111110111111110': 1, '11111011111111111101111111111111101': 1, '00000000000100001011110111111111011': 1, '11111100111110111111111100101111111': 1, '11111111111111111111100011111111011': 1, '10111011011101111111111111111111111': 1, '01000000010000100000000001101110111': 1, '11111100010001000000000010010000000': 1, '00000000000000000000010111111011011': 1, '00000000001011101111111010101111111': 1, '00100001100000000010111101111111101': 1, '00001011011111111011101111111111111': 1, '00100000000010101111111111111111111': 1, '00001011011111111111111110111010011': 1, '00000000000000001000000010111011011': 1, '11111111111111001111111111111011001': 1, '11111110111110011001111111111111111': 1, '00000011100001000000000100000100010': 1, '01011011111111110111111111111111111': 1, '00001011011111110111101111111111111': 1, '00000000000000000010010000100011011': 1, '00000000000000000000110111111101101': 1, '11110100111111011111011111111110110': 1, '11111100101111111111101110101111111': 1, '11111111100000000000010000101111111': 1, '11111111111111110110111111111110110': 1, '11111011111011110110011111111000111': 1, '00001011011111111111010100111011111': 1, '10001001100000000000010100000111011': 1, '11111111011111111111111000111011011': 1, '00001011011011111111111000000001000': 1, '00000000000000000000010000101000111': 1, '00000011100001011101111111111101111': 1, '11111111111111000000000111111111111': 1, '00001011011111111111111110101101011': 1, '00000000111111111110111111111101110': 1, '11111111101110100100000000101111111': 1, '00000000000011101101111110100111011': 1, '11110111111110111111111101111101010': 1, '10100000000001101000110111111111111': 1, '00000000000000000000000111010100111': 1, '11111111111111011000011111111111111': 1, '11111111111110110100001110101111111': 1, '00000000000000100100001111111111111': 1, '00000010000000000011110111111011011': 1, '01111111100010111111110111111111111': 1, '11111111100011111111111111110111011': 1, '11111100111111111111111000111110111': 1, '00000000100000000000000000001001011': 1, '00000000000000001000001101110111110': 1, '11111111111111111111101011100111011': 1, '00000000000000111111111111101110111': 1, '10100000000000001000001111001011111': 1, '11111111110110011111111111011100111': 1, '00000000000000100001000011011111111': 1, '00000000000001000000000000101101111': 1, '11111111111111111111101111101011011': 1, '00000000100100011011111111111111111': 1, '00000000100000010000000000000000000': 1, '00000100000000000000000001111110111': 1, '11110111111111011101111111011111111': 1, '00000000000101000000000010000110010': 1, '11111111101011111111111101111110000': 1, '01000000000000111111111111110111011': 1, '00000000000100000010000000010001111': 1, '01011101111111111111101111111111111': 1, '00011111111111111111111110101111011': 1, '11110111111110111111011011110111111': 1, '00000000010000000000000010011011011': 1, '00000000000000000111110111110111011': 1, '00000011000100000000000000000110011': 1, '00000000000001000010010100011111111': 1, '11111111111110011101111111111010111': 1, '11111111110001101111110011011111111': 1, '11111111111110111111110100111110111': 1, '00000100000000000000110011111111111': 1, '00001000000010010000000000000111111': 1, '00001011010110111111101101101111111': 1, '00000000000000000100000000011101111': 1, '11011100111111101111111101110111111': 1, '00001011101111111111110011111111011': 1, '11111101111111111111111010111011110': 1, '00000000010001011111111111111111101': 1, '11111100101111111111111111110111011': 1, '01011111101111111111111111111101111': 1, '00000000000000010010000111011111111': 1, '00000000000000000000100110100111111': 1, '10000000000001100000010000000111111': 1, '11111111111111011111100100011111111': 1, '10000010000000000000100111111111111': 1, '00001011000001111111111111011111111': 1, '11001111111101111111101111111111111': 1, '11111111111111111111101000110101111': 1, '11111111111111111111110100001111000': 1, '00000000000000100000010000000101011': 1, '11111111111101000100000000000000011': 1, '00000000000110000100000010000000000': 1, '01111111111111110111111111101101111': 1, '00001111111111111111111111111100011': 1, '11110111011111101111101111011010111': 1, '11111111111111111111010111110011111': 1, '00000000011111110101111101101111111': 1, '11111101111111111110010000001111111': 1, '11110111111110011111101111111111111': 1, '11111110101110111111111010101111111': 1, '11010110111111111111111111110111011': 1, '11111101100000000000111001101111111': 1, '00001000110000001111111111111111111': 1, '11111111101111111111110111111001011': 1, '11111111111011111111110101101111111': 1, '00000011111110110111101111110111111': 1, '11111111111110110111111101101110111': 1, '00000000010000011011111111111011011': 1, '11111111111011111100101111111111111': 1, '01111111011111111110011110101111111': 1, '11111111111011101111011110101011111': 1, '10100000000001010100010000000000000': 1, '00000000000000101001111111111111101': 1, '00001011100010000000010000001101111': 1, '10111111111111111111111101111001011': 1, '11111110111111010111111111011111111': 1, '00000010000000000010111011111111001': 1, '00001111111100111111111100100111111': 1, '00011111111111111111111111101110101': 1, '00000000000000000000000110001011101': 1, '00000000000000000000010101111010011': 1, '11111111111111101111111101110111111': 1, '10111111111011101101111111111111111': 1, '00000010000000000000001011001011101': 1, '00001111111111111111101101111111111': 1, '11111111111011101100100001111111111': 1, '01000010000000001111101111011111111': 1, '11110111011111111111111110001011111': 1, '10100000000000011011111101111111111': 1, '00000000011000001111011101111111111': 1, '11111111101011111011111001111111111': 1, '00000000000010011011101000101111111': 1, '00000000010011111111111011111111111': 1, '00111111011111111111111101111111111': 1, '00001000000001101001001111111111111': 1, '00011111011111111111111111110110011': 1, '00001011100000000000000000001010111': 1, '11110100111111111111101111110111111': 1, '00000000000000011011001111111111111': 1, '00000000000000001001011010111111111': 1, '11110111111110111110111100011111111': 1, '10000000010000000000011111110111111': 1, '00000000011110111011101111001111111': 1, '10111111101111111111111111111111011': 1, '11011101111111111111111110111111110': 1, '00000000000000000000010101001111011': 1, '11111101111111111111101011001111111': 1, '11110111111111101011111110111111100': 1, '00000000000000011011101111111010001': 1, '11111111111011111111001000111111110': 1, '00000001000000000001101111111011001': 1, '11111111111011111111111111110010011': 1, '11111111110111001111111011101111111': 1, '11110111011110111101111100101111110': 1, '10101111111111111111111111011010111': 1, '00000000000000000000001111111110101': 1, '01011111111111010101111111111111011': 1, '00000000100000000000000000000001101': 1, '11111111111011111111111110000000000': 1, '11111101111110111111111110111111101': 1, '00000000011111110111111101111111111': 1, '00011111111011111111111111111110111': 1, '10111111111111110111101111111111110': 1, '11111111111111111111111000000110011': 1, '11111111111111101111111111111101100': 1, '11111111111011111111111101111011110': 1, '00000001101111111111111111011111111': 1, '11110111101111101111111100100111111': 1, '11111111111111011110011101111111111': 1, '00001000000000111111111110101100011': 1, '00000011000000000000000001000110011': 1, '11100000100001111111101110101111111': 1, '11111111101111111011111111001111111': 1, '00000000000000011000111111101111111': 1, '11011111111111011011111111111111110': 1, '11111111111110001111110001111110111': 1, '01101111100001001011111111111111111': 1, '00000000011000000000000000000000111': 1, '01011111110111111111101011011111111': 1, '11111111011111110111111111101101111': 1, '00000000011101111101111111111111111': 1, '11111111111011111111111111010111000': 1, '00010000000000000001111110111111111': 1, '11111111111111111111101001111010000': 1, '00100000000000000000000000001110011': 1, '11111011111110111111111111010100000': 1, '11111111101110111111111110010111111': 1, '00010100011011111011111111111111111': 1, '01001111100011111111111111111111111': 1, '11111111111111111111110000001011011': 1, '00000000000001100000110111111111011': 1, '11111111000010001111111111111011111': 1, '00000000000000001000111011111111111': 1, '11110111111111110101101111111110111': 1, '00000111011111111111011111111111110': 1, '00000000000000001010001101010111111': 1, '00000011000000011011111111111111110': 1, '11111101111110111111111011110111110': 1, '11101101111110111011101111101111011': 1, '11101110111111111111111010110111111': 1, '00001101100001001111111000101111011': 1, '11111111011111111110000100000011100': 1, '11111111000011111111111111110111111': 1, '01000000000000001111110100111000011': 1, '00000000000001001111111111111111101': 1, '00000000000001000000100001011111111': 1, '10100000000001001001111111111111111': 1, '11101011111111111110100110101111011': 1, '11110100000000000000001111111111111': 1, '11111111111111101101101111111110111': 1, '11111111111100111111110111110110110': 1, '00000000000001111010111110111111111': 1, '01011111111111111111111100101111111': 1, '01111111011011111111110111111111111': 1, '00000000001111111111111011111111110': 1, '00000000000000000000000000010110001': 1, '00000000000001000001000010000110010': 1, '10001010011111110111110111111111101': 1, '00011111111111101011111111111111111': 1, '00000011000000001000111111111110111': 1, '01011111110000011111111111111010111': 1, '10111111011110111111011111111111111': 1, '00010000000000000000000000011011111': 1, '11011111111111111111110101101111111': 1, '01111110111111111111101111111111110': 1, '11101111111110101111111111111101011': 1, '11001111101110111111110110111111111': 1, '11111111011110011111011111110001101': 1, '00000000011111111111111111110001010': 1, '11111100011111111101101111111111111': 1, '11111111111111111100000101010001101': 1, '10100000000000100000000001111111111': 1, '11111011110111111111101111111110111': 1, '11110011111110001111111111101111111': 1, '10000001000000011101111111111111111': 1, '11111111111010111111101111111010111': 1, '00000010000001001111111100001111111': 1, '00000000000000010000000010001111111': 1, '01000000000000000010000010101111111': 1, '00000010000000000000000111101111011': 1, '00000001000100011111101111111111010': 1, '11011110111111111111100111101111111': 1, '00000000000000111101110011111111111': 1, '11111111111011111111111110101101111': 1, '00000000000001001111101111111101111': 1, '11111111101110001001111111111111011': 1, '00000000010000000100000101010111110': 1, '00000000000000100000000100011011111': 1, '11110111111010111101111111100111111': 1, '11110100111111111010101111111110110': 1, '00000001000000000000000000000001111': 1, '11111111111111111111101110111001011': 1, '00001011100000100010001000000100101': 1, '00001010011111111111111111111111110': 1, '11111111111111111111100111111011101': 1, '00000000000001101000000001111011101': 1, '00000010000000010000001000000000011': 1, '00011111011101111111111111111111111': 1, '11111111111100111111110011111111111': 1, '10000000000000000001101111111111111': 1, '00000000000001010101110100111111111': 1, '10100000111111111111111011110101101': 1, '11110111111111110111111111111001011': 1, '11111111111111110100001111010111111': 1, '11111011111101011111011101101111101': 1, '11111111011111111001011110111111111': 1, '11111111111111000000000001000100011': 1, '11111111111110111111001011010111011': 1, '00011111111110111111111111101110111': 1, '11111111111111111111111010111100111': 1, '11111111111011111110111101111101111': 1, '10000000000000000000001000001111011': 1, '10000000000000000000100100111111111': 1, '00000011000001111111111111111111111': 1, '00100000000000000000000010000011011': 1, '11111111011111111011111000101111111': 1, '11111111011101111111111110101111100': 1, '00000000000000110100100111011111111': 1, '01111111111011111111111100100111111': 1, '00001001000001111111101101011111111': 1, '00000000000001100000000000100001001': 1, '11111111011111011011111111111111111': 1, '00001011011110011111111111111110111': 1, '11100000000000011011111111111111011': 1, '00000000111111111101101111111111110': 1, '00001000000000001011111010111111101': 1, '00000000000001010000000000001111111': 1, '11111111111110011111101111111101111': 1, '00000000010000000001111111001011011': 1, '11111011111101111111111111111110111': 1, '00001011011011111111110111111100110': 1, '00001011011011111111111111111101011': 1, '11100000000000001011110111111111111': 1, '00000000000000010000000010000101111': 1, '11111111111010011111111100101111111': 1, '11111111110011111111111110101111111': 1, '00010000000000000000011111011111111': 1, '00000010000000111111011000001111111': 1, '00010011111110010100000111100101011': 1, '00000011111111111111111000101111111': 1, '01111111111111110110101011111111111': 1, '00000000000000011111111111111110011': 1, '00000010000000100000000000000111111': 1, '11011111111110111111111101101111011': 1, '01111011111101111111111110111111111': 1, '00000000000000000010111101111110111': 1, '11100000000000100000010111010000100': 1, '11111111111110011011111111111111001': 1, '00000011110011111101001111111011110': 1, '00010111111011111111111111101111101': 1, '00000000000001010001111110111111111': 1, '00000000000011011011111111011111110': 1, '00000000000000100100000100000100101': 1, '11110111111111110111111111111110111': 1, '10111111111111111111111011111010010': 1, '11011101011011111110111110101111111': 1, '00000000000000100010111110101111111': 1, '10000000000000001000010101011010111': 1, '00000000000101111111111000001111111': 1, '11111110111111111111111100011111111': 1, '00001001111110111100011110111011011': 1, '11111101111111110101000101101111111': 1, '11110111111111111011111111110110111': 1, '11111111111100011111111011111111001': 1, '10111111111111111111111100111110111': 1, '11111101111111111101111011101111111': 1, '00000011101110011111111111111111011': 1, '11111111111111111111101100111011011': 1, '00000000000001000001111111111111111': 1, '01011111111111011111111110111101111': 1, '11110111111111110111110111101111110': 1, '01111111111110011110011101111110111': 1, '00000000000000000000000111111010011': 1, '00001011100000000010000001111110111': 1, '00001000010000011111111111011111111': 1, '01111111111111101111111101111111101': 1, '11111111111111011111111000111110111': 1, '01000000010000011011111111111111111': 1, '11111011111011101011011111111111111': 1, '11111111111111111101100111110011011': 1, '00000000000000010010111111111111111': 1, '11111111100001001111111111111111011': 1, '11111101101100000000000000000101110': 1, '00100000000111111111111100001111110': 1, '01000000000000010000000010000110001': 1, '01011111101111111111111111111111011': 1, '01001111111111111111111111101111011': 1, '11111111111011111011110111101111000': 1, '11111100101111111111111011111101111': 1, '11110111101111111110111110111111111': 1, '11111111111011111011111111111100011': 1, '11111111111011111111111011011011000': 1, '11111111111110111011111110100111101': 1, '11111111111111111100111101011111100': 1, '01011010111111111111111111111111111': 1, '11011011011111111111111111111111011': 1, '11111110111111111110100111111110011': 1, '00000001000000011111011111011100111': 1, '11111111111101111110111110001111111': 1, '11111111011110111011111111111111101': 1, '01001011001111111111111111111101111': 1, '00000000000000000000000000100110000': 1, '00000000000000110000000000100011111': 1, '11111111111111111111100000000101101': 1, '11111111111111110101111101111110111': 1, '01011111101111111111011101001111101': 1, '01001011001111111111111100111111111': 1, '00000000000000000000000100001111100': 1, '00000100000001100000000000000101111': 1, '11111111111111111111111101101011101': 1, '00000000000000000000000110000001100': 1, '01000010000000000000000000001010011': 1, '00011110111111111111111111001111111': 1, '00000100000010000100100111111111011': 1, '00010000000000000000110010111111010': 1, '00000011000000010000111111111111101': 1, '00000000100000011111111111111110111': 1, '00000000000010111011111111111011110': 1, '00000000000000000011111101111100111': 1, '11111111111111101111111000100101110': 1, '11111111111111111110111111101011100': 1, '01111111101111111111111111111111100': 1, '00000000000000010100000010111111111': 1, '01011111111111111111110111111101111': 1, '11111111101111111101000011111010011': 1, '01010000001000000011111111111011011': 1, '00000000000000000001000000000000100': 1, '00100000000100000000000000011111111': 1, '11111111111111111111101000011111111': 1, '11111111011111111111101111011111101': 1, '00000000000001100100000000111111111': 1, '00000000000000000010000000000110101': 1, '01101011101111111111111111111111111': 1, '00011111001011111111101111111110011': 1, '00000000000000100000000011111110111': 1, '00010000010000001010111111111111111': 1, '00000000000000010000100000001110110': 1, '11111111011111111111111111101101110': 1, '11100000000000000000000000001111111': 1, '00000000100000000000101010101011111': 1, '11111110011111111111101111101111111': 1, '00011011111111111111111100111101111': 1, '00000000000001111011111101011101111': 1, '11111111000000011011111111111011111': 1, '11111111111110111111111110111110001': 1, '10101000000000111011111111111111111': 1, '00111111111111111111011101111111111': 1, '00000000001110111111011110101111011': 1, '11100000000100010000010000000101111': 1, '01000000000100100000000000000111111': 1, '01111111111111011111111111101111010': 1, '11111111111100000000000100111111101': 1, '11111111111110010100110111111111110': 1, '11111111111101111011110111111111110': 1, '11110111111111111011110111011111111': 1, '11111111111011111111111111001111110': 1, '11111111110000111011011110111111111': 1, '10000000000000110000011110001111011': 1, '11111101111111100000000000101101111': 1, '00000000000000000000110011110111111': 1, '00000000000000101101010000100111111': 1, '11111111110000000000000000000110111': 1, '11111111010110110000100000000111111': 1, '00000000000100000000010101111111111': 1, '11111111111101111101111000011111111': 1, '01011101111111101111011101111111111': 1, '00000000001000000010000110010110011': 1, '11111101111110111111010000001111101': 1, '01111111111111111011111111110111110': 1, '11111011111111111011111111110111111': 1, '11111111111110010100011111111111111': 1, '00000000000000000000000011010000100': 1, '00000000010000001111111111111111101': 1, '00000100000000011101111101111111110': 1, '11111111110000000000000000000000010': 1, '00000000000100000000000010000110011': 1, '11110011111111110111111111101111110': 1, '00000000000100101000000010000000101': 1, '00000100001010111111111111111111110': 1, '10100000000000000000011111111111111': 1, '00011111101111111111011111111011101': 1, '00001011011111111110111111111110011': 1, '00001011100010000000000000000111100': 1, '11111111111110111111111000000101011': 1, '11111111101111111111111111010111011': 1, '00001000000000000000000110011011011': 1, '00001011100000000000000000000110111': 1, '00000000000000001000110111111011110': 1, '11111110111101111111111111011111111': 1, '11011111101110101111111000001111111': 1, '11111011110011111111011101111111111': 1, '10100000000000000000010111111111110': 1, '10011111011110111111111111111100010': 1, '11100111111111011111110111111111111': 1, '11101111111110111111111111111010011': 1, '01111011111110010001011111111111111': 1, '01111111111110011011011111011011111': 1, '11111111111110001111111110101111111': 1, '00000010000000011011111011111101111': 1, '00000000000000001001000110101111111': 1, '00000011111111111111110101111111111': 1, '00000000000000000000001101011111111': 1, '11111110111111111111111111100001000': 1, '11110111111111101110111110111111111': 1, '01000010011111111111111111111011111': 1, '10100000000000000000000110101111111': 1, '11011011111011111111111111111111111': 1, '11111111111100001011111110111111111': 1, '11111111111100000000000000000101110': 1, '00000000000000001000000110011111111': 1, '11111111111101111111101110001111111': 1, '00000100000001001111111111101111111': 1, '00000011111011111111111110001111111': 1, '11111111111010111111011000100111111': 1, '11011011111111111111101011111111111': 1, '01110111111110111111111111111111100': 1, '11110111100000111111111111111110011': 1, '11111111111011111111000000001100001': 1, '00000000000011101101111111111011100': 1, '11111100111110111111111001111111111': 1, '00001011011111111111111000111111111': 1, '00001111111111111110101111111111111': 1, '11101111111111111111111101010111111': 1, '00000000000000001011101111100001000': 1, '00000001000000000000011111101111011': 1, '00000000000000000000010111110010011': 1, '11111111111110111110111110111101011': 1, '00000000000000000000010011111011111': 1, '11111111111011110111111110110110111': 1, '11101111110010111101111111101111110': 1, '01111111111110111111011110101111100': 1, '01001000000000010000000000000001011': 1, '00000000000000100000000111110010000': 1, '11110000000000100000000110101111011': 1, '00000000000000001111111010111001111': 1, '00001000000110010000000101110111011': 1, '00001000000100000010111111111111111': 1, '00000011111111111111101111111101100': 1, '11111111111111111111111100110101111': 1, '11111111011100001011111111111111111': 1, '11111111111100111101011011111101101': 1, '00000011111111111111101111101111011': 1, '11111011011111110111111111111111011': 1, '11111111101110011111111101001111111': 1, '01111111111111111111111011001000000': 1, '00000000111110011001111111111111011': 1, '11111111111111110111110101101110110': 1, '00000000000000000100010101001111111': 1, '11111111111011111011111101110111110': 1, '11111111100111111101111011011111111': 1, '00010000001111111111111111011111111': 1, '11111111111111111101111000101011111': 1, '00000000101111111111111101101111101': 1, '00000000000000000010000000100111111': 1, '11111101110111011111111111111111011': 1, '00001000000010000000111111111111111': 1, '00001011011011111111111111110110111': 1, '11110100000100000001011111111111111': 1, '11111111111110111111101011001111100': 1, '11111101111111110100000000111111111': 1, '11100000000000001001111111111111111': 1, '00000000000000000000111001111110011': 1, '11111111000011111111111111111101111': 1, '11111111111011111111111101110110110': 1, '11111101111111111111111111010111011': 1, '00010001011111111111111111101111111': 1, '11110000000000100000000001111001100': 1, '11100100000000000000010111111101111': 1, '00000011000000101111110010111000011': 1, '10111100100110111111111111111111111': 1, '00000010000010000001111111111110111': 1, '11111111100011001111111110101001001': 1, '11111100111110010010111110101111011': 1, '11111111011110111101111110001101011': 1, '11110111101111110110100111111111111': 1, '11111011100000000000000000000000000': 1, '11111100001111111111111111111111111': 1, '11110111111111111111111110100011111': 1, '10110111111111011111111100101111111': 1, '00000000011111111111101110101111111': 1, '00000000001111111111111010111110111': 1, '00001000000000000000010000111101111': 1, '00000000000000000000111011001110110': 1, '11111111111011101010111111111111011': 1, '11111111111111101111111100011100011': 1, '10110111111111111011111111111111111': 1, '00000000000000100000000010001101011': 1, '00000000000001010000001101011011011': 1, '11111111111111111111111011101101110': 1, '11100000000001111111111111111111111': 1, '11100111110000001111110110111010111': 1, '11101111111111111011011111111111111': 1, '00000100000000101010000100110101111': 1, '11110111111111111101111101011111111': 1, '00000000100000000000110001111111101': 1, '11111111111101111101000000000000000': 1, '10111111111011111111110111101011111': 1, '11011111101110001111111101101111101': 1, '11111011111011111111111100100111011': 1, '11111111111111111111101101100011111': 1, '00000000100000001011101111111111111': 1, '00000100000000000000100000000001011': 1, '00000000011110001111111111101111110': 1, '01111101111110001011111111010101111': 1, '10111101111110111111110001101110111': 1, '11111011101111011111011110110111111': 1, '11111111101111111101110111011101111': 1, '11111111111101000000001000000101111': 1, '00000000000000100000101111111110111': 1, '01111111111111111111111111101011011': 1, '11111111111111011111111000100111111': 1, '11111111101111111111111100100110111': 1, '00000000000001000100000010000100111': 1, '11111111111111111111001111111011011': 1, '11111111111111110111110010001111111': 1, '00000000000000000001111000001111111': 1, '00000000000001000000000100010110011': 1, '11111111111111111011101001101111011': 1, '01001011111111111111111111111111110': 1, '00000000000001000100000000000111111': 1, '00000010000000000000000011111101011': 1, '00000011000001000010000010100100000': 1, '00000000000010000000000000000010101': 1, '00000000000000000000000010000111101': 1, '11111111111111111110110110011111111': 1, '00000011000000001111111111111111011': 1, '11111111111011111111111110111101011': 1, '00100000010000000000000000000110011': 1, '11111111101110111111101110111110111': 1, '11111111111011101111111101011111110': 1, '11111111100011101101101100001111111': 1, '00001001011111111111011111111111111': 1, '11111111111111101000000101010110011': 1, '11111111111111111111111101101111100': 1, '11111111111111111111010100101011111': 1, '10111111011101111111101111111111011': 1, '01001111111111111111101110111111111': 1, '11111111111001111011111101111111011': 1, '11111111110000001001111111111111111': 1, '00010000000000000000000101011111111': 1, '00001011111111111111011111010011111': 1, '11110111100000000000001110011101011': 1, '00000010000000000000001010011111111': 1, '11110111111111111111111111110110011': 1, '11111111111111111111111011101101011': 1, '01111111111111010101101111111111111': 1, '11111111110111110111011111110110011': 1, '00000000000010000000010111101111011': 1, '11101111111111111111111000111101111': 1, '01111111111011101101111111111011111': 1, '00000000100010010000000101011111111': 1, '00000000000000000000010000000000100': 1, '11111111111111111111111111011010001': 1, '11111111111111111111001000000111011': 1, '00000000000000000000000100000100001': 1, '00001011100000000000010111101111111': 1, '11111111111011111100110111111111111': 1, '01000000000000000000000110111011011': 1, '00000000000001111111111110111111011': 1, '11111101111101111101111111011111111': 1, '00011111011111111111101101111111111': 1, '11111100111110101111110111111111111': 1, '00100000000010001111011111110111101': 1, '11111011111111110111110100001111111': 1, '00000000000000000000000011000110010': 1, '10000000000000000000010000000110011': 1, '00000000000010011101111111111111111': 1, '01000000100000001100010111011111111': 1, '10010000000000000000000000111111111': 1, '00000000000000000000000001000111101': 1, '00000000000101011011111111111111111': 1, '10111011111111111111010111111111001': 1, '00000000000001110100000000000000011': 1, '11101111110001111111111101001100111': 1, '11111111111111111111111000100111100': 1, '00000000010111111111111111110011111': 1, '11111111100000000000000000000110011': 1, '01111111011111111111111110110110111': 1, '11111111110111111111110100001111111': 1, '11111111111111011111101011101111011': 1, '00000000000000111111011101101111111': 1, '00000000000000010001000000001100111': 1, '00000000000100001101111110101111111': 1, '11111111110011101101111111111111110': 1, '11111011110011111111101111111111111': 1, '11111111011111111011011111111110111': 1, '11111111111010001011111110111111111': 1, '00010000000000000000000011111111111': 1, '00001000111111111111111111111101011': 1, '11111100111011111111111111111101111': 1, '00111011111111111111111110111101111': 1, '00000000010111111111111111011110111': 1, '11111111111111110001111111111110011': 1, '11111101011101111111111111101000111': 1, '00000000011101111011111111011111011': 1, '10000000000010111111111111111111111': 1, '10110111111111101111111111101101101': 1, '11111111110111111110111111111000111': 1, '11111111111111111111111101111001110': 1, '00000010011111111111111111111101111': 1, '11101100111110111101111100111111111': 1, '01111101111111111111111111111110011': 1, '00000011000000000000101111011111111': 1, '01000011000000000010111111011111011': 1, '10011111111111111011111101111111110': 1, '00000000000000010100000000000001011': 1, '11110000000000000000001001000001111': 1, '00000000100001101111101101111111111': 1, '00001000000001100100110110101011011': 1, '00000010000000000000000010111011111': 1, '11111111111111101111111011100100110': 1, '11111111110011111011111111111110111': 1, '11111111101110111101111111111111101': 1, '00001011011111111111111000100100111': 1, '01110111101011111111110011111110111': 1, '00000000010000000001000010000101111': 1, '01110110101111110111111111111111111': 1, '11111100111010000000000110001111111': 1, '10000000010011011111111100101111010': 1, '00000000000000000000010011110111011': 1, '00000010000000011111111000001111111': 1, '11111111111111111111111001010101101': 1, '11101001000000011111101111111111111': 1, '00000011111011111111011101111111101': 1, '10100000000000000000000000000001111': 1, '11110111111110111111111101101101111': 1, '00000001000100011011111111111110111': 1, '11111110100000001011111011011111111': 1, '01001011011111111111101111111111111': 1, '00001010011111111111111001001111111': 1, '00000111111111111111111100101111111': 1, '00000000000000001110110011001110111': 1, '11111011111110111111111000101111111': 1, '11111111111011011111111101101110011': 1, '10111111110110011111011111111111110': 1, '00000000000000000000110101001110111': 1, '11111111111100000000010001001110011': 1, '00000001000000001000000101101111011': 1, '00000100000000001100000000000001100': 1, '00000010001100001001111111111111111': 1, '11100000000000000001111011111111111': 1, '11111111111111111111011011010111101': 1, '00000000000001101111111010111110000': 1, '00000010000000001111111000111111111': 1, '10000000000000011011111111011111101': 1, '11111111111111011110110111111101111': 1, '00000000000000100001010000000101111': 1, '11111011111111110111110101111111111': 1, '11111111111111101111101011110111111': 1, '00000000000000011010111111101111011': 1, '01011111111111111111101111110111111': 1, '00000000100000000000000111111101110': 1, '00000000000000010000000000000001111': 1, '00000000000000000000000000100001111': 1, '00000000001000000000000000000011011': 1, '11111111111110110011101111111111111': 1, '00000000010100001011001101010111111': 1, '11111111111111101111111001100110111': 1, '11111111111111101111101111111101011': 1, '00000000000000000010000001111110111': 1, '11111111111111111111101010111110110': 1, '00000000000000011001011111011101111': 1, '11000000000000000011111111111111111': 1, '00000000010000011111111111111010011': 1, '11111111111101110000001111111111111': 1, '01111111111111011111111000111100111': 1, '10100000000000000000000111010000000': 1, '11111110110000000111111111111111111': 1, '00100010000011111111111101111111011': 1, '00010000000100000000000111100111111': 1, '11111111111111111111111101100000001': 1, '00000010011111111111111101010111111': 1, '11111111111111111100000011011101111': 1, '00011111111111111011111110111111111': 1, '00000000010000000000000111001101111': 1, '11111111111111111111111011111000111': 1, '11101011011110011111110111111011111': 1, '11111111111111111011111000111101111': 1, '11111111111111100000000000000111111': 1, '00000000000000010101111000110111111': 1, '00001011011110011111001111111111111': 1, '00001011001111111111111111111111100': 1, '11111111111111111001011111111111100': 1, '00000000000000000000100101011101110': 1, '11111111110011111111001111011111011': 1, '00000000000001001101111111111111111': 1, '00000010010000010000011111111111110': 1, '11111111101111111101110111111111011': 1, '00000000001101101111101111111011111': 1, '11111111111010011111111111110111011': 1, '11111101111110011110101101111111111': 1, '00000000000001000000010000001111111': 1, '00000000000000001000000110001010110': 1, '11101111111111101111101000000111111': 1, '11111111111101101011111100101111111': 1, '00000000000000011111111010111111011': 1, '00001011100000011101111100001110110': 1, '00000011000000001001011111111110111': 1, '00011011011111111111111101111110000': 1, '00000000000000000101111111111110111': 1, '11111111111011111111010110101111101': 1, '00000000000001000000100011001111110': 1, '00000000000000000100010010111111111': 1, '11111111110011111111111111111110101': 1, '01111111011111011111111111111011111': 1, '11111111100001000000100000010110011': 1, '00000000000100100010111101111111100': 1, '11111111111110110100111110101111111': 1, '11110111111111101111111011001111101': 1, '11111110111111111101011011011111111': 1, '00000010110111111111101111111111111': 1, '00000000000001001100000011111111111': 1, '00000000000001100000000000001111111': 1, '11111111101011100111111001111110111': 1, '11110111111111111101111100110111111': 1, '11111100000000000000000000000100011': 1, '00000000000001001111111000101111111': 1, '11111101101111111111111110101111110': 1, '11111111111111111111101101111110110': 1, '10000000000000010000010110101111111': 1, '11101111111111110101011111111111111': 1, '11110101011011111111111111111111111': 1, '01000011000000000000000100110111111': 1, '10111111111111101111111001101111011': 1, '00000000010000001000000000000000011': 1, '00000000000000000000000111110011011': 1, '11111111110010000000000111111011111': 1, '11111111111111110111101101110110011': 1, '11111110111111000010000111101011111': 1, '11011111111110110000010111111110111': 1, '00000000000000000011101111011111111': 1, '00100000000000000010101011010111111': 1, '00000000000000000010000010000101111': 1, '10001011001110111111111111111111111': 1, '11111111111111111111111111000111101': 1, '10100000000000000000111111111111110': 1, '00000100000001001011111110111111111': 1, '00001111111111111111011111111101111': 1, '10111111111111111111101110110110111': 1, '11111111111110010000000110111111111': 1, '11111111011111011111111100110101101': 1, '11111111111111111111111000111110011': 1, '11111111111111111111111101001101001': 1, '00000000000001111010111111111100111': 1, '00000000000000010001001011111001110': 1, '01111111111111111111111111011111010': 1, '00001111111111111111111110000111111': 1, '10101111111111111111111111110111011': 1, '00000000100000000000000011111111111': 1, '11111100000000001001110011111111111': 1, '01011111101110111111111111111111111': 1, '11111111111111111011111111111001011': 1, '00000000000001100000010000011111111': 1, '11111111111111111100000001010011011': 1, '01000000100000000100110111101111111': 1, '11111111111111101111101111100111111': 1, '00000000000000000000010011100100001': 1, '01011111111010111101111111111110110': 1, '11111111111010010000000000100000011': 1, '00000000101110011011111011111111111': 1, '01111111111111111011111011111111110': 1, '00000000000000000000001111111000111': 1, '00000000000000011111001001110110111': 1, '00000000010001000100010000000110010': 1, '11111110111111111110100110111111111': 1, '00001111111111111111111101111110111': 1, '00000011011110001111111111000111111': 1, '11111100000100000000000000000110011': 1, '11111111101100011111101110001111111': 1, '11111111110011111111111010100111111': 1, '11111111111111111111111001111111100': 1, '00000000000000000000011111001111110': 1, '00000000010000001011110110001011011': 1, '00000000000001010100001000000011011': 1, '01011111111010111111101000001101111': 1, '11111111011101111111111101101111111': 1, '00000000000000000010111010001110111': 1, '11101111011111111111111001011110111': 1, '11111110000000000000000000000110011': 1, '11110100001100000000000111111101011': 1, '10111111111111111100111111111111111': 1, '00000001001111111111100111101110011': 1, '00001000001111111111111101111111111': 1, '11110100011111111111111111111111111': 1, '00000000000000001011000100111111111': 1, '00000001000000000000111111111001011': 1, '00000000000000000001111111111111110': 1, '11111111100000001001111111110111111': 1, '11111111101100001001111111111111111': 1, '11111111001000001011010000000000000': 1, '11111011111111111101111111111110111': 1, '00001011111111111111111111110111011': 1, '00000000100000001010111110111111111': 1, '11111111111110110011000000000000000': 1, '00000010000000101001111111011111111': 1, '00000000000001000000001110101111111': 1, '00000100000000100000011111111111111': 1, '10011111111111111111111110101110111': 1, '10111100111111111111111111101110111': 1, '00000000000000100000010011111111110': 1, '00011111111111111101101110111111111': 1, '01111101111111111111011101111111111': 1, '11011100111111111111111111011111111': 1, '10110000000000000000000111111111100': 1, '00011110111011111111111111111111111': 1, '10000000001001001111111111011111111': 1, '00000000000000000100011000000000011': 1, '00000000000000000001000011110000011': 1, '00001000000001111011111111111111111': 1, '11101111111111111101011111111101111': 1, '00001011100011011111111111111110111': 1, '11111100000000011100000000000001011': 1, '11111101111110111111111010101111111': 1, '00001111111111101111111111111011111': 1, '11111111101101101111101111111111111': 1, '11111110111111111101101101111111101': 1, '00000000000000001010111111111101011': 1, '11111110111001111111111111111111111': 1, '11110111111110111011111000000000110': 1, '11111101111111111011111101011111111': 1, '11111111100000001011000001000110000': 1, '11111011111001111111111111011111111': 1, '00000000010000000000001111101011111': 1, '11111111111111111110110011011111011': 1, '00000000000100100000000001010000010': 1, '01111111011111111111101111101111111': 1, '00000000111111111111001111111111111': 1, '00000000000001000000000100000000011': 1, '11111111011111011011111111101101111': 1, '11101111111111111111011101011111111': 1, '00001011001111111111111111101111111': 1, '11111111000000000000010100010000011': 1, '00001011100000000000000011000001111': 1, '11111111111111111101001011101101111': 1, '00000000000011111111110111101111111': 1, '11111111111111111011110011110111111': 1, '00000000000001100000000111011011011': 1, '00000000000001001001111111111011110': 1, '11111111101110011011111111011111111': 1, '11011111111110111111111110101110111': 1, '11111111111111101011111101111111000': 1, '00001111011110111101101111111101111': 1, '11111111111010011011111111111101111': 1, '11111110111111111011111111111011011': 1, '01000000011111111111111110111110111': 1, '11100000011101111111111111111101111': 1, '00011111111111111111111110000110111': 1, '00000000000001101111111101111110011': 1, '11111111111111100111111101111101111': 1, '11111111111011111111111011101111110': 1, '11110111111111101111001010101010111': 1, '11111111101110111111110111111111100': 1, '00000000000001001000000010101111111': 1, '11111101110000001011000100011111111': 1, '10100000000000000011111001111111111': 1, '11011111111111111111111111001101011': 1, '00000000000000111111110111110010111': 1, '11011100111111111111111001011111011': 1, '11111111110010011111111101111111111': 1, '11101111101111111111011011111111111': 1, '11001111111111111011110111111111111': 1, '01010111101111111111111111111111101': 1, '11110110111110111111101111101111111': 1, '01111111000000010001010111111011100': 1, '11111111111011111101111010111111101': 1, '11111111101111111110100111111101111': 1, '11110111111111111111111111101101101': 1, '01000000101101101111111111111111111': 1, '00001011100000001011011101111111111': 1, '00011111101111111111101111111111010': 1, '00010111001111111111101111111111111': 1, '11111001111111111111111110011111101': 1, '00000100001100000000011000000010111': 1, '00000000000000010000000000000010101': 1, '00000000000000001011111010100101011': 1, '11111111111101111101101111110111111': 1, '11100000000000000010111000100111011': 1, '11111011111111111011101111101111111': 1, '11111111111111111111111110100000011': 1, '11101111111110001111101111111111111': 1, '00100000000101101111111011111111101': 1, '00000000000000000011010010101111111': 1, '00000011011111111111101111111111001': 1, '11110111111111111101101111111010111': 1, '11111111111101110111111001110011111': 1, '11111111110001000000010000010100011': 1, '00000000100000001011111111111111011': 1, '11111111011111111000111111111111110': 1, '01011111111111111111101100111111111': 1, '10111111011111111111111111101110111': 1, '01111111111111111011011111111011111': 1, '00000000000000101001111111111100111': 1, '11111110111111111111111011111111100': 1, '11101111111110111111110101111011000': 1, '11101110111111111111111110101010111': 1, '11100000000001000011001010011111111': 1, '00000000000000001011000000010110011': 1, '00000010000000001001111111110111111': 1, '11111101111111011111111111011111111': 1, '11111111111111110000001000001001111': 1, '01000000000011011111111110001111011': 1, '00000000101111111111111101111110111': 1, '00001011100000000000000011101111111': 1, '00000000000000001111111011111111101': 1, '00001011111111111101111111110111111': 1, '11110111111010111111110110001110111': 1, '11111001111111101111101101111111010': 1, '00000000000100000000000000011011111': 1, '00000000000000000000100000011111011': 1, '11111111111000000000000111010111111': 1, '00000000000100001100111101011111011': 1, '11111110111110111111110111111111101': 1, '11111110101111111111111100110111110': 1, '00001000000000000000101010101111111': 1, '10111111111110111101111111010111111': 1, '11111111111111111011111101111111100': 1, '11110111111111111111101100111111110': 1, '00000100000000011111111111111111011': 1, '00000000001110011111111111011111011': 1, '00000111000000100000000000000001110': 1, '10000000000011111111111111111111011': 1, '00011111111111111111110110001111111': 1, '00001000000000011000010000000000100': 1, '00000000000000000000000101010010011': 1, '11111101111111111111111011111011111': 1, '00001111111111100111111111111111011': 1, '11111111111111010100001010001111111': 1, '11111111111111111111001111101111101': 1, '11111111111111110110111111101110111': 1, '11111011100011111111110101111111111': 1, '11111101111111111111100110001111111': 1, '11111001111101111111111000111111101': 1, '11111011100011111111111111111111101': 1, '11111110111110111111101110101111111': 1, '00000000000001100000000010111111111': 1, '11111111111011111111111111010111011': 1, '11111101100011111111111111111111111': 1, '11111100111111111111110111011111111': 1, '11111111111111111101101110111110011': 1, '01011101111111111111111110001111111': 1, '11111111111111011111101101011111011': 1, '00000011011011111111111111011111111': 1, '00000000000000001011111110011111111': 1, '11111111111111111101111100011111111': 1, '00000000000000000000000111000111011': 1, '11010111111111111111111111011111111': 1, '00011111111110111101111111111111111': 1, '10101110111111111111111111111111111': 1, '11111111111111111101111001111111111': 1, '11111111011111111111101111011110111': 1, '11111111101110111111110111011111111': 1, '11111111111111111101011111001111111': 1, '11111111110111111111111001101111111': 1, '11111111111111111101101111110011111': 1, '11110111111111111101111111111111101': 1, '11111110111111111110111111011110111': 1, '11111111111111111110101111011111110': 1, '11111111101111111111101111011101111': 1, '00000000010111111111101111111111111': 1, '01111111011111111111111111111100111': 1, '00000000000000000000100000000100011': 1, '11111111110011111111111111110101111': 1, '11111111100010111101111111111111111': 1, '00000000110111111101111111111111111': 1, '11100111111111111111111111111111110': 1, '00000010000000000000000110111111111': 1, '11111101111111111111110111111110111': 1, '11111111111110111111111101111011011': 1, '11111111111111111111101110110111111': 1, '11111111111110111111111010111111110': 1, '00000000000000011111111110101111011': 1, '10111111111111111111111111011111011': 1, '10111111111111111111111111111110011': 1, '00000000000000000000000000001111010': 1, '11111111111111111111111100011110111': 1, '11110111111111111111111101100111111': 1, '00000000000000000000010000000011011': 1, '11111111111110011011111011111111111': 1, '11101111111111111111111101111101111': 1, '11110111111110111011111011111111111': 1, '11111111111111110111111011101111011': 1, '11111111111111011111110011111111110': 1, '11111111111111111111111011001110011': 1, '11110100111111111111111111111111011': 1, '01011111111111111111011111011111111': 1, '11111110111111111111111111111101011': 1, '11111111101111101111111110111111111': 1, '11111111111111001111111100111111111': 1, '00000000000001101111111100111111111': 1, '01011111111111111111111111111111100': 1, '11110111111111111011111111111111100': 1, '01000011111111111111111111111111111': 1, '11111111111111011111111111101001111': 1, '00000000000000100000000000000000000': 1, '00000000000000000000000000000111010': 1, '11111111111111111111101000000111111': 1, '01111111111100011111111111111111111': 1, '11111111111111111111111001100001011': 1, '01011111111111111011111111110111111': 1, '00000000000000000000000110110111111': 1, '11101111111111111101111111101111011': 1, '00100000000001101111111111111111111': 1, '11101111111111111111111110001111110': 1, '11110111111111111011111111110111110': 1, '01111111111110111111111100110111111': 1, '11111111111111111111011111111011010': 1, '11101111111111111111111101111111001': 1, '11110111111111111011111111111010111': 1, '00100000000000000000000111011111111': 1, '00000000000000000000001100001111111': 1, '11111111111110011001111101111111111': 1, '00000000000000011011111110101111011': 1, '11111110111111111111110111011111111': 1, '10111111111111111110111110111111111': 1, '00000000000011111111101101111111111': 1, '01111111111110111111111100111111111': 1, '11111111101110001111111111111111111': 1, '00000000011101111111111111111111011': 1, '00000000000000000000100111111111110': 1, '01111111101111110111111111111111111': 1, '11111111110001111111111111101111111': 1, '00000000000000000000000110000110011': 1, '00000000000001000000000111101111111': 1, '00000000111111111101111111101111111': 1, '11110111111111111111101101101111111': 1, '11111111111101101111111111111111011': 1, '00000000000000000000001000000110111': 1, '00000011111111111111111111101111111': 1, '00000000000010000000000000000000011': 1, '11110111111111111111111001111011011': 1, '11111111111111111111101111111110010': 1, '11111111100011111111111111111111101': 1, '11111100100011111111111111111111111': 1, '00000000000000000000010000000001001': 1, '11111111111111111111101111110011101': 1, '11111111111111111111101110111111001': 1, '11111111111111111111011111001111101': 1, '11111111111011111111111111110111001': 1, '11110111111110111111011111111111101': 1, '11111111111100001111111111111111011': 1, '01111111011110011111111111111111111': 1, '11111111111011111111111111011011111': 1, '00000011111111111111111011111111111': 1, '00000000000000100000000000000100111': 1, '11111011111011111111111111111101111': 1, '11111111111010111111111111111011011': 1, '11111111111111111111111101111111000': 1, '00000000000000000011111111111111100': 1, '11111111111111111111111110101110110': 1, '00000000000000000000000110001111110': 1, '11111111111011011111111111011111110': 1, '00000000000000000000011110111111110': 1, '11111111111110011111111101101111110': 1, '11111111111111111111111111001110110': 1, '11111111110001111111111111111111111': 1, '00000000000000001011101111111110111': 1, '00000000000000000000000000011110111': 1, '11111111111111111111111111110000111': 1, '00001011011111111111111110101110111': 1, '00001011100000000000000000000000000': 1, '11111111111111111111101111101100111': 1, '11110111111101111111111111111110111': 1, '11110111111011111111111110111110111': 1, '11101111011111111110111101111111111': 1, '11111110110101111111111111111111111': 1, '11111111111111111111001010101111111': 1, '00000000000000000000001010111111111': 1, '00000000000000001001111110101111111': 1, '00000000000000000000000010000001111': 1, '11110111111111111111110111111011111': 1, '00000000000000000000000001000001111': 1, '11111111111110011111101101101111111': 1, '11111111111011111101111011111111111': 1, '01111111111111111111101101111111111': 1, '00011111110111111111111111111111111': 1, '11111111111111111111111110110110101': 1, '11111111111110111111101110100110011': 1, '11111111111111101111101011111101111': 1, '00000000100000000000000000000100111': 1, '11111111111001011111111111111111111': 1, '11111111111111111101110111111111100': 1, '11111110101111111111111111111111110': 1, '00000000000000000000000001000011011': 1, '00011111111110111111111101111111111': 1, '11111101111111111111111111111110101': 1, '11111111111110111100111111110111111': 1, '00000000000000000000100011011111111': 1, '00000000000001001011111111111111111': 1, '11111111111111011111111110101111011': 1, '00000000001000011111111111111111111': 1, '11111111111111111110101111111111100': 1, '00000000000000000000010011011111111': 1, '11111111111111111110110111111110111': 1, '00010000000000111111111111111111111': 1, '11111111111110011111011111111110111': 1, '11111111111011111101111111111111101': 1, '00000000000001101011111111111111111': 1, '11111011111111111111111111101110111': 1, '00000000000001000000000111111111111': 1, '10000000000001111111111111111111111': 1, '11111111111011111111111101101101111': 1, '11111111111111011011111110101111111': 1, '11111101111111111111101111110111111': 1, '00000000000001000000000001101111111': 1, '00000000000001111101111111111111111': 1, '00000000000000000000000011111111011': 1, '00000000000000000000000010000100111': 1, '11111111111111111111111110101111010': 1, '00000000000000000000000111010111111': 1, '00000000000000000000000000010001011': 1, '11011110111111111111111111110111111': 1, '00000000100001111111011111111111111': 1, '11111111111111011111011111011011111': 1, '11111111111111111101111110001111111': 1, '11111111111011111111111111110101111': 1, '11111111111110111011111111111111110': 1, '01111111110111111111111111111011111': 1, '01000000000000111011111111111111111': 1, '11111111011111111101111111101111111': 1, '00000011111111111111011111111111111': 1, '00011111111111111111111111110111011': 1, '11111111101111111111111101111111100': 1, '11111111111111111111111101111111001': 1, '11111111111110111111001111111110111': 1, '10111111111111111111111111101111101': 1, '11111111111111111111110101111111101': 1, '11111111111011101111111101101111111': 1, '11111111011111111111111100110111111': 1, '11111111111111011111110111111111110': 1, '10111111111111111111101111111110111': 1, '11011111111111111111111111100111111': 1, '00000011111111111111101111110111111': 1, '11111111111011111101111111110111011': 1, '11111111110111111111111101111111110': 1, '11111111111111111101111111111011110': 1, '11111111001111111111111111101111111': 1, '11111101111110001111111111111111111': 1, '11111111111011101111110111111111101': 1, '11101111111111111111111111111011110': 1, '00000000000011101111110111111111111': 1, '00000011111111111111111111111111011': 1, '11011111111111111111111111111110110': 1, '11111011111110001111111111111111111': 1, '11111111111011111101101101111111111': 1, '01000000000000001011111111111111110': 1, '00000000000001000000010111111111111': 1, '00000000000000000000010001111111111': 1, '00011111111111111111101111111111011': 1, '01111111111111111111111111111110110': 1, '00001001011111111111111110111111111': 1, '11111101011110111111111111111111111': 1, '00011111101111111111111111111111101': 1, '11111111111111111111100111111110011': 1, '10111111111111111111111111111101101': 1, '11111111111111111111101111111111000': 1, '10111111111111111111111010101111111': 1, '01000000000000001011101111111111111': 1, '00000001001111111111111111111111111': 1, '00000000000000111110111111111111111': 1, '11111111111111111111110111001111111': 1, '11111111111110111111111110111111110': 1, '11111101111111111101111111111111110': 1, '00000000010000000000000000000001011': 1, '00000000000000000011111111111110111': 1, '11011111111110111111111100111111111': 1, '00000000000000000001011111101111111': 1, '11111110111111111111111011101111111': 1, '11111111111111011111101111110111111': 1, '01010111111111111111111111111111110': 1, '11111111111111111111111101001110111': 1, '11111110111111111111111101111011011': 1, '10110111111011111111111111111111111': 1, '00011111111111111110111111111111101': 1, '00000000001000000000000000001111111': 1, '11110111111111011111111011111111111': 1, '11110111101111111111111101111111111': 1, '11011111111111111111111101111111110': 1, '11111111011011111111111111111111011': 1, '01011111111011111111111111101111111': 1, '01110111111111111111111111111111111': 1, '11111111011100111111111111111111111': 1, '00000000000000000000000000001001111': 1, '01111111111111111111111100001111111': 1, '11111111111111111111111111111000011': 1, '11111111111111111111111110100001111': 1, '00000000000000011111110111111111111': 1, '11110111111101111111101111111111111': 1, '11111111111111111111111110000111011': 1, '11110111011111111111111111110111011': 1, '00000000000000000000000011001111011': 1, '11111111111111011111111111101001011': 1, '00000000000000000000111111111101011': 1, '01011111111111111111111110111111011': 1, '00000000000000000000000011001111111': 1, '11011111111111111111101010111111111': 1, '10111111111111111011111111111111110': 1, '00111111111111111111111110111111111': 1, '11111111111111111111111100001011011': 1, '01111111111111111111101101101111111': 1, '11111111111111100111111111111110111': 1, '00111111111111111110111111111111111': 1, '11110111111111111110011111111111111': 1, '00001011011110111111111110111111111': 1, '11110111111111101111111111111111110': 1, '11101111111111111101111110111111111': 1, '00000000000000000010010111111111111': 1, '11101111111111111111111110111011011': 1, '11111111111111111111111000101111001': 1, '11111111111011111111111111100111011': 1, '00000000000000000001110111111111111': 1, '11111111111011111001111111111110111': 1, '11111111111101111101111111111111011': 1, '11011111111011111111101111011111111': 1, '00011111110011111111111111111111111': 1, '11111111111110111111111101101011111': 1, '11111111101111111111011110111011111': 1, '11111111111111111101111011110011111': 1, '00000000000001111111111101111011111': 1, '11111111100011111111111111111011111': 1, '00001011011111111111111110101011111': 1, '11111111111111111111111110001111110': 1, '11111111111111111111111110100111110': 1, '11110111111101111111111011111111111': 1, '11111111111110111111111100110111111': 1, '11111111111101111101111110111111111': 1, '00000000000000000000000011001011111': 1, '00001011101111111111111111111111111': 1, '00000001000000011011111111111111111': 1, '11111111111111111011101010111111111': 1, '00000000000000000000100110111111111': 1, '00000000000001111111111111101111111': 1, '11111111111111111111101110111110011': 1, '11111111111111111101111111101111011': 1, '11111110111111111111101111111110111': 1, '01111111111111111111111111111011110': 1, '00010000000000001001111111111111111': 1, '11110111110111111111111111101111111': 1, '00000011111111111111111111111110011': 1, '11111111101111101111111111111110011': 1, '11111111011111111111101111111110011': 1, '00000000010000000000010111111111111': 1, '00000000000000001001111111101111111': 1, '11111111111011111101111111111111110': 1, '00000000000000000000000000000000000': 1, '00000000000000001111101111111111111': 1, '11111111110111111111111101101111111': 1, '01000000000000000000000000000111111': 1, '11110011111111111111111111111111011': 1, '11111111101110101111111111111111111': 1, '00000000000010000000010111111111111': 1, '11110111111110111111111101111111111': 1, '11111111011011111111111111111111100': 1, '11111111111111111111101101101111111': 1, '11111111111111111011111111111110001': 1, '11111111111100111111101111111111111': 1, '11111111111101111011111110111111111': 1, '11111111111101111111111101111110111': 1, '11111111111111111111111110011111101': 1, '11111111110111111111111111111110011': 1, '11111111111101101111111111011111111': 1, '00000000000000111111111110111111111': 1, '11101111111111111111101111110111111': 1, '00000010000000000000000000000001011': 1, '01111111111111111111111110100111111': 1, '10111111011111111111111111111011111': 1, '11111111111111111011111001111111111': 1, '11111111111110111110111111110111111': 1, '11111111101111111111111111111101110': 1, '00000000000000000000110111111110111': 1, '11111001111111111111111111111111011': 1, '11111111101110111111101111111111111': 1, '00000000000000001011110111111111111': 1, '11111101111101111111111111111111011': 1, '00000000000000011011111111110111111': 1, '11111111111111101111100111111111111': 1, '11110111111011111111111111011111111': 1, '00000000000000000000000111111110111': 1, '00000000000000111011011111111111111': 1, '11111111010111111111101111111111111': 1, '11111111111111111111111000101111110': 1, '11111111110111101111101111111111111': 1, '00010000000000011011111111111111111': 1, '00000000001110111111111111111111111': 1, '11101011111111111111111111111110111': 1, '11111111111111011111111110011111111': 1, '01111111111111111111111000111111111': 1, '00000010000000000000000111111111111': 1, '11101111111111111111111011101111111': 1, '11111111111111111101101111101111111': 1, '11111111011011111111111111111111101': 1, '00000010000011111111111111111111111': 1, '11111111111011011111111111011111111': 1, '11111111111111111111110111111110110': 1, '00010000000000000000000000000110011': 1, '00000011111111111111111111111111111': 1, '10001011011111111111111111111111111': 1, '00000000000100000000000000000001011': 1, '00001011011111111101111111111111111': 1, '11110111111111111111011111111111110': 1, '11111100111111111111111111111111011': 1, '00000000000000000011111110111111111': 1, '11111111111111111111000111111111111': 1, '11101111111111111111110111111110111': 1, '11111101111111111111111111111011101': 1, '11111111111111111111111101011111100': 1, '00000000000000001111111110101111011': 1, '11111111101111111111011111110111111': 1, '00000000010000000000000000001111111': 1, '11111111111110001111111111111111011': 1, '00000000000000000000100111011111111': 1, '11111111111011111111110111111101111': 1, '00011111111111111111111111111111110': 1, '00000000000000000000000000000110111': 1, '11111111111111111111110000111111111': 1, '00000000011111111111101111111111111': 1, '11111111111111111101100111111111111': 1, '11110111111110111111011111111111111': 1, '11111111111111111111101110111110111': 1, '00000000000000000000000000011111111': 1, '11111111011111111111111011111110111': 1, '00000000001111111111111111111110111': 1, '11111111111111101111011111111011111': 1, '00000000000000000000000010101111111': 1, '11111111111111111111010111101111111': 1, '11111111111111101111111111011111011': 1, '11111111101111111111111101101111111': 1, '01011111111111111111111111101111111': 1, '00000000000000000100010111111111111': 1, '11111111011111101111111111111111101': 1, '11111101111111111111111101101111111': 1, '00001011011111111111111110111111011': 1, '11111111010011101111111111111111111': 1, '11111111111110111111111100111111101': 1, '11111111111111111111110000101111111': 1, '00000000000000011111111110111111111': 1, '00000000000000001001110111111111111': 1, '11111111111011111111110111111111101': 1, '00000000000000000000110110111111111': 1, '11111111111111111110101111111111110': 1, '11111110011111111111111111011111111': 1, '11111111111111011111111011101111111': 1, '01011111111111111111111111111111110': 1, '00011111101111111111111111111111111': 1, '11111111110111111111111111111010111': 1, '11111111111111110111111111101111011': 1, '11111111111110111111101111110111111': 1, '11111111111111111111111100001111011': 1, '00000000000000000001000000000110011': 1, '00000000000000000000000111111111110': 1, '11111111011111111101111111111011111': 1, '11111111111110111111101110111111111': 1, '00000010000000000000111111111111111': 1, '11110111111111111111101111011111111': 1, '00000010000000000000000000000110011': 1, '00000000000000001111111111101111111': 1, '11101111111011101111111111111111111': 1, '11111111111110111111111111101111110': 1, '11111111101111111111111111111110110': 1, '11101111111110111111111111101111111': 1, '00000000000000000000000001000001011': 1, '00000000001111111111111110111111111': 1, '11111101111011111101111111111111111': 1, '00000000000011111111111110111111111': 1, '00000000000001111111111111011111111': 1, '11111110011111111111111111111011111': 1, '11110111111111111101111000111111111': 1, '11111011111110111111111111111111011': 1, '00000000000000000000010111101111111': 1, '11111111111111111111011101111111101': 1, '00000000000000001010111111111111111': 1, '11111111011111111111011111111111101': 1, '11111111011011111111101101111111111': 1, '11110111111111111011101111111111111': 1, '00001011011111111111111111111110111': 1, '00000000000000000001011111111111011': 1, '11111111111111111111111100111111101': 1, '11111111111110111111111011110111111': 1, '00000000000000000000101111111111111': 1, '00000000000000000011111111111011011': 1, '11111111111111001111111111111111101': 1, '11111111111111111101111101101111111': 1, '11111111111111111110111010101111111': 1, '11111111111110111111110111011111111': 1, '11111110111110011111111111111111111': 1, '00000000000000000000001111111111011': 1, '00000000100000111011111111111111111': 1, '11111111111111111111111100000111111': 1, '00011111111111111110111111111111111': 1, '11111111111110111111001111111111111': 1, '11111111101010111111111111111111111': 1, '00000000000000001011111111111110111': 1, '01011111111111111111111111111110111': 1, '00000000100000000000000111111111011': 1, '11111111111111111111011011101111111': 1, '11111111111110111111101110101111111': 1, '00000000100000000000000000000000011': 1, '00001011011110111111111111111111111': 1, '00001011111111111111111011111111111': 1, '00000000000000000010011111111111111': 1, '11111111101111111111111000101111111': 1, '00000000000000000011111111111111101': 1, '00000000100001111111111111111111111': 1, '00000000000000000000000110111111111': 1, '11111111011110111111101111111111111': 1, '11111111111111111011101111111011111': 1, '00000000000000000000100111111011111': 1, '11111111111011111111011011111111111': 1, '10111111111111111111111110101111111': 1, '00000011111111111111101111111011111': 1, '11111111111110111111011110111111111': 1, '11111111111111111111111111111100011': 1, '11111111111111111111011111100111111': 1, '01111111111111111111101111111111011': 1, '11111111111111011111111111101111011': 1, '11111111111111111111011011111111011': 1, '11111111111111111111111110100101111': 1, '11011111111111111111010111111111111': 1, '11111111111111111111011110110111111': 1, '11111111111111111111111100001111101': 1, '11110111111111111111011111011111111': 1, '11101111111111111111111110111111011': 1, '11111111111111110111111111011111011': 1, '11111111111110101111111110111111111': 1, '11110111111111111111111110001111111': 1, '11111111111111111101111101111111101': 1, '11111111111111111111111111100111011': 1, '10111111110111111111111111111111111': 1, '11110111111111111111111111111111011': 1, '11101111111110111111101111111111111': 1, '11111111111110111111111110111110111': 1, '00011111111110111111111111111111111': 1, '11111111111111111111111011101110111': 1, '11111111111111111110111111111111010': 1, '11111111111111101111111110100111111': 1, '11111111111111111101101110111111111': 1, '00000000011111111111111110111111111': 1, '11001111111111111111111111111111111': 1, '00000000000000000000000001111111110': 1, '00100000000000011111111111111111111': 1, '11111111111111111011101111111110111': 1, '00000000000000001011011111111111111': 1, '11111111011111111111111111111110011': 1, '11111111111101111111111000111111111': 1, '00000000000000000000000001110111111': 1, '11111111101111111111111011111110111': 1, '11111111110111111111101111111011111': 1, '00000000000011111111111111011111111': 1, '11111111111111111101111111011111011': 1, '11111111111111111111111000101111101': 1, '11111111101111011111111101111111111': 1, '00100000000000000011111111111111111': 1, '11111111111111111101101011111111111': 1, '00000000011111111111111111111111011': 1, '11111101111111111111111111111111001': 1, '11111111101111111111111111111111010': 1, '11111111111110111111111001111111111': 1, '00000000000000100000110111111111111': 1, '00000000000000000000110111111011111': 1, '00000000000000000000000100001111111': 1, '11111111111111011111111101101111111': 1, '11111111111011111111111011111111011': 1, '11110111111111111111111111110111110': 1, '11111111111111111011111111111110011': 1, '11111111111011111111111110011111111': 1, '00001000000011111111111111111111111': 1, '11111011111111111111111100111111111': 1, '11110111111111111111111101111111101': 1, '11111111111111111111111011101011111': 1, '11111111101111111111111101111111110': 1, '11111111111110011111110111111111111': 1, '11110111111111111111111100001111111': 1, '11111111101111111111011111111110111': 1, '11111111111111111111111000101111011': 1, '00000000000010000000011111111111111': 1, '11111111111110101111111101111111111': 1, '00000000000000000000010111111111101': 1, '11111111111111101111111111101111111': 1, '11111111111111111111111110000111111': 1, '11111111011111111111111110111111011': 1, '00000000011111111111111111111111101': 1, '11111111111111111111010111111111101': 1, '11111111111111111111111111101110011': 1, '11111111111111111111001111111110111': 1, '11111111111111110111111111111111110': 1, '00000000000000000000000000001111011': 1, '00000000000000011011111111111111011': 1, '11111111111111111111111011011111110': 1, '11111111111110111111111101111101111': 1, '11111111111111111011111101111110111': 1, '11111111111111011111111001111111111': 1, '00000000000000111111111101111111111': 1, '11111110110111111111111111111111111': 1, '00000000000000100000000000000110011': 1, '00000000000000000000111111111101111': 1, '00000000000000001001111111011111111': 1, '00000000000000001011111110111111111': 1, '11101111111111111111011111111110111': 1, '11110111111111111111111011111111011': 1, '01111111111011111111111101111111111': 1, '11111111111110011111111111111110111': 1, '00000000000001111111111101111111111': 1, '11111111111111111111111111111110010': 1, '00000000000000000000000001101111111': 1, '11111111011111111111101111111110111': 1, '00000000000000000000000111011111111': 1, '00001000000000000000000000000110011': 1, '11111111111110111111111111111111001': 1, '11111111111011111111111111111101110': 1, '11111111111111111111101110111111011': 1, '00000000000000000000000110001111111': 1, '00000000100000001111111111111111111': 1, '11111111111111110111111111111111101': 1, '11111111111011111111111101111110111': 1, '00000000000001101111111111111111111': 1, '11110111111111111111111111111101011': 1, '11111111111011111111111111111110011': 1, '11111111111111111111111101100111111': 1, '00000000000000011011111111111011111': 1, '01011111111111111111111110111111111': 1, '11111111111111111111111011001111111': 1, '11111111111110111111111111111111100': 1, '11111111111110110111111111101111111': 1, '01011111111111111011111111111111111': 1, '11111111111111111111011111110101111': 1, '11111111111011111111111111110111110': 1, '00000000000000000000001111111111111': 1, '11110111111111111111101111111011111': 1, '11111111111111111101111110101111111': 1, '00000000011111111111111111011111111': 1, '00000000000000000000000000000101111': 1, '11111111111111111111111111111110100': 1, '11110111111111111111111111111111110': 1, '11111111111111110111111111110111011': 1, '11111111111111111111111110111111010': 1, '11101111111111011111111111111111111': 1, '00000000001011111111111111111111111': 1, '11111111111010111111111111111111111': 1, '11111111111111111111111000101101111': 1, '00000000000000011001111111111111111': 1, '00000000100000001001111111111111111': 1, '11111111111111111111101010101111111': 1, '11111111111011111111111111110111011': 1, '11111111111111111111111010111011111': 1, '11111111111111111110111111111111100': 1, '00000000000000000000010111011111111': 1, '10101111111111111111111111111111111': 1, '11111111111111111111011111110111011': 1, '11111111111111111111011111111110011': 1, '00001011011111111111111111111011111': 1, '00000000000000000000000000001101111': 1, '00000000000000000000011110111111111': 1, '11111111111110111111101111111111011': 1, '00000111111111111111111111111111111': 1, '11111111111110011111111111111111101': 1, '00011111111111111111111111111011111': 1, '11111101111111111111111111111111100': 1, '11111111111111001111111101111111111': 1, '11101111111111111111111111111111100': 1, '11111111111111111111110110101111111': 1, '11111111111111110111111010101111111': 1, '11111111110111111111011111111111111': 1, '11111111111111110111111000111111111': 1, '11111111111111101111111101101111111': 1, '11111111111110011111111110111111111': 1, '11111111111111111111111101101110111': 1, '11111111111111111111110101111111011': 1, '11111111111110011111111011111111111': 1, '11111111011011101111111111111111111': 1, '11111111111110111101111101111111111': 1, '11111111111110011011111111111111111': 1, '11111111111111111111111110101110111': 1, '00000000000000000000000000000010011': 1, '11111111111110111111111101110111111': 1, '11111101111111111111111101111111011': 1, '11111100111111111111111111111111111': 1, '11111111111111011111111111111111011': 1, '11111111111111111101111010111111111': 1, '11111111111111111101111100111111111': 1, '11111111111111110111101111111111011': 1, '11110111111111111111101111111111111': 1, '11111111111101111111011111111111111': 1, '00000000000011111111111101111111111': 1, '11111111111011111111111000101111111': 1, '00000000100000000000010111111111111': 1, '00000000000000000000000101001111111': 1, '00000000111111111111111111111111111': 1, '00000000000000001001111101111111111': 1, '00000000000000000000000000111111111': 1, '11111111111110111111111111111101011': 1, '11111111111111111111111000001111111': 1, '11110111111111111111111010111111111': 1, '01011111111111111111111111111011111': 1}\n" + "Counts for the meas output register: {'11111111111111111111111111111111111': 1514, '11111111111111011111111111111111111': 157, '11111011111111111111111111111111111': 133, '11111111111111111111111111111111110': 78, '11111111111111111111011111111111111': 53, '11111111111111111111111111111111101': 51, '11111111111111111111111111011111111': 49, '11111111111111101111111111111111111': 44, '10111111111111111111111111111111111': 40, '11111111111111111111111111111011111': 38, '11111111111111111111110111111111111': 38, '11111111111110111111111111111111111': 35, '11111111111111111111111110111111111': 35, '11111111111101111111111111111111111': 28, '11111111111111111111111011111111111': 25, '11111111111111111111111111111110111': 25, '11111111111111111111111111111110110': 25, '11111111111111111111111111111111011': 24, '11111111111111111111111101111111111': 23, '11111111111111111111111111101111111': 21, '11111111111111111111111111111111001': 18, '11111111111111111110111111111111111': 16, '11111111111111111111111111111101110': 16, '00000000000000000000000000000000000': 13, '00000000000000000000000001111111111': 13, '11111111101111111111111111111111111': 13, '00000000000000000000000000001011111': 12, '11111011111111111111111111111101111': 12, '11111111111111111111111111110111111': 12, '00000001111111111111111111111111111': 10, '11111111111111111101111111111111111': 9, '11111011111111011111111111111111111': 9, '00000000000000011111111111111111111': 8, '11111111111111111111110101111111111': 8, '00000101111111111111111111111111111': 7, '11111111111111111111111111111100111': 7, '11111111111011111111111111111111111': 7, '11111111111111111111101111111111111': 7, '11111111111111101011111111111111111': 7, '00000000000000001111111111111111111': 6, '00000000000001111111111111111111111': 6, '10111111111111011111111111111111111': 6, '11111011111111111111111110111111111': 5, '11111011111111111111111111011111111': 5, '11101111111110111111111111111111111': 5, '11011111111111111111111111111111111': 5, '11111111111111111111111111101111110': 5, '11111111111111111111110111111111110': 5, '11111111111111011111111111111011111': 5, '11111011111111111111110111111111111': 5, '00000000000000000000001111111111111': 5, '00000000000000000000011111111111111': 5, '11111111111111011111111111111110111': 4, '00000000111111111111111111111111111': 4, '00000000000000000000000001011111111': 4, '11111111011111111111111111111111111': 4, '11111011111111111111111111111111101': 4, '11111011111110111111111111111111111': 4, '11111011111111101111111111111111111': 4, '11111111111111111111011111111111110': 4, '11111111111111011111111111111111101': 4, '11111111111111111111111011110111111': 3, '11111111111111011111111111011111111': 3, '11111111111111111110111111111110111': 3, '11111111111111111111111111011111110': 3, '00000000000000000000000000001111111': 3, '00000000000000000011111111111111111': 3, '11101111111111111111111111111011111': 3, '11111111101111111111111111111111011': 3, '11111011111111111110111111111111111': 3, '11111111111110111111111111111111110': 3, '00000000000000001011111111111111111': 3, '11101111111111111111111111101111111': 3, '00000011111111111111111111111111111': 3, '00000000000000000000000000000001111': 3, '11111111111111111111110011111111111': 3, '11111111111011111111111111111101111': 3, '11111111111111111111111011111111101': 3, '00000000000000100011111111111111111': 3, '11111111111111110111111111111101111': 3, '11111111111111011111110111111111111': 3, '11111111111111111111111110011111111': 3, '11111111111111111110111111101111111': 3, '11111111111111011111111111111111110': 3, '00000001111111011111111111111111111': 3, '11111111111111011111111101111110111': 3, '11111111111111011111111110101111111': 2, '11111110011111111111111111111111111': 2, '00111111111111111111111111111111111': 2, '11011111111111111111111111111111110': 2, '11111111111111111111111110110111111': 2, '11111011111111111111111111111101110': 2, '00000010000000000000011111111111111': 2, '11111011111111111111111101111111111': 2, '11111111111111111111111110101111111': 2, '11111111111111101011111111111101111': 2, '11111111111111111111100111111111111': 2, '11011011111111111111111111111111111': 2, '11111111111111101111111011111111111': 2, '10111111111111101111111111111111111': 2, '11111111111111111111111111111111100': 2, '11111111111101111111110111111111111': 2, '00000111111111111111111111111111111': 2, '11111111111111111101111110111111111': 2, '11111111111111111101111111101111111': 2, '11111010111111111111111111111111111': 2, '10111111111111111111111111011111111': 2, '00000000000011011111111111111111111': 2, '11111111101111111111111111111111110': 2, '00000000000000000000000101111111111': 2, '11111111111110101111111111111111111': 2, '11111110111111111111111111111111101': 2, '11111111111111111111101111111011111': 2, '11111111111111101111111111111011111': 2, '11111111111111111101101111111111111': 2, '11111111111111111111001111111111111': 2, '11111011111111111111111111111111110': 2, '11110011111111111111111111111111111': 2, '11111111111110111111111111111011111': 2, '10111011111111111111111111111111111': 2, '11111111111011111111111101111111111': 2, '11111111111111111111111011101111111': 2, '11111111101111111111111011111111111': 2, '11110111111111110111111111111111111': 2, '11111111111011111111111111110111111': 2, '11111111111111111111111011111111110': 2, '11111111111111011111111111110111111': 2, '00000000011111111111111111111111111': 2, '11111011111111111111111111101111111': 2, '00000000100111111111111111111111111': 2, '00000000000000000011011111111111111': 2, '11111011111111111111011111111111111': 2, '11111111111111111111110111111101011': 2, '00000000000000000001011111111111111': 2, '10111111111111111111111011111101111': 2, '11111011111111111111101111111111011': 2, '11111111111111011111111101111111111': 2, '11111111110111110111111111111111111': 2, '11111111111111111110111111111011111': 2, '00000000000000000000000000001011101': 2, '01111111111111011111111111111111111': 2, '00000100000000000000011111111111111': 2, '11111011111111111111111011111111111': 2, '00000000000100000000001111111111111': 2, '00000000000000000001000101111111111': 2, '11111111111111111111111111100101111': 2, '00000000000011111111111111111111111': 2, '00000000000000000000000000000010111': 2, '00000000001001011111111111111111111': 2, '11001111111111111111111111111110111': 2, '11111111111111111111111111110100000': 2, '00000000000000000000001111111110110': 2, '00000000001000011011111111111101111': 2, '11111110001111111111111111111111111': 2, '10111111111111111111111110101111111': 2, '11111011111111011111111111111111001': 2, '00000000000000000000010111111111111': 2, '00000000000000000000111111111111111': 2, '11111011111111111111111111111111100': 2, '00000000000000010000000000000000000': 2, '10111111111111111111110111111110110': 2, '00000000011111111111111111011111111': 2, '11111111111101111111011111111111110': 2, '11111111111111111111011111111111101': 2, '10111011111111111111111111111111011': 2, '11111111111101011111111111111101111': 2, '11111011111110101111111111111111111': 2, '00000000000000000000000000001011110': 2, '10111111111111111111110101111111111': 2, '11111111111111111111110101111011111': 2, '11111111111111100011111111111111111': 2, '11111011111111111111111111111110110': 2, '11111111111111111110111111111101111': 2, '00000000111111011111111111111111111': 2, '00000000111011111111111111111111111': 2, '11111111111110011111111111111111110': 1, '00000000000000000001000000001011111': 1, '00000001111111111111110111111111111': 1, '00000001011111111111111111111111111': 1, '11111111111111011111011111111111110': 1, '00000000011111111111111111111101111': 1, '00000000000000001011111111111101111': 1, '11111111111111111111101111111110110': 1, '11111011111111111111111111101111110': 1, '11111111111111101111111111111110110': 1, '10111111111111111111111111111110110': 1, '11111010111111011111111111111111111': 1, '11111111001111111111111111111111111': 1, '11111111111111011111110101111111111': 1, '11111111111111011111011111111111111': 1, '11111011111111011111111111111111101': 1, '11101111111110111111111011111111111': 1, '11111111111111111110111111111111011': 1, '11111111111111111111111110111111101': 1, '11111111101111011111111111111111111': 1, '11111111111111111111110111111111001': 1, '11110111111111111111110111111111111': 1, '11111111111111111111110110111111111': 1, '01111111111011111111111111111111111': 1, '11111111111111111111111110111111001': 1, '11111111111111111110111111111111110': 1, '11101111111111111111111111111100111': 1, '11110111111111101111111111111111111': 1, '11111111111111001111111111111111111': 1, '11111111111111111111111111110101111': 1, '11111111111111011110111111111111111': 1, '11111111111111111111010111111111111': 1, '00000000000000000000000000000010000': 1, '11111111111111111111110101111111011': 1, '11111011111111111111111111111111001': 1, '11111111111111111111111101111111011': 1, '11111111111111111100111111111111111': 1, '11111111111111011111111111111111001': 1, '11111111011111111111110111111111111': 1, '11111110111011111111111111111111111': 1, '11111111111111111101111111011111111': 1, '11111111111111111110111011111111111': 1, '11111111111111111101111111111111110': 1, '11111111101111110111111111111111111': 1, '11111111111111111111111111111110101': 1, '11111001110111111111111111111111111': 1, '11111111011110111111111111111111111': 1, '11111111111111111111111110111111110': 1, '11111111111111111111111111111100110': 1, '11111111111111111111011111110111111': 1, '01111111111111111111111111111111111': 1, '01111111111111111111111111111101111': 1, '11111111111111111111111111101111101': 1, '00000000000000000100000001111111111': 1, '11111011111111111111110111111101111': 1, '11111011111111111111111111111110111': 1, '11111111111101111111111101111111111': 1, '11111111111101111111111111011111111': 1, '11111011111111111101111111111111111': 1, '11111101111111111111101111110111111': 1, '11111111111111111111101111111101101': 1, '11111101111111011011111111111111111': 1, '10111111111111111111111111111111110': 1, '11111111111111111111101011111101111': 1, '11111111111111111111111111111101111': 1, '11111111111111111111011111101111111': 1, '11011111111111111111111111111101111': 1, '11111111110111111111111111111101111': 1, '11111101111111111111111011111101111': 1, '11111111111111111111111110111110111': 1, '11110111111111011111111111111111111': 1, '11111111111111111111110111111111101': 1, '11111011111111111111111110111101111': 1, '11101111111111111111101111111101111': 1, '11111111111111111110111111110111111': 1, '01111011111111111111111111111111111': 1, '11111111111111011111111110111111111': 1, '10111111111111111111110111111111111': 1, '11111101111111111111111010111111111': 1, '11111111111111111111111101011111111': 1, '11111110111111111111011111111111111': 1, '11111111111111111111111101111111101': 1, '11101111111111111111101110111111111': 1, '11111111111111111111111111111001011': 1, '11111111111111111111101111111110011': 1, '00000000000000000000000000000010001': 1, '11111111111101110111101111111111111': 1, '11111111111111111111111111111011101': 1, '11111111110111111111110111011111111': 1, '11111111111111110111110111111111011': 1, '11101101111111111111111111111110111': 1, '11111101111111101111111111111111011': 1, '11111011111011111111101111111111111': 1, '11111111110111111111111111011110111': 1, '11111111111111111111110111111011111': 1, '11111111111111111011011110111111111': 1, '11111101111111011111111111101111111': 1, '11101111111011111111111111111111111': 1, '11111111111111111110110111111111111': 1, '11111100111111111110111111111111111': 1, '11111111111111111111111111111011110': 1, '11111111111110011111111111111111111': 1, '11111111111101111111111110111111111': 1, '11111101111111111111111101111111001': 1, '00000000001000100000000000000010000': 1, '11111111111111110110111111111111101': 1, '11111111111111110111111111011111011': 1, '11111101111111111111100111111101111': 1, '00011111111111110111111111111111111': 1, '11111111011111111011111011111111111': 1, '11111111111111101111101111111111101': 1, '11111111111110111011111111111111111': 1, '11111111111111111101011111111110110': 1, '00000000000001011111011111111111111': 1, '11111111111111111110111101111111101': 1, '11101111111111111110101111111111111': 1, '11111011011111111111101111111111111': 1, '00000000101011011111111111111111111': 1, '11111111111111110111001111111101111': 1, '00000000000000000000000000000010110': 1, '00010000000000011111111111111101111': 1, '11101111111111111111101111111111101': 1, '11111111111111101011111111111111001': 1, '11111111111111111111101111011110111': 1, '00010000000000000000000000000011111': 1, '11101110111111111111111111111101111': 1, '11101111111111111111101111111111011': 1, '11111111111111110111111111111100011': 1, '11111111111111111011111111111111010': 1, '00000000000000000000000100000000100': 1, '11111111111111111111101111011111011': 1, '11111111011111011011111111111110111': 1, '10111111111111111111101111111011111': 1, '11111111111011111111101111111111111': 1, '11111011101111111011111111111111111': 1, '00000000000000010011111111111111111': 1, '00000000000000000000001100001011111': 1, '00000000000001011011111111111111111': 1, '11111111111111111111011110111111011': 1, '00000000000000000000000001000000001': 1, '00000000000100000000000000000011111': 1, '00000000000111111111111111111111111': 1, '00000000000100000000000000000000001': 1, '11111111111111111111111111101110011': 1, '00000000001111111111011111111111111': 1, '11111111111111111110111111011111111': 1, '00000000000000000000000101110111111': 1, '00011111111111111111111111111111111': 1, '11111111111111101111011110111111111': 1, '11111111111111111111111111110001111': 1, '10101111111111111111111011111111111': 1, '11111111111111011111101111111101111': 1, '11111100111111111111011111111111111': 1, '00000000000000000000000100000011111': 1, '00000100000000000011111111111111111': 1, '00000000000000000000000001010011111': 1, '11111111111101101111111111111101111': 1, '00000000000000000000010100001111111': 1, '00000100000000000000001000001011111': 1, '00000010000000000000000100001111111': 1, '11111110111110111111111111101111111': 1, '11111111110111111111111111101111011': 1, '11111111111111111110101111111111101': 1, '10111111111111111110111011111111111': 1, '11101111111111111111111110111111011': 1, '00000000001000001111100111111111111': 1, '11111111101111111111111111110011111': 1, '00000000000000100000010001111111111': 1, '11111111110111111111101111111111111': 1, '11111111011111111111101111111110111': 1, '00000000000000000000000000101001111': 1, '11111111111111111111111111011110001': 1, '00000000000000111111111111111101111': 1, '00000000000000000000000000101000000': 1, '11111111111111100000000000111111111': 1, '10111111111111111111101111111110111': 1, '11111111111111101111111111110111110': 1, '00000100000000000000000000001111111': 1, '11111111111111111101111111111011011': 1, '11111111111111011111101111110101111': 1, '11111111111111111111111001101111111': 1, '11110101111111011111111111111111111': 1, '00000000000000100000000000000000100': 1, '11111111111111101111111111101110111': 1, '11111110101111111111111111111111001': 1, '00000000101011111111111111111111101': 1, '00000101111111111111111101111101111': 1, '00000000101111111111101111111111111': 1, '00000000000000000000100000011101111': 1, '00000000000000000000000100011111111': 1, '00000000001011111111101111111111111': 1, '10101111111111111111111111111101111': 1, '11111111111100100000001111111111111': 1, '00000000000000100000100000000000000': 1, '00000000000000100000000100000011111': 1, '00000000000000000000000001000011111': 1, '11111111111111110111111101011111111': 1, '00000000011000000000001111111111111': 1, '11111111111111111111111101110110110': 1, '11101111111111111111111001111111111': 1, '10111111111110111111111111111111101': 1, '00000000000000010100001111111111111': 1, '00000000000000011011011111111111111': 1, '00000000000001100000000000000000000': 1, '11111111111111101111111101101111111': 1, '00000000000010000001011111111111111': 1, '11111111111111101110111111110111111': 1, '00000000000000000000000000000001001': 1, '00000000000001000010001111111111111': 1, '11111111111111001111110111111101111': 1, '00000000011011011111111111111111111': 1, '00000000010000000000011111111111010': 1, '00000000000000000000000101111110111': 1, '00000100000000001011111111111111111': 1, '11111111111111111111111111100110111': 1, '00000000000000000000000011111111110': 1, '00000010000000001011111111111111011': 1, '00000000000000101111111111111111011': 1, '11111111111110111111011111111101111': 1, '01001111111111110111111111111111111': 1, '00000000000000000011000101111111111': 1, '11111111111111011101111111111111011': 1, '11111111111111111111111111011100110': 1, '00000100000011111111111111111111111': 1, '00101111111111110111111111111111111': 1, '11111111010111011111111111111111111': 1, '00100010000000000000000000100000000': 1, '11110110111111111111111111111111111': 1, '01111111111111111111111111011111001': 1, '10111111111111111111111101111101110': 1, '11111110101111111111111101111111111': 1, '11111111111101101110111111111111111': 1, '11111110111111111111111111011110111': 1, '11111111011111111111111111111111010': 1, '11111101111111001111011111111110111': 1, '11111111110111111011111011011111111': 1, '00000000000001001111101111111101111': 1, '11111111111110000001011111111111111': 1, '00000000000000000000100100000010001': 1, '00000010000000010000000000001101111': 1, '00000000101011111111101111111101111': 1, '11111111111111111111101110101111110': 1, '00000100000000000000000000000000111': 1, '00001101111111111111111111111111110': 1, '11111111111111111111101111111010100': 1, '00000001111111011111101101111111111': 1, '11111011111111111111101111111100101': 1, '10111011111111011111101110111111111': 1, '11111110000000010000000101010111111': 1, '00000010101000000000000000000000000': 1, '11111111010001111111111111111111111': 1, '11111011011111011111111111111111110': 1, '11101111111111110111111011111111110': 1, '00000000000000010000000000001001011': 1, '11111111011111011111110111101101111': 1, '10111111111111011111111111111101110': 1, '10111111111111111111110111101111101': 1, '00000000001111111111111111111000111': 1, '00000001000001010000011011111111111': 1, '00000010000000000000000000000011001': 1, '00000110011011111111010111111100111': 1, '00000100001000000011011111111111111': 1, '00000001111111101111111111111101101': 1, '11111110000000000000001001111111111': 1, '11111111011111111111111110101111101': 1, '11111011111111111111111101001110111': 1, '00000000000000000000001010000000001': 1, '00000000001111111111111110111111101': 1, '01111111111111111110111110101111111': 1, '00000111111111111111111111111110101': 1, '10111011110111101111111111111111011': 1, '00000000001000000000000011111010011': 1, '11111011111111111011111111011111011': 1, '10111111111111011110111111111100111': 1, '11111011100000001001111111111111111': 1, '11100000000001111111111111011101110': 1, '00000001111110101111111111111111111': 1, '11111011111111111101101101111111001': 1, '10111111111111011110111101101111111': 1, '11111110001000011111111111111111111': 1, '00000010000000000000001010000001111': 1, '11101111001111100111111111110111101': 1, '11001111111111001111111111111111110': 1, '00000100000001011111111111111110111': 1, '00000000000010000000000000001010110': 1, '00111111111111111111111111011111011': 1, '11111010000100011111111111111110111': 1, '00011111111111011111101111111111101': 1, '00000000000000001000010000101011111': 1, '00000001111110111111111001111011110': 1, '11111111111111111110000001001111111': 1, '11111010010000011011111111111111111': 1, '11111111011111110011111111101110111': 1, '00000000000011000000100000001011111': 1, '10111011111101111111101111111111111': 1, '11111010111111111111111101111110111': 1, '00000000001111111111111111111101001': 1, '11111111111111111111111101101011011': 1, '11110111111111111101111111111110011': 1, '11111111100000001000100001111111111': 1, '11111110001011111110101111111111011': 1, '10111111110101111111111111111101111': 1, '00000000001011111111111111010111111': 1, '11111111011111100010011111111101101': 1, '10111111101111111111011111111111111': 1, '00001000111111101111111111111111111': 1, '11111110001111111111111110111101011': 1, '00001111110000001111111111111111111': 1, '00000000000001001111111111111101011': 1, '11000000111111111111111111111101111': 1, '00000010001000100000000000111101110': 1, '11111111111111110111101111111101011': 1, '00000001111011101111111111011111101': 1, '00000000011110111011111111111101111': 1, '11111111111111101111111010111101111': 1, '10111111101111111111111110111111011': 1, '10111111111110101011111011111111111': 1, '00000010000000000000000001111011101': 1, '00000100000000000100000000001111101': 1, '01000000000000000000000001000000000': 1, '11111111011111111111110011111111011': 1, '00000000000000111111111110110111111': 1, '00000000000010001000000000000001101': 1, '11111111111110111111111101101111110': 1, '11111110001011111111111111111110101': 1, '11111111111110010111111111111011111': 1, '00000011111111111011111111111111110': 1, '00000000000001000010101111111111011': 1, '11101110111111111111111110111110111': 1, '00000000000000100010001101110111101': 1, '01111111111111011110011111111111011': 1, '00000000000001011111110101111111110': 1, '00000000000000001111111011111101101': 1, '11101111111111111111111011111011011': 1, '11111111011111111111101101111111111': 1, '00000001111101111111111111111011111': 1, '00010000000000111111011011111111111': 1, '00001010000000000000000000011111111': 1, '00000100100000000000000101111111111': 1, '00000000001000010100100001111111111': 1, '00111011111111111111111111110111111': 1, '10000111111011111110111111111111111': 1, '00000000000000001011010111110011111': 1, '01100110111111111011111111111111111': 1, '00000001111111101111100111111111111': 1, '00000001010100001111111111111111111': 1, '11111111101111111111110110111101111': 1, '00000000000000000000001010001011101': 1, '11111111111111111011101111101111011': 1, '11110111111111011111111111110100000': 1, '11111111111111111110011111010110111': 1, '11111011111111111111101111110100110': 1, '11111111110111111111110101111110101': 1, '11110000000000000000111111111111111': 1, '00000110000000000000000000111011111': 1, '01011111111011111011101111111111111': 1, '01110111111111111110111110101011111': 1, '11111111111100000000011111111111011': 1, '00000000000000011011111111110111111': 1, '00000000011010000000000000001111111': 1, '11111111111110111111110101111100111': 1, '00000000010001111111111110111111111': 1, '00000110000000010100000000000000000': 1, '01010000011111111111111111111111110': 1, '11111111111110111110111111111101110': 1, '11111111111100000000000000000000000': 1, '11111011000001111111111111111011111': 1, '11101010111111111111111101111111111': 1, '11111111111111111111101111110100001': 1, '00000000000000000000000000100000101': 1, '00000100000000000000010000001011101': 1, '00000110111111111111111110101111111': 1, '11111111111111111111101011111001110': 1, '11111111111111011110001101111111111': 1, '11101111111111111101110111001111111': 1, '11111111111111111111011011100111110': 1, '00000000000000000000000101011011101': 1, '00000000000001011111001111111001111': 1, '11111111111111111111101111111010001': 1, '00000000000000000001000000000100100': 1, '00000000000000010100011111111111110': 1, '11111011001111011111111111011111111': 1, '11101111111111111111110101101111111': 1, '11111110111111111111111110111101000': 1, '11111011111111101111110101111111111': 1, '01000000000000000000000001111100111': 1, '11101111110001011111111111101010110': 1, '00000111111111101010110111111111111': 1, '00000000000000000000000001000001101': 1, '11111111111111110000000101111111111': 1, '11111111111111111110101111011011111': 1, '11111111111111111111101111010000000': 1, '00000000011111111111101101111111111': 1, '00000100001011011111111111111011011': 1, '11111111111111111111011111111101100': 1, '10100000001000001011111111111011111': 1, '11101011011011111111111101111111111': 1, '11101111111111111111111011111100001': 1, '11111111111111111011111111011110110': 1, '00010100000000011111111111110111111': 1, '00000110001000000100000100000000001': 1, '01111111111111100100000000001001110': 1, '11111110010011111111111111110111111': 1, '11111111111111110111011111110111101': 1, '00000000000000101000000001000111111': 1, '01111011111111111111011111011111111': 1, '00100000000000000000000000001010111': 1, '00111111111111110111111111111101111': 1, '00010000000000001000000100000000000': 1, '10111111110111111111111111111111101': 1, '00000000000010101111111111111011111': 1, '11111111111011101110111111101111111': 1, '11111111111101111111111111010111101': 1, '11111111110100000000011110111110011': 1, '11111111111111111111010110101111111': 1, '10100111110100000000000000011111111': 1, '11111111111111111101110101011111101': 1, '00000000000000000000000001111111001': 1, '11111111111111111100110000001011001': 1, '00000000000100000100000000001001110': 1, '00111111111101111111011111111111111': 1, '11111111111111011111111010111011111': 1, '11111101111111111111111001111101011': 1, '00000000001000000000000010001000111': 1, '11111011101111111111111001111101011': 1, '00000100000000000100000001011111111': 1, '00000000000000000001011110011111111': 1, '00000000111111101011111111111101111': 1, '11111111111111101110011111111101111': 1, '11111110101111111111110111111010111': 1, '00000010001011111111101111111101111': 1, '11111111111100000000000000000010001': 1, '00000111111111111111110001111111101': 1, '00000000000000100110001111111111111': 1, '11111011111011010111111111111111111': 1, '00000001011111111111111011111111011': 1, '11111111111100000000011010000000000': 1, '00000000001111111111101011111101111': 1, '11111011111011111111110101111111101': 1, '11111111111111000001011101111101111': 1, '11011111111110111111111111111111011': 1, '11111111111111111101100111111100110': 1, '11111111111111011111100100001011111': 1, '00000000000000000000001110101111111': 1, '11111100000000000001011111111111011': 1, '11111111011011111111110101111111111': 1, '11111111111011101111011111111111111': 1, '11111111111111100000011111111111001': 1, '00000100001000000000000001011111111': 1, '00000000000000001111111111111000111': 1, '11111111111011010111111111111111101': 1, '11111111101011111111111110011111011': 1, '11111111111111100000011111111111111': 1, '00000100000100110001011111111111111': 1, '01111111011111011111111110111111111': 1, '10111111111111111110111111111001111': 1, '00000001111101111100111111111111111': 1, '11111111111111111110111110111101110': 1, '11111111111111111110000101101101111': 1, '00000000000100111111111111111111111': 1, '11111111111101011111111001110111111': 1, '10101111111111111111111101101111111': 1, '11101111111101011111110101101111111': 1, '00000000001000000000001000000000000': 1, '11111110111110101011111111111111111': 1, '00000010000000111111110110111111111': 1, '11111110001011111111111011111111111': 1, '11111111111111101011111110110111001': 1, '00101111111110111111101101111101111': 1, '00000000000010101000001111111111111': 1, '11111111110111001011111011111001111': 1, '11101011111111011111111111111100111': 1, '10111111111111111111101110111111011': 1, '00000101111111111110111011111111111': 1, '00000001111111101111111101111111101': 1, '01101111111111111111111110101111110': 1, '00000000001011101111111111111101111': 1, '00000000001001011111101111111111011': 1, '00000000001001011111111111110111101': 1, '11111111101110000000000000001010111': 1, '00000000000001111111011111111111101': 1, '11111111011111101011111111110111101': 1, '00000000000000010000000000101011111': 1, '11110111011111011111101111111111111': 1, '11111111111011011110111111011111111': 1, '11111101111111011111110101111111110': 1, '11111111111111101011111110111101110': 1, '00000000101011111110111111111011111': 1, '00000100001000100000001111111111111': 1, '01000000011111111111011111111111111': 1, '11111111111011011111111111111110011': 1, '00001000001000000000000000000000000': 1, '11111111111111011111110111011101011': 1, '00000000000001111111110101111110111': 1, '00000010011011111111111011111111111': 1, '11111011011111001011111111101111111': 1, '11111011111011111011111111111111011': 1, '00000001110100000000000000001011110': 1, '11111111111011111111011111111101011': 1, '11111111111110101111111011001111111': 1, '11011111111111111111110111111110110': 1, '11111011110111101111111111111011111': 1, '11111110110111111111111111111111011': 1, '11111111111101111110111011111111110': 1, '10111111111110111111011011111111111': 1, '11111111111111001111101111111111011': 1, '11111110000000011011111111111111111': 1, '00000000001000001001000000000001111': 1, '11111011111111111111011101011111111': 1, '11111111011111101111111011010111111': 1, '10111111111111010111011111111111111': 1, '11111111111111001011111110111100111': 1, '00000000001011111111111111111011111': 1, '01000000000011111111111111111110001': 1, '00000111111111101111111101111111111': 1, '00001111010111111111111111111101111': 1, '00000000101111011111111111101111111': 1, '11110111110000000000011111111111001': 1, '01011111111111111111111111101100110': 1, '00000000000000100001000001011111111': 1, '11111111111011101111111111111110111': 1, '01010000001000000011011111111111111': 1, '11111011101101111111111101111111111': 1, '11111111111111011100111111111111001': 1, '00000000000000101000011000001011101': 1, '11101111111111111110111110111110111': 1, '00000000000000000000100001010110110': 1, '00001111111111111111111111111110111': 1, '00010000001000000000010000001001110': 1, '00000001111111111111111111110101011': 1, '11111110000000110000011111111111111': 1, '00001111111111111111111111011110101': 1, '11111011111011101111010101111111111': 1, '11011011111111111111111011111111110': 1, '11111110011111101011111011111101111': 1, '11111111111110100000000000000000000': 1, '11111110000010111111111111111111111': 1, '11111111111111111101011111111110011': 1, '11111011111011011111111111111111011': 1, '11011101111111111111111011111100111': 1, '00000000000001111011111111110111111': 1, '11111110001001011111001111111111111': 1, '00000001101001011111111101111111110': 1, '00000100000000000000000001001010110': 1, '00101011111101111111111111111111111': 1, '01101111111111111111111101111101111': 1, '11111111111110111110001111111111111': 1, '01011110011111111111111111111111111': 1, '11111111111111011111111100111101110': 1, '11111111111111011111110111001111111': 1, '01101111111111111111010101111101111': 1, '00111111000000010000011111011011111': 1, '11111011010111111111111110111101111': 1, '00000000110011000000000101111111111': 1, '11111111001111111111011110111011111': 1, '11111111111111111101110101111110111': 1, '00000001010000000000000000001000001': 1, '00000000000000000000000010000011101': 1, '11111011111100011111111111111111111': 1, '11111010111111111111111100110111111': 1, '11111111110101000000000000000001111': 1, '01000000001000010000011111011110111': 1, '11111111000000000011111111111111111': 1, '00000010000100111111111111111101111': 1, '11111111101111111101111110111101101': 1, '11111011111111001111111111110110110': 1, '11111110111111001111111111111011111': 1, '11111011101111111111111111111111010': 1, '00000000000001011111111101111011111': 1, '00000000001000010101011111111111111': 1, '01010100000000000000000101111111111': 1, '11111111111111001111011111111101101': 1, '01000010000000000000011001111111101': 1, '00000000000001110111101011111111111': 1, '11101011111111101111111111111101111': 1, '11110011110100011011011111111111111': 1, '00000000000101011111111111111011111': 1, '11111111111101101111110011111111111': 1, '11111111111111101110110110011111111': 1, '11111110111111011111110101111111110': 1, '00000000011010011011111111110111111': 1, '11111111110100000000000001111111101': 1, '11111111110111101111110111110111111': 1, '11111111111111011011110111111011111': 1, '00010001001111011111111111111111001': 1, '00000000001000101011111111111111111': 1, '00000000000000011011110111111100010': 1, '00000010000000101011111011111111011': 1, '11111111111111111111010111111100111': 1, '00000010001011111101111111111111111': 1, '11111111111111101011110011111111111': 1, '00000000001000101111011111111111111': 1, '11111010000000000001001111111101011': 1, '00000100001000000000001000011111111': 1, '11101111111111111111110110101111111': 1, '01101111111111111111111111111111011': 1, '00000000000000001000001110111111111': 1, '11111111101111011111011110111111111': 1, '11111111111111111100100111011011111': 1, '11111111111111111111110001111110111': 1, '00000100000000001000100101111011111': 1, '00001111111111011111111111011111111': 1, '00000000000000000010000000011110110': 1, '11101101111101111111111111111111111': 1, '11111011011111011111111111111001111': 1, '11011111101101111111111011111111111': 1, '11111111111111011111010111111111101': 1, '11111111001111111111101111111111110': 1, '11111111111111011111111111010100110': 1, '11111010000000000010000000000011111': 1, '11111011111111111101001111111111111': 1, '10111110011011111110011111101111111': 1, '10111111011111011111111111111111110': 1, '11111111011111101011110111111111111': 1, '11110111111111001011111111111110111': 1, '11111111011110101100001111111111111': 1, '11111111100001111111111111011111111': 1, '01111011111111011111110101111111111': 1, '00000000000010100000000001111111111': 1, '11111111111110011100101111111111111': 1, '00000001111011111111111110101111111': 1, '00000000111111111111111010101111111': 1, '01101111111111111111110111111110110': 1, '11111011111111101111011111111110111': 1, '11111111111111111100101011001011111': 1, '11111111111011111111111100111111010': 1, '00000000111011011111111111111101110': 1, '11111111111111111100100000001011111': 1, '11111011101111011111111111011101111': 1, '00000000001000000001000000000000001': 1, '11111111111100011111111101111111111': 1, '11111011101111010111111111111101111': 1, '00000000000000000000000000001111001': 1, '11111111111111010111111011111011111': 1, '00000101000001011110111111111111111': 1, '11111111111110101011111111101111111': 1, '11111111111111111111011110101110111': 1, '00000000001010111110111111111111111': 1, '00000100000001111111011111111111111': 1, '11111111111111101100101111111101111': 1, '00000000000000001101111110101111111': 1, '00000100001000000000000010001001110': 1, '00000010000000100000000001000000001': 1, '00000000000001000000000000001011001': 1, '11101111101110011111001111111101111': 1, '10111110111111111111101111111111011': 1, '01000000001000111101111111111100111': 1, '11111111110100010100100000000000000': 1, '11111111111011111111111111101111001': 1, '11111111111111011111111111101100110': 1, '00000000000001111011111111111101101': 1, '10111111111111111111111101111101101': 1, '01111111111111111111011011111111001': 1, '00000000000001000000000000001010101': 1, '11111101111111001111111101111111011': 1, '11111111111111110110011110111111111': 1, '00000000000010000000000000010111111': 1, '00000000011111111111110101111111111': 1, '10100000001000100000011111001111111': 1, '00000000000000000001011110111111101': 1, '11111111100000011011111111011101111': 1, '11111111011111011111101111111111011': 1, '11111111101111111111111011111111100': 1, '00000100001111011111111011111011111': 1, '11111111111101111111111111011110011': 1, '11111101111111011111111100111101111': 1, '11111011111111011111110111111100111': 1, '00000101111111011111001111110111110': 1, '11111111111010011111111111100111111': 1, '11111111011111111111111010000000000': 1, '00000000000000000011110101111110111': 1, '11111011111011111101101110111111011': 1, '11111111111111010100000101111111111': 1, '00000000110011111111111111111111110': 1, '00000011111111011110011011111111001': 1, '00000000011011111111110111111111101': 1, '00000000000000010100001111101111101': 1, '00000100000000000010100101111111111': 1, '11111111111101101011111111111110111': 1, '00000100111111101111111111111111111': 1, '00000000000001111111111100111101111': 1, '01010000101111111111111111111111111': 1, '00000000001000011110111111111111111': 1, '00000000000000111111101111101101001': 1, '11111111111110111111101111011101111': 1, '11111111111110000000000000001011111': 1, '11111101111111111111111111110110100': 1, '11101111110011111101111111111111000': 1, '11111111011111111111111111101001110': 1, '11111001111101111111111111111111101': 1, '11111011111111111111110001111111111': 1, '11111111111111001111111111110110111': 1, '11111111111111101111111111011100111': 1, '11111111011111111111110111111100110': 1, '11111111111111111111110101111110110': 1, '00000000000000100010111111111111111': 1, '01111111111111101111101111111111111': 1, '00000000000000000000010000000000001': 1, '11111111111111101111001111111101111': 1, '11110111111111111111111011101111110': 1, '00000010000000000000000000100000000': 1, '00000000000000101111111111111111111': 1, '00000000000000100000000000000010111': 1, '00000100010000000000011111111111111': 1, '11111110101110111111111111111111111': 1, '11111111111110111111111100111111101': 1, '11111111011101111111111011111111111': 1, '00000000001011111111011101111111111': 1, '11011111111111111111011101111111110': 1, '11111011111101111111101111111111011': 1, '11111111111111001111111111111100111': 1, '00000000000000000000011111111111001': 1, '00000001111111011111111111111111101': 1, '11111110111101111111111111111111110': 1, '11111111111111011111101101111111110': 1, '00000000000001011111111111111101110': 1, '00000010000000000000000000000001110': 1, '11111111111111111110110111111110110': 1, '00000000000000000010001111111111110': 1, '11100111111111111111111111111111110': 1, '11111111101111111111011111011111111': 1, '11011111111101111111111101111111111': 1, '11110111111111001111111110111111111': 1, '11111111111111111111111011111100011': 1, '00000000000000000000000000111011111': 1, '10111111101111111111111111111111001': 1, '11111111111111111111110111110110111': 1, '11111111111111101111011111011111111': 1, '11111011111111011111111111111111010': 1, '11111011111110101011111111111111111': 1, '11111111111110001111110111111101111': 1, '11101111111101111111111111111110111': 1, '00000001000000000000000000001010111': 1, '11111111111111111111111011111010111': 1, '00000000111111111111111111111100111': 1, '11111111011111111111111011111110111': 1, '11111111111111111101111011111110111': 1, '11111101111111001111111111101111111': 1, '11111011111111111111110101111110110': 1, '11111111111110111110111111111111011': 1, '00000001111111111111011111111111110': 1, '11111111111111011110111111111101011': 1, '11111111111111111010111111111101111': 1, '01000000000000000011011111111111111': 1, '00000000000000000000011111111111010': 1, '11111111110110111111011111111111110': 1, '11111111111111101111011111101110111': 1, '11111111011111101111011111111111111': 1, '11111111111110111110011111111111011': 1, '11111111111100000000001111111111111': 1, '11111111111111111111111111011101100': 1, '00000000000000000010001111111111111': 1, '11111011011110111111111111111111101': 1, '11111111111111101110111111111111011': 1, '00000000000000001101111111111111111': 1, '10101111111101111111111111111111111': 1, '10111111111111111111111111110101111': 1, '11110111111111111101111111111111110': 1, '11111111111101111111111101111111110': 1, '11111111111111111110100101111011111': 1, '11111110001111111111111111111111001': 1, '00000000001011111111111111111111101': 1, '11111111111111111111101101011111111': 1, '00000010000000000000000010000000000': 1, '11111011111111111111101111011101111': 1, '01111111111111111111111011101111111': 1, '11111111111111111110101111110111111': 1, '11110111111111101111111111111111110': 1, '11111111111110110111111110111111111': 1, '11111011111111001111111111111110111': 1, '11111111111110111110110101111111111': 1, '00000010000000011110111111111111111': 1, '11111111111111111111111111111110000': 1, '11111111111101111101011111111111111': 1, '10111111111111111111111110101111110': 1, '00000000000000001011110111111111101': 1, '11111111111011111111100111111111101': 1, '11111101111111111101110111111111111': 1, '11111111111101111111111111111100110': 1, '01111111101011111111111111111111111': 1, '11111101111111011111111110111111111': 1, '11111111111111100000000000011111111': 1, '00000000001000000000000101011111111': 1, '11111111011111111111101111111101101': 1, '11101111111011001111111111111111111': 1, '01011111111111111111111111111111111': 1, '11111011111111111111111111111000110': 1, '11111111110111111110111111111101111': 1, '11111111111111111111011011111011111': 1, '11101111111111101101111111111111111': 1, '11111111111111101110110111111111111': 1, '00000000000000000000000100001011110': 1, '00000000000011101111111111111111111': 1, '01000000000000100011111111111111111': 1, '01111111111111111111111101011111111': 1, '11111111111111111111011101110111111': 1, '01111111011111111111011111111111111': 1, '11111111111011111111111111101110111': 1, '00000000000000000000011111111011101': 1, '11110111111111111111110111111110111': 1, '00000000001001111111101111111111111': 1, '11101111011111111111111011111111111': 1, '00000001111111111111111111101111110': 1, '00000010000000000000000000000000001': 1, '00000000001000000000000000000011111': 1, '00000000000000000000011111101111101': 1, '11111111111111111111111111110010111': 1, '00000000000000000001000000000001111': 1, '11101111111111111111101111101111101': 1, '11111111011111111110111111111111011': 1, '11111111011111111111111110111111001': 1, '00000000001001111111111011111111111': 1, '00000000000001000000000000001111111': 1, '11111111111111111111111111001110001': 1, '11111111111011111101111111111011111': 1, '00000010000000000011111111101111111': 1, '11111011111111111111111111111110011': 1, '11111111111111111111110111111011011': 1, '11111111111111101111110111101111111': 1, '11111111111111101111110111111111101': 1, '11111111111111011111101111111101101': 1, '11111111111110111111011111111111101': 1, '11111111101111111111111110101111111': 1, '11111111111011111111111111011111001': 1, '01111111111111111110111111111110111': 1, '11111011111011001111111111111111111': 1, '11101111111111111111111111110111011': 1, '11111111111010111111111111110111111': 1, '11111011111111101111111111111101110': 1, '11111011111111011111101111111111011': 1, '10111111111110111111111011111101111': 1, '11111111111101011111111111111111101': 1, '10111111111111111111111011111101101': 1, '00000000011111111111111111111111101': 1, '11111111111111111111110101111011101': 1, '11011111111111111110111111111101111': 1, '00000000001011111111011111111111111': 1, '11111111111101101111111111111011111': 1, '11111111111111111111011111111101111': 1, '00000000011011111111111111101111111': 1, '11111111111111011111111111111111000': 1, '11111011111101111111111111111111011': 1, '11111111011111111111111111111011110': 1, '11110111111111111111111110111101111': 1, '11111111001111111111111111111111101': 1, '11111110111110111111111111111111101': 1, '11111111101101111111111111111111110': 1, '00000000000000001011111111111111101': 1, '11111111111111111111111110011100110': 1, '10111111111111111111111110111011111': 1, '11111111111111111111101110111100111': 1, '11111111011111111111110111011111111': 1, '11111111111110111111110011111111111': 1, '11111011111111011111111110101111111': 1, '00000010000000101111111111111111111': 1, '00000000000111111111111110111111111': 1, '00000000000011011111111111011111111': 1, '11110111111111101111111111011111111': 1, '00000010000001011111111111111111111': 1, '11111111111111111011111111111111100': 1, '11111111110111101111111111111110111': 1, '11111111111111101011111111111100111': 1, '00000111111101111111111111111111111': 1, '00000000000000000000000100111111111': 1, '00000000101111111111111110111111111': 1, '11111110001111111111011111111111111': 1, '10111111101111111111111111111111110': 1, '11111011011111111111011111111111111': 1, '10111111111111111111011111111110110': 1, '11111011111110111111111111111110110': 1, '00000000001000001111110111111111111': 1, '00000000000001011111111011111111111': 1, '10111111111111101111111111111111110': 1, '11101011111111011111110111111111111': 1, '11111110101111111111111111111111110': 1, '11111111111110111111111110111111101': 1, '11111111111111111101111011111111101': 1, '00000000000000000011010111111111111': 1, '11111111111111111110111101011111111': 1, '10101111111111011111111111110111111': 1, '10111111111111101111111111111111101': 1, '11111011111111111111111111111011110': 1, '11111111111111101111011111111011111': 1, '11111111111100111111111111111111110': 1, '00111111011111111111111111111111111': 1, '11111101111111111111111111111110101': 1, '00000011111111011111111111111111101': 1, '00000000111011111110111111111111111': 1, '11111111111111101111111111110101111': 1, '11111111111111111011110111111111111': 1, '00000000000000000000011111111111101': 1, '11111110011011111111111111111111111': 1, '00100000000000000000000000000000000': 1, '00000000000000001111111111111111110': 1, '11111111111111111100011111111111111': 1, '00000111111110111111111111111111111': 1, '11101011111111111111111111111011110': 1, '11101011111111111111111111111110011': 1, '11111111101111111111011011111111111': 1, '11111111111111111111111110110111001': 1, '11111111111111111111011110101101111': 1, '11111111111111111111111111011101011': 1, '11111111111111111111011111011011111': 1, '11111111111111111111101111101110110': 1, '00000000000000000000001111111111101': 1, '11111111111111101111111110101111111': 1, '00000010000000001101111111111111111': 1, '00000010101011011111111111111111111': 1, '00000000000000000000011111111110111': 1, '11111111111011111111111111101011111': 1, '11110111111111111111111111111101111': 1, '00000000000001011111111111111101111': 1, '00000000000000000000000001001011111': 1, '11111111111111111111111111110110101': 1, '11111011111111111111110111101101111': 1, '00001111111111110111111111111111111': 1, '11111011111111111111111111111010111': 1, '11111111111110111101111111111111110': 1, '11011111111111111111111111111111100': 1, '11110111111111111111101111111111111': 1, '00000001111111111111111111111111110': 1, '00000000000000000011111101111111111': 1, '11111111011011011111111111111111111': 1, '00000000000000001111111111111110111': 1, '11111011111010101111111111111111111': 1, '11111111111111011011011111111111111': 1, '00000000000000000000000000000000110': 1, '00000000000000100000000000000000000': 1, '11111011111011111111111111111111100': 1, '11111111011111111111111111011111110': 1, '11111111001011111111111111111111111': 1, '11101111111101011111111111111111101': 1, '11111111111111101011111111111111101': 1, '11111111111111111111101111111110010': 1, '11111111111111101111110111111111110': 1, '11111101111111111110111111111111011': 1, '00000100000000001111111111111111111': 1, '00000100000000000000011111111111011': 1, '11111011011110111111111111111111111': 1, '00000000000000100011011111111111111': 1, '11011111111111011111111111111111110': 1, '11101111111011101111111111111111111': 1, '00000000011111111111111111101111111': 1, '11101111111101011111111111111111111': 1, '11111111111111111101110110111111111': 1, '00000001111111011111111111111011111': 1, '00000000000000000000010110111111111': 1, '11111111111111011111111111111100101': 1, '11111111111111111101011110111111111': 1, '11111011111111111111111111111011011': 1, '11111110011011111111111111111101111': 1, '11111111111111111110111101111101101': 1, '11111111111111111101011111111100110': 1, '00000000000000100010111111111101111': 1, '11110111111111011111111011111111111': 1, '01111111111111011111111101111111111': 1, '00000000011111111111111111111111011': 1, '11011111111111111111011111111111110': 1, '11011111111111111111111111111011110': 1, '00000000101111111111111111111101111': 1, '10111111111111101111111111011111111': 1, '11111011111110111111111111111110111': 1, '00011111111111111111111111111101111': 1, '00000000000011011111111011111111111': 1, '11111110111111011111111111110111111': 1, '01011111111111111111111111111101111': 1, '11111111111111111111011110111101111': 1, '11111111111110101111111111110111111': 1, '11111111011111011111111111101111111': 1, '11111111111111111111100101111011111': 1, '00000000000000011111111111111001111': 1, '00000000000001011111011111111101111': 1, '11111111111111001111011111111111111': 1, '11111111111111111110111110111111101': 1, '00000001111111111111110011111111111': 1, '11111111111111111101110111111111110': 1, '10111011111111111111111101111111111': 1, '00000000001000000000000101110111111': 1, '01000001111111111111111111111111111': 1, '00000000000000000000000000000000010': 1, '11111111111011111111111111010111111': 1, '11111111111111011111111111111110101': 1, '11111111111111111110111111110111011': 1, '00000000000000000000000001111111110': 1, '00000000000000011111111111111011111': 1, '00000100000000000000000000001011111': 1, '11111011111111111100111111111111111': 1, '11111011111111111111111111110111110': 1, '00000000001000000000000000000010001': 1, '11101111111111111110110111111111111': 1, '11111111111111111110110111111110111': 1, '11101111111111101111101111111111111': 1, '11111111111110111111111111111111100': 1, '11111110111111111110111111111101111': 1, '11101011111111111101111111111111111': 1, '11111111011111111111110111111111110': 1, '11111110111111011111111111011111111': 1, '11111111111101011111111110111111111': 1, '11111111111111111110111111111111100': 1, '11111011111111110111111111111111110': 1, '00000000000000000000000000011101111': 1, '00000000000000000000001000001011111': 1, '00000000000000000000001111111011111': 1}\n" ] } ], diff --git a/docs/guides/qiskit-addons-sqd-get-started.ipynb b/docs/guides/qiskit-addons-sqd-get-started.ipynb index f91dc9d2fe8..1b576608ff5 100644 --- a/docs/guides/qiskit-addons-sqd-get-started.ipynb +++ b/docs/guides/qiskit-addons-sqd-get-started.ipynb @@ -1908,7 +1908,7 @@ "text": [ "Iteration 1\n", "\tSubsample 0\n", - "\t\tEnergy: -105.48545320795333\n", + "\t\tEnergy: -105.48545320795331\n", "\t\tSubspace dimension: 5476\n" ] }, @@ -1918,7 +1918,7 @@ "text": [ "Iteration 2\n", "\tSubsample 0\n", - "\t\tEnergy: -108.16511992458906\n", + "\t\tEnergy: -108.16511992458905\n", "\t\tSubspace dimension: 222784\n" ] }, @@ -1938,7 +1938,7 @@ "text": [ "Iteration 4\n", "\tSubsample 0\n", - "\t\tEnergy: -109.06454524572399\n", + "\t\tEnergy: -109.06454524572398\n", "\t\tSubspace dimension: 447561\n" ] }, diff --git a/docs/guides/qiskit-runtime-circuit-timing.ipynb b/docs/guides/qiskit-runtime-circuit-timing.ipynb index aca481eaa82..879e18b43e1 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: d76co0tbjrds73edf4qg (DONE)\n" + ">>> Job ID: d7fk2ut6agrc738ipus0 (DONE)\n" ] } ], @@ -303,7 +303,7 @@ { "data": { "text/plain": [ - "'main,rz_0,Qubit 0,929,0,shift_phase\\nmain,sx_0,Qubit 0,929,8,play\\nmain,sx_0,Qubit 0,933,0,shift_phase\\nmain,rz_0,Qubit 0,937,0,shift_phase\\nmain,barrier,Qubit 0,937,0,barrier\\nmain,measure_0,Qubit 0,937,64,play\\nmain,measure_0,Qubit 0,1001,72,play\\nmain,measure_0,AWGR13_0,1048,240,capture\\nmain,measure_0,Qubit 0,1073,64,play\\nmain,barrier,Qubit 0,1489,0,barrier\\nmain,broadcast,Hub,1048,441,broadcast\\nmain,receive,Receive,1489,7,receive\\nthen,x_0,Qubit 0,1504,8,play\\nmain,barrier,Qubit 0,1521,0,barrier\\nmain,measure_0,Qubit 0,1521,64,play\\nmain,measure_0,Qubit 0,1585,72,play\\nmain,measure_0,AWGR13_0,1632,240,capture\\nmain,measure_0,Qubit 0,1657,64,play\\nmain,barrier,Qubit 0,1911,0,barrier\\nmain,barrier,Qubit 0,1911,0,barrier\\n'" + "'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'" ] }, "execution_count": 5, diff --git a/docs/guides/qpu-information.ipynb b/docs/guides/qpu-information.ipynb index 9a471f05db8..69fffedf307 100644 --- a/docs/guides/qpu-information.ipynb +++ b/docs/guides/qpu-information.ipynb @@ -98,12 +98,11 @@ "data": { "text/plain": [ "[,\n", - " ,\n", " ,\n", - " ,\n", + " ,\n", " ,\n", " ,\n", - " ]" + " ]" ] }, "execution_count": 1, @@ -159,12 +158,11 @@ "data": { "text/plain": [ "[,\n", - " ,\n", " ,\n", - " ,\n", + " ,\n", " ,\n", " ,\n", - " ]" + " ]" ] }, "execution_count": 3, @@ -386,7 +384,7 @@ "output_type": "stream", "text": [ " Processor type: {'family': 'Heron', 'revision': '2'}\n", - " Supported instructions: ['cz', 'id', 'delay', 'measure', 'measure_2', 'reset', 'rz', 'sx', 'x', 'if_else']\n" + " Supported instructions: ['cz', 'id', 'delay', 'measure', 'measure_2', 'reset', 'rz', 'sx', 'x', 'if_else', 'store']\n" ] } ], @@ -490,7 +488,7 @@ { "data": { "text/plain": [ - "QubitProperties(t1=0.00021773926819388414, t2=0.00026425070120544354, frequency=None)" + "QubitProperties(t1=0.00022083762358756628, t2=0.00025219535877549974, frequency=None)" ] }, "execution_count": 7, @@ -521,11 +519,11 @@ "output_type": "stream", "text": [ "Qubit 126 Properties:\n", - " T1: 7.277917134771197e-05 seconds\n", - " T2: 5.480973335299794e-05 seconds\n", - " Readout Error: 0.0079345703125\n", - " P(0 | 1): 0.010986328125\n", - " P(1 | 0): 0.0048828125\n", + " T1: 0.00012548222519387844 seconds\n", + " T2: 7.948136338977954e-05 seconds\n", + " Readout Error: 0.0064697265625\n", + " P(0 | 1): 0.01025390625\n", + " P(1 | 0): 0.002685546875\n", " Readout Length: 1.56e-06 seconds\n" ] } @@ -944,7 +942,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=6.8e-08, error=0.007200454251140492)" + "InstructionProperties(duration=6.8e-08, error=0.010821740286862058)" ] }, "execution_count": 9, @@ -969,7 +967,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=1.56e-06, error=0.015869140625)" + "InstructionProperties(duration=1.56e-06, error=0.0157470703125)" ] }, "execution_count": 10, diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb index 4c40c7530c7..3e3af7c061c 100644 --- a/docs/guides/quick-start.ipynb +++ b/docs/guides/quick-start.ipynb @@ -168,7 +168,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'11': 514, '00': 510}\n" + "{'00': 510, '11': 514}\n" ] } ], diff --git a/docs/guides/represent-quantum-computers.ipynb b/docs/guides/represent-quantum-computers.ipynb index 3d5a19132c7..247d2d22ecf 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": [ - "['rz', 'ecr', 'reset', 'measure', 'id', 'if_else', 'x', 'sx', 'switch_case', 'for_loop', 'delay']\n" + "['ecr', 'switch_case', 'delay', 'if_else', 'rz', 'measure', 'id', 'for_loop', 'sx', 'x', 'reset']\n" ] } ], diff --git a/docs/guides/run-jobs-batch.ipynb b/docs/guides/run-jobs-batch.ipynb index 9b1f88b3946..0a24af38c57 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.3.1\n", + "qiskit-ibm-runtime~=0.45.1\n", "```\n", "\n", "" @@ -252,8 +252,14 @@ "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", - "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" + ] + }, + { + "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" ] } ], @@ -293,7 +299,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': '55faa345-224d-43b2-b86c-e8080003f884', '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 3e75b1a638f..283bfaa7347 100644 --- a/docs/guides/run-jobs-session.ipynb +++ b/docs/guides/run-jobs-session.ipynb @@ -38,7 +38,7 @@ "\n", "```\n", "qiskit[all]~=2.3.1\n", - "qiskit-ibm-runtime~=0.45.0\n", + "qiskit-ibm-runtime~=0.45.1\n", "scipy~=1.17.1\n", "```\n", "\n", @@ -304,7 +304,7 @@ "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" + "Result2: PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray(), meas0=BitArray(), shape=(3, 2)), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})\n" ] } ], @@ -362,7 +362,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': '40ee0082-7916-4e3a-970f-dd9003fc25e5', '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/save-jobs.ipynb b/docs/guides/save-jobs.ipynb index 395869b390b..c56154b9da0 100644 --- a/docs/guides/save-jobs.ipynb +++ b/docs/guides/save-jobs.ipynb @@ -72,9 +72,9 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ]" ] }, "execution_count": 1, @@ -113,11 +113,1201 @@ ] }, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:40,764: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"417b4d30-4f6c-43e8-8526-72fa294c4efa\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:40,901: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"bd7548e0-8598-4c8d-83a7-41ee66ce6d63\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,024: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"05ef7596-ddb3-4d96-9088-02402d6e0b97\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,160: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b58530fc-62f1-4260-a274-0192be6ff160\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,300: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1d639acd-9512-4422-97f8-e3a4c79e27f6\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,487: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5ba70013-2044-4f45-88f7-86e9cb8838fa\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,627: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"720d3865-81f6-4b55-861e-f450c5ebf0c9\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,757: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6b95b38b-8790-41d1-b958-35afe774657b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:41,897: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9d495296-1dcb-4c80-8496-4763930a0a1f\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,026: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5838aad3-42b7-4d71-9f56-1370cd88442c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,152: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1128087b-e027-4d30-8f1c-610a23d9d0eb\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,267: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"8eb92489-64cf-4cf2-b2ee-894f721bd16a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,366: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"88972426-8166-48ef-8cf6-5b4ed8b56d3a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,483: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"7bc81a03-3f60-400c-b1d4-4912cca55384\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,589: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ac555ce4-8065-4dab-b231-2c71853ee0ae\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,702: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6f302f36-8c36-4413-a2b9-0517b477dbba\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,823: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1a68bf28-dc0a-45a6-88f5-4e60fe0f7d2b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:42,933: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"bc49bc6a-dd64-4081-baec-3864b4150c69\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,041: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"bc310733-97a5-4257-9297-134ec370522c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,159: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"c41066f4-d3b7-4ada-a065-4a4ec7da0b80\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,279: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6d32ddce-153b-4819-91f8-76fb8dae7708\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,393: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a94478e9-6a92-412e-bfe2-8d5e85ab7cd8\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,502: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"710e6cf6-4155-4df6-9d52-c9b7961ce0fe\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,614: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ae82ad49-e9e7-4130-9046-c0255999c8fe\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,752: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"40dba4bd-daff-4396-a3e4-b2b666e6544c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,869: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2bdd957a-2c0e-4881-b1e3-d4d0f3693dde\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:43,982: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ee289df1-9dd6-4509-8289-82d9c252b3fa\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,089: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6151a64a-87d3-4e26-bd29-b48546ae40e4\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,200: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"4a7f0956-04a5-46c3-a1aa-b774e17af9e2\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,306: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5b3aa70a-2aa2-4c3b-af27-5f856855b717\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,425: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"05964c92-dabb-41b6-90d4-d045e7bc2a3a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,534: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"aac869f5-72ae-4277-ad3b-0683baeed21a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,643: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"cb3c475a-6529-44f0-b2a4-59034f37542b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,801: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"92e5fded-81ee-4628-b559-d92e101d3470\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:44,936: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"025364af-c6f3-47d2-9f24-36d1ac8ce6e4\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,097: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"332f4b29-2b91-42e7-86ac-f7190b44ebba\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,267: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"583d476b-c7db-44d5-913e-62999f00b079\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,418: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"34609d02-a1ff-44b2-8764-99db46e52a74\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,602: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"83f1e0ba-4529-48b3-a554-f6607328375d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,727: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ffb6bc3a-11e7-4503-b8f7-db8cfe9294dc\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,854: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f2108a05-5734-4957-9730-a401157927cc\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:45,989: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"08c3f090-1550-4d73-ae84-d0aef9276a4b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,111: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"c53287c1-3e3f-41ef-910d-bffaecc9087d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,244: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a41e0e9b-cb88-486c-ba37-5ab38781a7f8\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,360: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e5a8c291-fd6f-48ff-a3a7-628d11243068\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,499: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a51b0a33-680c-4ebd-a65d-34be4c5dfd9f\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,645: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"70aed853-345c-4cbc-91fa-2efee7511729\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,773: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"decf7794-3d52-449f-acf1-1503589aadbd\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:46,906: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"376f14b8-202c-4801-8245-ac8b6656a523\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,043: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f03b5a5e-8186-4be1-9b0c-d3606843d44a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,186: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0bc8a42d-3f24-4fd6-a965-418b70fe2754\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,354: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6512244f-7548-4678-8ddc-1358c6484a7c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,496: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"95797b78-145b-491b-85bb-52943c608e23\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,640: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"74621fd2-cd8f-4105-927c-e3aca5da6f19\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,823: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"cf55166c-3abc-4fb8-bf65-8c3ccde28bea\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:47,968: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a204f3c1-57fa-4216-89ce-e284b3c4ff40\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:48,537: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2794edad-6516-46c8-b72f-4a30d36622ca\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:48,680: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0c70c68d-80c0-4621-a2aa-8815f6f7d58e\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:48,848: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0d9581b0-e058-4414-98bb-ea43f054cdcb\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:48,988: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"d6e69993-a90c-4ece-a496-35359ed29545\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:49,171: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a13aa825-4a81-4b99-9a19-6fa97e584d8d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:49,982: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"cb81688a-142e-4b27-8305-52e1cf5ab874\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:50,162: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5d561c72-0d26-4468-9a8b-8ddd86fe78d4\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:50,988: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"908e26e7-5ab1-461d-a343-f93893158164\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,122: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"07860213-db82-4036-b689-d80ae8987893\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,277: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0f29cbdb-c6c7-4aa8-b60d-c6196b0e4ab9\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,432: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5dc9187f-3c84-42c8-ae70-766d21f3964c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,564: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b37bab2b-8a38-4763-a9f7-aa5e7e4ea014\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,734: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"92dc1213-3465-4c04-a683-a04c4b15d648\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:51,885: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2c0c2193-31b1-4004-a6c6-f04722ab7545\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,069: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e9d09eed-7016-44a3-ab10-2cecb5254d08\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,221: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"cf2b27a0-ce99-4c6d-90d3-4d41fd6b544c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,369: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ec837fa5-9f30-4e2d-9fdb-2f98bef24baa\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,507: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1eba7887-18de-42c1-baed-8b4b5664ccdd\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,669: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f86cb388-f3cb-497e-9cc6-c5de7862e99a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:52,826: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"713729f3-7009-4c12-a84e-d141f4ab37db\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,018: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"fd3cb517-42a2-4bf9-8939-2430b025a9a0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,189: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"cd88aaf5-4eb0-4771-bba1-c70030015941\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,337: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b6c7b101-92de-4dd0-b5e7-caaee99c1539\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,483: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"86bd2bb7-0c4c-4ebc-a3f6-a600c093c5bd\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,635: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"64f8b947-c5d3-40bc-be1f-b8e6afdfcd21\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,792: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"66c6c363-93c1-42ac-8aef-f0cf265c5609\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:53,937: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"19b97d96-1824-49a3-8491-76c0bfa86b17\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,094: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9c94a205-9c17-4f0b-a6c1-7f2e1f2454fc\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,248: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b769a787-d3fd-4f96-942a-19147683d0ea\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,383: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"88c93e2b-b946-4a33-a360-6776bdd49873\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,510: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2f68d865-cf7e-4ad8-8385-32b6ab9d404e\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,634: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"52d8378c-df4f-4162-8d59-60553ae43a9c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,771: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"68f7b90f-9dbc-4dbf-8390-cca1a256a444\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:54,893: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e7eef068-e480-448c-92bd-292cd11456a1\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,031: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b453fdb9-3446-41b5-b97f-145eeeafc2fe\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,153: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"27548848-503b-44b4-acae-d2f70ecfb9fc\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,278: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"66dd6c94-16e8-4a44-a7ad-ca150ba43929\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,410: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"667e2226-7baf-4dcf-81f0-6b902a7f5b52\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,526: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9c1c04bd-7cd6-4f0d-bcb6-e23b2ecd412d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,638: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0387bdb0-5846-49b3-a3c3-4b05c70f472f\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,804: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9a6d6821-955e-472a-a5cf-6a9b232fc084\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:55,964: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"810b5ed5-5604-4c5a-b6a3-2ad93697b055\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,123: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"75e4b1a5-eb8e-46aa-b5cf-1c1a5ada302d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,278: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"4442fdc3-1264-43e7-94bf-e36224fae6d1\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,419: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"4faf3b57-d95e-4416-9954-cffab9024d6c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,541: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1d111d22-2d8b-4740-b099-06cb9ff4c72a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,701: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"7a7a2383-c7b8-404f-8f59-6f8db1613392\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,833: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0712b370-52ee-428e-a50a-e709c59b73e0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:56,968: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b6ed209c-b31a-4b76-a1e3-330ec8847a59\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:57,146: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2c4aed96-31f0-4efe-a2db-3fe05d499406\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:57,294: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"7bd6bf8c-30cb-47e2-b3b5-a6072d764299\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:57,428: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"49b52176-d1a0-4b00-b485-f1e7a009f3bf\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,243: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e4625100-c2a2-461c-9b86-f091e6606a28\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,369: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"3e0531cc-5d03-4730-82a0-b7383c750ec0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,504: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0122b417-ab64-48a8-a764-8ea122c5cc69\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,643: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"fa3ba365-c209-4792-b7dc-5ecae6de2eb7\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,806: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"85802471-0e4d-4544-bc54-99f9640152f4\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:58,968: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"df79b197-a6f4-48a8-a7bc-f7ec91d194ed\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,106: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"842bac55-1a65-44d1-a166-4a5dc7ade46b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,221: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e8b51df0-32a8-45be-90de-59c240d7db26\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,331: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"acec7cd5-5192-4bfb-b596-4eff7b3f4204\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,460: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"3cf2235c-fa33-4231-9e47-8686d5b0e276\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,604: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"61c056ca-ea45-4857-b967-ffc78f8d89d7\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,714: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f63dfe14-22dc-4d95-ae1a-bb0fcbafa788\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,843: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"d66db11f-f19a-4bf0-8c0d-893523e53d14\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:39:59,978: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9ff9b33d-f902-482b-b01a-678199e07cbc\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:00,161: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"c5d594f2-f2e2-453f-bfc9-1e2da87855e7\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:00,355: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e964f9e1-2e5b-44cd-b74a-6e27b7f68640\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:00,480: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f21a9911-cf6c-468d-ab20-fdf769e9542a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:00,758: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"83c6d2fc-0240-42a2-82ef-aa46f447bc43\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:00,899: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"5e436a09-3461-4d3c-83c7-6d27976b7394\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,040: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"94ef674c-2928-48ec-a13d-97b16c4b6b17\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,237: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9392a280-bd1d-4f86-983b-63efd1cd6e31\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,403: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e72095a8-95c9-435c-b96c-a56bef769e0d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,585: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"f310e87b-0124-4e75-b1fd-7e96145e49b0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,756: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"635eb630-b5b9-44eb-97cb-5f6c26830358\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:01,934: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"844cb160-f307-4f83-91c8-0f8d4d06d65c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:02,108: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ceb3ee14-1c0a-4100-8d25-4c489f5422d9\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:02,406: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"3745e075-e3b6-42af-b5ff-9918342b1fa0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:02,551: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"da2c5037-5ce6-49fe-84f4-742384426aa1\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:02,718: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"0231d256-9ab4-427a-92c4-f823e4c95286\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:02,911: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"596211a3-8f2d-4cff-ba95-ee68af994069\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,091: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"838a7495-9763-4cae-9d15-bc433b86c5e7\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,293: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e3c5214e-0598-47b8-995a-b63946d356c2\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,446: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"1240d9ad-703f-446b-ac22-1c9a12951e11\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,585: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"e85bd7a0-4b7f-48c6-9b6e-55a4de338a28\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,725: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"897166bc-98cd-4bc7-a3ac-8772df7e0eba\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:03,899: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"426a063e-3658-4632-85f2-834720aa1331\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,074: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ffed2f8e-1226-45bd-b328-2733d23c1b14\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,227: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"6dff6b59-ed4d-469c-8aa9-bba1c4527b4b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,393: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ffee63b7-f72f-4614-b594-99c31d384af5\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,519: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ae08277a-cfe5-4158-a274-eedcdc89521b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,643: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b085e6bd-6d28-4556-9b2d-e7b5be766f19\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,777: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"ac0919c6-3911-4371-b171-cc857c8a0d6d\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:04,916: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"4d31c6f8-b04f-47b4-9190-29bf26ef3757\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,038: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"704ff8f8-63a8-4a6e-a727-3e787ced51e0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,191: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"9662818c-f67a-42be-9020-bdf0b51f3f1e\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,348: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"8313c762-93df-4388-be6a-bd932fe625a6\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,547: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"313f6127-2886-4a0c-ba5a-9dab0b1ae5c6\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,720: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"3039004e-9d24-4fa4-b8b8-f33947fd28f0\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:05,892: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"a4870ba0-7baf-4b04-b552-bc666efb88f8\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,063: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"edb23cf5-5885-4df7-ac81-3cfbd1bb8472\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,239: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"34b035bd-25f6-4dc0-bf60-a4421d6df84e\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,365: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"2f40705d-0e11-495b-8ec6-87acdaa50c4b\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,492: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"47587e60-8247-4038-92f2-1f80a9e398f5\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,618: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"fa5e6017-d3bc-402c-b45e-5ca28af4a086\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,763: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"81162b1b-ceb8-4dbc-9d86-36967d7fa400\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:06,906: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"490537e3-fe52-4ed6-911f-ee4a01930f02\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,054: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"58fcacdd-e4f9-4adc-b4cb-b530fa41bc26\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,206: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"070db5f5-103f-4c9b-b774-007568c5ce85\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,333: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"b615d6d7-5ba1-45fd-8f5d-f00e2d9b124a\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,482: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"c4ff0167-2d95-498c-8b3c-dd2791f3150c\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,644: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"81da28b3-abb9-465f-af5c-a323dba18de2\"}\\n' \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "qiskit_runtime_service._create_backend_obj:WARNING:2026-04-15 07:40:07,778: Unable to create configuration for ibm_torino. '404 Client Error: Not Found for url: https://quantum.cloud.ibm.com/api/v1/backends/ibm_torino/configuration. {\"errors\":[{\"code\":\"not_found\",\"message\":\"device not found\",\"more_info\":\"https://cloud.ibm.com/apidocs/quantum-computing#error-handling\"}],\"trace\":\"7412e7b5-2d25-4b13-b238-3b96a1a22c9c\"}\\n' \n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "d762omnq1anc738d2cj0\n" + "d7fdc8e2cugc739qeh20\n" ] } ], @@ -140,7 +1330,7 @@ { "data": { "text/plain": [ - "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})" + "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})" ] }, "execution_count": 3, @@ -181,7 +1371,15 @@ "execution_count": 4, "id": "1892f8f7-ff0f-4ed2-bba9-a336c23315af", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + } + ], "source": [ "import json\n", "from qiskit_ibm_runtime import RuntimeEncoder\n", @@ -207,7 +1405,7 @@ { "data": { "text/plain": [ - "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})" + "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': ExecutionSpans([DoubleSliceSpan()])}, 'version': 2})" ] }, "execution_count": 5, diff --git a/docs/guides/simulate-with-qiskit-aer.ipynb b/docs/guides/simulate-with-qiskit-aer.ipynb index 31c35ce03a1..10418c5f47d 100644 --- a/docs/guides/simulate-with-qiskit-aer.ipynb +++ b/docs/guides/simulate-with-qiskit-aer.ipynb @@ -236,29 +236,27 @@ { "data": { "text/plain": [ - "{'00000000': 66,\n", - " '01000000': 2,\n", - " '11100000': 2,\n", - " '10000000': 4,\n", - " '00001010': 1,\n", - " '01111000': 3,\n", - " '00001100': 1,\n", - " '01000010': 1,\n", - " '11110000': 1,\n", - " '00110000': 2,\n", - " '01100000': 2,\n", - " '00000010': 1,\n", - " '00011000': 1,\n", - " '00100000': 1,\n", - " '00000011': 2,\n", - " '00011110': 2,\n", - " '00000110': 1,\n", - " '00000001': 1,\n", - " '01010010': 1,\n", - " '10010100': 1,\n", + "{'11000000': 6,\n", + " '00000000': 56,\n", + " '00001010': 5,\n", + " '00011110': 1,\n", + " '10000000': 6,\n", " '00010100': 2,\n", - " '11000011': 1,\n", - " '11011000': 1}" + " '01100000': 3,\n", + " '01010000': 3,\n", + " '00001100': 3,\n", + " '01000000': 3,\n", + " '00000110': 1,\n", + " '11000100': 1,\n", + " '11100000': 1,\n", + " '10110000': 1,\n", + " '10100000': 2,\n", + " '01001100': 1,\n", + " '10001010': 1,\n", + " '00011100': 1,\n", + " '00000011': 1,\n", + " '00000010': 1,\n", + " '00010000': 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 3afd1f8ed58..9578d0eb5bb 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': 525, '11': 499}\n" + "The counts are: {'00': 518, '11': 506}\n" ] } ], @@ -497,7 +497,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, diff --git a/docs/guides/specify-runtime-options.ipynb b/docs/guides/specify-runtime-options.ipynb index 303a870e2a7..e9737ec28fd 100644 --- a/docs/guides/specify-runtime-options.ipynb +++ b/docs/guides/specify-runtime-options.ipynb @@ -157,7 +157,15 @@ "execution_count": 3, "id": "71de6acf-77a5-460f-ac54-f88f7a4d2fa6", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + } + ], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", "from qiskit_ibm_runtime import EstimatorV2 as Estimator\n", @@ -196,7 +204,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -342,7 +350,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 6, diff --git a/docs/guides/synthesize-unitary-operators.ipynb b/docs/guides/synthesize-unitary-operators.ipynb index 0440be699e3..2b8683d1cc1 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/visualize-results.ipynb b/docs/guides/visualize-results.ipynb index 05ffdaa5cb5..9c7b932ff7c 100644 --- a/docs/guides/visualize-results.ipynb +++ b/docs/guides/visualize-results.ipynb @@ -210,6 +210,7 @@ "name": "stdout", "output_type": "stream", "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n", "PubResult(data=DataBin(evs=np.ndarray(), stds=np.ndarray(), shape=(7, 1)), metadata={'target_precision': 0.0, 'circuit_metadata': {}})\n" ] }, 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 8341ae319eb..2960dc1b130 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 6ee1001a77a..b4e02a63759 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 634cb87e696..712cb4d0d6d 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 4b4fe67f63b..e6a010ee678 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 bae15425bfe..73e8ca25682 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 deleted file mode 100644 index 889857a9baf..00000000000 --- a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-0.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-1.svg b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-1.svg new file mode 100644 index 00000000000..6d0ebf0e8ce --- /dev/null +++ b/public/docs/images/guides/circuit-transpilation-settings/extracted-outputs/c1c91fbd-acfe-413e-a6c9-ad97f4dd5543-1.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 ed3756b8226b779991032d01772a039c4e835579..1a7e7692c774c23cdfc75d75f8fd762dcb8dfe98 100644 GIT binary patch literal 89396 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 z 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 b5#}LbvwGxC3ctp)D1LErbv!iKbLsy8i^oPI literal 89170 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̲y04lQfJk^hLqRdAlp;#R-b)P2qT`3SrpU>;K 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 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 6a8a0de7447..6f3fee35b0d 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/hello-world/extracted-outputs/87143fcc-0.svg b/public/docs/images/guides/hello-world/extracted-outputs/87143fcc-0.svg index 8852136d5db..bc92b6f0820 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 46dc2646211..15d9617f2b9 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/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.avif b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.avif deleted file mode 100644 index edfef2afd85fa46041397f3006c45d078f917690..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28657 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 J47Qz4Zydl8OLzbP diff --git a/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.svg b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.svg new file mode 100644 index 00000000000..840c185d856 --- /dev/null +++ b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.avif b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.avif deleted file mode 100644 index 6df93e7ab7ac43bfb410cd36cd681014bb2e1d92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14808 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 diff --git a/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.svg b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.svg new file mode 100644 index 00000000000..0d66e10d69e --- /dev/null +++ b/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/docs/images/guides/q-ctrl-performance-management/extracted-outputs/8106d906-0.svg b/public/docs/images/guides/q-ctrl-performance-management/extracted-outputs/8106d906-0.svg index b7087827091..d7e89b4cfe9 100644 --- a/public/docs/images/guides/q-ctrl-performance-management/extracted-outputs/8106d906-0.svg +++ b/public/docs/images/guides/q-ctrl-performance-management/extracted-outputs/8106d906-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 1a8f43b84f1..b97fcb8270e 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 c73248884aa..b6b7ec0589b 100644 --- a/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg +++ b/public/docs/images/guides/set-optimization/extracted-outputs/77d76048-b1e8-4225-b35f-80dc9d458e8d-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg b/public/docs/images/guides/set-optimization/extracted-outputs/bf239116-b8bb-42aa-a27a-89206d9e108a-0.svg index 0c5c1256ba1..57d49c03c78 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/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 063d353dd36..c134e40d987 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 a4ca1766344..ad6181eedaf 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 3a57905599d..8470959e443 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 1db269d9308a1c3c2285736ea052e83dbacfb47b..21cf5835cade69d77108917983acc00b41ed223d 100644 GIT binary patch delta 19 acmaDY`&xEF8V5gzkp_cZ=fjP8wR`|ZFb2{9 delta 19 acmaDY`&xEF8V4hXh=pB8?xc-*wR`|ZuLjcq 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 1db269d9308a1c3c2285736ea052e83dbacfb47b..21cf5835cade69d77108917983acc00b41ed223d 100644 GIT binary patch delta 19 acmaDY`&xEF8V5gzkp_cZ=fjP8wR`|ZFb2{9 delta 19 acmaDY`&xEF8V4hXh=pB8?xc-*wR`|ZuLjcq 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 f631579291e..1ee45af6643 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 252f23fc98b..8766111c417 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