diff --git a/docs/guides/DAG-representation.ipynb b/docs/guides/DAG-representation.ipynb index 2f86f480f39..fd68030530d 100644 --- a/docs/guides/DAG-representation.ipynb +++ b/docs/guides/DAG-representation.ipynb @@ -33,7 +33,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -131,7 +131,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, @@ -162,7 +162,7 @@ "output_type": "stream", "text": [ "node name: if_else\n", - "op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None])\n", + "op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[, None])\n", "qargs: (,)\n", "cargs: (, , )\n", "condition: (ClassicalRegister(3, 'c'), 2)\n" diff --git a/docs/guides/add-job-tags.ipynb b/docs/guides/add-job-tags.ipynb index 715780641a3..dfea49eb06c 100644 --- a/docs/guides/add-job-tags.ipynb +++ b/docs/guides/add-job-tags.ipynb @@ -24,6 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -49,7 +50,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 1, "id": "74a7a1ea-f2ae-4b8c-9499-af52840c2e74", "metadata": {}, "outputs": [ @@ -100,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 2, "id": "205ceaf7-f79d-4452-b4b0-9688e39a4564", "metadata": {}, "outputs": [ @@ -132,26 +133,24 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 3, "id": "b6db503e-46ef-406e-9420-ef73446df564", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ]" ] }, - "execution_count": 21, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } diff --git a/docs/guides/bit-ordering.ipynb b/docs/guides/bit-ordering.ipynb index 5fbdbcb52e6..791be8aac9f 100644 --- a/docs/guides/bit-ordering.ipynb +++ b/docs/guides/bit-ordering.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb index 1835654e02d..5aaa810a64b 100644 --- a/docs/guides/build-noise-models.ipynb +++ b/docs/guides/build-noise-models.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-aer~=0.17\n", "```\n", @@ -506,7 +506,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n", - " Instructions with noise: ['u3', 'u2', 'u1']\n", + " Instructions with noise: ['u3', 'u1', 'u2']\n", " All-qubits errors: ['u1', 'u2', 'u3']\n" ] } @@ -553,7 +553,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n", - " Instructions with noise: ['u3', 'u2', 'u1']\n", + " Instructions with noise: ['u3', 'u1', 'u2']\n", " Qubits with noise: [0]\n", " Specific qubit errors: [('u1', (0,)), ('u2', (0,)), ('u3', (0,))]\n" ] @@ -728,7 +728,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n", - " Instructions with noise: ['cx', 'u3', 'u1', 'measure', 'reset', 'u2']\n", + " Instructions with noise: ['u2', 'u3', 'u1', 'measure', 'cx', 'reset']\n", " All-qubits errors: ['reset', 'measure', 'u1', 'u2', 'u3', 'cx']\n" ] } @@ -838,7 +838,7 @@ "text": [ "NoiseModel:\n", " Basis gates: ['cx', 'id', 'rz', 'sx', 'u2', 'u3']\n", - " Instructions with noise: ['cx', 'u3', 'measure', 'reset', 'u2']\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-library.ipynb b/docs/guides/circuit-library.ipynb index 75cfdad5401..2d44852f263 100644 --- a/docs/guides/circuit-library.ipynb +++ b/docs/guides/circuit-library.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/classical-feedforward-and-control-flow.ipynb b/docs/guides/classical-feedforward-and-control-flow.ipynb index ab9370116a3..364873de13e 100644 --- a/docs/guides/classical-feedforward-and-control-flow.ipynb +++ b/docs/guides/classical-feedforward-and-control-flow.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/common-parameters.ipynb b/docs/guides/common-parameters.ipynb index 312fed73189..8eba069b638 100644 --- a/docs/guides/common-parameters.ipynb +++ b/docs/guides/common-parameters.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/construct-circuits.ipynb b/docs/guides/construct-circuits.ipynb index f171ffeabba..16796e09122 100644 --- a/docs/guides/construct-circuits.ipynb +++ b/docs/guides/construct-circuits.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -88,9 +88,9 @@ { "data": { "text/plain": [ - "[Qubit(QuantumRegister(2, 'qreg1'), 0),\n", - " Qubit(QuantumRegister(2, 'qreg1'), 1),\n", - " Qubit(QuantumRegister(1, 'qreg2'), 0)]" + "[,\n", + " ,\n", + " ]" ] }, "execution_count": 2, @@ -434,7 +434,7 @@ "id": "87f1e053", "metadata": {}, "source": [ -"\n", + "\n", "## Measure qubits\n", "\n", "Measurements are used to sample the states of individual qubits and transfer the results to a classical register. Note that if you are submitting circuits to a [Sampler](./primitives#sampler) primitive, measurements are required. However, circuits submitted to an [Estimator](./primitives#estimator) primitive must not contain measurements.\n", @@ -458,7 +458,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 12, @@ -481,7 +481,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 13, @@ -504,7 +504,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 14, diff --git a/docs/guides/create-transpiler-plugin.ipynb b/docs/guides/create-transpiler-plugin.ipynb index b78b11a3785..feb44cc0e1b 100644 --- a/docs/guides/create-transpiler-plugin.ipynb +++ b/docs/guides/create-transpiler-plugin.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/custom-backend.ipynb b/docs/guides/custom-backend.ipynb index 3e60dd1251d..31dd489cb04 100644 --- a/docs/guides/custom-backend.ipynb +++ b/docs/guides/custom-backend.ipynb @@ -48,7 +48,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -388,10 +388,10 @@ "output_type": "stream", "text": [ "Post-Transpilation: \n", - "CZ gates: 167\n", + "CZ gates: 153\n", "ECR gates: 6\n", - "SX gates: 300\n", - "RZ gates: 187\n" + "SX gates: 310\n", + "RZ gates: 206\n" ] } ], @@ -570,10 +570,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "CZ gates: 883\n", - "X gates: 3\n", - "SX gates: 1650\n", - "RZ gates: 935\n" + "CZ gates: 865\n", + "X gates: 12\n", + "SX gates: 1593\n", + "RZ gates: 869\n" ] } ], diff --git a/docs/guides/custom-transpiler-pass.ipynb b/docs/guides/custom-transpiler-pass.ipynb index 832e9aef1b1..b55117303d8 100644 --- a/docs/guides/custom-transpiler-pass.ipynb +++ b/docs/guides/custom-transpiler-pass.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/defaults-and-configuration-options.ipynb b/docs/guides/defaults-and-configuration-options.ipynb index e9c5ee25000..c0d94dd1aa7 100644 --- a/docs/guides/defaults-and-configuration-options.ipynb +++ b/docs/guides/defaults-and-configuration-options.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -250,7 +250,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, diff --git a/docs/guides/dynamical-decoupling-pass-manager.ipynb b/docs/guides/dynamical-decoupling-pass-manager.ipynb index 7b8c9a0e05a..d8325417eb6 100644 --- a/docs/guides/dynamical-decoupling-pass-manager.ipynb +++ b/docs/guides/dynamical-decoupling-pass-manager.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/fractional-gates.ipynb b/docs/guides/fractional-gates.ipynb index acc747f67c3..80129151d46 100644 --- a/docs/guides/fractional-gates.ipynb +++ b/docs/guides/fractional-gates.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/functions.ipynb b/docs/guides/functions.ipynb index 1eb0b248d88..ca536ba2c42 100644 --- a/docs/guides/functions.ipynb +++ b/docs/guides/functions.ipynb @@ -27,9 +27,9 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=1.4.1\n", - "qiskit-ibm-runtime~=0.37.0\n", - "qiskit-ibm-catalog~=0.4\n", + "qiskit[all]~=2.1.2\n", + "qiskit-ibm-runtime~=0.40.1\n", + "qiskit-ibm-catalog~=0.9.0\n", "```\n", "" ] @@ -243,7 +243,7 @@ { "data": { "text/plain": [ - "'7f08c9d5-471b-4da2-92e7-4f2cb94c23a8'" + "'1dc35d85-f329-4989-ba27-9b696e7da546'" ] }, "execution_count": 5, @@ -385,16 +385,16 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ]" ] }, "execution_count": 9, @@ -417,7 +417,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 10, "id": "18d87f07-8a8e-4b93-80d0-7c07e49272e2", "metadata": {}, "outputs": [ @@ -425,7 +425,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "f6c29f49-4d5f-4fff-aca6-2e9a115b9763\n" + "c38d9528-793f-4ab4-be16-17958044f9fd\n" ] } ], diff --git a/docs/guides/get-qpu-information.ipynb b/docs/guides/get-qpu-information.ipynb index 958b2ba4e05..227f8bd6bc4 100644 --- a/docs/guides/get-qpu-information.ipynb +++ b/docs/guides/get-qpu-information.ipynb @@ -313,7 +313,7 @@ { "data": { "text/plain": [ - "QubitProperties(t1=0.00033950165515210127, t2=0.00039862146879251906, frequency=4815140551.859664)" + "QubitProperties(t1=0.00028707436132566975, t2=0.0003283281573968509, frequency=4815147820.9920845)" ] }, "execution_count": 6, @@ -335,22 +335,22 @@ { "data": { "text/plain": [ - "{'T1': (0.000292034087560393,\n", - " datetime.datetime(2025, 9, 1, 5, 46, 32, tzinfo=tzlocal())),\n", - " 'T2': (5.3456867360362344e-05,\n", - " datetime.datetime(2025, 9, 1, 5, 47, 23, tzinfo=tzlocal())),\n", - " 'frequency': (4721903631.949188,\n", - " datetime.datetime(2025, 9, 1, 6, 27, 7, tzinfo=tzlocal())),\n", + "{'T1': (0.00025981903379013546,\n", + " datetime.datetime(2025, 9, 30, 17, 38, 4, tzinfo=tzlocal())),\n", + " 'T2': (5.676182341370166e-05,\n", + " datetime.datetime(2025, 9, 30, 17, 39, 6, tzinfo=tzlocal())),\n", + " 'frequency': (4721908161.965637,\n", + " datetime.datetime(2025, 10, 1, 7, 0, 37, tzinfo=tzlocal())),\n", " 'anharmonicity': (-311978659.73435575,\n", - " datetime.datetime(2025, 9, 1, 6, 27, 7, tzinfo=tzlocal())),\n", - " 'readout_error': (0.0321044921875,\n", - " datetime.datetime(2025, 9, 1, 6, 4, 16, tzinfo=tzlocal())),\n", - " 'prob_meas0_prep1': (0.0166015625,\n", - " datetime.datetime(2025, 8, 31, 7, 22, 37, tzinfo=tzlocal())),\n", - " 'prob_meas1_prep0': (0.0556640625,\n", - " datetime.datetime(2025, 8, 31, 7, 22, 40, tzinfo=tzlocal())),\n", + " datetime.datetime(2025, 10, 1, 7, 0, 37, tzinfo=tzlocal())),\n", + " 'readout_error': (0.0318603515625,\n", + " datetime.datetime(2025, 10, 1, 6, 39, 20, tzinfo=tzlocal())),\n", + " 'prob_meas0_prep1': (0.01953125,\n", + " datetime.datetime(2025, 9, 30, 19, 13, 34, tzinfo=tzlocal())),\n", + " 'prob_meas1_prep0': (0.048828125,\n", + " datetime.datetime(2025, 9, 30, 19, 13, 37, tzinfo=tzlocal())),\n", " 'readout_length': (1.3e-06,\n", - " datetime.datetime(2025, 9, 1, 6, 4, 16, tzinfo=tzlocal()))}" + " datetime.datetime(2025, 10, 1, 6, 39, 20, tzinfo=tzlocal()))}" ] }, "execution_count": 7, @@ -374,13 +374,13 @@ "output_type": "stream", "text": [ "Qubit 126 Properties:\n", - " T1: 0.0002531517032267193 seconds\n", - " T2: 1.648990645075844e-05 seconds\n", - " Frequency: 4908228115.11265 Hz\n", + " T1: 0.0002306001742478065 seconds\n", + " T2: 1.6371123905616324e-05 seconds\n", + " Frequency: 4908225368.924132 Hz\n", " Anharmonicity: -308575726.39301103 Hz\n", - " Readout Error: 0.0220947265625\n", - " P(0 | 1): 0.021484375\n", - " P(1 | 0): 0.0361328125\n", + " Readout Error: 0.0250244140625\n", + " P(0 | 1): 0.02783203125\n", + " P(1 | 0): 0.0390625\n", " Readout Length: 1.3e-06 seconds\n" ] } @@ -430,7 +430,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=6.6e-07, error=0.003287264393191658)" + "InstructionProperties(duration=6.6e-07, error=0.00789481874900963)" ] }, "execution_count": 9, @@ -459,7 +459,7 @@ { "data": { "text/plain": [ - "InstructionProperties(duration=1.3e-06, error=0.0321044921875)" + "InstructionProperties(duration=1.3e-06, error=0.0318603515625)" ] }, "execution_count": 10, diff --git a/docs/guides/get-started-with-primitives.ipynb b/docs/guides/get-started-with-primitives.ipynb index 2d7b05ebe9a..50767e2f408 100644 --- a/docs/guides/get-started-with-primitives.ipynb +++ b/docs/guides/get-started-with-primitives.ipynb @@ -47,7 +47,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -222,14 +222,14 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d2qkd2saumss73e7dbug\n" + ">>> Job ID: d3ed859i8kms738qh8kg\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - ">>> Job Status: QUEUED\n" + ">>> Job Status: RUNNING\n" ] } ], @@ -250,7 +250,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: 27.231065568557664\n", + " > Expectation value: 26.49587871260222\n", " > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] } @@ -336,7 +336,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Circuit ops (ISA): OrderedDict([('sx', 3204), ('rz', 3036), ('cz', 1146), ('measure', 127), ('barrier', 1)])\n" + ">>> Circuit ops (ISA): OrderedDict([('sx', 3404), ('rz', 3036), ('cz', 1257), ('measure', 127), ('barrier', 1)])\n" ] } ], @@ -390,7 +390,13 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d2qkdfsaumss73e7dcd0\n", + ">>> Job ID: d3ed8q1b641c738j6vp0\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ ">>> Job Status: QUEUED\n" ] } @@ -411,7 +417,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "First ten results for the 'meas' output register: ['0110010001111101100001010101011100001001000000000000000000011000100000010100011101010101100100001001001100001000010101010011000', '0110110000000100101100001001110100010111000000010110001001000100100101000010101000101111010001101000010101000100101111011010100', '1010100010011000111101000100110010100011001101100100000011011100100000100000110010000100001000111110100100001011000101000100000', '0001010000000000110111000010000100000010010000001000001000001000000000000100101001111110010101110101000111100101001101010000000', '0110111001011000000110000010101100000011010100000010100011010110101010011001111000100001010001100001000110101010010111011000000', '1111110111100011110101001100111101111000001010110100000100010100011000100101101010000011010101011010000000111000000100001100000', '0001000010100101111011010000000100110000011010010111000000000000001000010010110001110110001000010011111111010001100000111000100', '0111011001100010100000101001110111100000011000011000101110010000101011001000100101001100110110101010001101000001000100001100100', '1010000111010010110100001010000011111010001101111000000001010001011000000000101001100010110000000011000011100100001101000001010', '0000000100001001111000101011111010001101010000000110100001011111000100010000000001110000001010010111000100001110000011000100101']\n" + "First ten results for the 'meas' output register: ['0100010111101100100001100010110010110100010000110010000011001110000011001001010100011000011000001100100011100101000110101111000', '1110000111000011000100100001100110100010011111110110100111101110100010000101000100000010110000001110100010000001100000010001100', '1100100000111010000011001100000110001011111111110000010100010100000000011111000100001110011100110110110100110000000110100100000', '0111100010010111101101000010000001000000000100000001010011100000001100011101000010101000010011011000100010000110111001100010000', '1011011010100001100000010000010010001100111101110110100000000000000000010101010100110011001100100000111010110010110101101111000', '0001001100100001110000100010110110010100101100001000100101011000000001000010000101000000100101101111001001101010011001010111010', '0100000001000011001011100000110010011000111100101111011011010110010000001101010011000001100001010111100001011001100010001110000', '1010011011101110100001000000010010111100101100110010000111011001001011011000011101111110010000011101000000000101010011011001100', '0110011011111110001111100000111011111110110000000001000100110011001000101001000001010100000000010010101000001000100100111110000', '0111000101010000011011110010110110101000111000010011100101101100000100101110000000000011101100110100000000000001001010101010000']\n" ] } ], diff --git a/docs/guides/ibm-circuit-function.ipynb b/docs/guides/ibm-circuit-function.ipynb index de3edf4e71d..b1bef2cc5c9 100644 --- a/docs/guides/ibm-circuit-function.ipynb +++ b/docs/guides/ibm-circuit-function.ipynb @@ -16,7 +16,20 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit[all]~=2.1.2\n", + "qiskit-ibm-runtime~=0.40.1\n", + "qiskit-ibm-catalog~=0.9.0\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -167,7 +180,7 @@ "\n", "And this DataBin has attributes: dict_keys(['evs', 'stds', 'ensemble_standard_error'])\n", "The expectation values measured from this PUB are: \n", - "1.02116704805492\n" + "0.9597945590241553\n" ] } ], @@ -331,7 +344,7 @@ "text": [ "The result of the submitted job had 1 PUB\n", "The expectation values measured from this PUB are: \n", - "1.02116704805492\n", + "0.9597945590241553\n", "And the associated metadata is: \n", "{'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n" ] @@ -367,14 +380,14 @@ "outputs": [ { "ename": "QiskitServerlessException", - "evalue": "\"Traceback (most recent call last):\\n File \\\"/runner/runner.py\\\", line 10, in run\\n func = CircuitFunction(**arguments)\\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/runner/circuit_function/circuit_function.py\\\", line 87, in __init__\\n self._backend = self._service.backend(\\n ^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/usr/local/lib/python3.11/site-packages/qiskit_ibm_runtime/qiskit_runtime_service.py\\\", line 754, in backend\\n backends = self.backends(name, instance=instance, use_fractional_gates=use_fractional_gates)\\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/usr/local/lib/python3.11/site-packages/qiskit_ibm_runtime/qiskit_runtime_service.py\\\", line 497, in backends\\n raise QiskitBackendNotFoundError(\\\"No backend matches the criteria.\\\")\\nqiskit.providers.exceptions.QiskitBackendNotFoundError: 'No backend matches the criteria.'\\n\"", + "evalue": "[\"qiskit.providers.exceptions.QiskitBackendNotFoundError: 'No backend matches the criteria. Learn more about available backends here https://quantum.cloud.ibm.com/docs/en/guides/qpu-information#view-your-resources'\\n\"]", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mQiskitServerlessException\u001b[0m Traceback (most recent call last)", "Cell \u001b[0;32mIn[8], line 5\u001b[0m\n\u001b[1;32m 1\u001b[0m job \u001b[38;5;241m=\u001b[39m function\u001b[38;5;241m.\u001b[39mrun(\n\u001b[1;32m 2\u001b[0m backend_name\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mbad_backend_name\u001b[39m\u001b[38;5;124m\"\u001b[39m, pubs\u001b[38;5;241m=\u001b[39mpubs, options\u001b[38;5;241m=\u001b[39moptions\n\u001b[1;32m 3\u001b[0m )\n\u001b[0;32m----> 5\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[43mjob\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mresult\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m)\n", - "File \u001b[0;32m~/work/documentation/documentation/.tox/py311/lib/python3.11/site-packages/qiskit_serverless/core/job.py:189\u001b[0m, in \u001b[0;36mJob.result\u001b[0;34m(self, wait, cadence, verbose, maxwait)\u001b[0m\n\u001b[1;32m 186\u001b[0m results \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_job_service\u001b[38;5;241m.\u001b[39mresult(\u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mjob_id)\n\u001b[1;32m 188\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mstatus() \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mERROR\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[0;32m--> 189\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(results)\n\u001b[1;32m 191\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28misinstance\u001b[39m(results, \u001b[38;5;28mstr\u001b[39m):\n\u001b[1;32m 192\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n", - "\u001b[0;31mQiskitServerlessException\u001b[0m: \"Traceback (most recent call last):\\n File \\\"/runner/runner.py\\\", line 10, in run\\n func = CircuitFunction(**arguments)\\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/runner/circuit_function/circuit_function.py\\\", line 87, in __init__\\n self._backend = self._service.backend(\\n ^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/usr/local/lib/python3.11/site-packages/qiskit_ibm_runtime/qiskit_runtime_service.py\\\", line 754, in backend\\n backends = self.backends(name, instance=instance, use_fractional_gates=use_fractional_gates)\\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\n File \\\"/usr/local/lib/python3.11/site-packages/qiskit_ibm_runtime/qiskit_runtime_service.py\\\", line 497, in backends\\n raise QiskitBackendNotFoundError(\\\"No backend matches the criteria.\\\")\\nqiskit.providers.exceptions.QiskitBackendNotFoundError: 'No backend matches the criteria.'\\n\"" + "File \u001b[0;32m~/work/documentation/documentation/.tox/py311/lib/python3.11/site-packages/qiskit_serverless/core/job.py:230\u001b[0m, in \u001b[0;36mJob.result\u001b[0;34m(self, wait, cadence, verbose, maxwait)\u001b[0m\n\u001b[1;32m 228\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mstatus() \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mERROR\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[1;32m 229\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m results:\n\u001b[0;32m--> 230\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(results)\n\u001b[1;32m 232\u001b[0m \u001b[38;5;66;03m# If no result returned (common with import errors),\u001b[39;00m\n\u001b[1;32m 233\u001b[0m \u001b[38;5;66;03m# try to match on error trace in logs to point to source of error\u001b[39;00m\n\u001b[1;32m 234\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(\n\u001b[1;32m 235\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mfiltered_logs(include\u001b[38;5;241m=\u001b[39m\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m(?i)error|exception\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 236\u001b[0m )\n", + "\u001b[0;31mQiskitServerlessException\u001b[0m: [\"qiskit.providers.exceptions.QiskitBackendNotFoundError: 'No backend matches the criteria. Learn more about available backends here https://quantum.cloud.ibm.com/docs/en/guides/qpu-information#view-your-resources'\\n\"]" ] } ], diff --git a/docs/guides/interoperate-qiskit-qasm2.ipynb b/docs/guides/interoperate-qiskit-qasm2.ipynb index 3780fb6b2c3..fe67cb54c74 100644 --- a/docs/guides/interoperate-qiskit-qasm2.ipynb +++ b/docs/guides/interoperate-qiskit-qasm2.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/interoperate-qiskit-qasm3.ipynb b/docs/guides/interoperate-qiskit-qasm3.ipynb index 4f988749497..23d79b38f76 100644 --- a/docs/guides/interoperate-qiskit-qasm3.ipynb +++ b/docs/guides/interoperate-qiskit-qasm3.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/local-testing-mode.ipynb b/docs/guides/local-testing-mode.ipynb index d53882c9da0..bdba4f4ec5e 100644 --- a/docs/guides/local-testing-mode.ipynb +++ b/docs/guides/local-testing-mode.ipynb @@ -27,7 +27,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-aer~=0.17\n", "```\n", diff --git a/docs/guides/measure-qubits.ipynb b/docs/guides/measure-qubits.ipynb index a952c5fa9f2..219c4455aa9 100644 --- a/docs/guides/measure-qubits.ipynb +++ b/docs/guides/measure-qubits.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -63,7 +63,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -92,7 +92,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -127,7 +127,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, diff --git a/docs/guides/multiverse-computing-singularity.ipynb b/docs/guides/multiverse-computing-singularity.ipynb index 3f830ecf616..f1aa44dfbda 100644 --- a/docs/guides/multiverse-computing-singularity.ipynb +++ b/docs/guides/multiverse-computing-singularity.ipynb @@ -24,7 +24,19 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit-ibm-catalog~=0.9.0\n", + "scikit-learn~=1.7.2\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -103,7 +115,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "9d7d2edb", "metadata": {}, "outputs": [ @@ -114,9 +126,9 @@ "Job status: QUEUED\n", "Action result status: ok\n", "Action result message: Classifier created, fitted, and predicted.\n", - "Predictions (first five results): [1, 0, 0, 1, 0]\n", - "Probabilities (first five results): [[0.16849563539001172, 0.8315043646099888], [0.8726393386620336, 0.12736066133796647], [0.795344837290717, 0.20465516270928288], [0.36822585748882725, 0.6317741425111725], [0.6656662698604361, 0.3343337301395641]]\n", - "Usage metadata: {'RUNNING: MAPPING': {'CPU_TIME': 7.945035696029663}, 'RUNNING: WAITING_QPU': {'CPU_TIME': 82.41029238700867}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 77.3459484577179}, 'RUNNING: EXECUTING_QPU': {'QPU_TIME': 71.27004957199097}}\n" + "Predictions (first five results): [1, 1, 1, 1, 0]\n", + "Probabilities (first five results): [[0.20245851080618774, 0.7975414891938123], [0.4431268749315526, 0.5568731250684481], [0.16332812136658728, 0.8366718786334127], [0.4166146006554876, 0.5833853993445133], [0.9455362377240707, 0.05446376227592933]]\n", + "Usage metadata: {'RUNNING: MAPPING': {'CPU_TIME': 9.021101236343384}, 'RUNNING: WAITING_QPU': {'CPU_TIME': 75.40581202507019}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 79.67615985870361}, 'RUNNING: EXECUTING_QPU': {'QPU_TIME': 72.52892351150513}}\n" ] } ], @@ -197,7 +209,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "b0a52919", "metadata": {}, "outputs": [], @@ -298,7 +310,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "6d370303", "metadata": {}, "outputs": [], @@ -346,7 +358,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "715cd0ed", "metadata": {}, "outputs": [], @@ -402,7 +414,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "3c63d593", "metadata": {}, "outputs": [], @@ -453,7 +465,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "id": "b41e72a6", "metadata": {}, "outputs": [], @@ -513,7 +525,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "5e232c27", "metadata": {}, "outputs": [], @@ -579,7 +591,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "c43df07b", "metadata": {}, "outputs": [], @@ -642,7 +654,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "id": "95a715d2", "metadata": {}, "outputs": [], @@ -720,7 +732,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 10, "id": "731db300", "metadata": {}, "outputs": [ @@ -728,17 +740,17 @@ "name": "stdout", "output_type": "stream", "text": [ - "Features: [[-0.99958218 0.02890441]\n", - " [ 0.03285169 0.24578719]\n", - " [ 1.13127903 -0.49134546]\n", - " [ 1.86951286 0.00608971]\n", - " [ 0.20190413 0.97940529]\n", - " [ 0.8831311 0.46912627]\n", - " [-0.10819442 0.99412975]\n", - " [-0.20005727 0.97978421]\n", - " [-0.78775705 0.61598607]\n", - " [ 1.82453236 -0.0658148 ]]\n", - "Targets: [0 1 1 1 0 0 0 0 0 1]\n" + "Features: [[ 1.4666269 -0.38445426]\n", + " [ 0.90876376 0.41731096]\n", + " [ 0.71142616 0.70276086]\n", + " [ 0.16359945 0.98652685]\n", + " [-0.99950636 0.03141704]\n", + " [ 0.93762181 0.34765692]\n", + " [ 0.04857518 0.19211883]\n", + " [ 0.74487561 -0.46690824]\n", + " [-0.83849368 0.54491132]\n", + " [ 0.05619824 0.16948791]]\n", + "Targets: [1 0 0 0 0 0 1 1 0 1]\n" ] } ], @@ -774,7 +786,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 11, "id": "7265965f", "metadata": {}, "outputs": [ @@ -782,7 +794,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "['X_test.npy.tar', 'X_train.npy.tar', 'y_test.npy.tar', 'y_train.npy.tar']\n" + "['X_test.npy.tar', 'X_train.npy.tar', 'classifier_name.pkl.tar', 'output.json.tar', 'y_test.npy.tar', 'y_train.npy.tar']\n" ] } ], @@ -824,7 +836,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 12, "id": "d56e1440", "metadata": {}, "outputs": [ @@ -860,7 +872,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 13, "id": "f5a54432", "metadata": {}, "outputs": [ @@ -868,8 +880,14 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'status': 'ok', 'message': 'Classifiers listed.', 'data': {'classifiers': ['my_classifier']}, 'metadata': {'resource_usage': {}}}\n", - "['X_test.npy.tar', 'X_train.npy.tar', 'y_test.npy.tar', 'y_train.npy.tar', 'my_classifier.pkl.tar']\n" + "{'status': 'ok', 'message': 'Classifiers listed.', 'data': {'classifiers': ['classifier_name', 'my_classifier']}, 'metadata': {'resource_usage': {}}}\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['X_test.npy.tar', 'X_train.npy.tar', 'classifier_name.pkl.tar', 'my_classifier.pkl.tar', 'output.json.tar', 'y_test.npy.tar', 'y_train.npy.tar']\n" ] } ], @@ -893,7 +911,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 14, "id": "13699d25", "metadata": {}, "outputs": [ @@ -901,7 +919,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'status': 'ok', 'message': 'Classifier fitted.', 'data': {}, 'metadata': {'resource_usage': {'RUNNING: MAPPING': {'CPU_TIME': 8.45469617843628}, 'RUNNING: WAITING_QPU': {'CPU_TIME': 69.4949426651001}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 73.01881957054138}, 'RUNNING: EXECUTING_QPU': {'QPU_TIME': 75.4787163734436}}}}\n" + "{'status': 'ok', 'message': 'Classifier fitted.', 'data': {}, 'metadata': {'resource_usage': {'RUNNING: MAPPING': {'CPU_TIME': 10.231849431991577}, 'RUNNING: WAITING_QPU': {'CPU_TIME': 76.41615533828735}, 'RUNNING: POST_PROCESSING': {'CPU_TIME': 75.6182963848114}, 'RUNNING: EXECUTING_QPU': {'QPU_TIME': 76.22296452522278}}}}\n" ] } ], @@ -926,7 +944,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 15, "id": "92f35d5a", "metadata": {}, "outputs": [ @@ -936,8 +954,8 @@ "text": [ "Action result status: ok\n", "Action result message: Classifier predicted.\n", - "Predictions (first five results): [0, 1, 0, 0, 1]\n", - "Probabilities (first five results): [[1.0, 0.0], [0.0, 1.0], [1.0, 0.0], [1.0, 0.0], [0.0, 1.0]]\n" + "Predictions (first five results): [0, 0, 1, 0, 1]\n", + "Probabilities (first five results): [[1.0, 0.0], [1.0, 0.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0]]\n" ] } ], @@ -968,7 +986,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 16, "id": "c4705154", "metadata": {}, "outputs": [ @@ -1002,10 +1020,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "id": "6c64ea2b", "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "'Requested file was deleted.'" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# delete the numpy files from your local disk\n", "os.remove(\"X_train.npy\")\n", diff --git a/docs/guides/noise-learning.ipynb b/docs/guides/noise-learning.ipynb index 6931b6b7835..84d9d925326 100644 --- a/docs/guides/noise-learning.ipynb +++ b/docs/guides/noise-learning.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -152,46 +152,47 @@ " 'IIIIIIIIIIIIIIIIIIIIZXIIIII', 'IIIIIIIIIIIIIIIIIIIIZYIIIII', ...]\n", "\n", "Along with the error rates: \n", - "[7.10e-04 5.30e-04 3.30e-04 2.30e-04 0.00e+00 2.60e-04 0.00e+00 2.00e-04\n", - " 8.00e-05 0.00e+00 1.50e-04 2.70e-04 1.00e-04 0.00e+00 4.00e-05 1.60e-04\n", - " 9.00e-05 2.10e-04 6.70e-04 2.90e-04 2.10e-04 9.00e-05 4.60e-04 6.00e-05\n", - " 4.80e-04 4.40e-04 3.80e-04 2.80e-04 5.00e-05 0.00e+00 1.60e-04 9.00e-05\n", - " 1.10e-04 1.70e-04 9.00e-05 0.00e+00 3.60e-04 0.00e+00 1.10e-04 5.20e-04\n", - " 1.10e-04 1.50e-04 7.60e-04 4.60e-04 1.50e-04 1.10e-04 7.20e-04 5.00e-05\n", - " 4.90e-04 4.60e-04 2.50e-04 3.10e-04 1.20e-04 9.00e-05 0.00e+00 2.20e-04\n", - " 1.00e-04 1.20e-04 1.10e-04 7.00e-05 2.00e-05 5.00e-05 2.70e-04 6.30e-04\n", - " 9.00e-05 1.80e-04 6.80e-04 5.20e-04 1.80e-04 9.00e-05 6.40e-04 2.90e-04\n", - " 5.20e-04 5.60e-04 3.00e-04 7.00e-04 3.00e-05 1.30e-04 0.00e+00 6.80e-04\n", - " 3.00e-05 0.00e+00 0.00e+00 3.20e-04 0.00e+00 0.00e+00 1.70e-04 6.60e-04\n", - " 6.70e-04 8.00e-05 3.90e-04 1.20e-04 2.30e-04 6.20e-04 5.00e-04 2.30e-04\n", - " 1.20e-04 5.60e-04 9.20e-04 9.30e-04 7.60e-04 2.90e-04 6.50e-04 9.00e-05\n", - " 6.00e-05 8.00e-04 0.00e+00 6.00e-05 9.00e-05 5.20e-04 6.00e-05 9.00e-05\n", - " 7.50e-04 2.20e-04 0.00e+00 0.00e+00 1.50e-04 8.50e-04 7.10e-04 3.10e-04\n", - " 0.00e+00 0.00e+00 9.00e-05 2.80e-04 0.00e+00 1.00e-05 1.00e-04 7.00e-05\n", - " 2.60e-04 9.00e-05 0.00e+00 3.60e-04 0.00e+00 0.00e+00 1.00e-04 4.60e-04\n", - " 6.10e-04 7.80e-04 3.50e-04 0.00e+00 0.00e+00 4.40e-04 3.60e-04 0.00e+00\n", - " 0.00e+00 4.30e-04 2.30e-04 6.40e-04 7.60e-04 2.00e-04 3.70e-04 0.00e+00\n", - " 8.00e-05 4.00e-04 1.00e-05 0.00e+00 2.00e-05 5.10e-04 8.00e-05 0.00e+00\n", - " 5.70e-04 6.00e-05 0.00e+00 0.00e+00 1.70e-04 3.90e-04 4.10e-04 1.50e-04\n", - " 1.00e-05 7.00e-05 0.00e+00 3.70e-04 0.00e+00 1.20e-04 0.00e+00 1.80e-04\n", - " 1.00e-04 3.00e-05 6.00e-05 3.50e-04 9.00e-05 0.00e+00 1.00e-05 3.00e-04\n", - " 4.30e-04 2.80e-04 5.90e-04 1.30e-04 1.30e-04 5.90e-04 2.90e-04 1.30e-04\n", - " 1.30e-04 4.40e-04 6.40e-04 5.80e-04 5.20e-04 1.70e-04 4.90e-04 1.00e-05\n", - " 9.00e-05 6.20e-04 0.00e+00 1.40e-04 0.00e+00 3.20e-04 9.00e-05 1.00e-05\n", - " 4.50e-04 0.00e+00 0.00e+00 1.30e-04 4.30e-04 4.90e-04 3.70e-04 1.70e-04\n", - " 0.00e+00 1.00e-05 0.00e+00 2.50e-04 0.00e+00 9.00e-05 8.00e-05 1.50e-04\n", - " 1.40e-04 0.00e+00 1.00e-05 4.00e-04 1.50e-04 0.00e+00 1.50e-04 8.10e-04\n", - " 8.80e-04 2.30e-04 1.40e-04 3.00e-04 1.60e-04 6.40e-04 1.00e-04 1.60e-04\n", - " 3.00e-04 5.20e-04 1.00e-04 1.20e-03 1.22e-03 5.10e-04 4.00e-04 3.00e-05\n", - " 8.00e-05 7.80e-04 4.00e-05 1.90e-04 1.50e-04 3.00e-04 8.00e-05 3.00e-05\n", - " 8.30e-04 2.10e-04 1.70e-04 1.50e-04 4.90e-04 4.20e-04 3.00e-04 3.90e-04\n", - " 2.50e-04 6.00e-05 2.90e-04 0.00e+00 3.00e-04 9.00e-05 0.00e+00 0.00e+00\n", - " 7.00e-05 2.50e-04 0.00e+00 9.00e-05 2.00e-05 0.00e+00 3.60e-04 5.50e-04\n", - " 3.70e-04 3.70e-04 4.80e-04 2.40e-04 7.00e-05 8.30e-04 2.90e-04 7.00e-05\n", - " 2.40e-04 8.90e-04 1.31e-03 5.60e-04 3.70e-04 2.90e-04 1.20e-04 6.00e-05\n", - " 2.50e-04 6.20e-04 3.30e-04 1.70e-04 0.00e+00 2.20e-04 2.50e-04 6.00e-05\n", - " 6.70e-04 0.00e+00 3.10e-04 1.40e-04 2.70e-04 4.00e-04 2.90e-04 4.30e-04\n", - " 2.00e-05 1.20e-04 1.00e-04]\n", + "[6.00e-04 4.00e-04 3.00e-04 6.00e-05 0.00e+00 4.00e-05 1.10e-04 1.70e-04\n", + " 3.00e-05 0.00e+00 0.00e+00 1.00e-04 0.00e+00 6.00e-05 6.00e-05 3.50e-04\n", + " 2.00e-05 7.00e-05 5.40e-04 3.90e-04 7.00e-05 2.00e-05 4.60e-04 1.60e-04\n", + " 2.10e-04 1.90e-04 5.00e-05 5.30e-04 0.00e+00 3.00e-05 4.00e-05 4.20e-04\n", + " 0.00e+00 3.00e-05 0.00e+00 4.30e-04 1.90e-04 1.00e-05 0.00e+00 7.00e-04\n", + " 0.00e+00 6.00e-05 0.00e+00 4.50e-04 0.00e+00 3.00e-05 3.00e-05 6.50e-04\n", + " 4.00e-05 0.00e+00 0.00e+00 1.40e-04 1.50e-04 5.00e-05 2.70e-04 1.80e-04\n", + " 5.00e-05 1.50e-04 2.80e-04 1.20e-04 7.60e-04 6.20e-04 2.60e-04 2.40e-04\n", + " 8.00e-05 0.00e+00 8.00e-05 2.10e-04 0.00e+00 1.00e-04 0.00e+00 1.20e-04\n", + " 5.00e-05 0.00e+00 0.00e+00 2.40e-04 1.00e-04 1.00e-05 2.90e-04 2.50e-04\n", + " 1.00e-05 1.00e-04 3.90e-04 0.00e+00 3.90e-04 3.10e-04 2.20e-04 4.00e-04\n", + " 2.00e-05 2.00e-05 1.40e-04 3.40e-04 3.00e-05 1.10e-04 5.00e-05 3.10e-04\n", + " 0.00e+00 2.00e-05 1.90e-04 4.30e-04 6.00e-05 1.10e-04 6.20e-04 9.00e-05\n", + " 1.10e-04 6.00e-05 5.10e-04 1.40e-04 5.80e-04 5.20e-04 2.80e-04 4.70e-04\n", + " 0.00e+00 1.70e-04 1.90e-04 3.20e-04 0.00e+00 2.30e-04 2.30e-04 2.50e-04\n", + " 1.80e-04 2.00e-05 2.00e-05 6.20e-04 2.90e-04 6.00e-05 6.20e-04 5.40e-04\n", + " 6.00e-05 2.90e-04 5.40e-04 7.70e-04 8.20e-04 7.80e-04 4.10e-04 1.00e-04\n", + " 7.00e-05 1.00e-04 4.50e-04 1.80e-04 1.00e-04 7.00e-05 4.90e-04 2.20e-04\n", + " 6.30e-04 5.00e-04 2.50e-04 3.80e-04 0.00e+00 0.00e+00 7.00e-05 2.40e-04\n", + " 0.00e+00 1.10e-04 0.00e+00 4.40e-04 0.00e+00 0.00e+00 4.00e-05 0.00e+00\n", + " 0.00e+00 0.00e+00 8.00e-05 9.00e-05 0.00e+00 4.90e-04 6.00e-05 2.70e-04\n", + " 3.60e-04 0.00e+00 4.60e-04 5.60e-04 6.30e-04 1.10e-04 2.90e-04 2.00e-04\n", + " 0.00e+00 1.70e-04 9.00e-05 9.00e-05 7.10e-04 2.40e-04 0.00e+00 2.10e-04\n", + " 2.10e-04 9.00e-05 9.00e-05 7.20e-04 4.50e-04 1.50e-04 1.00e-04 1.60e-04\n", + " 6.60e-04 6.90e-04 6.30e-04 4.30e-04 5.10e-04 2.90e-04 3.60e-04 0.00e+00\n", + " 8.00e-05 5.20e-04 3.50e-04 8.00e-05 0.00e+00 6.00e-04 1.30e-04 6.50e-04\n", + " 5.80e-04 1.10e-04 1.30e-04 8.00e-05 2.00e-05 4.40e-04 1.20e-04 4.00e-05\n", + " 1.30e-04 0.00e+00 2.00e-05 8.00e-05 3.70e-04 0.00e+00 2.10e-04 1.80e-04\n", + " 0.00e+00 4.50e-04 3.60e-04 2.80e-04 4.00e-05 0.00e+00 1.30e-04 0.00e+00\n", + " 1.50e-04 1.50e-04 5.50e-04 0.00e+00 1.50e-04 1.50e-04 3.40e-04 1.29e-03\n", + " 8.70e-04 9.60e-04 3.30e-04 2.30e-04 5.00e-05 3.00e-05 0.00e+00 2.40e-04\n", + " 0.00e+00 1.00e-05 1.00e-04 3.00e-04 1.60e-04 3.00e-05 6.00e-05 8.10e-04\n", + " 7.00e-05 3.90e-04 0.00e+00 1.28e-03 5.00e-05 2.80e-04 0.00e+00 1.71e-03\n", + " 3.90e-04 0.00e+00 6.30e-04 1.90e-04 1.20e-04 5.00e-05 4.30e-04 2.20e-04\n", + " 5.00e-05 1.20e-04 5.70e-04 6.30e-04 1.27e-03 1.62e-03 5.70e-04 1.50e-04\n", + " 6.00e-05 1.50e-04 2.10e-04 5.00e-05 1.60e-04 1.80e-04 5.00e-05 0.00e+00\n", + " 0.00e+00 0.00e+00 3.70e-04 0.00e+00 1.70e-04 1.00e-04 3.70e-04 1.60e-04\n", + " 1.00e-04 1.70e-04 2.60e-04 1.41e-03 5.60e-04 4.40e-04 2.00e-04 1.40e-04\n", + " 6.00e-05 2.00e-05 6.60e-04 1.40e-04 4.00e-05 3.40e-04 3.50e-04 2.00e-05\n", + " 6.00e-05 5.50e-04 0.00e+00 5.00e-05 1.50e-04 1.40e-04 3.10e-04 3.50e-04\n", + " 2.20e-04 2.80e-04 0.00e+00 1.60e-04]\n", "\n" ] } diff --git a/docs/guides/operator-class.ipynb b/docs/guides/operator-class.ipynb index 8b632e76318..c0a3067d716 100644 --- a/docs/guides/operator-class.ipynb +++ b/docs/guides/operator-class.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/operators-overview.ipynb b/docs/guides/operators-overview.ipynb index 6ed381faf87..3f521693108 100644 --- a/docs/guides/operators-overview.ipynb +++ b/docs/guides/operators-overview.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/plot-quantum-states.ipynb b/docs/guides/plot-quantum-states.ipynb index 31d5e064ea7..bbfc7d05de9 100644 --- a/docs/guides/plot-quantum-states.ipynb +++ b/docs/guides/plot-quantum-states.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/primitive-input-output.ipynb b/docs/guides/primitive-input-output.ipynb index 9df160fd5bf..40eed65afc5 100644 --- a/docs/guides/primitive-input-output.ipynb +++ b/docs/guides/primitive-input-output.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -379,57 +379,57 @@ " number of parameters in the circuit -- combined with our array of observables having shape (3, 1). \n", "\n", "The expectation values measured from this PUB are: \n", - "[[ 0.03779892 0.12620569 0.2727543 0.41474476 0.47987549 0.56569455\n", - " 0.58477797 0.60754396 0.603958 0.54332798 0.52226352 0.40949538\n", - " 0.37425226 0.30983009 0.27889393 0.28150955 0.26908389 0.25255032\n", - " 0.28510384 0.33018611 0.39879798 0.44554142 0.46425692 0.53793527\n", - " 0.5504083 0.55876693 0.5497442 0.50401796 0.45796707 0.42077838\n", - " 0.3866247 0.3358693 0.3128332 0.26322415 0.26918103 0.2894333\n", - " 0.31262874 0.3764727 0.41097113 0.47234465 0.53638885 0.58390834\n", - " 0.60644975 0.62704147 0.59054944 0.53217004 0.45257862 0.31802555\n", - " 0.17751561 0.04650469 -0.09036358 -0.22541902 -0.33723218 -0.4380196\n", - " -0.51098171 -0.56559384 -0.57026991 -0.58077791 -0.54381672 -0.48654105\n", - " -0.43555762 -0.38887996 -0.3326772 -0.29667575 -0.2585297 -0.22605439\n", - " -0.26962716 -0.2779846 -0.3354155 -0.3910869 -0.42139391 -0.4991938\n", - " -0.52555818 -0.5748242 -0.56789037 -0.57802451 -0.53246356 -0.47842076\n", - " -0.45896414 -0.4085654 -0.34354306 -0.31034913 -0.2555492 -0.25157932\n", - " -0.27605028 -0.27375162 -0.34363186 -0.37506034 -0.44184866 -0.49752298\n", - " -0.5334077 -0.61063826 -0.61457612 -0.60727557 -0.55016573 -0.49615906\n", - " -0.42971788 -0.29599777 -0.14044893 0.00681829]\n", - " [ 0.04898108 0.03947729 0.10965914 0.2339395 0.23832587 0.34286759\n", - " 0.383807 0.45983734 0.53806086 0.55487526 0.65137531 0.65429955\n", - " 0.74129581 0.77492461 0.81951933 0.91236407 0.91967468 0.9342959\n", - " 0.94672393 0.98254592 1.02494745 1.02860276 1.03664443 1.08197021\n", - " 1.03372019 1.07539066 1.08562551 1.03298913 1.02129215 1.04395504\n", - " 1.03664443 0.97450425 0.99497396 0.92625423 0.86996253 0.86776935\n", - " 0.78662158 0.77346249 0.67111395 0.65356849 0.62140181 0.55341314\n", - " 0.48981084 0.47665174 0.37649639 0.32239788 0.24417436 0.14475007\n", - " 0.10161747 0.0131591 -0.03655305 -0.11258339 -0.14767431 -0.20396601\n", - " -0.27780316 -0.34432971 -0.35090926 -0.48615553 -0.51759115 -0.56218587\n", - " -0.65429955 -0.68792836 -0.75518596 -0.81293978 -0.84145116 -0.86411405\n", - " -0.9379512 -0.96353834 -0.97304213 -1.04834141 -1.01690578 -1.06881111\n", - " -1.06442475 -1.09586037 -1.06369369 -1.08562551 -1.05272777 -1.01617472\n", - " -1.0410308 -1.03006488 -0.95768985 -0.97669743 -0.92698529 -0.92625423\n", - " -0.88092845 -0.81367084 -0.79539432 -0.76176551 -0.68573517 -0.63017454\n", - " -0.52782601 -0.54975784 -0.45837522 -0.40939413 -0.3107009 -0.25148497\n", - " -0.25002285 -0.1666819 -0.07018185 0.0036553 ]\n", - " [ 0.02661676 0.21293408 0.43584945 0.59555001 0.72142511 0.78852152\n", - " 0.78574894 0.75525057 0.66985513 0.53178069 0.39315173 0.1646912\n", - " 0.00720871 -0.15526443 -0.26173148 -0.34934498 -0.3815069 -0.42919526\n", - " -0.37651625 -0.3221737 -0.22735149 -0.13751993 -0.10813059 -0.00609967\n", - " 0.06709642 0.0421432 0.0138629 -0.02495321 -0.10535801 -0.20239828\n", - " -0.26339502 -0.30276565 -0.36930755 -0.39980592 -0.33160047 -0.28890275\n", - " -0.16136411 -0.02051709 0.15082831 0.29112082 0.45137589 0.61440355\n", - " 0.72308865 0.77743121 0.80460248 0.74194219 0.66098288 0.49130103\n", - " 0.25341374 0.07985028 -0.14417412 -0.33825466 -0.52679005 -0.6720732\n", - " -0.74416026 -0.78685797 -0.78963055 -0.67540029 -0.57004228 -0.41089624\n", - " -0.21681569 -0.08983157 0.08983157 0.21958827 0.32439177 0.41200527\n", - " 0.39869689 0.40756914 0.30221113 0.2661676 0.17411797 0.07042351\n", - " 0.01330838 -0.05378804 -0.07208706 -0.07042351 -0.01219935 0.05933319\n", - " 0.12310252 0.21293408 0.27060373 0.35599917 0.41588688 0.42309558\n", - " 0.32882789 0.2661676 0.10813059 0.01164483 -0.19796215 -0.36487142\n", - " -0.53898939 -0.67151868 -0.77077702 -0.805157 -0.78963055 -0.74083316\n", - " -0.60941291 -0.42531365 -0.21071602 0.00998129]]\n" + "[[-0.01636835 0.14925331 0.30281721 0.40127851 0.47785488 0.53342801\n", + " 0.57724954 0.60304215 0.54710019 0.52787682 0.4703199 0.40209537\n", + " 0.35651871 0.31774599 0.26347396 0.21646374 0.25104188 0.26836392\n", + " 0.27626995 0.3184353 0.34145092 0.43960275 0.48555429 0.49828816\n", + " 0.53904743 0.51917597 0.51280849 0.48996877 0.456324 0.42750157\n", + " 0.36267129 0.30960745 0.28206083 0.28075864 0.27694716 0.27007122\n", + " 0.29078752 0.35662976 0.37680792 0.44284419 0.49264458 0.56042717\n", + " 0.55738304 0.5663648 0.55085064 0.50938779 0.4312877 0.31279279\n", + " 0.18423435 0.05302261 -0.07788186 -0.17750463 -0.31319021 -0.44789022\n", + " -0.49463549 -0.57142679 -0.5666138 -0.57876667 -0.5513778 -0.50898214\n", + " -0.4468475 -0.38317321 -0.31075242 -0.26410774 -0.26069973 -0.23281396\n", + " -0.25028112 -0.2737035 -0.3027557 -0.36371403 -0.40721565 -0.48003881\n", + " -0.52053423 -0.52019838 -0.55311207 -0.51300033 -0.49623456 -0.50101347\n", + " -0.42896811 -0.365827 -0.36909594 -0.29200672 -0.26226028 -0.28239998\n", + " -0.25308393 -0.30349996 -0.3194489 -0.36864739 -0.43402349 -0.4971448\n", + " -0.53368692 -0.58961734 -0.59059136 -0.59637399 -0.544249 -0.46362918\n", + " -0.39252048 -0.30338833 -0.14529342 -0.0223659 ]\n", + " [-0.01099908 0.07332722 0.16865261 0.2111824 0.26177819 0.29990834\n", + " 0.37250229 0.47369386 0.46269478 0.57195234 0.58001833 0.64087993\n", + " 0.69074244 0.76480293 0.78166819 0.78240147 0.88945921 0.89679193\n", + " 0.89532539 0.95178735 0.92758937 0.98845096 1.02071494 0.99211732\n", + " 1.02291476 0.98038497 1.00164986 1.02731439 0.98845096 0.99211732\n", + " 0.97671861 0.92465628 0.931989 0.89092576 0.86379468 0.82273144\n", + " 0.75380385 0.77066911 0.64381302 0.61814849 0.5756187 0.53895509\n", + " 0.45316224 0.38863428 0.33363886 0.29697525 0.2243813 0.14958753\n", + " 0.09312557 0.01686526 -0.04986251 -0.05792851 -0.131989 -0.24197984\n", + " -0.25297892 -0.36810266 -0.39303391 -0.47809349 -0.53088909 -0.60494959\n", + " -0.63061412 -0.65041247 -0.72740605 -0.74280477 -0.80733272 -0.83739688\n", + " -0.86452796 -0.89019248 -0.94885426 -0.95985335 -0.99725023 -1.02584785\n", + " -1.05444546 -1.03538038 -1.04491292 -0.98698442 -0.99358387 -1.02878093\n", + " -0.99505041 -0.94958753 -0.97451879 -0.91732356 -0.92025665 -0.90925756\n", + " -0.84839597 -0.81099908 -0.74647113 -0.71054079 -0.6863428 -0.61081577\n", + " -0.55068744 -0.52208983 -0.44656279 -0.40183318 -0.34830431 -0.23611366\n", + " -0.22878093 -0.18038497 -0.06819432 -0.03079743]\n", + " [-0.02173762 0.22517941 0.43698182 0.59137463 0.69393158 0.76694768\n", + " 0.7819968 0.73239044 0.63150561 0.4838013 0.36062147 0.16331081\n", + " 0.02229499 -0.12931095 -0.25472027 -0.34947398 -0.38737546 -0.3600641\n", + " -0.34278548 -0.31491674 -0.24468752 -0.10924545 -0.04960635 0.004459\n", + " 0.0551801 0.05796698 0.02396711 -0.04737686 -0.07580297 -0.13711419\n", + " -0.25137602 -0.30544137 -0.36786734 -0.32940849 -0.30990037 -0.28258901\n", + " -0.1722288 -0.0574096 0.10980283 0.26753989 0.40967045 0.58189925\n", + " 0.66160385 0.74409531 0.76806243 0.72180032 0.63819411 0.47599805\n", + " 0.27534313 0.08917996 -0.10590121 -0.29708075 -0.49439142 -0.6538006\n", + " -0.73629206 -0.77475092 -0.74019369 -0.67943984 -0.57186651 -0.4130147\n", + " -0.26308089 -0.11593395 0.10590121 0.21458928 0.28593325 0.37176897\n", + " 0.36396572 0.34278548 0.34334286 0.23242528 0.18281892 0.06577022\n", + " 0.01337699 -0.00501637 -0.06131122 -0.03901623 0.00111475 0.02675399\n", + " 0.13711419 0.21793353 0.2363269 0.33331011 0.39573608 0.3444576\n", + " 0.34222811 0.20399916 0.10757333 -0.02675399 -0.18170417 -0.38347384\n", + " -0.51668641 -0.65714485 -0.73461994 -0.79091479 -0.74019369 -0.69114471\n", + " -0.55626002 -0.4263917 -0.22239253 -0.01393437]]\n" ] } ], @@ -503,13 +503,13 @@ "The shape of register `meas` is (4096, 2).\n", "\n", "The bytes in register `alpha`, shot by shot:\n", - "[[ 3 191]\n", - " [ 0 0]\n", + "[[ 3 255]\n", " [ 3 255]\n", + " [ 3 254]\n", " ...\n", - " [ 3 191]\n", - " [ 3 252]\n", - " [ 3 192]]\n", + " [ 0 0]\n", + " [ 3 223]\n", + " [ 3 255]]\n", "\n" ] } @@ -561,7 +561,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts: {'1110111111': 26, '0000000000': 1511, '1111111111': 1052, '1110110001': 1, '1111000000': 15, '1111100000': 35, '1111111100': 36, '0000000011': 31, '1111111110': 212, '0000000111': 37, '1111110011': 4, '1111101111': 41, '1101111111': 11, '1111011111': 11, '1111111000': 30, '0000000010': 65, '1111111101': 16, '0111111110': 17, '1111000100': 2, '0111111111': 52, '0011111110': 2, '0000100011': 2, '0000000001': 161, '1111111011': 69, '1111110100': 5, '1111111001': 6, '0011100000': 1, '1111101110': 11, '0110000000': 1, '0100000000': 32, '0010000001': 1, '0000011111': 24, '1111110000': 45, '1111110111': 16, '1110111110': 6, '0000010000': 34, '1110110110': 1, '1010000010': 1, '1110000001': 3, '0010111110': 1, '1110000000': 22, '1110111010': 1, '0111000000': 1, '1111111010': 11, '0000100000': 31, '0000001111': 32, '0000000100': 39, '1000000000': 9, '0000010111': 2, '1111110010': 2, '1111110001': 5, '1011111111': 10, '0011111111': 15, '1111101101': 1, '0000111111': 18, '1100000000': 10, '0000001000': 17, '0010111111': 7, '1111011110': 2, '0111101110': 3, '0100000001': 9, '0100111111': 1, '0110000111': 1, '0000000110': 7, '0000110111': 2, '1100000100': 1, '0000100010': 2, '0001000000': 4, '0000001011': 13, '0000101111': 3, '1101000000': 1, '0000001100': 4, '1111100001': 3, '0000100001': 3, '0000010010': 4, '0000111110': 5, '0000011100': 1, '0001111100': 1, '0001111111': 13, '0100000011': 2, '1110111011': 3, '0000111010': 1, '0000000101': 5, '1010000000': 2, '0100001111': 1, '1110011110': 1, '0111101111': 3, '0000010011': 2, '1111101011': 4, '0010010000': 1, '0011111011': 1, '1100111010': 1, '1111001111': 2, '1011111110': 1, '0011101111': 1, '0011111101': 1, '0000001010': 4, '0111111011': 5, '0111111100': 3, '0111011010': 1, '1110000010': 5, '0000001110': 5, '1101111000': 1, '0000110000': 4, '0010110111': 1, '1101100010': 1, '0111100000': 2, '1100011000': 1, '0010000000': 8, '0101000111': 1, '1100000010': 1, '0010011111': 1, '1110100000': 5, '0000001001': 3, '1000111111': 1, '1110001000': 1, '1111100010': 2, '0001110000': 1, '0101111111': 1, '0000011011': 4, '1111000001': 2, '1101011111': 1, '0011000000': 2, '1111101010': 1, '0111111000': 3, '1001111110': 1, '0000111000': 3, '0010111000': 1, '1011111001': 1, '0011111010': 1, '0111110000': 2, '1101111101': 1, '0011110111': 1, '1110111100': 3, '0000011110': 4, '0000111100': 1, '0100011111': 1, '1000000001': 2, '1111100111': 2, '1111110101': 2, '1110101111': 1, '1100000011': 1, '1111101100': 1, '1000000010': 1, '1011100000': 1, '1111101000': 2, '1111011011': 1, '1111011101': 1, '0000110001': 1, '1111001110': 1, '1110110111': 1, '1110000011': 1, '0100000100': 1, '0010000010': 1, '1111110110': 1, '0000111011': 1, '1111011000': 1, '1010111110': 1, '1100100000': 1, '0110000010': 1, '1110010000': 1, '0111100001': 1, '0000100100': 1}\n" + "Counts: {'1111111111': 974, '1111111110': 156, '0000000000': 1483, '0000000011': 52, '0000010011': 2, '0000000110': 12, '1011111111': 22, '1111110100': 5, '0100000000': 52, '1111111011': 67, '1111111100': 46, '0000000100': 26, '0000000001': 169, '1110111111': 60, '1110111110': 8, '1111111101': 29, '0011111111': 31, '1111111000': 29, '0001111111': 5, '1111100011': 1, '1111101111': 49, '1111000000': 17, '0000010000': 26, '0111100011': 1, '1010111000': 1, '1000000000': 5, '0111111110': 12, '1111110111': 29, '1100000000': 44, '0000001111': 31, '0000011110': 7, '0000011111': 28, '0010000000': 12, '1111100000': 31, '0111111111': 57, '0000001110': 11, '0000001011': 13, '1111110000': 31, '0000000010': 62, '1000000001': 1, '0011111011': 4, '1111110110': 9, '0000111111': 18, '1111111001': 10, '1110000000': 15, '0000001000': 6, '0110111111': 5, '0100111110': 2, '1000111111': 1, '0011101111': 1, '1111011111': 12, '0111011111': 2, '1100000001': 3, '1110011110': 1, '1110111011': 5, '0010111111': 7, '1010000000': 1, '0000000111': 14, '0000100000': 19, '1111110001': 13, '0111111011': 4, '1111111010': 14, '1110111000': 2, '0011000010': 1, '0000001001': 3, '0100000001': 4, '1010111111': 1, '1101111111': 10, '1001111111': 2, '1111100001': 3, '1101111110': 1, '0010100000': 2, '0010011110': 1, '0000100001': 2, '1111101101': 2, '0000010111': 1, '1111101011': 4, '1111110101': 1, '1110110000': 2, '1110111100': 6, '0111111001': 1, '0100011110': 2, '0011111110': 6, '1111110011': 2, '1111110010': 1, '1110100011': 1, '1110000100': 1, '0000101110': 1, '0011111100': 2, '1000000100': 1, '1110101111': 3, '0000100011': 1, '0001111101': 1, '1011111101': 4, '0100010000': 1, '1110100010': 1, '0000000101': 7, '1100111111': 1, '0100100000': 2, '0011110000': 2, '1111011100': 3, '0011111000': 2, '0001111110': 3, '1110000011': 1, '1000000011': 1, '1100100000': 1, '1111101110': 8, '1110001111': 1, '1110111101': 2, '1111011110': 1, '0100001111': 2, '0100000010': 6, '0010000100': 1, '1111101010': 2, '0100000101': 1, '1111101100': 3, '1100111110': 1, '0000001100': 2, '0100001000': 1, '0111100000': 3, '0100111111': 1, '1111100100': 1, '0000011100': 1, '1111000001': 3, '1110100000': 4, '1110001011': 1, '0111110000': 1, '0001100000': 1, '0011110110': 1, '0111101100': 1, '0111111101': 1, '1011111100': 1, '0011011111': 1, '0111111000': 1, '0000001010': 3, '0101111111': 2, '1110011111': 1, '0010001000': 1, '0011000000': 1, '0100000011': 2, '0001000000': 3, '1100000010': 2, '1111100111': 3, '1000100000': 1, '0000111110': 4, '0111111100': 2, '0100100011': 1, '1110110111': 2, '1110111010': 1, '0010111110': 1, '1011100000': 1, '0000011010': 2, '0000101111': 1, '1000101111': 1, '0100011111': 1, '0010111100': 1, '1110100001': 1, '0001111000': 1, '0000010001': 3, '0100011101': 1, '0111000000': 1, '0110000000': 1, '0111101111': 3, '0011100000': 1, '0000011101': 1, '0101111110': 1, '1111001101': 1, '1011111110': 2, '1111001110': 1, '1110000001': 1, '1010000001': 1, '0010001111': 1, '0001110000': 1, '0000010100': 1, '1110011100': 1, '1011100011': 1, '1100000111': 1, '1110001010': 1, '1011111000': 1, '0000111101': 1, '0000110000': 1, '1011101111': 1, '0000100110': 1, '1110101011': 2, '0111110101': 1, '1011110111': 1, '0010000001': 1, '1010111100': 1, '0111110001': 1, '0000111011': 1, '0111110111': 1, '0110111101': 1, '1111100010': 1}\n" ] } ], @@ -645,59 +645,59 @@ "text": [ "The shape of register `alpha` is (4096, 1).\n", "The bytes in register `alpha`, shot by shot:\n", - "[[1]\n", + "[[0]\n", " [1]\n", " [1]\n", " ...\n", " [0]\n", - " [1]\n", + " [0]\n", " [0]]\n", "\n", "The shape of register `beta` is (4096, 2).\n", "The bytes in register `beta`, shot by shot:\n", - "[[ 1 255]\n", - " [ 0 1]\n", - " [ 0 3]\n", + "[[ 0 128]\n", + " [ 1 223]\n", + " [ 1 255]\n", " ...\n", " [ 0 0]\n", - " [ 1 223]\n", - " [ 1 248]]\n", + " [ 0 0]\n", + " [ 0 0]]\n", "\n", "The shape of `beta` after post-selection is (0, 2).\n", "The bytes in `beta` after post-selection:\n", "[]\n", "The shape of `beta` after bit-wise slicing is (4096, 1).\n", "The bytes in `beta` after bit-wise slicing:\n", - "[[7]\n", - " [1]\n", - " [3]\n", + "[[0]\n", + " [7]\n", + " [7]\n", " ...\n", " [0]\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", - "[[ 1 255]\n", - " [ 0 1]\n", - " [ 0 3]\n", - " [ 0 3]\n", - " [ 0 0]]\n", + "[[ 0 128]\n", + " [ 1 223]\n", + " [ 1 255]\n", + " [ 0 0]\n", + " [ 1 255]]\n", "\n", "Exp. val. for observable `SparsePauliOp(['ZZZZZZZZZ'],\n", - " coeffs=[1.+0.j])` is: 0.13623046875\n", + " coeffs=[1.+0.j])` is: 0.1103515625\n", "Exp. val. for observable `SparsePauliOp(['IIIIIIIIZ'],\n", - " coeffs=[1.+0.j])` is: 0.07470703125\n", + " coeffs=[1.+0.j])` is: 0.046875\n", "\n", "The shape of the merged results is (4096, 2).\n", "The bytes of the merged results:\n", - "[[ 3 255]\n", - " [ 0 3]\n", - " [ 0 7]\n", + "[[ 1 0]\n", + " [ 3 191]\n", + " [ 3 255]\n", " ...\n", " [ 0 0]\n", - " [ 3 191]\n", - " [ 3 240]]\n", + " [ 0 0]\n", + " [ 0 0]]\n", "\n" ] } @@ -765,7 +765,7 @@ "output_type": "stream", "text": [ "The metadata of the PrimitiveResult is:\n", - "'execution' : {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}},\n", + "'execution' : {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}},\n", "'version' : 2,\n", "\n", "The metadata of the PubResult result is:\n", diff --git a/docs/guides/primitives.ipynb b/docs/guides/primitives.ipynb index 86039ee80d1..e4663ba60df 100644 --- a/docs/guides/primitives.ipynb +++ b/docs/guides/primitives.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/q-ctrl-optimization-solver.ipynb b/docs/guides/q-ctrl-optimization-solver.ipynb index 21df348645f..d92378e33c1 100644 --- a/docs/guides/q-ctrl-optimization-solver.ipynb +++ b/docs/guides/q-ctrl-optimization-solver.ipynb @@ -20,7 +20,20 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit-ibm-runtime~=0.40.1\n", + "qiskit-ibm-catalog~=0.9.0\n", + "sympy~=1.14.0\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -216,7 +229,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, @@ -331,10 +344,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "id": "6b571411", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Optimal cut value: 157.0\n" + ] + } + ], "source": [ "# Poll for results\n", "maxcut_result = maxcut_job.result()\n", @@ -375,7 +396,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "id": "c6428fd0", "metadata": {}, "outputs": [], @@ -394,14 +415,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "id": "c2ce65e3", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, @@ -441,7 +462,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "id": "91586ee9", "metadata": {}, "outputs": [], @@ -471,7 +492,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "id": "1ff1ffcc", "metadata": {}, "outputs": [], @@ -494,7 +515,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "id": "f380b56d", "metadata": {}, "outputs": [], @@ -516,10 +537,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "id": "6de77b14", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "QUEUED\n" + ] + } + ], "source": [ "print(mvc_job.status())" ] @@ -535,7 +564,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "id": "a924bf93", "metadata": {}, "outputs": [ diff --git a/docs/guides/q-ctrl-performance-management.ipynb b/docs/guides/q-ctrl-performance-management.ipynb index 934ab351d75..72646044338 100644 --- a/docs/guides/q-ctrl-performance-management.ipynb +++ b/docs/guides/q-ctrl-performance-management.ipynb @@ -21,7 +21,20 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit[all]~=2.1.2\n", + "qiskit-ibm-runtime~=0.40.1\n", + "qiskit-ibm-catalog~=0.9.0\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -233,7 +246,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "id": "26952e1f", "metadata": {}, "outputs": [], @@ -313,14 +326,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.0035, stds=0.999993874981242), metadata={'precision': None})], metadata={})\n", + " PrimitiveResult([PubResult(data=DataBin(evs=0.0125, stds=0.9999218719480037), metadata={'precision': None})], metadata={})\n", "\n", "The associated PubResult of this job has the following DataBins:\n", - " DataBin(evs=-0.0035, stds=0.999993874981242)\n", + " DataBin(evs=0.0125, stds=0.9999218719480037)\n", "\n", "And this DataBin has attributes: dict_keys(['evs', 'stds'])\n", "The expectation values measured from this PUB are: \n", - "-0.0035\n" + "0.0125\n" ] } ], @@ -463,7 +476,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "id": "2595df84", "metadata": {}, "outputs": [], @@ -534,7 +547,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Counts for the meas output register: {'00000000000000000000000000000000110': 1, '00000000000000000000000000000000111': 1, '00000000000000000000000000000001010': 1, '00000000000000000000000000000001111': 1, '00000000000000000000000000000010001': 4, '00000000000000000000000000000011010': 1, '00000000000000000000000000000100011': 1, '00000000000000000000000000000101111': 1, '00000000000000000000000000000111010': 1, '00000000000000000000000000001100111': 1, '00000000000000000000000000010111111': 1, '00000000000000000000000000011011111': 1, '00000000000000000000000000011100010': 1, '00000000000000000000000000011101010': 1, '00000000000000000000000000011111111': 1, '00000000000000000000000000100000100': 2, '00000000000000000000000000100101101': 1, '00000000000000000000000000101101111': 1, '00000000000000000000000000101111110': 1, '00000000000000000000000000110110011': 1, '00000000000000000000000001000000000': 1, '00000000000000000000000001000110111': 1, '00000000000000000000000001010010110': 1, '00000000000000000000000001011111110': 3, '00000000000000000000000001111011110': 1, '00000000000000000000000001111111001': 1, '00000000000000000000000001111111101': 1, '00000000000000000000000001111111110': 1, '00000000000000000000000010011011111': 1, '00000000000000000000000010101111110': 1, '00000000000000000000000010111011000': 1, '00000000000000000000000010111110111': 1, '00000000000000000000000010111111101': 1, '00000000000000000000000010111111111': 1, '00000000000000000000000011001111011': 1, '00000000000000000000000011010111011': 1, '00000000000000000000000011101111111': 1, '00000000000000000000000011110111111': 1, '00000000000000000000000011111111111': 3, '00000000000000000000000100110100110': 1, '00000000000000000000000101001011011': 1, '00000000000000000000000101101110100': 1, '00000000000000000000000101111111111': 1, '00000000000000000000000110111111111': 1, '00000000000000000000000111111101110': 1, '00000000000000000000000111111101111': 1, '00000000000000000000000111111111011': 1, '00000000000000000000000111111111110': 1, '00000000000000000000000111111111111': 3, '00000000000000000000001000001001011': 1, '00000000000000000000001000110111111': 1, '00000000000000000000001001001100101': 1, '00000000000000000000001001011111010': 1, '00000000000000000000001010111111001': 1, '00000000000000000000001011101111101': 1, '00000000000000000000001111011110011': 1, '00000000000000000000001111101111111': 1, '00000000000000000000001111111101111': 1, '00000000000000000000001111111111010': 1, '00000000000000000000001111111111011': 1, '00000000000000000000001111111111101': 1, '00000000000000000000001111111111111': 1, '00000000000000000000010000000000110': 1, '00000000000000000000010000111011001': 1, '00000000000000000000010000111111111': 1, '00000000000000000000010001001111001': 1, '00000000000000000000010001001111111': 1, '00000000000000000000010001010101011': 1, '00000000000000000000010111111110100': 1, '00000000000000000000011000001001111': 1, '00000000000000000000011111101111111': 1, '00000000000000000000011111111111101': 1, '00000000000000000000011111111111110': 1, '00000000000000000000100000001101111': 1, '00000000000000000000100000010001011': 1, '00000000000000000000100000011111100': 1, '00000000000000000000100000100101110': 1, '00000000000000000000100001001111111': 1, '00000000000000000000100001101111001': 1, '00000000000000000000100011101111011': 1, '00000000000000000000100100000001011': 1, '00000000000000000000100100111111101': 1, '00000000000000000000100101011111011': 1, '00000000000000000000100101101111111': 1, '00000000000000000000100111101101011': 1, '00000000000000000000100111111101011': 1, '00000000000000000000100111111111011': 1, '00000000000000000000101011001111111': 1, '00000000000000000000101011111111101': 1, '00000000000000000000101101111011011': 1, '00000000000000000000101101111111101': 1, '00000000000000000000101110111101011': 1, '00000000000000000000101110111101111': 1, '00000000000000000000101110111111011': 1, '00000000000000000000101110111111110': 1, '00000000000000000000101111001001110': 1, '00000000000000000000101111110100011': 1, '00000000000000000000101111111101101': 1, '00000000000000000000101111111111101': 1, '00000000000000000000110000011110011': 1, '00000000000000000000110001001101100': 1, '00000000000000000000110011111111111': 3, '00000000000000000000110100111101010': 1, '00000000000000000000110101111001011': 1, '00000000000000000000111010011111111': 1, '00000000000000000000111100101111111': 1, '00000000000000000000111111011111010': 1, '00000000000000000000111111111111111': 1, '00000000000000000001000000010000110': 1, '00000000000000000001000000011011111': 1, '00000000000000000001000011111111101': 1, '00000000000000000001000100001111110': 1, '00000000000000000001000101011111111': 1, '00000000000000000001000111011111011': 1, '00000000000000000001000111111011001': 1, '00000000000000000001001001101111111': 1, '00000000000000000001001110111111000': 1, '00000000000000000001001111001111111': 1, '00000000000000000001010000000101011': 1, '00000000000000000001010000111100110': 1, '00000000000000000001010111111111111': 1, '00000000000000000001011111011101111': 1, '00000000000000000001100000000100011': 1, '00000000000000000001100000010010011': 1, '00000000000000000001100011111111111': 1, '00000000000000000001101111111101011': 1, '00000000000000000001110110111111111': 1, '00000000000000000001110111111111011': 1, '00000000000000000001111111111001011': 1, '00000000000000000001111111111111011': 3, '00000000000000000010000101010101111': 1, '00000000000000000010000111111111100': 1, '00000000000000000010001010011111100': 1, '00000000000000000010001111111111001': 1, '00000000000000000010010111100000111': 1, '00000000000000000010011110111110111': 1, '00000000000000000010100011011111010': 1, '00000000000000000010100110010101101': 1, '00000000000000000010101111111000111': 1, '00000000000000000010101111111101111': 1, '00000000000000000011000000000101110': 1, '00000000000000000011000000011010011': 1, '00000000000000000011000011011011001': 1, '00000000000000000011110111111111110': 1, '00000000000000000011111011111101111': 1, '00000000000000000011111011111111001': 1, '00000000000000000011111111111001110': 1, '00000000000000000011111111111011011': 1, '00000000000000000011111111111111011': 1, '00000000000000000100000000000001110': 1, '00000000000000000100000000000101001': 1, '00000000000000000100000000100111000': 1, '00000000000000000100000001111111011': 1, '00000000000000000100000010111101011': 1, '00000000000000000100000101101110111': 1, '00000000000000000100000101111111111': 1, '00000000000000000100000111111111111': 1, '00000000000000000100001010001110011': 1, '00000000000000000100001101100001011': 1, '00000000000000000100100000100000011': 1, '00000000000000000100100000110111111': 1, '00000000000000000100101000000100010': 1, '00000000000000000100101101111111001': 1, '00000000000000000100101101111111111': 1, '00000000000000000101000000011111111': 1, '00000000000000000101001010100111011': 1, '00000000000000000101001111111111110': 1, '00000000000000000101101111101111000': 1, '00000000000000000110000000010101111': 1, '00000000000000000110000001010000000': 1, '00000000000000000110100111111111111': 1, '00000000000000000111011010111110111': 1, '00000000000000000111011111111111100': 1, '00000000000000000111101110111111010': 1, '00000000000000001000000000000000000': 2, '00000000000000001000000000000000101': 1, '00000000000000001000000000000000110': 1, '00000000000000001000000000000000111': 1, '00000000000000001000000000000001110': 1, '00000000000000001000000000000111010': 1, '00000000000000001000001000001000001': 1, '00000000000000001000001111001111101': 1, '00000000000000001000001111111011011': 1, '00000000000000001000011110111111010': 1, '00000000000000001000101111100111011': 1, '00000000000000001000101111111100000': 1, '00000000000000001000101111111110010': 1, '00000000000000001000111110111111111': 1, '00000000000000001001000000000011011': 1, '00000000000000001001000000000100111': 1, '00000000000000001001000000000111101': 1, '00000000000000001001000000011110101': 1, '00000000000000001001000011111110110': 1, '00000000000000001001100000000000010': 1, '00000000000000001001110000000000011': 1, '00000000000000001001111001111111111': 1, '00000000000000001001111111111100011': 1, '00000000000000001001111111111111110': 1, '00000000000000001010000000100000011': 1, '00000000000000001010000010110111111': 1, '00000000000000001010111111011111011': 1, '00000000000000001011000001001111111': 1, '00000000000000001011001111111111110': 1, '00000000000000001011010011111011011': 1, '00000000000000001011011111111111111': 1, '00000000000000001011111110011111101': 1, '00000000000000001011111110110111011': 1, '00000000000000001011111111111011110': 1, '00000000000000001100111111111111111': 1, '00000000000000001101000000010010110': 1, '00000000000000001110011111110101111': 1, '00000000000000001111000100111110011': 1, '00000000000000001111011111110111111': 1, '00000000000000001111110010010111001': 1, '00000000000000001111111110111010101': 1, '00000000000000001111111111011011111': 1, '00000000000000001111111111111101111': 1, '00000000000000010000000000000000110': 1, '00000000000000010000000000000101011': 1, '00000000000000010000000000010111101': 1, '00000000000000010000001001001111111': 1, '00000000000000010000001111011010101': 1, '00000000000000010000010000010101110': 1, '00000000000000010000010000011111100': 1, '00000000000000010000111111011011111': 1, '00000000000000010000111111101111111': 1, '00000000000000010001000000000101011': 1, '00000000000000010001000111111111110': 1, '00000000000000010001100110001111000': 1, '00000000000000010001101111111110110': 1, '00000000000000010001111111101111010': 1, '00000000000000010010000110100001011': 1, '00000000000000010010100000000001011': 1, '00000000000000010010100110111111110': 1, '00000000000000010010101111111111111': 1, '00000000000000010011101011011101111': 1, '00000000000000010011111111101111110': 1, '00000000000000010011111111111011010': 1, '00000000000000010011111111111111011': 1, '00000000000000010011111111111111110': 1, '00000000000000010100111111011101001': 1, '00000000000000010101000111101111111': 1, '00000000000000010110000001101010111': 1, '00000000000000010110111100111111111': 1, '00000000000000010110111111011111011': 1, '00000000000000010111011111010111111': 1, '00000000000000010111011111111101111': 1, '00000000000000010111111111001101111': 1, '00000000000000010111111111011111110': 1, '00000000000000010111111111101111111': 1, '00000000000000011000011111111111111': 1, '00000000000000011000101111100001010': 1, '00000000000000011000111110110111110': 1, '00000000000000011000111111111111111': 1, '00000000000000011001011111111111111': 1, '00000000000000011010111101111111111': 1, '00000000000000011011001110111111011': 1, '00000000000000011011011111110101011': 1, '00000000000000011011011111111111111': 1, '00000000000000011011101011111111011': 1, '00000000000000011011111111011011001': 1, '00000000000000011011111111111011011': 1, '00000000000000011011111111111011111': 1, '00000000000000011011111111111111011': 1, '00000000000000011011111111111111110': 1, '00000000000000011100000010101110111': 1, '00000000000000011101110111110111011': 1, '00000000000000011110011110111101110': 1, '00000000000000011110111110101111100': 1, '00000000000000011111011001101111111': 1, '00000000000000011111101101111011111': 1, '00000000000000011111101111111111101': 1, '00000000000000011111110010111011111': 1, '00000000000000011111111101011101000': 1, '00000000000000011111111101101111110': 1, '00000000000000011111111110111111011': 1, '00000000000000011111111111001101011': 1, '00000000000000011111111111011011011': 1, '00000000000000011111111111110111100': 1, '00000000000000011111111111111011011': 1, '00000000000000011111111111111111010': 1, '00000000000000011111111111111111111': 3, '00000000000000100000000000111010000': 1, '00000000000000100000000001010101111': 1, '00000000000000100000000001111101101': 1, '00000000000000100000000011011101011': 1, '00000000000000100000000101111111111': 1, '00000000000000100000000110101100110': 1, '00000000000000100000000111011111110': 1, '00000000000000100000000111101101111': 1, '00000000000000100000000111111011011': 1, '00000000000000100000001110100111111': 1, '00000000000000100000001111110111011': 1, '00000000000000100000001111111111111': 1, '00000000000000100000010000111101111': 1, '00000000000000100000100000000101011': 1, '00000000000000100000100100000101111': 1, '00000000000000100000111111111111000': 1, '00000000000000100001101100111111011': 1, '00000000000000100001101101010111001': 1, '00000000000000100010000001000001101': 1, '00000000000000100010000011111011011': 1, '00000000000000100010111111101100100': 1, '00000000000000100011000111111111111': 1, '00000000000000100100000010111101100': 1, '00000000000000101000001111011110010': 1, '00000000000000101000011111011101011': 1, '00000000000000101001010001111011011': 1, '00000000000000101001111110111101111': 1, '00000000000000101101000011111111000': 1, '00000000000000101111101111111111110': 1, '00000000000000101111111110111111111': 1, '00000000000000101111111111111111011': 1, '00000000000000101111111111111111111': 1, '00000000000000110000000000000100110': 1, '00000000000000110000101111001001110': 1, '00000000000000110000101111111111110': 1, '00000000000000110011001111011111010': 1, '00000000000000110111011010111110111': 1, '00000000000000110111111111101111001': 1, '00000000000000111000000111111111110': 1, '00000000000000111011111111111101110': 1, '00000000000000111100111111001111110': 1, '00000000000000111110101111111110111': 1, '00000000000000111111111111011111010': 1, '00000000000000111111111111101110111': 1, '00000000000001000000000000001001011': 1, '00000000000001000000000000001111111': 1, '00000000000001000000000010010001111': 1, '00000000000001000000000110111100011': 1, '00000000000001000000000111110000110': 1, '00000000000001000000000111110111001': 1, '00000000000001000000001000011110011': 1, '00000000000001000000001110010000111': 1, '00000000000001000000010000010101111': 1, '00000000000001000000010000010111110': 1, '00000000000001000000011011101001111': 1, '00000000000001000000011111111011101': 1, '00000000000001000000100011110111110': 1, '00000000000001000000101101111011011': 1, '00000000000001000000110000010111111': 1, '00000000000001000010000111111011101': 1, '00000000000001000010100001011111011': 1, '00000000000001000011100001000001100': 1, '00000000000001000100000000100011110': 2, '00000000000001000101000010111111111': 1, '00000000000001000110111100011101011': 1, '00000000000001000111111101111101111': 1, '00000000000001000111111110001111111': 1, '00000000000001001000000000000010001': 2, '00000000000001001000101111111111111': 1, '00000000000001001001000101011111110': 1, '00000000000001001001100010000100110': 1, '00000000000001001010000000001001011': 1, '00000000000001001011000000001111111': 1, '00000000000001001011101111111111101': 1, '00000000000001001011111111111111011': 1, '00000000000001001110100000010000001': 1, '00000000000001010000000001111111011': 1, '00000000000001010000101110011111111': 1, '00000000000001010000101111011111010': 1, '00000000000001010000111111111111111': 1, '00000000000001010001111111111101001': 1, '00000000000001010111111111110110001': 1, '00000000000001010111111111111111111': 1, '00000000000001011011011011011111011': 1, '00000000000001011011101111111011011': 1, '00000000000001011011111111101011011': 1, '00000000000001011111101011110111001': 1, '00000000000001011111111111111110101': 1, '00000000000001011111111111111111111': 1, '00000000000001100000000000000111001': 1, '00000000000001100001111111011111011': 1, '00000000000001100101100001010111011': 1, '00000000000001101000000000101111011': 1, '00000000000001101101111111100111110': 1, '00000000000001110000001111111111010': 1, '00000000000001110001000000011111111': 1, '00000000000001111011011111111011011': 1, '00000000000001111111001111111100001': 1, '00000000000001111111010111111111111': 1, '00000000000001111111011111111111011': 1, '00000000000001111111111101111111110': 1, '00000000000001111111111111111011110': 1, '00000000000001111111111111111111110': 1, '00000000000010000000000000010000001': 2, '00000000000010000000000001111101010': 1, '00000000000010000000000001111101011': 1, '00000000000010000000000010111111111': 1, '00000000000010000000000011111101011': 1, '00000000000010000000000110110111111': 1, '00000000000010000000001000011111111': 1, '00000000000010000000100111111101110': 1, '00000000000010000000101010110111101': 1, '00000000000010000000110000001111111': 1, '00000000000010000001000111111111111': 1, '00000000000010000001001111110111111': 1, '00000000000010000001100111011111111': 1, '00000000000010000010111111101011110': 1, '00000000000010000100000000010011101': 1, '00000000000010000100001000000110100': 1, '00000000000010000101111101111001111': 1, '00000000000010001000001100110011001': 1, '00000000000010001010001111011111111': 1, '00000000000010001011111111111101110': 1, '00000000000010001110111110111111111': 1, '00000000000010001111011111111101011': 1, '00000000000010001111101001111111011': 1, '00000000000010010000000000000100111': 1, '00000000000010010000101000010001110': 1, '00000000000010010000101101111011011': 1, '00000000000010010011101011111111101': 1, '00000000000010010100100111111111111': 1, '00000000000010010111111011111110111': 1, '00000000000010010111111111111111101': 1, '00000000000010011111011110111110100': 1, '00000000000010011111111101111111111': 1, '00000000000010011111111111101111111': 1, '00000000000010100000100011010100110': 1, '00000000000010100010001110111111100': 1, '00000000000010110111111011111111000': 1, '00000000000010111011111110111001000': 1, '00000000000010111101111110111111001': 1, '00000000000010111111001101111111011': 1, '00000000000010111111010011101111111': 1, '00000000000010111111111111000101110': 1, '00000000000011000000000000000000100': 1, '00000000000011000000000000000001010': 1, '00000000000011000000000001001101111': 1, '00000000000011000000000001111111101': 1, '00000000000011000000000010000000100': 1, '00000000000011000000000100110111101': 1, '00000000000011000000000111011111110': 1, '00000000000011000000100001000101011': 1, '00000000000011000001100111111111011': 1, '00000000000011000001111111111111111': 1, '00000000000011000010000000100101111': 1, '00000000000011000010000010011111011': 1, '00000000000011000010010011111110010': 1, '00000000000011001000000001001111001': 1, '00000000000011001101011111101111111': 1, '00000000000011001111111111111111011': 1, '00000000000011010000000000000000000': 1, '00000000000011010111111011111111011': 1, '00000000000011011011111100101111010': 1, '00000000000011011011111111111110010': 1, '00000000000011100000011101111010011': 1, '00000000000011100011100111111111111': 1, '00000000000011101110011101101111010': 1, '00000000000011101111011111011110111': 1, '00000000000011101111111111111100011': 1, '00000000000011110000011110111111111': 1, '00000000000011111010110111101110101': 1, '00000000000011111011111111011101110': 1, '00000000000011111011111111011111001': 1, '00000000000011111011111111111101011': 1, '00000000000011111111010111011111111': 1, '00000000000011111111111111111011010': 1, '00000000000011111111111111111110111': 1, '00000000000011111111111111111111110': 1, '00000000000100000000000000001111111': 1, '00000000000100000000000010000000010': 1, '00000000000100000000000100001010000': 1, '00000000000100000000000111111110110': 1, '00000000000100000000000111111111001': 1, '00000000000100000000010000111111110': 1, '00000000000100000000100000011111011': 1, '00000000000100000000101101111011011': 1, '00000000000100000001111111111111111': 1, '00000000000100000011001110111000111': 1, '00000000000100000011111111111111110': 1, '00000000000100000100000000011101111': 1, '00000000000100000100000001001101011': 1, '00000000000100001111011111011011111': 1, '00000000000100001111110111111111001': 1, '00000000000100010000000111110111101': 1, '00000000000100010000010001000001011': 1, '00000000000100010011111111101111111': 1, '00000000000100010100000010010101001': 1, '00000000000100010111111111111111000': 1, '00000000000100010111111111111111011': 1, '00000000000100010111111111111111101': 1, '00000000000100011011011111111110011': 1, '00000000000100100000101101111101111': 1, '00000000000100110111111111110111101': 1, '00000000000100111110011111111101111': 1, '00000000000101000000000001111101111': 1, '00000000000101000000101111101111000': 1, '00000000000101000100001010000100101': 1, '00000000000101011011111110011111111': 1, '00000000000101100100000000001101011': 1, '00000000000101111111101111011111011': 1, '00000000000110000000000100010111011': 1, '00000000000110000000000111111111111': 1, '00000000000110000000010100010100101': 1, '00000000000110000000011111010111101': 1, '00000000000110001001001111111101110': 1, '00000000000110101110011111111111111': 1, '00000000000110111111111110110111111': 1, '00000000000111000010011111101111111': 1, '00000000000111001011101111111110011': 1, '00000000000111010011011111100101000': 1, '00000000000111011110110111101111110': 1, '00000000000111111111011101111111111': 1, '00000000000111111111111111111011010': 1, '00000000000111111111111111111110011': 1, '00000000000111111111111111111111111': 1, '00000000001000000000000000000000010': 2, '00000000001000000000000010110011111': 1, '00000000001000000000000011111011111': 1, '00000000001000000000100000000000100': 2, '00000000001000000000111111111111111': 1, '00000000001000000001000001101110100': 1, '00000000001000000001111110011001111': 1, '00000000001000000011111111111111101': 1, '00000000001000000111111011111111110': 1, '00000000001000010000000111111111111': 1, '00000000001000010010000111010110011': 1, '00000000001000010111011111110111111': 1, '00000000001000011011110101111111110': 1, '00000000001000111011111010111111011': 1, '00000000001000111111111111100111100': 1, '00000000001000111111111111111111111': 1, '00000000001001010111111101001011110': 1, '00000000001010000000000011011101011': 1, '00000000001010001111010000000010111': 1, '00000000001010011111111110111111011': 1, '00000000001010110011111111101101101': 1, '00000000001010111011110111111111010': 1, '00000000001010111011111111111111010': 1, '00000000001011101111011111011111010': 1, '00000000001011110110101011110111011': 1, '00000000001100000000000111111110011': 1, '00000000001100001111111100111111011': 1, '00000000001100011000100000000100011': 1, '00000000001100100010010111111111100': 1, '00000000001101100000000000111110011': 1, '00000000001101111111111101111111111': 1, '00000000001101111111111111101111111': 1, '00000000001110000000100010001111111': 1, '00000000001110001011111101111111111': 1, '00000000001110100111011111110110110': 1, '00000000001110110011011111110101110': 1, '00000000001111001111101111011111001': 1, '00000000001111010100000110111001110': 1, '00000000001111011111111101101111111': 1, '00000000001111101111111110111101011': 1, '00000000001111110110111111011101111': 1, '00000000001111110111111011111011011': 1, '00000000001111111000010010100111111': 1, '00000000001111111101111111111111011': 1, '00000000001111111111101111111101011': 1, '00000000001111111111101111111110110': 1, '00000000010000000000000000000101011': 2, '00000000010000000000000111001111011': 1, '00000000010000000000001111111111111': 1, '00000000010000000000100101111101011': 1, '00000000010000000001000010110011011': 2, '00000000010000000010000011111111101': 1, '00000000010000000010100000111111101': 1, '00000000010000000100000000000111111': 1, '00000000010000000100100010011111010': 1, '00000000010000001001111110101110100': 1, '00000000010000010000001000010101101': 1, '00000000010000010100001111011111011': 1, '00000000010000100000101000100110011': 1, '00000000010000111001111111001011011': 1, '00000000010001000000010011101111100': 2, '00000000010001100000001111111111010': 1, '00000000010010011101111111111001110': 1, '00000000010100001000000000000000110': 2, '00000000010101110101110110111111111': 1, '00000000010101110111111110011111111': 1, '00000000011000000001100011111111110': 1, '00000000011000100001100101011111111': 1, '00000000011001101011111011111111101': 1, '00000000011010101111111111111011011': 1, '00000000011011111111011101101111111': 1, '00000000011111010101111110010110000': 1, '00000000011111101101111101110011111': 1, '00000000011111111111101101011011111': 1, '00000000011111111111110111111111011': 1, '00000000011111111111111110111110011': 1, '00000000011111111111111111110111111': 1, '00000000011111111111111111111011010': 1, '00000000100000000000000001101111110': 1, '00000000100000000000001100100001000': 1, '00000000100000000000010001111101111': 1, '00000000100000000001111111111111011': 1, '00000000100000000011100111111111111': 1, '00000000100000000100000001001111011': 1, '00000000100000000100011100100101011': 1, '00000000100000000110001011111111111': 1, '00000000100000001000000000000101000': 1, '00000000100000001101010101011100111': 1, '00000000100000010000000011101111011': 1, '00000000100000010011111011011110101': 1, '00000000100000010111111111111001111': 1, '00000000100000011010111111111111111': 1, '00000000100000011101000000111111111': 1, '00000000100000011111011111111101010': 1, '00000000100001000100101110100000001': 1, '00000000100010000011011110101101101': 1, '00000000100010010111111111111111011': 1, '00000000100011000010000011111111110': 1, '00000000100011111111011110111110111': 1, '00000000100100000001111111100111111': 1, '00000000101000000000100000000100111': 1, '00000000101000011111111001110101111': 1, '00000000101011110101111111111111011': 1, '00000000101111111101110111111101111': 1, '00000000110000000010000001110111111': 1, '00000000110000000111011001111111110': 1, '00000000110001011111101111011111110': 1, '00000000110010111011111111111101010': 1, '00000000110011010000111111011111111': 1, '00000000110111110111111111111111011': 1, '00000000111000111010111011111111011': 1, '00000000111011111111011110111011001': 1, '00000000111111111111011101111111010': 1, '00000000111111111111111110111111011': 1, '00000000111111111111111111111111111': 1, '00000001000000000000000000000111110': 1, '00000001000000000000000000011011011': 1, '00000001000000000000000000011100111': 1, '00000001000000000000000000100001110': 1, '00000001000000000000000001000111111': 1, '00000001000000000000000001110110111': 1, '00000001000000000000000011111111011': 1, '00000001000000000000001111111011001': 1, '00000001000000000000011111011011101': 1, '00000001000000000000011111111101110': 1, '00000001000000000000100100111111111': 1, '00000001000000000000110111100101011': 1, '00000001000000000000111111101101011': 1, '00000001000000000000111111111111111': 1, '00000001000000000001000101111101111': 1, '00000001000000000001111110011111011': 1, '00000001000000000010000000000110011': 1, '00000001000000000010000001001110111': 1, '00000001000000000010101011111111010': 1, '00000001000000000011011111111111001': 1, '00000001000000000011110101011111110': 1, '00000001000000000011111101111111111': 1, '00000001000000000110100001011001111': 1, '00000001000000000111111111011101011': 1, '00000001000000001000000001000010110': 1, '00000001000000001000000011111111111': 1, '00000001000000001000001111111110011': 1, '00000001000000001000100001000111110': 1, '00000001000000001000100001011110011': 1, '00000001000000001010100011111001010': 1, '00000001000000001011101111111111111': 1, '00000001000000001011111111111111111': 1, '00000001000000001111111101111101110': 1, '00000001000000010000000000000000110': 1, '00000001000000010000000001010101010': 1, '00000001000000010000110010100111101': 1, '00000001000000010000111111111101010': 1, '00000001000000010111000101011101011': 1, '00000001000000010111111001101110100': 1, '00000001000000010111111111111111111': 1, '00000001000000011001111111111011011': 1, '00000001000000011011110110110111011': 1, '00000001000000011111110101110111011': 1, '00000001000000100000000001111111111': 1, '00000001000000100000000110000111111': 1, '00000001000000100000001001010011101': 1, '00000001000000100000010000000001111': 1, '00000001000000100000100110111111101': 1, '00000001000000100000111110110101011': 1, '00000001000000100100000001111111111': 1, '00000001000000100101011111111101111': 1, '00000001000000110011111111101111100': 1, '00000001000000111011110101111111010': 1, '00000001000000111110111101111110111': 1, '00000001000000111111111111111101101': 1, '00000001000001000000000000000101111': 1, '00000001000001000000000001001111000': 1, '00000001000001000000000010000101111': 1, '00000001000001000000011111111111111': 1, '00000001000001000000100011101111111': 1, '00000001000001000000101011111011011': 1, '00000001000001000010001000010111011': 1, '00000001000001000010110111111111011': 1, '00000001000001000100101111011111111': 1, '00000001000001001000000000001011111': 1, '00000001000001010010111100110110111': 1, '00000001000001011111011111111100111': 1, '00000001000001101011011111101111000': 1, '00000001000001111111101101111110100': 1, '00000001000001111111101111111111011': 1, '00000001000010000111111011111111111': 1, '00000001000010010011110010101111100': 1, '00000001000010011011101111111111111': 1, '00000001000010101111101111111110111': 1, '00000001000010110001000001111111110': 1, '00000001000010110111100011111111111': 1, '00000001000011000101111011111101010': 1, '00000001000011001000111111111111011': 1, '00000001000011110011101111101111000': 1, '00000001000011111111010000100100000': 1, '00000001000100000000000001111111100': 1, '00000001000100000000100000000101010': 1, '00000001000100001000000111011101001': 1, '00000001000100011011111111101111111': 1, '00000001000101000000000110000101010': 1, '00000001000110001011111111111111111': 1, '00000001000111000000111110011101111': 1, '00000001000111001111111111110111111': 1, '00000001000111110000111111111111011': 1, '00000001000111111011101011010111111': 1, '00000001000111111011111111111111111': 1, '00000001001000000000000111111111001': 1, '00000001001000000000101000111011011': 1, '00000001001000000000101100000110011': 1, '00000001001000000010001011010111011': 1, '00000001001000000111011011111111011': 1, '00000001001000001011000010001011011': 1, '00000001001000011111011101110111111': 1, '00000001001000011111111111011101111': 1, '00000001001001000100100100101001011': 1, '00000001001001111111110111110111001': 1, '00000001001010000010000000000001011': 1, '00000001001011111101001110111111111': 1, '00000001001100001000000000001101111': 1, '00000001001110000001111110111111111': 1, '00000001001111001111110110111111111': 1, '00000001001111110111111111110110011': 1, '00000001001111111101111111111011111': 1, '00000001001111111111110100000010000': 1, '00000001010000000000011111111111111': 1, '00000001010001100000100101111011111': 1, '00000001010011000001100010111111111': 1, '00000001010100001100101100000000111': 1, '00000001010101000000010111110111101': 1, '00000001011000000000000011101111010': 1, '00000001011100111111101111111101011': 1, '00000001011101110111101111011111111': 1, '00000001011101111100111111010101111': 1, '00000001011110111101001111111111011': 1, '00000001011110111111101111111110110': 1, '00000001011110111111111111111111101': 1, '00000001011111011111011110111011111': 1, '00000001011111011111111111111111111': 1, '00000001011111110110101111111111111': 1, '00000001011111111010111111110111011': 1, '00000001011111111100110111111111111': 1, '00000001011111111110011111111011001': 1, '00000001011111111110110110111111101': 1, '00000001011111111111010111111110001': 1, '00000001011111111111111110111111111': 1, '00000001011111111111111111011101101': 1, '00000001011111111111111111011101111': 1, '00000001011111111111111111111111011': 1, '00000001011111111111111111111111111': 1, '00000001100000000100111101111111010': 1, '00000001100000001000001010101011110': 1, '00000001101000111111111111111111011': 1, '00000001101111001110111110111101011': 1, '00000001110000000000000001011101011': 1, '00000001110110111111111111101011111': 1, '00000001111010011111111111110111010': 1, '00000001111010111111011111011111101': 1, '00000001111011101101111111111011111': 1, '00000001111011111111111111111111011': 1, '00000001111100011111111110111111111': 1, '00000001111101111111111111101111011': 1, '00000001111111101011111110011101011': 1, '00000001111111101111111111111111110': 1, '00000001111111111101001101111111110': 1, '00000001111111111110111111011101110': 1, '00000001111111111111101111111111111': 1, '00000001111111111111110101001111010': 1, '00000001111111111111111110111111111': 1, '00000001111111111111111111111011011': 1, '00000001111111111111111111111110110': 1, '00000010000000000000000011100101110': 3, '00000010000000000000001010000001000': 1, '00000010000000000000010101101111111': 1, '00000010000000000000100000000000111': 1, '00000010000000000000100000101111011': 1, '00000010000000000000101111111111111': 1, '00000010000000000000111101111111101': 1, '00000010000000000001000001011000011': 1, '00000010000000000001111011111011011': 1, '00000010000000000001111111101111111': 1, '00000010000000000010010011111101001': 1, '00000010000000000010111101111110011': 1, '00000010000000001000000010100101111': 1, '00000010000000001000010111111111111': 1, '00000010000000010000100011110010001': 1, '00000010000000010001111101010011011': 1, '00000010000000011011110111111101111': 1, '00000010000000100000000000000000001': 1, '00000010000000100100110011111111011': 1, '00000010000000111011111101111111111': 1, '00000010000000111111111111111111111': 1, '00000010000001000100111111111111111': 1, '00000010000001000111111111111111111': 1, '00000010000001010111111111011111011': 1, '00000010000001100000110011011111110': 1, '00000010000001111011111110111011100': 1, '00000010000001111111011111011101011': 1, '00000010000010000000110110111111011': 1, '00000010000010011011111111111011001': 1, '00000010000010100001101111111111110': 1, '00000010000010100011111011111111100': 1, '00000010000100000000000011010111111': 1, '00000010000100010000000001100001011': 1, '00000010000100010100100000010000000': 1, '00000010000110000000101111111111011': 1, '00000010000110010011111111011011111': 1, '00000010000110010111101111011110101': 1, '00000010001000000000110001011111011': 1, '00000010001000001011111111110010110': 1, '00000010001001010000011101111111011': 1, '00000010001101011111111100001111011': 1, '00000010001110000001000000000001101': 2, '00000010010000000000000000000001111': 2, '00000010010000000000111101110111111': 1, '00000010010000010001000001001111011': 1, '00000010011111111110111000000100110': 1, '00000010100000000000001001100000111': 1, '00000010100000110000000000100111010': 1, '00000010101000000000100100001100000': 1, '00000010101101111111011111111111011': 1, '00000010110000011111111111111011111': 1, '00000010111001011111101111111111111': 1, '00000010111101111111111111101100011': 1, '00000010111111111111110000011111111': 1, '00000011000000000001101001011101011': 1, '00000011000000001110111111111111101': 1, '00000011000000010001111111111110111': 1, '00000011000001100111111001011010010': 1, '00000011000011000011100011101111011': 1, '00000011000011111111111111111101101': 1, '00000011000110000000000000000001000': 1, '00000011001000101000000000011111111': 1, '00000011001110111010010111101111110': 1, '00000011011011110111001111111001110': 1, '00000011011101001111010010111111101': 1, '00000011011101110110111111101111101': 1, '00000011011111111111101110111110111': 1, '00000011011111111111111111111111111': 1, '00000011100011000000100100001001011': 1, '00000011101111011101110110101111111': 1, '00000011110010111111111111011101111': 1, '00000011111101111110111111110011010': 1, '00000011111101111111011101111111110': 1, '00000011111101111111111111110110011': 1, '00000011111110111110100001011111001': 1, '00000011111111011111110011111111111': 1, '00000011111111100111101111111111011': 1, '00000011111111101110110111101111111': 1, '00000011111111110101101111100111111': 1, '00000011111111111100111101011101010': 1, '00000011111111111111011111111111010': 1, '00000011111111111111101111111111111': 1, '00000100000000000000100001000100010': 1, '00000100000000000000100011010100111': 1, '00000100000000000000100011011111011': 1, '00000100000000000001000001000000110': 1, '00000100000000000001111111111111011': 1, '00000100000000000010000000000001110': 1, '00000100000000001110001111111111010': 1, '00000100000000001110010111111111111': 1, '00000100000000010110111111101111010': 1, '00000100000000011011110111101011010': 1, '00000100000000100010000000011111111': 1, '00000100000001000000000000100001111': 2, '00000100000001000000010000110111101': 1, '00000100000001010011111111110111011': 1, '00000100000011000001101111110111111': 1, '00000100000011001000100000001111111': 1, '00000100000011110111111111111111101': 1, '00000100000100010000001001000011110': 1, '00000100000100010100000111111111011': 1, '00000100001000000110111100011101011': 1, '00000100001100000000001111011111101': 1, '00000100001100100111011111001101111': 1, '00000100001111101110101111111011111': 1, '00000100001111111111111111111011111': 1, '00000100010000001011001111111111111': 1, '00000100010110000000111101111111111': 1, '00000100011100011101011111111111011': 1, '00000100011101011111111101111111010': 1, '00000100110000000000000111110111111': 1, '00000101000000000000000110000100000': 1, '00000101000000000010100011111111111': 1, '00000101000000000100101111111111101': 1, '00000101000010000001000001011101011': 1, '00000101000100100000001001011011111': 1, '00000101001101111100111111110101111': 1, '00000101111111101101011111011110110': 1, '00000101111111111111111001111110011': 1, '00000110010000000000000000001001100': 2, '00000111000001001010000100000001000': 1, '00000111110111100000000000000101111': 1, '00000111111111111101111011111111011': 1, '00000111111111111111011101111111010': 1, '00001000000000000000000000001111011': 1, '00001000000000000000000001011101111': 1, '00001000000000000000000011111110111': 1, '00001000000000000000000111101111111': 1, '00001000000000000000010000001111110': 1, '00001000000000000010000000111101111': 1, '00001000000000000010000000111111111': 1, '00001000000000000011000010000001101': 1, '00001000000000001000000010111111111': 1, '00001000000000001000010111101011111': 1, '00001000000000001000111011111101110': 1, '00001000000000001011110011111101111': 1, '00001000000000001011111111111111111': 1, '00001000000000010000000000000001010': 1, '00001000000000010001100111111111010': 1, '00001000000000010011111100011111011': 1, '00001000000000100000101001111111111': 1, '00001000000001000000100011100111111': 1, '00001000000001000100001000011111011': 1, '00001000000001110101111111111111011': 1, '00001000000001111010110111110100110': 1, '00001000000001111111011111111101011': 1, '00001000000010000000000000000111110': 1, '00001000000010000000111101111111011': 1, '00001000000010010000000011101111010': 1, '00001000000010010011111111111111011': 1, '00001000000010011011111111111001111': 1, '00001000000011111011111111111011100': 1, '00001000000101111111101011111111111': 1, '00001000001000000001010111111111111': 1, '00001000001000011011111111111111011': 1, '00001000010000001000000011110011011': 1, '00001000011101111011011001110111101': 1, '00001000011111101110101111101101011': 1, '00001000011111111111111111111101010': 1, '00001000100000010000001011111111001': 1, '00001000100000011011111101111101110': 1, '00001001000000000000000111111111111': 1, '00001001000000001111111110111001111': 1, '00001001000000010000100100101011011': 1, '00001001000000111011111111101111111': 1, '00001001000001000000101111111111101': 1, '00001001000001000100000111110101001': 1, '00001001000010000000000000000011010': 1, '00001001000101100000001010001111111': 1, '00001001011111101011101111111110110': 1, '00001001011111111110111111100101111': 1, '00001001101111110011111111110111111': 1, '00001001111111111111001111110111010': 1, '00001001111111111111101111100111011': 1, '00001010000010000100000111111011110': 1, '00001010001010000000000000110111011': 1, '00001010101111111101010111111111000': 1, '00001010111111110111111111111011111': 1, '00001010111111111111011111111111110': 1, '00001010111111111111110001110111101': 1, '00001010111111111111111111100101111': 1, '00001011011110110111111111111111010': 1, '00001011011111111010111111011010010': 1, '00001011011111111111011011111101101': 1, '00001011111100011011111111111111110': 1, '00001011111101111110111101111110110': 1, '00001011111110110111111111111011011': 1, '00001011111110111111110101111011111': 1, '00001011111111110011111111111111011': 1, '00001011111111110110111101111111101': 1, '00001011111111111111001111111111011': 1, '00001011111111111111101111111111011': 1, '00001011111111111111111111011101011': 1, '00001011111111111111111111111011110': 1, '00001011111111111111111111111110111': 1, '00001100000001001001000001101111111': 1, '00001100111101111110011111111111111': 1, '00001101111101111111111110011011010': 1, '00001101111110001000111101011101110': 1, '00001101111111111111011111001111111': 1, '00001110000000000000000111110101011': 1, '00001110110111111111111111111111011': 1, '00001110111101011011111010011110011': 1, '00001110111110111111111111111101111': 1, '00001110111111110011101101111111011': 1, '00001110111111111111111110111111110': 1, '00001111011111111110100111101111111': 1, '00001111101111111111111111101111101': 1, '00001111110001111111011111111110011': 1, '00001111110110011111111110111011011': 1, '00001111110111111100111110111011111': 1, '00001111110111111110111111111111011': 1, '00001111111001101011111101011111111': 1, '00001111111011111111111111111111011': 1, '00001111111011111111111111111111110': 1, '00001111111111011011111110011111000': 1, '00001111111111011111011110111111101': 1, '00001111111111011111101011111111011': 1, '00001111111111011111111111001111111': 1, '00001111111111011111111111111111001': 1, '00001111111111101111111111110111101': 1, '00001111111111110110111111011101111': 1, '00001111111111110111111010010101111': 1, '00001111111111111110101101111101000': 1, '00001111111111111111011111111110011': 1, '00001111111111111111111111111111001': 1, '00010000000000000001001010010111001': 1, '00010000000000000001001101000111011': 1, '00010000000000000001111111111111011': 1, '00010000000000000010000100000000110': 1, '00010000000000100010100101110010110': 1, '00010000000000101001000000010101111': 1, '00010000000000110001011111111111010': 1, '00010000000001111111111111011111110': 1, '00010000000010011110111111110111111': 1, '00010000000011000000100001010111010': 1, '00010000000100000000000000000001110': 1, '00010000000100000010000101010111110': 1, '00010000000111100110111110011111011': 1, '00010000001000010001111111111111111': 1, '00010000010000011011110110111111111': 1, '00010000011111111111111111110111011': 1, '00010000100000101111111111101101110': 1, '00010001000101000000000101111101011': 1, '00010010000010000000000100000001100': 1, '00010011001110000000000010111111011': 1, '00010100000000000010001001110111111': 1, '00010100000000100000000000011111111': 1, '00010100000001000000010101111111010': 1, '00011000000000100100000000010110011': 1, '00011000001000000000001111111111011': 1, '00011011111111111111111111111110010': 1, '00011101111111111111111111011101111': 1, '00100000000000000000000000000111111': 1, '00100000000000000000001111111111111': 1, '00100000000000000000110111111111101': 1, '00100000000000000001011001110000011': 1, '00100000000000000010000000001001111': 1, '00100000000000000010100000001111111': 1, '00100000000000000110111111111111010': 1, '00100000000000000111110011111111011': 1, '00100000000000001011001010101110011': 1, '00100000000000010101111111111111001': 1, '00100000000000011111111111001011011': 1, '00100000000000100001100000000100101': 1, '00100000000001000000100001011110110': 1, '00100000000101111111111101111011111': 1, '00100000001000000000000111111110010': 1, '00100000100000000000000010111111111': 1, '00100000110000000000100001010001010': 1, '00100001000000000100110000000011101': 1, '00100001000000010100010110100000110': 1, '00100001011111101111001111110111011': 1, '00100001110111111111011111110111011': 1, '00100001111111111111111111111011111': 1, '00100010000000010000101010101011111': 1, '00100010000011001000110010010011100': 1, '00100011000010000100000110111111010': 1, '00100011001000000000000111011111111': 1, '00100011011111111111111111111110111': 1, '00100100000000010011111101111111111': 1, '00100100000001000000000101111111001': 1, '00100100000011010011001011011101101': 1, '00100100001111111111111111111111011': 1, '00100100010010010111101100111111111': 1, '00101000000000101011111011011111000': 1, '00101000000011101111100111101101110': 1, '00101000001110011111101111111011111': 1, '00101011111001011011110101111011011': 1, '00110000000000000100000000011100111': 1, '00111110000111111111111110111111111': 1, '00111111011111110011111111010111011': 1, '00111111111001111111110110111101111': 1, '00111111111111111111001111111101111': 1, '01000000000000000000000100111111011': 1, '01000000000000000000000111111111111': 1, '01000000000000000001100100000001111': 1, '01000000000000000100010111111011011': 1, '01000000000000001000000000001011111': 1, '01000000000000001000000000011111111': 1, '01000000000000001001011111111111111': 1, '01000000000000001011011111111111111': 1, '01000000000000011011111111111001011': 1, '01000000000000011111111011111111011': 1, '01000000000000100000111111111111110': 1, '01000000000000100110111111111111010': 1, '01000000000000101000000000111110101': 1, '01000000000000111011110111111111001': 1, '01000000000000111111101101111111011': 1, '01000000000001000000000101110101111': 1, '01000000000010010001111111011111111': 1, '01000000000011111111111100111111111': 1, '01000000000100000000001001111101010': 1, '01000000000100011110111110111011000': 1, '01000000000100111111111111111110111': 1, '01000000000110111010111111111101011': 1, '01000000000111100000100000111011110': 1, '01000000010000000000000011111111011': 1, '01000000010000001010101111111110011': 1, '01000000100100001011011111110111111': 1, '01000000101101001111111111111111111': 1, '01000000110111110111111011110101011': 1, '01000000111011111110111011011111011': 1, '01000001000010000001111111110111101': 1, '01000001111111111111111111111111011': 1, '01000010000000001001101111111111110': 1, '01000010000011100110101111111111111': 1, '01000100000000000001000101111111111': 1, '01000100000000111111101111011111111': 1, '01000100000011000000000001111111010': 1, '01000100000111001011001001101111111': 1, '01000110000001011111111111111111111': 1, '01001000000000001000001000111111111': 1, '01001000000001100100000011110011111': 1, '01001000000010000001000000111011011': 1, '01001000000100001011111011111111111': 1, '01001001111111101111100011111111011': 1, '01001010100000011011101101111111111': 1, '01001011111111101011101111111111111': 1, '01001100111111111111111011111101110': 1, '01001101000100101000001001100001001': 1, '01001101111100111101111101111101111': 1, '01001110111111111111111111111111011': 1, '01001111101111111100001110111111111': 1, '01001111110111101110111111111111111': 1, '01001111110111111101101110111111011': 1, '01001111110111111110111111110111101': 1, '01001111111011111111111101111111111': 1, '01001111111110111011111011101101111': 1, '01001111111110111111011101111111111': 1, '01001111111111101111011011101111110': 1, '01001111111111110101111111101110011': 1, '01001111111111111011111101111011111': 1, '01001111111111111110111111111111111': 1, '01001111111111111111011111111011011': 1, '01001111111111111111110111110111111': 1, '01010101111111011111011011011101110': 1, '01010111111111111101111111101101111': 1, '01011101111110111111111110111111010': 1, '01011110011111111111101000111111001': 1, '01011110111100111111111101101111011': 1, '01011110111111111111100111011110011': 1, '01011111011111101111111110111111111': 1, '01011111101110001001000011111011110': 1, '01011111110111110111111111110000111': 1, '01011111111011101111011111111111110': 1, '01011111111101110001111111011111111': 1, '01011111111111101110100000000000010': 1, '01011111111111111101111111111001111': 1, '01011111111111111101111111111111101': 1, '01011111111111111111011111111111111': 1, '01011111111111111111110110011010101': 1, '01011111111111111111111011011111011': 3, '01011111111111111111111011101111101': 1, '01011111111111111111111011110111111': 1, '01011111111111111111111111011111011': 1, '01011111111111111111111111111011011': 1, '01011111111111111111111111111111110': 1, '01100000000100001000000011000111111': 1, '01101110111111101111111110111111010': 1, '01101111111110111111001111101111101': 1, '01110100001111111111101110111111011': 1, '01110101000010000000101100010111011': 1, '01110111101111111111111011100001111': 1, '01110111111110101101111011011101110': 1, '01110111111110110111001111111111101': 1, '01111010111111111111111111111111110': 1, '01111011110111111111001110111001111': 1, '01111011111010111111111010110111111': 1, '01111100111111101111011111111111011': 1, '01111101110111111101111111111111111': 1, '01111101110111111111111111101111110': 1, '01111101111111000111111111111111111': 1, '01111110000000001100100000000101111': 1, '01111110110111111101101100111111010': 1, '01111110111011000101111111001010011': 1, '01111110111100011011111101111100101': 1, '01111110111101010111101101101111000': 1, '01111110111111010110111111101111101': 1, '01111110111111011100000111011101001': 1, '01111110111111011111111111111111011': 1, '01111110111111101010111111110111110': 1, '01111110111111110110111101011111000': 1, '01111110111111110111111111111111110': 1, '01111110111111111011001111011111110': 1, '01111110111111111111011111011111111': 1, '01111110111111111111110111111011010': 1, '01111110111111111111111011111101010': 1, '01111110111111111111111011111111111': 1, '01111110111111111111111100000001001': 1, '01111110111111111111111111111111011': 1, '01111111011110111111111111111010011': 1, '01111111011111111011011111111111111': 1, '01111111101111110000000111111101111': 1, '01111111110010111011010101110111111': 1, '01111111111001111111111110111011110': 1, '01111111111011111010001110111011011': 1, '01111111111011111011111110100000011': 1, '01111111111011111100111000000001011': 1, '01111111111011111111011111111111111': 1, '01111111111011111111110111111110111': 1, '01111111111011111111111111111101011': 1, '01111111111011111111111111111111001': 1, '01111111111100100010111111111111111': 1, '01111111111100100011110000000010010': 1, '01111111111101110110111111111111111': 1, '01111111111101111111111111011101111': 1, '01111111111110011111110111100111101': 1, '01111111111110110101011111111111100': 1, '01111111111110110111100111101110100': 1, '01111111111110110111111011110111011': 1, '01111111111110111011101111111110111': 1, '01111111111110111011111111111110010': 1, '01111111111110111111011111111111011': 1, '01111111111110111111111111111101111': 1, '01111111111111001101111111111111111': 1, '01111111111111001111111111111110111': 1, '01111111111111011101111111111111111': 1, '01111111111111011111101111111111110': 1, '01111111111111011111111110110111011': 1, '01111111111111100111111111111101111': 1, '01111111111111110110111101001100110': 1, '01111111111111110111111100111111111': 1, '01111111111111110111111101111110110': 1, '01111111111111110111111111111111111': 1, '01111111111111111011111111101111111': 1, '01111111111111111011111111111111011': 1, '01111111111111111100111101111101111': 1, '01111111111111111101001111101111001': 1, '01111111111111111101101110011010101': 1, '01111111111111111101101111111111111': 1, '01111111111111111110111111101111010': 1, '01111111111111111111010111111111010': 1, '01111111111111111111011101111101111': 1, '01111111111111111111101111111111100': 1, '01111111111111111111110111110111111': 1, '01111111111111111111111011111101010': 1, '01111111111111111111111111001111111': 1, '01111111111111111111111111101111101': 1, '01111111111111111111111111101111111': 1, '01111111111111111111111111111111100': 1, '10000000000000000000000010111101011': 1, '10000000000000000000100001010110010': 1, '10000000000000000000101001111111110': 1, '10000000000000000000111010011111011': 1, '10000000000000000001001111111111011': 1, '10000000000000000001011111111111101': 1, '10000000000000000010000000010101101': 1, '10000000000000000011011111011101110': 1, '10000000000000000100100111110110111': 1, '10000000000000001111111111111111111': 1, '10000000000000010110000000000000001': 1, '10000000000000011001010011111111111': 1, '10000000000000011011110001111110011': 1, '10000000000000111111011111111111111': 1, '10000000000001000000100001111101011': 1, '10000000000001000010000111101110110': 1, '10000000000010011111111101110111011': 1, '10000000000011000011111111111111111': 1, '10000000010000100001111101010111101': 1, '10000001000000000000010001010110011': 1, '10000001000000100011011101111111011': 1, '10000001000100000000000000101110111': 1, '10000001000100011101111111101111110': 1, '10000001011011111111111111111111111': 1, '10000001110000000001100000000101111': 1, '10000010000001100000000101111111111': 1, '10000010000011000000001000110110111': 1, '10000100111111111110111011111111110': 1, '10001000000000001000000001111111001': 1, '10001000000000001000000010000011010': 1, '10001000001000000000010000011111011': 1, '10001001111111111111111111011111110': 1, '10001010000000000010000100100001110': 1, '10001011111101111111111110111111110': 1, '10010000000000011001000000000101010': 1, '10010000000011000000010000001111111': 1, '10010001000000011011111111111111111': 1, '10011100111111111111011111111111011': 1, '10011111101111110111111111110111111': 1, '10011111101111111111111110111110111': 1, '10011111101111111111111111101111111': 1, '10011111111110111111001111110111111': 1, '10100000000000000000010110111111011': 1, '10100000000000000001111111111111111': 1, '10100000000010001001000111110011111': 1, '10100000000100001001000100111111100': 1, '10100001000000000101000000011111111': 1, '10100001001111100011111001011110010': 1, '10101010101111110101111110110111111': 1, '10101110111110111111011111110011101': 1, '10101110111111111101011110000011011': 1, '10101111001010011011111110011111010': 1, '10101111111100101100000100001100110': 1, '10101111111111111011111111110111111': 1, '10110000000000000001000000010001111': 1, '10110000000000000010101000000111011': 1, '10110000000000010001101011111111011': 1, '10110000000100000100000010000001011': 1, '10110000000110000000000000110100001': 1, '10110001000000000111111111111111111': 1, '10110001000001000001000111101110011': 1, '10110010000000000001000010011011011': 1, '10110010100100000000010100111111111': 1, '10110011101001111100100011111011111': 1, '10110101111111111011111111111111101': 1, '10110101111111111111111111011111100': 1, '10110110111111111011111101011111101': 1, '10110111111100100011010110101111011': 1, '10110111111111100111011111111111010': 1, '10110111111111111101111111101111111': 1, '10111011111101111110110111111101111': 1, '10111011111110111111111111111010011': 1, '10111011111111111111011111111111101': 1, '10111100111111101100111111111111001': 1, '10111101010000101111111111111101110': 1, '10111101111101110100011111110111111': 1, '10111101111101111101111011011111111': 1, '10111101111111110111011111111110110': 1, '10111101111111111111111111101011011': 1, '10111101111111111111111111111111110': 1, '10111110101101111111110111111111110': 1, '10111110110010000111111111101111011': 1, '10111110110111111111111110111111111': 1, '10111110111010111111111000111101011': 1, '10111110111101011000111111111011011': 1, '10111110111101110111111111111111101': 1, '10111110111110011111111111011110110': 1, '10111110111110110101111111111111010': 1, '10111110111110111111010101100111101': 1, '10111110111111011111001111110111100': 1, '10111110111111110011111111101001011': 1, '10111110111111111111011111111111111': 1, '10111111011001111110010101010101010': 1, '10111111011001111111111111111111111': 1, '10111111011011111111111111111111011': 1, '10111111101110111101110111111101111': 1, '10111111101111111100111111101101011': 1, '10111111101111111101011111111111100': 1, '10111111110110011111111111111011011': 1, '10111111110110111111111011111111101': 1, '10111111110111010101101111111101011': 1, '10111111110111111111111101011111001': 1, '10111111110111111111111111111101111': 1, '10111111110111111111111111111111111': 1, '10111111111000111111011011011111101': 1, '10111111111001111101111111101111101': 1, '10111111111010110111111111111111110': 1, '10111111111010111111111011101111000': 1, '10111111111010111111111111011011111': 1, '10111111111011101111111111101111111': 1, '10111111111011110101111110111111011': 1, '10111111111011111000011101011111000': 1, '10111111111011111111011111101111001': 1, '10111111111100011011111111111111111': 1, '10111111111101101011000000111111101': 1, '10111111111101101111001011111111111': 1, '10111111111101101111111111111111011': 1, '10111111111101111111101101111111110': 1, '10111111111101111111111110111111010': 1, '10111111111110011111111110111111110': 1, '10111111111110110110101110110111110': 1, '10111111111110110111101001100100111': 1, '10111111111110111111111101101111111': 1, '10111111111110111111111110011111111': 1, '10111111111110111111111111111111011': 1, '10111111111111011111011110111111011': 1, '10111111111111101111111111111111111': 1, '10111111111111110100111111111001111': 1, '10111111111111110101001111101111101': 1, '10111111111111110101111111111101011': 1, '10111111111111110110111111111101011': 1, '10111111111111110111011111111100110': 1, '10111111111111110111100010011111011': 1, '10111111111111110111110011011110101': 1, '10111111111111110111111011111110111': 1, '10111111111111110111111111111111111': 2, '10111111111111111011111011111110010': 1, '10111111111111111101111011010011111': 1, '10111111111111111101111111111111011': 1, '10111111111111111110111111111111111': 1, '10111111111111111111011110111011010': 1, '10111111111111111111011111111011111': 1, '10111111111111111111110111101101011': 1, '10111111111111111111111101111110111': 1, '10111111111111111111111110111101111': 3, '10111111111111111111111110111111011': 1, '10111111111111111111111110111111110': 1, '10111111111111111111111111010111111': 1, '10111111111111111111111111110011111': 1, '10111111111111111111111111110111011': 1, '10111111111111111111111111111101011': 1, '10111111111111111111111111111110110': 1, '10111111111111111111111111111111101': 2, '10111111111111111111111111111111111': 2, '11000000000000000000000011111110111': 1, '11000000000001111111110111101111010': 1, '11000000000111111111111111111111101': 1, '11000000010000000011111111011001111': 1, '11000000010000001000000001000101001': 1, '11000100000110110111111111111001001': 1, '11001011111110110110001111111111111': 1, '11001110101111101101101100101111111': 1, '11001110111111111111011111101111110': 1, '11001111111111111110101111101011111': 1, '11010100010000000001100000000000000': 2, '11010111100000111000000000000000010': 1, '11010111111111101111111011111011001': 1, '11011010111011111111111100110101011': 1, '11011010111101111111111111110101111': 1, '11011010111110111111111111111111111': 1, '11011010111111111111111011111011111': 1, '11011011110111101101111111111111011': 1, '11011011111111000000000000111100111': 1, '11011100000000000010101101110111111': 1, '11011101110111111011111111111011010': 1, '11011101110111111110101111011010111': 1, '11011101111111011010011110111101101': 1, '11011110110111111111111111111111001': 1, '11011110111011111001111100101111111': 1, '11011110111111110111011111111111011': 1, '11011110111111111010111111110111111': 1, '11011110111111111111111011101111111': 1, '11011110111111111111111101110011001': 1, '11011110111111111111111111111111111': 1, '11011111011111111111101111111011011': 1, '11011111011111111111111111101111001': 1, '11011111101101111101111111110110011': 1, '11011111101111101111111111111110100': 1, '11011111110101111111111111111011111': 1, '11011111110111000000000000010101010': 1, '11011111111100010100101110111100111': 1, '11011111111100111100101111111111011': 1, '11011111111100111111111110001111111': 1, '11011111111101101011111111111111111': 1, '11011111111110100000000000000101111': 1, '11011111111110100100000011011001111': 1, '11011111111110111011111111111111101': 1, '11011111111111000000100111111111111': 1, '11011111111111011110011111111111111': 1, '11011111111111011111111101011111011': 1, '11011111111111011111111111110110110': 1, '11011111111111100111111111111111111': 1, '11011111111111101110111111111111011': 1, '11011111111111101111111111101110010': 1, '11011111111111101111111111101110110': 1, '11011111111111110011111110110111111': 1, '11011111111111110111111101111111000': 1, '11011111111111110111111111111100000': 1, '11011111111111110111111111111111111': 1, '11011111111111111011011110111111111': 1, '11011111111111111011011111111111011': 1, '11011111111111111101111111111111110': 1, '11011111111111111110111111011111011': 1, '11011111111111111110111111111111100': 1, '11011111111111111111011100101111110': 1, '11011111111111111111011111011111110': 1, '11011111111111111111100011110111111': 1, '11011111111111111111110111101101110': 1, '11011111111111111111110111101111011': 1, '11011111111111111111111101111111111': 1, '11011111111111111111111110111111111': 1, '11011111111111111111111111101111110': 1, '11011111111111111111111111111110011': 1, '11100000000000110000111111100111100': 1, '11100001100001100001000111101010111': 1, '11100100000000000000000011101111010': 1, '11100111011111111111101110111111010': 1, '11100111101110101011111111111101111': 1, '11100111111111111001111111101111011': 1, '11100111111111111100001000001100011': 1, '11100111111111111101111100101111101': 1, '11100111111111111111111111111011111': 1, '11101010111111011111111111111111001': 1, '11101011111011110111011111111011100': 1, '11101011111111111110011111111011011': 1, '11101011111111111110110111110110011': 1, '11101011111111111111111111111111000': 1, '11101100110010111111111111111111011': 1, '11101101111110011110111111111001111': 1, '11101101111111111000110111111011011': 1, '11101101111111111111011111111111010': 1, '11101101111111111111111101111111110': 1, '11101110100001000001000100010111111': 1, '11101110101110111111111101111111010': 1, '11101110101111111011111111111011011': 1, '11101110111011011111011101111101111': 1, '11101110111111111100111111111110101': 1, '11101110111111111111001111111110111': 1, '11101110111111111111011111011111000': 1, '11101110111111111111011111111111111': 1, '11101110111111111111111111111111010': 1, '11101111010111101111111111111111010': 1, '11101111101111011001011111111110011': 1, '11101111101111111111111111111111101': 1, '11101111110010000000000001000100100': 1, '11101111110110111111101111101111111': 1, '11101111110111010101111111111111111': 1, '11101111110111111111111011011010011': 1, '11101111111001111111111111111111111': 1, '11101111111011011111111111111110101': 1, '11101111111011110111111111101111110': 1, '11101111111011111111110111111111011': 1, '11101111111011111111111111110011111': 1, '11101111111100111111101111111111111': 1, '11101111111101111111011111101101111': 1, '11101111111101111111111111111110111': 1, '11101111111110010011111111111111111': 1, '11101111111110011111111111101111110': 1, '11101111111110011111111111111111100': 1, '11101111111110111111011110101111111': 1, '11101111111110111111111111011011001': 1, '11101111111110111111111111111101110': 1, '11101111111111000111111111011111101': 1, '11101111111111011101111011101111010': 1, '11101111111111011110111111111110011': 1, '11101111111111011111011111111100110': 1, '11101111111111011111111101111111011': 1, '11101111111111011111111111011111111': 1, '11101111111111101101111111111111011': 1, '11101111111111101110111111110111010': 1, '11101111111111110011111111111111110': 1, '11101111111111110110011111111111011': 1, '11101111111111110111111111111111111': 1, '11101111111111111001111111111101011': 1, '11101111111111111011011111111101011': 1, '11101111111111111011111111101110111': 1, '11101111111111111101101111111111010': 1, '11101111111111111101101111111111110': 1, '11101111111111111101111011111111101': 1, '11101111111111111101111100111111111': 1, '11101111111111111111011111111110111': 1, '11101111111111111111011111111111101': 1, '11101111111111111111110110110011101': 1, '11101111111111111111110111011101111': 1, '11101111111111111111110111101110111': 1, '11101111111111111111111011111111011': 1, '11101111111111111111111101110111111': 1, '11101111111111111111111111110111010': 1, '11101111111111111111111111111011111': 1, '11101111111111111111111111111110110': 1, '11101111111111111111111111111111000': 1, '11101111111111111111111111111111111': 2, '11110000000000000001001111101101101': 1, '11110000000000001101111001011101011': 1, '11110000000000011100000100000000111': 1, '11110000000011111111111111011101010': 1, '11110001000000011010011110111101111': 1, '11110001001111011111101111110111110': 1, '11110011111111101111111111111111111': 1, '11110011111111111111010111101011110': 1, '11110011111111111111101101001110011': 1, '11110100000000010001011111111101011': 1, '11110100001000000110010100000111011': 1, '11110100001111111101111111111011111': 1, '11110100010001000010001111111111010': 1, '11110100111101011111111011011111101': 1, '11110100111111011011101101111111110': 1, '11110100111111011111111111011111111': 1, '11110101001111111011011111111111111': 1, '11110101010110111011011111111101010': 1, '11110101011111111111011111111111110': 1, '11110101111100111101111101111011100': 1, '11110101111110010101101110001101111': 1, '11110101111110101111111111101111011': 1, '11110101111110111001111111111001111': 1, '11110101111111011111111111011100010': 1, '11110101111111101110111111111001101': 1, '11110101111111110001111110111111100': 1, '11110101111111111111101111111110111': 1, '11110110000000010000011101111111011': 1, '11110110011110110110100111110111110': 1, '11110110101111111110011101110101101': 1, '11110110110111111111100101111111111': 1, '11110110111000110110011111111111111': 1, '11110110111011111110111111011111101': 1, '11110110111101011101111111011101111': 1, '11110110111101111110111111111111110': 1, '11110110111101111111011111101101111': 1, '11110110111101111111111111111111111': 1, '11110110111110011101111111111001111': 1, '11110110111110111011111111111111111': 1, '11110110111111010111011111111111000': 1, '11110110111111011011111111111111101': 1, '11110110111111011110111111111111101': 1, '11110110111111011111011111011011111': 1, '11110110111111110111001111111111111': 1, '11110110111111111011101011011111111': 1, '11110110111111111011101111111111110': 1, '11110110111111111110111111111111111': 1, '11110110111111111111011111111111011': 1, '11110110111111111111011111111111101': 1, '11110110111111111111101111110111001': 1, '11110110111111111111111110111111011': 1, '11110111011000111011111111111010001': 1, '11110111100000000011011111111111101': 1, '11110111101011111011111111111111011': 1, '11110111101111011101111101111111111': 1, '11110111101111111011111110101111000': 1, '11110111101111111100011111111010110': 1, '11110111110100100111110011111111011': 1, '11110111110110111111111111101101110': 1, '11110111110111111011111111101001110': 1, '11110111110111111111111101101101111': 1, '11110111111000111111111111111101001': 1, '11110111111001111110111111111111010': 1, '11110111111010111011111111011111111': 1, '11110111111010111111111011101111011': 1, '11110111111011001110111111111111010': 1, '11110111111011010111111111111111111': 1, '11110111111011101111111111111111011': 1, '11110111111011111100111111011111111': 1, '11110111111011111111111111011111011': 1, '11110111111100111101011111111111011': 1, '11110111111100111111101010011111111': 1, '11110111111101111001001111111010111': 1, '11110111111101111111010111111111110': 1, '11110111111101111111011111111110110': 1, '11110111111101111111111011111111101': 1, '11110111111101111111111111111101111': 1, '11110111111110011111011011111111000': 1, '11110111111110110101011101100111011': 1, '11110111111110110110101111111111111': 1, '11110111111110110111011111111111010': 1, '11110111111110111101101001101111101': 1, '11110111111110111111101111110001011': 1, '11110111111110111111111101101111111': 1, '11110111111111011010011101111111100': 1, '11110111111111011011011110111111111': 1, '11110111111111011111011111111101011': 1, '11110111111111011111110011111011111': 1, '11110111111111011111111111011111111': 1, '11110111111111011111111111101111110': 1, '11110111111111101010101101111111011': 1, '11110111111111101110110101111111011': 1, '11110111111111101110111101111101011': 1, '11110111111111101111111111111110110': 1, '11110111111111110011111111111110110': 1, '11110111111111110110111110011011011': 1, '11110111111111110110111111110110011': 1, '11110111111111110111111111011111101': 1, '11110111111111111011101110100101011': 1, '11110111111111111011111110110101011': 1, '11110111111111111011111111111101111': 1, '11110111111111111011111111111110011': 1, '11110111111111111100011111111101011': 1, '11110111111111111100110111011111111': 1, '11110111111111111101111111110110100': 1, '11110111111111111101111111110111110': 1, '11110111111111111110010111101111111': 1, '11110111111111111110011100110111011': 1, '11110111111111111110110000011111011': 1, '11110111111111111110111111111111011': 1, '11110111111111111111011110111110011': 1, '11110111111111111111011111101111111': 1, '11110111111111111111011111111111011': 1, '11110111111111111111101110111111101': 1, '11110111111111111111101111100111111': 1, '11110111111111111111111011101111111': 1, '11110111111111111111111100111110101': 1, '11110111111111111111111101110111101': 1, '11110111111111111111111101111111110': 1, '11110111111111111111111101111111111': 1, '11110111111111111111111111011111011': 1, '11110111111111111111111111100111111': 1, '11110111111111111111111111111100110': 1, '11110111111111111111111111111111101': 1, '11111000111101111111011011011111011': 1, '11111000111111011111111111111110111': 1, '11111000111111111110101101111101111': 1, '11111001111001111011111011011111101': 1, '11111001111111111110011111101111101': 1, '11111010011111011111110111110100111': 1, '11111010011111111110111111110101101': 1, '11111010111101110000100100000111111': 1, '11111010111110111111011111111010000': 1, '11111010111110111111111111110111110': 1, '11111010111111001111111111111110011': 1, '11111010111111011101110111111101111': 1, '11111010111111011111111111111011111': 1, '11111010111111101101101111111110111': 1, '11111010111111111111000111001011011': 1, '11111010111111111111110111111111110': 1, '11111010111111111111111111001111101': 1, '11111011011111110111111111111111111': 1, '11111011101111011101111111100111111': 1, '11111011101111101101011111111011111': 1, '11111011110010111111111111111111101': 1, '11111011110100110111111111110111110': 1, '11111011110111101111111111110001111': 1, '11111011111000111101110101110111011': 1, '11111011111000111101110111111111111': 1, '11111011111001111110010110011011110': 1, '11111011111011011100001111111111111': 1, '11111011111011011100111111011101010': 1, '11111011111011111111001111011111011': 1, '11111011111011111111111101111101111': 1, '11111011111100011110111001111101111': 1, '11111011111100011111111111110111011': 1, '11111011111100111110111101111111111': 1, '11111011111101000001001111111111111': 1, '11111011111101011111111111111011011': 1, '11111011111101111001111101111110010': 1, '11111011111101111101011110111111111': 1, '11111011111101111111111111011011111': 1, '11111011111110101111011110111111011': 1, '11111011111110111101111111111111001': 1, '11111011111110111110110000100011110': 1, '11111011111110111110111111111111110': 1, '11111011111110111111011111011110110': 1, '11111011111110111111011111111101011': 1, '11111011111110111111111100111101111': 1, '11111011111110111111111111101101100': 1, '11111011111111010111011111101111100': 1, '11111011111111011101011111111111011': 1, '11111011111111011111101111101111110': 1, '11111011111111011111111100111001111': 1, '11111011111111011111111111110111011': 1, '11111011111111100100111111111111111': 1, '11111011111111100101001111111110111': 1, '11111011111111101111111111111111010': 1, '11111011111111110111110110111111110': 1, '11111011111111110111110111111111110': 1, '11111011111111110111111111110111111': 1, '11111011111111111001110111111110011': 1, '11111011111111111011110111011100111': 1, '11111011111111111011111110111010110': 1, '11111011111111111101110111111101101': 1, '11111011111111111101111111101111111': 1, '11111011111111111111001111111101111': 1, '11111011111111111111011110110110011': 1, '11111011111111111111011111010011111': 1, '11111011111111111111011111101101001': 1, '11111011111111111111110101111111011': 1, '11111011111111111111111101101111111': 1, '11111011111111111111111110010111011': 1, '11111011111111111111111110111101011': 1, '11111011111111111111111110111110111': 1, '11111011111111111111111110111111101': 1, '11111011111111111111111111011101101': 1, '11111011111111111111111111110110101': 1, '11111011111111111111111111111011110': 1, '11111011111111111111111111111011111': 1, '11111011111111111111111111111100011': 1, '11111100000000001010100011111111011': 1, '11111100000000010000101101111111101': 1, '11111100000011000001000000001111101': 1, '11111100000101111111111111111110111': 1, '11111100011101111111100001000101101': 1, '11111100011111111111111101111111111': 1, '11111100011111111111111111111111011': 1, '11111100100000011001111111111111011': 1, '11111100101011111111111111111101100': 1, '11111100101111011111011111110111110': 1, '11111100101111110101111111110011111': 1, '11111100101111111111111111011111111': 1, '11111100110000000000010100011111111': 1, '11111100111100001111011111011111111': 1, '11111100111101111001111111111111011': 1, '11111100111110011111011111111111111': 1, '11111100111110011111111111111100011': 1, '11111100111110111111111111001010011': 1, '11111100111111010111111110111111111': 1, '11111100111111011111111101111101011': 1, '11111100111111100111111101101111011': 1, '11111100111111101111011111110011011': 1, '11111100111111101111111111101111101': 1, '11111100111111110101011111111111100': 1, '11111100111111110110011111010110110': 1, '11111100111111110110111111111011001': 1, '11111100111111110110111111111111110': 1, '11111100111111110111111011111111111': 1, '11111100111111110111111100111111001': 1, '11111100111111111100110111111111111': 1, '11111100111111111110010111101110011': 1, '11111100111111111110111111111111011': 1, '11111100111111111111010111101101111': 1, '11111100111111111111011111111111111': 1, '11111100111111111111110111111101011': 1, '11111100111111111111111011111111111': 1, '11111100111111111111111101001011010': 1, '11111100111111111111111101111111010': 1, '11111100111111111111111111100111110': 1, '11111100111111111111111111111111011': 1, '11111100111111111111111111111111101': 1, '11111100111111111111111111111111110': 1, '11111101000111000000101111111111011': 1, '11111101001101111110111111111111011': 1, '11111101010101111111111011111111010': 1, '11111101011100000000111111101111111': 1, '11111101011111111101100011110111001': 1, '11111101011111111101111111111111011': 1, '11111101011111111110111111111101111': 1, '11111101011111111111110101011111011': 1, '11111101101011111111011111111111101': 1, '11111101101101111101011111111111110': 1, '11111101101110111110001111111110101': 1, '11111101101111101111011111111101111': 1, '11111101101111110111011111111111101': 1, '11111101101111110111111111101111100': 1, '11111101101111111111111010011101011': 1, '11111101101111111111111111011111111': 1, '11111101110001001111111111011111101': 1, '11111101110111011111101111111111111': 1, '11111101110111100110011111111111110': 1, '11111101110111111111011111111111011': 1, '11111101111000110111111111111111111': 1, '11111101111000111111111111001111111': 1, '11111101111001111111011111111101110': 1, '11111101111001111111110111111111110': 1, '11111101111001111111111111111101010': 1, '11111101111010010111111111111011111': 1, '11111101111010011011111111011111111': 1, '11111101111010011111111111111110110': 1, '11111101111010111111111111111110011': 1, '11111101111011101111111111011101101': 1, '11111101111011110111111111111111011': 1, '11111101111011110111111111111111101': 1, '11111101111011111110001110111110001': 1, '11111101111011111111111011111111111': 1, '11111101111100111111001100101111111': 1, '11111101111101010111111101111111100': 1, '11111101111101011111111101111111010': 1, '11111101111101110111011111001101011': 1, '11111101111101111110111111111111110': 1, '11111101111101111111000001011111111': 1, '11111101111101111111001111101111111': 1, '11111101111101111111010101111101110': 1, '11111101111101111111111001111111011': 1, '11111101111101111111111111100011111': 1, '11111101111101111111111111111100110': 1, '11111101111110010110011111111111111': 1, '11111101111110011100111011111111011': 1, '11111101111110011111111111111111101': 1, '11111101111110100011111110111110111': 1, '11111101111110101011111111101111111': 1, '11111101111110101111111111110010111': 1, '11111101111110110111101111101011111': 1, '11111101111110111011111111111111110': 1, '11111101111110111110011111111101011': 1, '11111101111110111110111111111011111': 1, '11111101111110111111010111100110010': 1, '11111101111110111111111011110111011': 1, '11111101111110111111111101111111101': 1, '11111101111110111111111111110111101': 1, '11111101111110111111111111111101101': 1, '11111101111110111111111111111111110': 1, '11111101111111001011111111111101010': 1, '11111101111111001111111111011011111': 1, '11111101111111010000100110011101000': 1, '11111101111111011111011111111101111': 1, '11111101111111011111111111011101010': 1, '11111101111111011111111111011111010': 1, '11111101111111011111111111011111111': 1, '11111101111111011111111111111111111': 1, '11111101111111100000000000001000101': 1, '11111101111111100111111111111011011': 1, '11111101111111101011111111111011011': 1, '11111101111111101011111111111111011': 1, '11111101111111101101111101110111111': 1, '11111101111111101111111111011111110': 1, '11111101111111101111111111100111110': 1, '11111101111111101111111111111110111': 1, '11111101111111101111111111111111101': 1, '11111101111111110010000111111111011': 1, '11111101111111110010111101011111101': 1, '11111101111111110100110111111111111': 1, '11111101111111110101110111111111010': 1, '11111101111111110101111111111100101': 1, '11111101111111110101111111111111000': 1, '11111101111111110110011011111111111': 1, '11111101111111110110011111110111111': 1, '11111101111111110111011111111011111': 1, '11111101111111110111101111111111010': 1, '11111101111111110111111011111101111': 1, '11111101111111110111111101111101011': 1, '11111101111111110111111111111111010': 1, '11111101111111110111111111111111111': 1, '11111101111111111001011111111111111': 1, '11111101111111111010011111111110111': 1, '11111101111111111011100011111110111': 1, '11111101111111111011110111111011111': 1, '11111101111111111011111110101111011': 1, '11111101111111111011111110111111011': 1, '11111101111111111011111111011101011': 1, '11111101111111111011111111110111011': 1, '11111101111111111011111111111111011': 1, '11111101111111111100101111111011100': 1, '11111101111111111100111111111010111': 1, '11111101111111111100111111111111111': 1, '11111101111111111101111111101011110': 1, '11111101111111111101111111111110011': 1, '11111101111111111110101111111111101': 3, '11111101111111111110111011011011110': 1, '11111101111111111110111101101111110': 1, '11111101111111111110111101111011111': 1, '11111101111111111110111101111111111': 1, '11111101111111111110111111111111011': 1, '11111101111111111111001011110111110': 1, '11111101111111111111010000000011001': 1, '11111101111111111111011101101111001': 1, '11111101111111111111011110101101110': 1, '11111101111111111111011111011111111': 1, '11111101111111111111011111101111001': 1, '11111101111111111111011111111001111': 1, '11111101111111111111011111111011011': 1, '11111101111111111111011111111111100': 1, '11111101111111111111011111111111110': 1, '11111101111111111111100001111111111': 1, '11111101111111111111101111100011101': 1, '11111101111111111111101111101111110': 1, '11111101111111111111101111111111010': 1, '11111101111111111111110111111110111': 1, '11111101111111111111110111111111011': 1, '11111101111111111111111000111111011': 1, '11111101111111111111111010011111111': 1, '11111101111111111111111011111101111': 1, '11111101111111111111111100111111011': 1, '11111101111111111111111101111011111': 1, '11111101111111111111111110111111111': 1, '11111101111111111111111111011111100': 1, '11111101111111111111111111011111101': 1, '11111101111111111111111111101101010': 1, '11111101111111111111111111101111001': 1, '11111101111111111111111111110010111': 1, '11111101111111111111111111110011100': 1, '11111101111111111111111111110110110': 1, '11111101111111111111111111110111010': 1, '11111101111111111111111111111011110': 1, '11111101111111111111111111111100001': 1, '11111101111111111111111111111101011': 1, '11111101111111111111111111111111010': 1, '11111101111111111111111111111111111': 8, '11111110000000000000100010100111011': 1, '11111110000000000001000010111111111': 1, '11111110000000000010001111100111110': 1, '11111110000000001011000001001011111': 1, '11111110000001011011011101110110010': 1, '11111110000001100000010001000011011': 1, '11111110000100111111111111011011011': 1, '11111110000101000000000000001101011': 1, '11111110000111000001000101001100111': 1, '11111110010111111111001101111111001': 1, '11111110011000111101110101011101111': 1, '11111110011101001100001111111011111': 1, '11111110011101011111111101111111011': 1, '11111110011111011111111111101111101': 1, '11111110011111111111001111111111011': 1, '11111110011111111111110111111011111': 1, '11111110011111111111111101010111000': 1, '11111110011111111111111111111110111': 3, '11111110100000000000000111111101101': 1, '11111110100001000000000010010000101': 1, '11111110100001110110111101111011010': 1, '11111110100100000000001111110111011': 1, '11111110100100001000011000000000000': 1, '11111110100101110110011011011101100': 1, '11111110100110000000001111111111111': 1, '11111110100111000000000000000100110': 1, '11111110100111111111111111011111110': 1, '11111110100111111111111111110111110': 1, '11111110101000000000100101110110111': 1, '11111110101101011111011011111011011': 1, '11111110101110110111111111011110101': 1, '11111110101110111011111110111111111': 1, '11111110101111101111111011100111111': 1, '11111110101111110100111111110111010': 1, '11111110101111110101111011111010001': 1, '11111110101111110111111111111111011': 1, '11111110101111111011111111110111110': 1, '11111110101111111111011111101111011': 1, '11111110101111111111101011111111111': 1, '11111110101111111111101111111111011': 1, '11111110101111111111111100101101011': 1, '11111110101111111111111101111101001': 1, '11111110101111111111111110111111000': 1, '11111110101111111111111111101111001': 1, '11111110101111111111111111111101111': 1, '11111110110000000000000001011101010': 1, '11111110110000000000110011001101111': 1, '11111110110000000001000111011111010': 1, '11111110110000000100001010111101110': 1, '11111110110000101001000000000001110': 1, '11111110110100010000000111111011101': 1, '11111110110101110111111111101111111': 1, '11111110110101111011011011111011111': 1, '11111110110101111111111111101110110': 1, '11111110110110111111111111111111011': 1, '11111110110111011111111111101111111': 1, '11111110110111110110111111111111111': 1, '11111110110111111011111101011011101': 1, '11111110110111111110011111111010111': 1, '11111110110111111110111101111101111': 1, '11111110110111111110111101111111011': 1, '11111110110111111111001111011111111': 1, '11111110110111111111111011111111101': 1, '11111110110111111111111101110011011': 1, '11111110110111111111111110111110110': 1, '11111110110111111111111111011111001': 1, '11111110110111111111111111111111010': 1, '11111110110111111111111111111111110': 1, '11111110111000000111111110101011111': 1, '11111110111001101001000010110110111': 1, '11111110111001110111111111110011001': 1, '11111110111001111110000101110111010': 1, '11111110111001111111101111111111110': 1, '11111110111001111111111101111111011': 1, '11111110111001111111111110111111111': 1, '11111110111010011111011101111111001': 1, '11111110111010101100100110111111001': 1, '11111110111010110010000011111111111': 1, '11111110111010110111011101111111111': 1, '11111110111010110111111110111111001': 1, '11111110111010110111111111111111101': 1, '11111110111010111010111001010101110': 1, '11111110111011011101101001011111111': 1, '11111110111011011111111111111011111': 1, '11111110111011101111011110111111101': 1, '11111110111011110001000011111101011': 1, '11111110111011110001100111101111010': 1, '11111110111011110101010110101111110': 1, '11111110111011110101100000000100001': 1, '11111110111011110101111111111011011': 1, '11111110111011110111111111011011101': 1, '11111110111011110111111111111000110': 1, '11111110111011111011111111111101011': 1, '11111110111011111101101110101101111': 1, '11111110111011111101111111111111101': 1, '11111110111011111110111101111101110': 1, '11111110111011111110111111111111111': 1, '11111110111011111111011111111101111': 1, '11111110111011111111011111111111110': 1, '11111110111011111111111101011111011': 1, '11111110111011111111111110111111010': 1, '11111110111011111111111111011010110': 1, '11111110111011111111111111101111010': 1, '11111110111011111111111111111101111': 1, '11111110111011111111111111111111011': 1, '11111110111100011111111111110100111': 1, '11111110111100011111111111111111111': 1, '11111110111100110110001000001111011': 1, '11111110111100110111111111011111011': 1, '11111110111100111011111001011101110': 1, '11111110111100111100111111011111011': 1, '11111110111100111100111111111111100': 1, '11111110111100111111111110111101011': 1, '11111110111100111111111111011111001': 1, '11111110111101011110111111101110111': 1, '11111110111101011111011101111101111': 1, '11111110111101011111011111111101011': 1, '11111110111101100100000000000001011': 1, '11111110111101101111100111100111011': 1, '11111110111101110001110101110101111': 1, '11111110111101110111011011101101011': 1, '11111110111101110111111110111111111': 1, '11111110111101110111111111101111010': 1, '11111110111101111011011110111011111': 1, '11111110111101111011111111110110111': 1, '11111110111101111100100111111111011': 1, '11111110111101111110111100101101110': 1, '11111110111101111111011110111111111': 1, '11111110111101111111011111111111110': 1, '11111110111101111111101111111111111': 1, '11111110111101111111111010011111110': 1, '11111110111101111111111101011111011': 1, '11111110111101111111111101110101100': 1, '11111110111101111111111110111101110': 1, '11111110111101111111111111011101111': 1, '11111110111101111111111111110111110': 1, '11111110111101111111111111111011110': 1, '11111110111101111111111111111111000': 1, '11111110111101111111111111111111010': 1, '11111110111110011011011111111111100': 1, '11111110111110011111011001001111111': 1, '11111110111110011111011110101111111': 1, '11111110111110011111011111111111111': 1, '11111110111110011111111111111111111': 1, '11111110111110101111111101111111000': 1, '11111110111110101111111111011101111': 1, '11111110111110101111111111111001110': 1, '11111110111110101111111111111111011': 1, '11111110111110110101000000000100111': 1, '11111110111110110111101111111001111': 1, '11111110111110110111110011011111011': 1, '11111110111110110111111111111111111': 1, '11111110111110111101011011111101010': 1, '11111110111110111101111111111111111': 1, '11111110111110111110111111100110111': 1, '11111110111110111110111111111011111': 1, '11111110111110111111001110110101111': 1, '11111110111110111111010111111111000': 1, '11111110111110111111011101101001111': 1, '11111110111110111111011101111011111': 1, '11111110111110111111101111111111111': 1, '11111110111110111111111001000010101': 1, '11111110111110111111111010011110111': 1, '11111110111110111111111101111111001': 1, '11111110111110111111111101111111011': 1, '11111110111110111111111111101111000': 1, '11111110111110111111111111111011111': 1, '11111110111110111111111111111101111': 3, '11111110111111010001111110011111111': 1, '11111110111111010110000010000101011': 1, '11111110111111010111011110111111111': 1, '11111110111111010111110111101111111': 1, '11111110111111011100111111111110111': 1, '11111110111111011101110111111101111': 1, '11111110111111011110011111111101111': 1, '11111110111111011110101111101010111': 1, '11111110111111011110111101110111110': 1, '11111110111111011110111111111110111': 1, '11111110111111011110111111111111111': 1, '11111110111111011111011111011111011': 1, '11111110111111011111011111111111111': 1, '11111110111111011111110101111010111': 1, '11111110111111011111110111111111011': 1, '11111110111111011111111101111111111': 1, '11111110111111011111111110111111011': 1, '11111110111111011111111111101101111': 1, '11111110111111011111111111101110110': 1, '11111110111111011111111111111100111': 1, '11111110111111011111111111111101110': 3, '11111110111111011111111111111101111': 1, '11111110111111100111101111011111111': 1, '11111110111111100111111110011111111': 1, '11111110111111101011100111101111111': 1, '11111110111111101011111011111111111': 1, '11111110111111101011111111111110111': 1, '11111110111111101011111111111111111': 1, '11111110111111101101011000000011011': 1, '11111110111111101101101111111111110': 1, '11111110111111101101110111011111110': 1, '11111110111111101101110111100111111': 1, '11111110111111101101111111110111011': 1, '11111110111111101110000111111111110': 1, '11111110111111101111011111111011010': 1, '11111110111111101111111010101111010': 1, '11111110111111101111111111101101111': 1, '11111110111111101111111111110101010': 1, '11111110111111101111111111111101011': 1, '11111110111111110011111111111110011': 1, '11111110111111110100001011100101111': 1, '11111110111111110100011111111010111': 1, '11111110111111110100110110111111101': 1, '11111110111111110100111111111101011': 1, '11111110111111110100111111111111011': 1, '11111110111111110100111111111111110': 1, '11111110111111110101010101011111110': 1, '11111110111111110101011111111111111': 1, '11111110111111110101101111111100001': 1, '11111110111111110110011101111111110': 1, '11111110111111110110011101111111111': 1, '11111110111111110110101111110111111': 1, '11111110111111110110111111011111010': 1, '11111110111111110111011101111111011': 1, '11111110111111110111011111111011110': 1, '11111110111111110111101111111101011': 1, '11111110111111110111110111111010111': 1, '11111110111111110111111001101111111': 1, '11111110111111110111111011111111001': 1, '11111110111111110111111101111110100': 1, '11111110111111110111111101111111001': 1, '11111110111111110111111111101011110': 1, '11111110111111110111111111111110010': 1, '11111110111111110111111111111111100': 1, '11111110111111110111111111111111101': 1, '11111110111111110111111111111111111': 4, '11111110111111111001001111011111111': 1, '11111110111111111011001111111111100': 1, '11111110111111111011011100110111011': 1, '11111110111111111011011111001111100': 1, '11111110111111111011011111111111000': 1, '11111110111111111011110111111011101': 1, '11111110111111111011111010110101111': 1, '11111110111111111011111011111111111': 1, '11111110111111111011111101111101100': 1, '11111110111111111011111110110111011': 1, '11111110111111111011111111101101010': 1, '11111110111111111011111111111111010': 1, '11111110111111111011111111111111110': 1, '11111110111111111100010111011111011': 1, '11111110111111111100101111110011110': 1, '11111110111111111100111111111111101': 1, '11111110111111111101001001011011111': 1, '11111110111111111101011111110110011': 1, '11111110111111111101011111111111111': 1, '11111110111111111101101111011001001': 1, '11111110111111111101101111111101111': 1, '11111110111111111101110111110111011': 1, '11111110111111111101111101111111111': 1, '11111110111111111101111110111111111': 1, '11111110111111111101111111101111010': 1, '11111110111111111101111111110101111': 1, '11111110111111111101111111110111110': 1, '11111110111111111101111111110111111': 1, '11111110111111111101111111111011011': 1, '11111110111111111101111111111101001': 1, '11111110111111111101111111111101111': 1, '11111110111111111101111111111111110': 1, '11111110111111111110000001000101100': 1, '11111110111111111110011110111111011': 1, '11111110111111111110011111101111111': 1, '11111110111111111110101110110111011': 1, '11111110111111111110101111011111110': 1, '11111110111111111110101111111111101': 1, '11111110111111111110101111111111111': 1, '11111110111111111110110101111101001': 1, '11111110111111111110111110111110011': 1, '11111110111111111110111110111111010': 1, '11111110111111111110111111111111101': 1, '11111110111111111110111111111111111': 2, '11111110111111111111000111111111011': 1, '11111110111111111111001011110111110': 1, '11111110111111111111001111011111111': 1, '11111110111111111111010011111111111': 1, '11111110111111111111011001111111011': 1, '11111110111111111111011011011011010': 1, '11111110111111111111011011110101110': 1, '11111110111111111111011101101111011': 1, '11111110111111111111011101111111110': 1, '11111110111111111111011110000111011': 1, '11111110111111111111011110011110010': 1, '11111110111111111111011110100111110': 1, '11111110111111111111011110111111011': 1, '11111110111111111111011111101100111': 1, '11111110111111111111011111110000111': 1, '11111110111111111111011111110011111': 3, '11111110111111111111011111110111011': 1, '11111110111111111111011111111010110': 1, '11111110111111111111011111111011000': 1, '11111110111111111111011111111101111': 1, '11111110111111111111011111111110010': 3, '11111110111111111111011111111111011': 4, '11111110111111111111011111111111100': 1, '11111110111111111111100101111111000': 1, '11111110111111111111101011111100011': 1, '11111110111111111111101011111111011': 1, '11111110111111111111101101111111011': 1, '11111110111111111111101111111111101': 1, '11111110111111111111110010001101001': 1, '11111110111111111111110101110111111': 1, '11111110111111111111110101111111100': 1, '11111110111111111111110110111111110': 1, '11111110111111111111110111011111011': 1, '11111110111111111111110111111101011': 1, '11111110111111111111110111111101111': 1, '11111110111111111111110111111110011': 1, '11111110111111111111110111111111011': 1, '11111110111111111111111001111111111': 1, '11111110111111111111111010111111011': 3, '11111110111111111111111011010111111': 1, '11111110111111111111111011110101111': 1, '11111110111111111111111011111101010': 1, '11111110111111111111111011111111011': 1, '11111110111111111111111100111111110': 1, '11111110111111111111111101000000011': 1, '11111110111111111111111101100111010': 1, '11111110111111111111111101110101111': 1, '11111110111111111111111101111001111': 1, '11111110111111111111111101111111010': 1, '11111110111111111111111110110111111': 1, '11111110111111111111111110111111010': 1, '11111110111111111111111111010111000': 1, '11111110111111111111111111010111110': 1, '11111110111111111111111111011011111': 1, '11111110111111111111111111011111001': 1, '11111110111111111111111111100101100': 1, '11111110111111111111111111101100111': 1, '11111110111111111111111111101101111': 1, '11111110111111111111111111101110111': 1, '11111110111111111111111111101111010': 1, '11111110111111111111111111101111011': 3, '11111110111111111111111111110010110': 1, '11111110111111111111111111110110111': 1, '11111110111111111111111111110111011': 1, '11111110111111111111111111111011100': 1, '11111110111111111111111111111011101': 1, '11111110111111111111111111111011110': 1, '11111110111111111111111111111100110': 1, '11111110111111111111111111111101011': 3, '11111110111111111111111111111101100': 1, '11111110111111111111111111111110011': 1, '11111110111111111111111111111111000': 1, '11111110111111111111111111111111001': 1, '11111110111111111111111111111111101': 2, '11111110111111111111111111111111111': 9, '11111111000000000110100011111001011': 1, '11111111001101111111111011111111111': 1, '11111111001110111101011111111111110': 1, '11111111001111011001110111111111010': 1, '11111111001111111011111100101110111': 1, '11111111001111111101111110111011110': 1, '11111111010100111111011111111111011': 1, '11111111010110100110111111111111011': 1, '11111111010111010101111111111111111': 1, '11111111010111110111111111111111011': 1, '11111111010111111111110111111110001': 1, '11111111010111111111111011111111010': 1, '11111111010111111111111111111111011': 1, '11111111011000000101000000000110000': 1, '11111111011001110101111111111110111': 1, '11111111011001111111111111111111111': 1, '11111111011010111110111111111101111': 1, '11111111011010111111101101111011110': 1, '11111111011010111111111111111111010': 1, '11111111011011111010111101011111110': 1, '11111111011011111111111111100111101': 1, '11111111011011111111111111111111100': 1, '11111111011011111111111111111111110': 1, '11111111011100100000001101010111111': 1, '11111111011100110111111111101111010': 1, '11111111011100111011111111111111110': 1, '11111111011100111111100101111111111': 1, '11111111011100111111101011111111101': 1, '11111111011100111111111111111111111': 1, '11111111011101011111111111011101011': 1, '11111111011101111011110111111111110': 1, '11111111011101111011111111111110111': 1, '11111111011101111110011111111111011': 1, '11111111011110000000001101111111111': 1, '11111111011111001111111111111101011': 1, '11111111011111010101111111101111111': 1, '11111111011111010111111111011111110': 1, '11111111011111010111111111111101111': 1, '11111111011111010111111111111111011': 1, '11111111011111010111111111111111111': 3, '11111111011111011101011101111101110': 1, '11111111011111011110111111011111111': 1, '11111111011111100011111111111111010': 1, '11111111011111100111101111111111001': 1, '11111111011111101001111111111111011': 1, '11111111011111101011111011011011111': 1, '11111111011111101110111111001111001': 1, '11111111011111101110111111101111010': 1, '11111111011111101111111111101111111': 1, '11111111011111110011111111101111110': 1, '11111111011111110101111111110111111': 1, '11111111011111110101111111111101101': 1, '11111111011111110101111111111111010': 1, '11111111011111110110111011111010111': 1, '11111111011111110111001111111111111': 1, '11111111011111110111111111111111011': 3, '11111111011111111010111111111011111': 1, '11111111011111111011010111110101110': 1, '11111111011111111101101111111111111': 1, '11111111011111111110111111101101011': 1, '11111111011111111111011100000101011': 1, '11111111011111111111011101010110111': 1, '11111111011111111111101111111111101': 1, '11111111011111111111111101011111100': 1, '11111111011111111111111101111110001': 1, '11111111011111111111111110111101101': 1, '11111111011111111111111110111111011': 1, '11111111011111111111111111010111000': 1, '11111111011111111111111111010111101': 1, '11111111011111111111111111011101111': 1, '11111111011111111111111111011111011': 1, '11111111011111111111111111100111001': 1, '11111111011111111111111111101111110': 1, '11111111011111111111111111111011001': 1, '11111111011111111111111111111111000': 1, '11111111011111111111111111111111111': 2, '11111111100000000011100000001000111': 1, '11111111100000001111111111110101110': 1, '11111111100000100011000000100101101': 1, '11111111100001110111111111011011001': 1, '11111111100001111111111111111110011': 1, '11111111100011111001011111111001011': 1, '11111111100100011111111111111111111': 1, '11111111100100111111100111111101011': 1, '11111111100100111111111111111111111': 1, '11111111100110011101111111111101111': 1, '11111111100111111100111111111111111': 1, '11111111100111111110010000000101111': 1, '11111111100111111111011011111101010': 1, '11111111100111111111011111111110111': 1, '11111111100111111111101111111101010': 1, '11111111100111111111111011101111110': 1, '11111111100111111111111110101111011': 1, '11111111100111111111111111110101100': 1, '11111111101001011111111111101111111': 1, '11111111101001101110111111111111001': 1, '11111111101001111111111111111111010': 1, '11111111101010011101111101110011111': 1, '11111111101010110111101011011111110': 1, '11111111101010111111101111111111111': 1, '11111111101011011001111111011111111': 1, '11111111101011011101011111001111111': 1, '11111111101011110100111111111111010': 1, '11111111101011110111101111011111111': 1, '11111111101011111011111101111111011': 1, '11111111101011111111111101111110110': 1, '11111111101100000000000000000100011': 1, '11111111101100111111111111110011111': 1, '11111111101101011111111111111111111': 1, '11111111101101110111011111111111111': 1, '11111111101101111110111111101011011': 1, '11111111101101111111111111111011110': 1, '11111111101101111111111111111111010': 1, '11111111101110000010000000100001011': 1, '11111111101110000101000111111111001': 1, '11111111101110001011101110111111101': 1, '11111111101110011111110111011111011': 1, '11111111101110011111111111101111011': 1, '11111111101110100101111101110101111': 1, '11111111101110110101011101101111011': 1, '11111111101110111011111100111111110': 1, '11111111101110111100101101111101011': 1, '11111111101110111100111101011111111': 1, '11111111101110111110011111111111111': 1, '11111111101110111110111111111111101': 1, '11111111101110111111101101111111011': 1, '11111111101111000111111011111110110': 1, '11111111101111011101111111111101110': 1, '11111111101111011110111111111111111': 1, '11111111101111100111011111011111111': 1, '11111111101111100111111111111111001': 1, '11111111101111101111101111110011111': 1, '11111111101111101111111111111110110': 1, '11111111101111110000000010010111101': 1, '11111111101111110111111010111011110': 1, '11111111101111110111111100100111011': 1, '11111111101111110111111111010111011': 1, '11111111101111111001001111101111111': 1, '11111111101111111011111101101111111': 1, '11111111101111111101110111111011110': 1, '11111111101111111101111111011111111': 1, '11111111101111111110011100011111111': 1, '11111111101111111110101111111111101': 1, '11111111101111111110110100101111000': 1, '11111111101111111110111110111111111': 1, '11111111101111111110111111111110001': 1, '11111111101111111111010011111111111': 1, '11111111101111111111011110101101011': 1, '11111111101111111111011110111110111': 1, '11111111101111111111011111111101111': 1, '11111111101111111111100111111111011': 1, '11111111101111111111101111110111011': 1, '11111111101111111111110111011111101': 1, '11111111101111111111111011011111001': 1, '11111111101111111111111011111101011': 1, '11111111101111111111111011111110110': 1, '11111111101111111111111101010011101': 1, '11111111101111111111111101011101011': 1, '11111111101111111111111101101011110': 1, '11111111101111111111111101101111111': 1, '11111111101111111111111110011111011': 1, '11111111101111111111111110111111100': 1, '11111111101111111111111111011011111': 1, '11111111101111111111111111101101111': 1, '11111111101111111111111111101111111': 1, '11111111101111111111111111110011001': 1, '11111111101111111111111111110101011': 1, '11111111101111111111111111110111011': 1, '11111111101111111111111111111111110': 2, '11111111101111111111111111111111111': 3, '11111111110000000000000001011111101': 1, '11111111110000001001000011110111011': 1, '11111111110001111111111101110001010': 1, '11111111110001111111111111111111110': 1, '11111111110010011110111111101100011': 1, '11111111110010111010111101110110111': 1, '11111111110010111101010110111111111': 1, '11111111110010111110111110101110110': 1, '11111111110011110011111111111110011': 1, '11111111110011111111111111001111111': 1, '11111111110100110111011110111001011': 1, '11111111110100111111001111111111101': 1, '11111111110101101100111111111101011': 1, '11111111110101101111111101111111111': 1, '11111111110101101111111111111111111': 1, '11111111110101110111101111011111111': 1, '11111111110101110111101111111111111': 1, '11111111110101111011111111110111111': 1, '11111111110101111101110111111101111': 1, '11111111110101111101111110100100101': 1, '11111111110101111101111111111111001': 1, '11111111110101111111110111101110110': 1, '11111111110101111111111101111111000': 1, '11111111110110000111111111110111111': 1, '11111111110110010111110111111011010': 1, '11111111110110011101101111111011111': 1, '11111111110110011110111011111101111': 1, '11111111110110101011111111111011001': 1, '11111111110110101111111111111010111': 1, '11111111110110110111011111111111111': 1, '11111111110110111101111011101111011': 1, '11111111110110111110111111111111111': 1, '11111111110110111111011011111101011': 1, '11111111110110111111111011111011001': 1, '11111111110110111111111101111101010': 1, '11111111110110111111111111010011111': 1, '11111111110110111111111111111111111': 1, '11111111110111010111011011011111110': 1, '11111111110111011010110011111111011': 1, '11111111110111011111011111110111100': 1, '11111111110111100111101011111111011': 1, '11111111110111100111101111111011111': 1, '11111111110111101001111101011111111': 1, '11111111110111101111011111111111011': 1, '11111111110111101111110011111111111': 1, '11111111110111101111111111111001010': 1, '11111111110111110010010000011111000': 1, '11111111110111110110111111101101110': 1, '11111111110111110110111111111111111': 1, '11111111110111110111111011011111010': 1, '11111111110111110111111100111111101': 1, '11111111110111110111111111011000111': 1, '11111111110111111000100000000001111': 1, '11111111110111111100111111111011011': 1, '11111111110111111100111111111101110': 1, '11111111110111111101111100111111110': 1, '11111111110111111101111111011111010': 1, '11111111110111111101111111111011111': 1, '11111111110111111101111111111111011': 3, '11111111110111111110011101111111110': 1, '11111111110111111110111011001110100': 1, '11111111110111111111010111111011110': 1, '11111111110111111111011111111101011': 1, '11111111110111111111011111111101110': 1, '11111111110111111111011111111110100': 1, '11111111110111111111100111011111011': 1, '11111111110111111111101111111111011': 1, '11111111110111111111110101111111110': 1, '11111111110111111111110110111111111': 1, '11111111110111111111110111111101111': 2, '11111111110111111111111010111111111': 1, '11111111110111111111111011111101011': 1, '11111111110111111111111101101110110': 1, '11111111110111111111111101101111111': 1, '11111111110111111111111101111010011': 1, '11111111110111111111111110011111011': 1, '11111111110111111111111110111111101': 1, '11111111110111111111111111001111111': 1, '11111111110111111111111111011011011': 1, '11111111110111111111111111101011110': 1, '11111111111000000000000100010001011': 1, '11111111111000001110011111011111010': 1, '11111111111000011111111111111111011': 1, '11111111111000110100111110101111111': 1, '11111111111000110110011001110111111': 1, '11111111111000111110111011010110101': 1, '11111111111000111111011111111111011': 1, '11111111111000111111111110111111010': 1, '11111111111000111111111110111111101': 1, '11111111111000111111111111110111001': 1, '11111111111001000000000101111101111': 1, '11111111111001010011111111001111110': 1, '11111111111001011111111101111111101': 1, '11111111111001100111111101111111111': 1, '11111111111001101101111111111111001': 1, '11111111111001101101111111111111011': 1, '11111111111001110011111111100111011': 1, '11111111111001110111011110111111111': 1, '11111111111001110111111111111111110': 1, '11111111111001111011110111101111111': 1, '11111111111001111011110111111111111': 1, '11111111111001111101101101111011010': 1, '11111111111001111101110101111010110': 1, '11111111111001111101110111111101111': 1, '11111111111001111110111011011110111': 1, '11111111111001111110111111101110101': 1, '11111111111001111111001111110111000': 1, '11111111111001111111011111011111001': 1, '11111111111001111111101111110110111': 1, '11111111111001111111111111011110111': 1, '11111111111001111111111111101111011': 1, '11111111111001111111111111110101011': 1, '11111111111010011110011111111111110': 1, '11111111111010011110111111111011011': 1, '11111111111010011111111111011111110': 1, '11111111111010100000100000100110011': 1, '11111111111010100011111111111111101': 1, '11111111111010100111011111111111001': 1, '11111111111010101111110001011111001': 1, '11111111111010110101111111111111111': 1, '11111111111010110111101001111111111': 1, '11111111111010110111110111111111111': 1, '11111111111010110111111111010111111': 1, '11111111111010110111111111111101100': 1, '11111111111010111101011010111001011': 1, '11111111111010111110111110100001010': 1, '11111111111010111110111111001111111': 1, '11111111111010111111011110011101111': 1, '11111111111010111111111101011101011': 1, '11111111111010111111111111000111111': 1, '11111111111010111111111111101101011': 1, '11111111111010111111111111111101110': 1, '11111111111011001011111111101101111': 1, '11111111111011010101111111111001111': 1, '11111111111011010111111111101111011': 1, '11111111111011010111111111110110100': 1, '11111111111011011101111010111011011': 1, '11111111111011011101111111111010010': 1, '11111111111011011111101101111101011': 1, '11111111111011011111111111011010010': 1, '11111111111011011111111111011111010': 1, '11111111111011100101111110111011111': 1, '11111111111011101101111111111101011': 1, '11111111111011101111011111111011111': 1, '11111111111011101111111101101101110': 1, '11111111111011101111111111110111101': 1, '11111111111011110010001100111110111': 1, '11111111111011110011111111011011011': 1, '11111111111011110011111111011111010': 1, '11111111111011110101111110111101111': 1, '11111111111011110101111111111110011': 1, '11111111111011110110110111111111000': 1, '11111111111011110110111111111101111': 1, '11111111111011110110111111111111111': 1, '11111111111011110111110010011011101': 1, '11111111111011110111111111011111110': 1, '11111111111011110111111111110111101': 1, '11111111111011110111111111111101111': 1, '11111111111011110111111111111110011': 1, '11111111111011111011011111111111001': 1, '11111111111011111011111111111111100': 1, '11111111111011111101110111111111011': 1, '11111111111011111101111111111101110': 1, '11111111111011111101111111111111111': 1, '11111111111011111110001111001111000': 1, '11111111111011111110001111101111110': 1, '11111111111011111110001111110100111': 1, '11111111111011111110011111111111001': 1, '11111111111011111110110110101011101': 1, '11111111111011111110111101111111010': 1, '11111111111011111110111110110111111': 1, '11111111111011111110111111101110111': 1, '11111111111011111111000111111101111': 1, '11111111111011111111010111111111011': 1, '11111111111011111111011110000011011': 1, '11111111111011111111011111101111111': 3, '11111111111011111111011111111001011': 1, '11111111111011111111101111111011011': 1, '11111111111011111111101111111101111': 1, '11111111111011111111110101111110101': 1, '11111111111011111111110111111010011': 1, '11111111111011111111110111111101011': 1, '11111111111011111111110111111111110': 1, '11111111111011111111111010011110111': 1, '11111111111011111111111011111111010': 1, '11111111111011111111111100111101101': 1, '11111111111011111111111101111111000': 1, '11111111111011111111111110100001011': 1, '11111111111011111111111111011110111': 1, '11111111111011111111111111101011111': 1, '11111111111011111111111111101111111': 2, '11111111111011111111111111110111111': 2, '11111111111011111111111111111101110': 1, '11111111111011111111111111111111011': 2, '11111111111011111111111111111111111': 5, '11111111111100000000001111001101111': 1, '11111111111100000111111011001111110': 1, '11111111111100011101111011011111011': 1, '11111111111100011110111111110111011': 1, '11111111111100011111011111101111111': 1, '11111111111100011111110111111011111': 1, '11111111111100011111111111011111111': 1, '11111111111100011111111111111111001': 1, '11111111111100011111111111111111100': 1, '11111111111100110011000111111110101': 1, '11111111111100110101111110111111011': 1, '11111111111100110101111111110111111': 1, '11111111111100110111111110011111011': 1, '11111111111100110111111111010110011': 1, '11111111111100110111111111111111001': 1, '11111111111100110111111111111111111': 1, '11111111111100111011001101111011111': 1, '11111111111100111011011111101101001': 1, '11111111111100111100111111111110001': 1, '11111111111100111101011111111111011': 1, '11111111111100111101011111111111111': 1, '11111111111100111101111111101101111': 1, '11111111111100111110010111111111110': 1, '11111111111100111111011111111111110': 1, '11111111111100111111101111111111010': 1, '11111111111100111111111000101111011': 1, '11111111111100111111111110101111111': 1, '11111111111100111111111110111111011': 1, '11111111111100111111111111011111010': 1, '11111111111100111111111111101111011': 1, '11111111111100111111111111110111111': 1, '11111111111100111111111111111110011': 1, '11111111111100111111111111111110111': 1, '11111111111100111111111111111111010': 1, '11111111111101000011111101111111111': 1, '11111111111101000111011111111011000': 1, '11111111111101001110011101011111110': 1, '11111111111101001111111111111111111': 1, '11111111111101010010011111111001001': 1, '11111111111101010100000111011111111': 1, '11111111111101010100111111010111111': 1, '11111111111101010110111110110011111': 1, '11111111111101010110111110111111110': 1, '11111111111101010111111111111110111': 1, '11111111111101010111111111111111111': 1, '11111111111101011101011111001111011': 1, '11111111111101011101101111101011111': 1, '11111111111101011101111111110111101': 1, '11111111111101011110011111111110110': 1, '11111111111101011110110111101101110': 1, '11111111111101011110111101110101001': 1, '11111111111101011110111110111111001': 1, '11111111111101011111111101101111111': 1, '11111111111101011111111101110111011': 1, '11111111111101011111111111010111111': 1, '11111111111101100100011101111111111': 1, '11111111111101101101011011011111111': 1, '11111111111101101101111111111011001': 1, '11111111111101101111011111011111111': 1, '11111111111101101111011111111110111': 1, '11111111111101101111110111111111001': 1, '11111111111101101111111111011110011': 1, '11111111111101110000101110111111110': 1, '11111111111101110001011111111111001': 1, '11111111111101110100111111111111111': 1, '11111111111101110101101111111011110': 1, '11111111111101110101111111111111111': 1, '11111111111101110110101111111111011': 1, '11111111111101110110111011111111011': 1, '11111111111101110111011101101111011': 1, '11111111111101110111011111101111110': 1, '11111111111101110111011111111101111': 1, '11111111111101110111011111111110110': 1, '11111111111101110111011111111111011': 3, '11111111111101110111101111111111011': 1, '11111111111101110111110011111111001': 1, '11111111111101110111111111000000001': 1, '11111111111101110111111111100011011': 1, '11111111111101110111111111101111011': 1, '11111111111101110111111111111101101': 1, '11111111111101110111111111111101111': 1, '11111111111101110111111111111111010': 1, '11111111111101110111111111111111011': 1, '11111111111101110111111111111111110': 1, '11111111111101111011011111110011110': 1, '11111111111101111011101011111111111': 1, '11111111111101111011101110111110111': 1, '11111111111101111011111111110111111': 1, '11111111111101111011111111111011101': 1, '11111111111101111011111111111110011': 1, '11111111111101111100111111101111010': 1, '11111111111101111101011111111001010': 1, '11111111111101111101011111111111110': 1, '11111111111101111101111011111111001': 1, '11111111111101111101111101100101101': 1, '11111111111101111101111101101101111': 1, '11111111111101111101111111100011111': 1, '11111111111101111101111111111111111': 3, '11111111111101111110011101110110111': 1, '11111111111101111110100001001110110': 1, '11111111111101111110101111111111011': 1, '11111111111101111110110001110111101': 1, '11111111111101111110111101111111011': 1, '11111111111101111110111110011111010': 1, '11111111111101111110111110111011001': 1, '11111111111101111110111111110000100': 1, '11111111111101111110111111111101011': 1, '11111111111101111111000011110101100': 1, '11111111111101111111001111101111101': 1, '11111111111101111111010100101111111': 1, '11111111111101111111010111111111111': 1, '11111111111101111111011101110111011': 1, '11111111111101111111011110111111111': 1, '11111111111101111111011111011001111': 1, '11111111111101111111011111101111010': 1, '11111111111101111111011111101111111': 1, '11111111111101111111011111111111001': 1, '11111111111101111111011111111111011': 1, '11111111111101111111100111011111010': 1, '11111111111101111111100111111111111': 1, '11111111111101111111101011111111011': 1, '11111111111101111111101101111111101': 1, '11111111111101111111101101111111111': 1, '11111111111101111111101110111001111': 1, '11111111111101111111101111011111101': 1, '11111111111101111111101111101111000': 1, '11111111111101111111101111111111101': 1, '11111111111101111111110111110111011': 1, '11111111111101111111110111111111011': 1, '11111111111101111111111001111111011': 1, '11111111111101111111111011111111001': 1, '11111111111101111111111011111111111': 1, '11111111111101111111111101011111001': 1, '11111111111101111111111101111010111': 1, '11111111111101111111111101111011000': 1, '11111111111101111111111110110111101': 1, '11111111111101111111111110111111010': 1, '11111111111101111111111110111111011': 1, '11111111111101111111111111010111111': 1, '11111111111101111111111111011101111': 1, '11111111111101111111111111011111101': 1, '11111111111101111111111111110111110': 1, '11111111111101111111111111111001010': 1, '11111111111101111111111111111010110': 1, '11111111111101111111111111111011111': 1, '11111111111101111111111111111111010': 3, '11111111111101111111111111111111011': 4, '11111111111101111111111111111111110': 4, '11111111111101111111111111111111111': 6, '11111111111110000000001111011101011': 1, '11111111111110000000111001111110111': 1, '11111111111110000001010001111101110': 1, '11111111111110000010000010101101011': 1, '11111111111110001110011110111111011': 1, '11111111111110001111101011111110011': 1, '11111111111110010101111110111111011': 1, '11111111111110010111111100111110111': 1, '11111111111110010111111101110001101': 1, '11111111111110010111111111011111111': 1, '11111111111110010111111111111111001': 1, '11111111111110011011110111111111010': 1, '11111111111110011101110010110101001': 1, '11111111111110011110011011111011111': 1, '11111111111110011110111111111111110': 1, '11111111111110011111001011111111111': 1, '11111111111110011111110101101011111': 1, '11111111111110011111110111110111011': 1, '11111111111110011111111010110111011': 1, '11111111111110011111111111111011011': 1, '11111111111110011111111111111011111': 1, '11111111111110011111111111111101110': 1, '11111111111110011111111111111111110': 1, '11111111111110100101111101111111111': 1, '11111111111110100111011111101111111': 1, '11111111111110100111101101111111011': 1, '11111111111110101011111111111101110': 1, '11111111111110101011111111111111111': 1, '11111111111110101101111111111111000': 1, '11111111111110101110111111011111110': 1, '11111111111110101111011110011111101': 1, '11111111111110101111011111111111101': 1, '11111111111110101111101011111111111': 1, '11111111111110101111111110011111010': 1, '11111111111110101111111111100111011': 1, '11111111111110101111111111110111000': 1, '11111111111110110011011101111111111': 1, '11111111111110110101110111110101110': 1, '11111111111110110101111001111111111': 1, '11111111111110110101111111101110011': 1, '11111111111110110110101110111111011': 1, '11111111111110110110101110111111111': 1, '11111111111110110110111011011101111': 1, '11111111111110110111001011111111111': 1, '11111111111110110111011011110111001': 1, '11111111111110110111011111101010100': 1, '11111111111110110111011111111111011': 1, '11111111111110110111011111111111100': 1, '11111111111110110111100111111111110': 1, '11111111111110110111101111111100011': 1, '11111111111110110111110011110111111': 1, '11111111111110110111110110111101011': 1, '11111111111110110111110111110101110': 1, '11111111111110110111111101111101011': 1, '11111111111110110111111101111110111': 1, '11111111111110110111111111110111110': 1, '11111111111110110111111111111110110': 1, '11111111111110110111111111111110111': 1, '11111111111110110111111111111111010': 1, '11111111111110111010011110111110001': 1, '11111111111110111011011111110010111': 1, '11111111111110111011110111001111100': 1, '11111111111110111011111010101111001': 1, '11111111111110111011111011111111111': 1, '11111111111110111011111101101111111': 1, '11111111111110111011111110111011111': 1, '11111111111110111011111111011110000': 1, '11111111111110111011111111111111011': 1, '11111111111110111101011011111011111': 1, '11111111111110111101011110111011001': 1, '11111111111110111101111101011010110': 1, '11111111111110111101111111001111101': 1, '11111111111110111101111111011101111': 1, '11111111111110111101111111111101011': 1, '11111111111110111101111111111111011': 1, '11111111111110111110001101111011001': 1, '11111111111110111110011111111111000': 1, '11111111111110111110101111101111011': 1, '11111111111110111110101111110111010': 1, '11111111111110111110111011111110111': 1, '11111111111110111110111101111110111': 1, '11111111111110111110111111111111011': 1, '11111111111110111111000010000011011': 1, '11111111111110111111000011111111101': 1, '11111111111110111111001011010111101': 1, '11111111111110111111001111101111111': 1, '11111111111110111111001111111111011': 1, '11111111111110111111010111110111111': 1, '11111111111110111111011100101011110': 1, '11111111111110111111011100111111011': 1, '11111111111110111111011101101111000': 1, '11111111111110111111011101110111101': 1, '11111111111110111111011110011111110': 1, '11111111111110111111011110111111011': 1, '11111111111110111111011111100111111': 1, '11111111111110111111101100111111111': 1, '11111111111110111111101101111110111': 1, '11111111111110111111101110111111000': 1, '11111111111110111111110111101111101': 1, '11111111111110111111110111111011111': 1, '11111111111110111111111001111101011': 1, '11111111111110111111111011010111011': 1, '11111111111110111111111011011011111': 1, '11111111111110111111111011111111011': 1, '11111111111110111111111100101101111': 1, '11111111111110111111111100111111011': 1, '11111111111110111111111101111111010': 1, '11111111111110111111111101111111111': 1, '11111111111110111111111110101100011': 1, '11111111111110111111111110111101101': 1, '11111111111110111111111110111111011': 2, '11111111111110111111111111000111010': 1, '11111111111110111111111111001110001': 1, '11111111111110111111111111011011101': 1, '11111111111110111111111111011101111': 1, '11111111111110111111111111011111011': 3, '11111111111110111111111111101100011': 1, '11111111111110111111111111101111010': 1, '11111111111110111111111111110111011': 1, '11111111111110111111111111110111101': 1, '11111111111110111111111111111000111': 1, '11111111111110111111111111111011111': 1, '11111111111110111111111111111101100': 1, '11111111111110111111111111111110011': 1, '11111111111110111111111111111111110': 2, '11111111111110111111111111111111111': 2, '11111111111111000111111111111011111': 1, '11111111111111001001111111101001110': 1, '11111111111111001101111101111111010': 1, '11111111111111001101111111111000111': 1, '11111111111111001111011111111111111': 1, '11111111111111001111110110111111111': 1, '11111111111111001111110111011111011': 1, '11111111111111001111111111101011111': 1, '11111111111111010011111110111110011': 1, '11111111111111010100001001000000000': 1, '11111111111111010101011111111111110': 1, '11111111111111010101011111111111111': 1, '11111111111111010101101111111111000': 1, '11111111111111010101101111111111011': 1, '11111111111111010101111011111111111': 1, '11111111111111010101111100000101011': 1, '11111111111111010101111101011111110': 1, '11111111111111010110111111111111011': 1, '11111111111111010111011111011110011': 1, '11111111111111010111011111111011111': 1, '11111111111111010111111001011110001': 1, '11111111111111010111111101010011111': 1, '11111111111111010111111111011111111': 1, '11111111111111010111111111111110011': 1, '11111111111111010111111111111111001': 1, '11111111111111011000111111111111011': 1, '11111111111111011001111111011111011': 1, '11111111111111011010110111101011010': 1, '11111111111111011011110101111101101': 1, '11111111111111011011111111110101110': 1, '11111111111111011011111111111111010': 1, '11111111111111011011111111111111111': 1, '11111111111111011100010000000000111': 1, '11111111111111011100011011110111111': 1, '11111111111111011100011111111110110': 1, '11111111111111011100100011111111111': 1, '11111111111111011100111111111010111': 1, '11111111111111011101011011111111011': 1, '11111111111111011101011111111111101': 1, '11111111111111011101011111111111111': 1, '11111111111111011101111011110111011': 1, '11111111111111011101111110110111011': 1, '11111111111111011101111111100111000': 1, '11111111111111011101111111110011100': 1, '11111111111111011101111111111011110': 1, '11111111111111011110011100111110011': 1, '11111111111111011110011110111111111': 1, '11111111111111011110111011111111110': 1, '11111111111111011110111101111111110': 1, '11111111111111011110111111111101000': 1, '11111111111111011110111111111111001': 1, '11111111111111011110111111111111010': 1, '11111111111111011111000001101111001': 1, '11111111111111011111001111101111011': 1, '11111111111111011111001111111111111': 3, '11111111111111011111011101011111111': 1, '11111111111111011111011110111010101': 1, '11111111111111011111011110111111110': 1, '11111111111111011111011111101111111': 1, '11111111111111011111011111111111010': 1, '11111111111111011111011111111111011': 1, '11111111111111011111101111111011111': 1, '11111111111111011111110101111100001': 1, '11111111111111011111110111101111100': 1, '11111111111111011111110111111011111': 1, '11111111111111011111110111111100111': 1, '11111111111111011111110111111101101': 1, '11111111111111011111111001101111011': 1, '11111111111111011111111011011111011': 3, '11111111111111011111111011111100111': 1, '11111111111111011111111100110111111': 1, '11111111111111011111111101011101111': 1, '11111111111111011111111101011110110': 1, '11111111111111011111111101101111011': 1, '11111111111111011111111101111101111': 1, '11111111111111011111111101111111101': 1, '11111111111111011111111110001111011': 1, '11111111111111011111111110111011011': 1, '11111111111111011111111110111111001': 1, '11111111111111011111111110111111101': 1, '11111111111111011111111111011101101': 1, '11111111111111011111111111101011001': 1, '11111111111111011111111111101101111': 1, '11111111111111011111111111101111010': 1, '11111111111111011111111111110011011': 1, '11111111111111011111111111110110000': 1, '11111111111111011111111111111101011': 1, '11111111111111011111111111111101100': 1, '11111111111111011111111111111110001': 1, '11111111111111011111111111111110010': 1, '11111111111111011111111111111111011': 2, '11111111111111011111111111111111100': 3, '11111111111111011111111111111111111': 7, '11111111111111100000001001010000111': 1, '11111111111111100000010111110110101': 1, '11111111111111100000100111111111111': 1, '11111111111111100011011111011111110': 1, '11111111111111100011111111111101111': 1, '11111111111111100011111111111111011': 1, '11111111111111100101111111111001001': 1, '11111111111111100110100011111110011': 1, '11111111111111100111001111111111011': 1, '11111111111111100111011011111011111': 1, '11111111111111100111111011101111111': 1, '11111111111111100111111111000101111': 1, '11111111111111100111111111101111110': 1, '11111111111111100111111111111011111': 1, '11111111111111100111111111111111010': 1, '11111111111111100111111111111111111': 2, '11111111111111101010011111111111101': 1, '11111111111111101010100111111101111': 1, '11111111111111101011101111101010111': 1, '11111111111111101011111110111111111': 1, '11111111111111101011111111011111100': 1, '11111111111111101011111111111111111': 1, '11111111111111101101011111101111111': 1, '11111111111111101101011111111111101': 1, '11111111111111101101100001011111011': 1, '11111111111111101101101111011111011': 1, '11111111111111101101111110110011111': 1, '11111111111111101101111111110111110': 1, '11111111111111101101111111111111011': 1, '11111111111111101110011011111111111': 1, '11111111111111101110111101111011010': 1, '11111111111111101110111101111111101': 1, '11111111111111101110111111111111001': 1, '11111111111111101111001111111111011': 1, '11111111111111101111011001101111011': 1, '11111111111111101111011010111111111': 1, '11111111111111101111011011111101011': 1, '11111111111111101111011100111111111': 1, '11111111111111101111011111011101011': 1, '11111111111111101111011111111101011': 1, '11111111111111101111011111111111001': 1, '11111111111111101111110110010001110': 1, '11111111111111101111110110111111010': 1, '11111111111111101111110110111111110': 1, '11111111111111101111110111101111011': 1, '11111111111111101111110111110111011': 1, '11111111111111101111110111111111111': 1, '11111111111111101111111001111111001': 1, '11111111111111101111111010100011011': 1, '11111111111111101111111011111011111': 1, '11111111111111101111111100111111011': 1, '11111111111111101111111100111111111': 1, '11111111111111101111111101001111011': 1, '11111111111111101111111101011100101': 1, '11111111111111101111111101111100011': 1, '11111111111111101111111101111111011': 1, '11111111111111101111111110010111111': 1, '11111111111111101111111110011111110': 1, '11111111111111101111111110011111111': 1, '11111111111111101111111111010111111': 1, '11111111111111101111111111011011111': 3, '11111111111111101111111111101101111': 1, '11111111111111101111111111111111000': 1, '11111111111111101111111111111111011': 10, '11111111111111101111111111111111100': 1, '11111111111111101111111111111111101': 2, '11111111111111101111111111111111110': 2, '11111111111111101111111111111111111': 5, '11111111111111110000000110111111111': 1, '11111111111111110000011100001010000': 1, '11111111111111110000101100111111111': 1, '11111111111111110001011011011111110': 1, '11111111111111110001111101111101011': 1, '11111111111111110001111111111011011': 1, '11111111111111110011000111011111101': 1, '11111111111111110011101101110111010': 1, '11111111111111110011110111011011111': 1, '11111111111111110011111010111111110': 1, '11111111111111110011111011011100110': 1, '11111111111111110011111011011111110': 1, '11111111111111110011111011011111111': 1, '11111111111111110011111011111111011': 1, '11111111111111110011111011111111110': 1, '11111111111111110011111111011110110': 1, '11111111111111110011111111101111111': 1, '11111111111111110011111111111100011': 1, '11111111111111110011111111111101010': 1, '11111111111111110100000100000101011': 1, '11111111111111110100000111111111111': 1, '11111111111111110100010101110011111': 1, '11111111111111110100101011111111110': 1, '11111111111111110100111110110111111': 1, '11111111111111110100111111110111011': 1, '11111111111111110100111111111011011': 1, '11111111111111110100111111111111111': 1, '11111111111111110101010011111111110': 1, '11111111111111110101100111111111011': 1, '11111111111111110101101001111100111': 1, '11111111111111110101101111111111110': 1, '11111111111111110101111101111001011': 1, '11111111111111110101111110101111110': 1, '11111111111111110101111110101111111': 1, '11111111111111110101111111110101111': 1, '11111111111111110101111111110111111': 1, '11111111111111110101111111111110111': 1, '11111111111111110101111111111111111': 2, '11111111111111110110001110111111111': 1, '11111111111111110110010111011111111': 1, '11111111111111110110010111110010101': 1, '11111111111111110110101101111111110': 1, '11111111111111110110101110111111111': 1, '11111111111111110110101111111010110': 1, '11111111111111110110101111111111010': 1, '11111111111111110110110111111111111': 1, '11111111111111110110111101111010111': 1, '11111111111111110110111101111101110': 1, '11111111111111110110111111011111010': 1, '11111111111111110110111111110111011': 1, '11111111111111110110111111111011111': 1, '11111111111111110110111111111110111': 1, '11111111111111110110111111111111001': 1, '11111111111111110111000111111101110': 1, '11111111111111110111000111111111111': 1, '11111111111111110111001011111101011': 1, '11111111111111110111010010111111001': 1, '11111111111111110111010111111100011': 1, '11111111111111110111010111111111011': 1, '11111111111111110111011011111111010': 1, '11111111111111110111011011111111111': 1, '11111111111111110111011101111011011': 1, '11111111111111110111011101111110111': 1, '11111111111111110111011110111111111': 1, '11111111111111110111011111010111010': 1, '11111111111111110111011111011101011': 1, '11111111111111110111011111101111011': 1, '11111111111111110111011111110111111': 1, '11111111111111110111011111111111001': 1, '11111111111111110111011111111111111': 6, '11111111111111110111101010111111101': 1, '11111111111111110111101011011011110': 1, '11111111111111110111101110010110100': 1, '11111111111111110111101111110111011': 1, '11111111111111110111101111111010111': 1, '11111111111111110111101111111101111': 1, '11111111111111110111101111111111110': 2, '11111111111111110111110000111111110': 1, '11111111111111110111110011111111110': 1, '11111111111111110111110101111011011': 1, '11111111111111110111110101111101011': 1, '11111111111111110111110101111111010': 1, '11111111111111110111111010110111111': 1, '11111111111111110111111011010111111': 1, '11111111111111110111111011011111101': 1, '11111111111111110111111011110111000': 1, '11111111111111110111111011111011111': 3, '11111111111111110111111101001111111': 1, '11111111111111110111111101011100101': 1, '11111111111111110111111101101111111': 1, '11111111111111110111111101110001101': 1, '11111111111111110111111101110111111': 3, '11111111111111110111111101111101111': 1, '11111111111111110111111101111111001': 1, '11111111111111110111111101111111101': 1, '11111111111111110111111110011101011': 1, '11111111111111110111111110111101011': 1, '11111111111111110111111110111101111': 1, '11111111111111110111111110111110110': 1, '11111111111111110111111111010011111': 1, '11111111111111110111111111011011011': 1, '11111111111111110111111111011110111': 1, '11111111111111110111111111011111111': 2, '11111111111111110111111111100110111': 1, '11111111111111110111111111100111011': 1, '11111111111111110111111111101011001': 1, '11111111111111110111111111101111110': 1, '11111111111111110111111111101111111': 1, '11111111111111110111111111110101111': 1, '11111111111111110111111111110111001': 1, '11111111111111110111111111111001111': 1, '11111111111111110111111111111010011': 1, '11111111111111110111111111111011111': 1, '11111111111111110111111111111101001': 1, '11111111111111110111111111111110011': 2, '11111111111111110111111111111111000': 1, '11111111111111110111111111111111010': 2, '11111111111111110111111111111111011': 6, '11111111111111110111111111111111111': 6, '11111111111111111000000000100000000': 1, '11111111111111111000000010111111001': 1, '11111111111111111000111111110101101': 1, '11111111111111111000111111111111111': 3, '11111111111111111001011111111111011': 1, '11111111111111111001110111110001111': 1, '11111111111111111001111100111111110': 1, '11111111111111111001111111101001011': 1, '11111111111111111001111111101110110': 1, '11111111111111111001111111111101111': 1, '11111111111111111010110111111111011': 1, '11111111111111111010111110110111010': 1, '11111111111111111010111110111101111': 1, '11111111111111111010111111111101110': 1, '11111111111111111010111111111111101': 3, '11111111111111111011001111011111111': 1, '11111111111111111011010000010111000': 1, '11111111111111111011010000111111111': 1, '11111111111111111011010111111111111': 1, '11111111111111111011011010111111111': 1, '11111111111111111011011111001111111': 1, '11111111111111111011011111111101111': 1, '11111111111111111011011111111110110': 1, '11111111111111111011101111001111111': 1, '11111111111111111011101111111101111': 1, '11111111111111111011101111111111010': 1, '11111111111111111011110110011101111': 1, '11111111111111111011110111001111011': 1, '11111111111111111011111000001111111': 1, '11111111111111111011111101001111100': 1, '11111111111111111011111101101110010': 1, '11111111111111111011111101111001111': 1, '11111111111111111011111101111101011': 1, '11111111111111111011111101111111110': 1, '11111111111111111011111110000111111': 1, '11111111111111111011111110100111111': 1, '11111111111111111011111110101111011': 1, '11111111111111111011111110101111111': 1, '11111111111111111011111110111101101': 1, '11111111111111111011111110111110011': 1, '11111111111111111011111111011101111': 1, '11111111111111111011111111101111111': 1, '11111111111111111011111111110101111': 1, '11111111111111111011111111110111111': 1, '11111111111111111011111111111011111': 3, '11111111111111111011111111111101001': 1, '11111111111111111011111111111101011': 1, '11111111111111111011111111111110110': 1, '11111111111111111011111111111111001': 1, '11111111111111111011111111111111010': 1, '11111111111111111011111111111111110': 2, '11111111111111111100011001010111010': 1, '11111111111111111100011101111111010': 1, '11111111111111111100111001011111111': 1, '11111111111111111100111010111011110': 1, '11111111111111111100111101001011111': 1, '11111111111111111100111110101111010': 1, '11111111111111111100111111011110111': 1, '11111111111111111100111111101111110': 1, '11111111111111111100111111110011100': 1, '11111111111111111100111111111111011': 1, '11111111111111111101001111111101111': 1, '11111111111111111101011001010101111': 1, '11111111111111111101011001011011101': 1, '11111111111111111101011101001111111': 1, '11111111111111111101011101110111000': 1, '11111111111111111101011110110111101': 1, '11111111111111111101011111011111111': 3, '11111111111111111101011111110011011': 1, '11111111111111111101011111110100111': 1, '11111111111111111101011111111001011': 1, '11111111111111111101011111111101011': 1, '11111111111111111101101110111111101': 1, '11111111111111111101101111111110000': 1, '11111111111111111101110110111111011': 1, '11111111111111111101110111111011111': 1, '11111111111111111101111000011111101': 1, '11111111111111111101111000100101011': 1, '11111111111111111101111001111111111': 1, '11111111111111111101111011101110011': 1, '11111111111111111101111011111111010': 1, '11111111111111111101111011111111111': 2, '11111111111111111101111100111110111': 1, '11111111111111111101111101111011100': 1, '11111111111111111101111101111101011': 1, '11111111111111111101111101111111011': 1, '11111111111111111101111101111111101': 1, '11111111111111111101111101111111110': 1, '11111111111111111101111110111110110': 1, '11111111111111111101111110111111011': 1, '11111111111111111101111111001110011': 1, '11111111111111111101111111011101011': 1, '11111111111111111101111111101111010': 1, '11111111111111111101111111110010110': 1, '11111111111111111101111111110111011': 1, '11111111111111111101111111111100111': 1, '11111111111111111101111111111110000': 1, '11111111111111111101111111111110111': 2, '11111111111111111101111111111111001': 1, '11111111111111111101111111111111110': 4, '11111111111111111101111111111111111': 4, '11111111111111111110000011111111111': 1, '11111111111111111110000111101110111': 1, '11111111111111111110001000001111110': 1, '11111111111111111110001011111101111': 1, '11111111111111111110001111011111101': 1, '11111111111111111110010000000011111': 1, '11111111111111111110010111010111111': 1, '11111111111111111110010111101111111': 1, '11111111111111111110011001000001000': 1, '11111111111111111110011101111111011': 1, '11111111111111111110011101111111101': 1, '11111111111111111110011110111101111': 1, '11111111111111111110011110111111010': 1, '11111111111111111110011110111111110': 1, '11111111111111111110011111011111101': 1, '11111111111111111110011111100111010': 1, '11111111111111111110011111101111111': 3, '11111111111111111110011111111110101': 1, '11111111111111111110011111111110110': 1, '11111111111111111110100011101011111': 1, '11111111111111111110100011111010101': 1, '11111111111111111110100111111110111': 1, '11111111111111111110101101111011101': 1, '11111111111111111110101111111101111': 1, '11111111111111111110101111111111101': 1, '11111111111111111110101111111111110': 2, '11111111111111111110110101110111011': 1, '11111111111111111110110110111110111': 1, '11111111111111111110110111011111011': 1, '11111111111111111110110111101110110': 1, '11111111111111111110111011111101011': 1, '11111111111111111110111011111111011': 1, '11111111111111111110111011111111111': 2, '11111111111111111110111101111100010': 1, '11111111111111111110111101111111110': 2, '11111111111111111110111101111111111': 2, '11111111111111111110111110100100000': 1, '11111111111111111110111110110111001': 1, '11111111111111111110111110110111101': 1, '11111111111111111110111110111110011': 1, '11111111111111111110111111101111100': 1, '11111111111111111110111111110111111': 1, '11111111111111111110111111111001010': 1, '11111111111111111110111111111011010': 1, '11111111111111111110111111111011011': 1, '11111111111111111110111111111011101': 1, '11111111111111111110111111111101011': 6, '11111111111111111110111111111101101': 1, '11111111111111111110111111111111011': 3, '11111111111111111110111111111111100': 5, '11111111111111111110111111111111110': 2, '11111111111111111110111111111111111': 9, '11111111111111111111000101111101111': 1, '11111111111111111111001001111111111': 1, '11111111111111111111001011011111111': 1, '11111111111111111111001101101101111': 1, '11111111111111111111001101111111110': 1, '11111111111111111111001110100111010': 1, '11111111111111111111001110111011101': 1, '11111111111111111111001110111111001': 1, '11111111111111111111001111101011011': 1, '11111111111111111111001111101111011': 1, '11111111111111111111001111111011100': 1, '11111111111111111111001111111100010': 1, '11111111111111111111001111111101110': 1, '11111111111111111111001111111111010': 1, '11111111111111111111010011111111111': 1, '11111111111111111111010101111101111': 1, '11111111111111111111010111101111011': 1, '11111111111111111111010111111111101': 1, '11111111111111111111011000111111110': 1, '11111111111111111111011001111111011': 1, '11111111111111111111011010101110011': 1, '11111111111111111111011011011011001': 1, '11111111111111111111011011101001111': 1, '11111111111111111111011011101111111': 1, '11111111111111111111011011111111010': 1, '11111111111111111111011100111101011': 1, '11111111111111111111011101011111011': 1, '11111111111111111111011101111101011': 1, '11111111111111111111011101111110110': 1, '11111111111111111111011101111111100': 1, '11111111111111111111011101111111111': 2, '11111111111111111111011110011111111': 1, '11111111111111111111011110101111011': 1, '11111111111111111111011110111101010': 1, '11111111111111111111011110111101111': 1, '11111111111111111111011110111111101': 1, '11111111111111111111011110111111111': 2, '11111111111111111111011111010111011': 1, '11111111111111111111011111011111101': 1, '11111111111111111111011111100111011': 1, '11111111111111111111011111101101101': 1, '11111111111111111111011111101111101': 1, '11111111111111111111011111110011101': 1, '11111111111111111111011111110101110': 1, '11111111111111111111011111110110111': 1, '11111111111111111111011111110111001': 1, '11111111111111111111011111110111110': 1, '11111111111111111111011111110111111': 2, '11111111111111111111011111111011110': 1, '11111111111111111111011111111101101': 1, '11111111111111111111011111111110011': 3, '11111111111111111111011111111111011': 3, '11111111111111111111011111111111111': 6, '11111111111111111111100010111111011': 1, '11111111111111111111100111110111111': 2, '11111111111111111111101011111011111': 1, '11111111111111111111101011111101110': 1, '11111111111111111111101100000110011': 1, '11111111111111111111101100010111111': 1, '11111111111111111111101100111111111': 1, '11111111111111111111101101011011011': 1, '11111111111111111111101101101111110': 1, '11111111111111111111101101110111010': 1, '11111111111111111111101101111101011': 1, '11111111111111111111101110111101000': 1, '11111111111111111111101111010101111': 1, '11111111111111111111101111101011111': 1, '11111111111111111111101111101100011': 1, '11111111111111111111101111101110101': 1, '11111111111111111111101111101111011': 1, '11111111111111111111101111111001011': 1, '11111111111111111111101111111010011': 1, '11111111111111111111101111111101001': 1, '11111111111111111111101111111101110': 2, '11111111111111111111101111111110011': 6, '11111111111111111111101111111110101': 1, '11111111111111111111101111111111011': 3, '11111111111111111111101111111111110': 2, '11111111111111111111101111111111111': 3, '11111111111111111111110000100001001': 1, '11111111111111111111110000111101101': 1, '11111111111111111111110010101101101': 1, '11111111111111111111110010110111011': 1, '11111111111111111111110010111111101': 1, '11111111111111111111110011011111101': 1, '11111111111111111111110011111101011': 1, '11111111111111111111110011111101110': 1, '11111111111111111111110011111111111': 1, '11111111111111111111110100111110111': 1, '11111111111111111111110101011111111': 1, '11111111111111111111110101111101111': 1, '11111111111111111111110101111111001': 1, '11111111111111111111110101111111011': 1, '11111111111111111111110110100101011': 1, '11111111111111111111110110101111111': 1, '11111111111111111111110110111101010': 1, '11111111111111111111110111011111011': 1, '11111111111111111111110111101011010': 1, '11111111111111111111110111101111111': 1, '11111111111111111111110111110011001': 1, '11111111111111111111110111110111011': 1, '11111111111111111111110111111010011': 1, '11111111111111111111110111111011111': 1, '11111111111111111111110111111101011': 1, '11111111111111111111110111111101111': 2, '11111111111111111111110111111110011': 1, '11111111111111111111110111111110110': 1, '11111111111111111111110111111111000': 1, '11111111111111111111110111111111010': 1, '11111111111111111111110111111111111': 5, '11111111111111111111111000000100100': 1, '11111111111111111111111001011111011': 1, '11111111111111111111111001111110111': 1, '11111111111111111111111010110111111': 1, '11111111111111111111111010111110111': 1, '11111111111111111111111011001100011': 1, '11111111111111111111111011001101011': 1, '11111111111111111111111011001111010': 1, '11111111111111111111111011011111011': 1, '11111111111111111111111011101011111': 1, '11111111111111111111111011101111010': 1, '11111111111111111111111011110111100': 1, '11111111111111111111111011111000011': 1, '11111111111111111111111011111001011': 1, '11111111111111111111111011111011111': 1, '11111111111111111111111011111101110': 2, '11111111111111111111111011111111011': 2, '11111111111111111111111011111111110': 1, '11111111111111111111111011111111111': 2, '11111111111111111111111100001101110': 1, '11111111111111111111111100100101111': 1, '11111111111111111111111100110101000': 1, '11111111111111111111111100111100100': 1, '11111111111111111111111100111101111': 1, '11111111111111111111111100111110011': 1, '11111111111111111111111100111110111': 1, '11111111111111111111111100111111100': 1, '11111111111111111111111100111111110': 1, '11111111111111111111111101001111101': 1, '11111111111111111111111101011011111': 1, '11111111111111111111111101011101011': 1, '11111111111111111111111101100111111': 1, '11111111111111111111111101110110010': 1, '11111111111111111111111101111011011': 1, '11111111111111111111111101111101101': 1, '11111111111111111111111101111110011': 1, '11111111111111111111111101111110101': 1, '11111111111111111111111101111110111': 2, '11111111111111111111111101111111001': 1, '11111111111111111111111101111111011': 2, '11111111111111111111111101111111101': 2, '11111111111111111111111101111111110': 2, '11111111111111111111111101111111111': 3, '11111111111111111111111110011110011': 1, '11111111111111111111111110100011111': 1, '11111111111111111111111110101101011': 1, '11111111111111111111111110101101111': 1, '11111111111111111111111110111001101': 1, '11111111111111111111111110111011110': 1, '11111111111111111111111110111101010': 1, '11111111111111111111111110111101110': 1, '11111111111111111111111110111111010': 2, '11111111111111111111111110111111011': 6, '11111111111111111111111110111111100': 1, '11111111111111111111111110111111101': 2, '11111111111111111111111110111111111': 9, '11111111111111111111111111000111111': 1, '11111111111111111111111111001001101': 1, '11111111111111111111111111001101011': 1, '11111111111111111111111111001110111': 1, '11111111111111111111111111001111110': 5, '11111111111111111111111111010101000': 1, '11111111111111111111111111010101010': 1, '11111111111111111111111111010101011': 1, '11111111111111111111111111010101101': 1, '11111111111111111111111111010111001': 1, '11111111111111111111111111010111011': 2, '11111111111111111111111111011101010': 1, '11111111111111111111111111011110101': 1, '11111111111111111111111111011111001': 1, '11111111111111111111111111011111011': 3, '11111111111111111111111111011111100': 1, '11111111111111111111111111011111101': 2, '11111111111111111111111111011111110': 4, '11111111111111111111111111011111111': 17, '11111111111111111111111111100001111': 1, '11111111111111111111111111100101010': 1, '11111111111111111111111111100111110': 1, '11111111111111111111111111100111111': 1, '11111111111111111111111111101010110': 1, '11111111111111111111111111101011101': 3, '11111111111111111111111111101101001': 1, '11111111111111111111111111101101011': 2, '11111111111111111111111111101110111': 1, '11111111111111111111111111101111001': 1, '11111111111111111111111111101111011': 6, '11111111111111111111111111101111111': 2, '11111111111111111111111111110011011': 3, '11111111111111111111111111110011111': 1, '11111111111111111111111111110101111': 4, '11111111111111111111111111110110011': 1, '11111111111111111111111111110111011': 2, '11111111111111111111111111110111111': 1, '11111111111111111111111111111000010': 1, '11111111111111111111111111111001001': 1, '11111111111111111111111111111001110': 1, '11111111111111111111111111111010101': 1, '11111111111111111111111111111010111': 1, '11111111111111111111111111111011000': 1, '11111111111111111111111111111011011': 4, '11111111111111111111111111111100001': 1, '11111111111111111111111111111100011': 1, '11111111111111111111111111111100101': 1, '11111111111111111111111111111101111': 7, '11111111111111111111111111111110010': 3, '11111111111111111111111111111110101': 2, '11111111111111111111111111111110111': 11, '11111111111111111111111111111111000': 2, '11111111111111111111111111111111001': 4, '11111111111111111111111111111111010': 5, '11111111111111111111111111111111011': 29, '11111111111111111111111111111111101': 9, '11111111111111111111111111111111110': 6, '11111111111111111111111111111111111': 33}\n" + "Counts for the meas output register: {'11111111111111111111111111111111111': 423, '11111111111111111111111111111111101': 185, '11111111111011111111111111111111111': 47, '11111111111111110111111111111111111': 41, '11111111111111111111111111111111110': 32, '11111111111111111111111111011111111': 28, '11111111111111111111111111101111111': 27, '11111111111111111111111111110111111': 23, '11111111110111111111111111111111111': 19, '01111111111111111111111111111111111': 16, '11111111111111111111101111111111111': 15, '00111111111111111111111111111111111': 12, '11111111111011111111111111111111101': 12, '11111111111111011111111111111111111': 11, '11111111111111111111111101111111111': 11, '11111111111111111110111111111111111': 10, '11111111111111111111111111011111101': 10, '11111111111111111111111111111011111': 10, '00000000000000000000000000111111111': 9, '11111111111111111111111111110111101': 9, '11111111111111111011111111111111111': 8, '11111111111111111111110111111111111': 8, '11111111111111111111111111111111100': 8, '11011111111111111111111111111111111': 8, '11111111111111111111011111111111111': 8, '11111111111111111111111110111111111': 7, '11111111111111111101111111111111101': 7, '11111111111111111111111111111111011': 7, '00000000000000000000000000000000101': 7, '11111111111111111111111111111110111': 6, '11111111111111111111111111101111101': 6, '00000000000000000000000000000001110': 6, '01111111111111111111111111111111101': 6, '00000000000000000000000000000000011': 6, '11111101111111111111111111111111111': 5, '00000000010111111111111111111111111': 5, '00000000000000000000000000101111111': 5, '00000000000000000000000000000001100': 5, '11111111111111111101111111111111111': 4, '00011111111111111111111111111111111': 4, '11111111111111111111001111111111111': 4, '00000000000000000000000000000001101': 4, '01111111111111111111111110111111111': 4, '11111111111111111111111011111111111': 4, '11111111111111111111111001111111111': 4, '01111111111111110111111111111111111': 4, '10101111111111111111111111111111111': 4, '11111110111011111111111111111111101': 4, '11111111111111111111111111101111110': 4, '11111111111111101111111111111011111': 4, '11111111111111110011111111111111111': 4, '00000000000000001111111111111111111': 3, '11111111111111111111111111100111111': 3, '00000000000000000000000100111111101': 3, '10011111111111111111111111111111111': 3, '00000001110111111111111111111111111': 3, '11111111111111111111101111111111101': 3, '11111111111111111111110111101111111': 3, '11111111111111111111111111111110110': 3, '00000000000000000000000000000001111': 3, '00000000000000000000000000000001011': 3, '00000000000111111111111111111111111': 3, '00000000000011111111111111111111111': 3, '00000000000000000000000000000000001': 3, '00000000000000000000000000000001001': 3, '11110111011111111111111111111111101': 3, '00000000000000000000000000000000111': 3, '11111111111111111111111111111110100': 3, '00000000000000000000000000000001000': 3, '00001111111111111111111111111111111': 3, '11111111101111111111111001111111111': 3, '10111111111111111111111110111111111': 3, '01111111111111011111111111111111111': 3, '00111111111011111111111111111111111': 3, '00000000000000000000000000000000100': 3, '11111110111111111111111011111111111': 3, '11111111111111111111111101111111101': 3, '11111101111111111111110111111111111': 3, '11111111111111111111111111011111110': 3, '11111111110111111110111111111111101': 3, '11111111111111111110011111111111111': 3, '11111111111111011111111111111111110': 3, '11111011111111111111111111111111111': 3, '11111111111111111111111110111111101': 3, '00000000000000000000000000110111111': 3, '00000000111111111111111111111111111': 2, '11111111111111111110111011111111111': 2, '11111111111111111111111111111011110': 2, '11111111111111010111111111111111111': 2, '00000000010011111111111111111111111': 2, '11111110111111111111111111111111011': 2, '11111111111111011111111111111111101': 2, '00000000011111111111111111111111111': 2, '00000000000000000000000010101111111': 2, '11111111111111101111111111111111111': 2, '00000000000000000000010111111111111': 2, '00000000000000000000000011111111111': 2, '00000000000000000000001111111111111': 2, '10000000000000000000000110111111111': 2, '11111110111111110111111111111111110': 2, '00000000000000000010111111111111101': 2, '11111111110111111111101111111111111': 2, '01111110111111111111111111111111110': 2, '00000000000000000001001111111111111': 2, '00000000010001111111111111111011111': 2, '11111111111011111111111111011111101': 2, '11111111111101111111111011111111110': 2, '00000000010111111111111111111111101': 2, '11111111101101111111111111111111111': 2, '00001111111111111111111111111111101': 2, '00000000000000000001011111111111111': 2, '00000000000000000000000000010011011': 2, '00000000001000111111111111111111111': 2, '11111111111111011011111111111111111': 2, '11111111111111111110100111111111101': 2, '00000000000000000010001011111111101': 2, '11111111111111110111111111111110011': 2, '11111111100111111111111111101111111': 2, '11111111110110111111111110111111111': 2, '00000000000000000000000010101111101': 2, '00000000000000000000000000001001101': 2, '00000000000000000000000000100001100': 2, '00000000000001111111111111111111101': 2, '00000000000000000000000011111111101': 2, '10011111111111111111111111111111101': 2, '11110000000011111111111111111111111': 2, '00000001110111111111111111111111101': 2, '00000000010000000000000000000000100': 2, '11111111111111111111111111111011101': 2, '11110111111111111111111111111110011': 2, '11111111111111110011111111111111110': 2, '11111110111111111111111001111111111': 2, '00000000000000000000000010111101111': 2, '01111111110111111111001111111111101': 2, '00000000000000100000010000000001011': 2, '10000001110111111111111011111111101': 2, '11111111111111010011111111110111111': 2, '11111111111111011010111111111101111': 2, '11111111111111000000000000000000101': 2, '00000000000000000001001000000001100': 2, '00000000000000001111111111111111110': 2, '00111111111111111111111111111111100': 2, '00000000000000000000000000000000110': 2, '00000000101000000000000000000000111': 2, '01111111111111111111111100111111111': 2, '11110111111111111111111111011111110': 2, '11111111111011010111111111111111111': 2, '11110111111111111111101111111111101': 2, '10111111111111111111011111111111111': 2, '11111111111111111111011101111111111': 2, '11111111111111110111111101110111101': 2, '11111111111111101111111111111110110': 2, '00000000111111111111111111111111110': 2, '11101111111111110111111111111111111': 2, '11101111111111111111111111111110100': 2, '11101111111111110011111111111111111': 2, '11111111011111111111111111111110111': 2, '01011111111111111111111111111111101': 2, '11111111011111011111111111111111111': 2, '11111111111011111111111111110111111': 2, '11111111111111011111111111111111100': 2, '00000000000000000000000000000000000': 2, '11101111111111111110111111111111111': 2, '01111111111111111111111111101111111': 2, '11111111110111111110011111111111111': 2, '00000001110111110111111111111111111': 2, '11111110111111111111111011111101111': 2, '11110111111111111111111101111111111': 2, '11111111111111111111111011111111101': 2, '11111111111111111110111001111111111': 2, '11111111111111110111001111111111111': 2, '11111111111111111111111111111111001': 2, '11111111111011111111111011111011111': 2, '11101111111111111111110111111111111': 2, '11111111111111111111111111110110111': 2, '11110111111111111111110111111111111': 2, '11101111111111111101111111111111111': 2, '00000000000000000000000000000001010': 2, '11111111111111111111001011111111111': 1, '11111111111110111111111111110111111': 1, '01111111011111111111111111111111111': 1, '01111111111111111110111111111111101': 1, '11111111111111111111111111111101100': 1, '11111111111111110110111111111111101': 1, '11111111111111111111111101101111111': 1, '11111110111111111101111111111111101': 1, '11111111110111110111111111111111101': 1, '00111111111111111111111111110111111': 1, '11111101111111111111111111110111111': 1, '11111111111111111111111110101111111': 1, '11111111111111111111110111011111111': 1, '10111111111111111111111111111111101': 1, '11111111110111111111111101111111111': 1, '11111111111111111111111110111011111': 1, '11111111111111111111111111111110101': 1, '00111111111111111101111111111111111': 1, '01111111111111111111111011111111111': 1, '11111111111111111111111111110111100': 1, '11111110101111111111111111111111111': 1, '11111111111111111110111011111111101': 1, '11111111111111111101111111101111111': 1, '11111111111111101111111111111111110': 1, '11111110111111111111111111111111100': 1, '11101111111111111111111111110111111': 1, '11111111111111111100111111111111101': 1, '11111111111111110111111111111111101': 1, '11111111111111110111111101111111111': 1, '11111111111111111111011111111111101': 1, '11111111111111111111111111101111100': 1, '11111111101111111111111111110111101': 1, '11111111111111111011111111111011111': 1, '01111111111111111111111111111111011': 1, '11111111110111111111011111111111111': 1, '11111111111111011111111111101111111': 1, '11111111111111111111111111100111101': 1, '11111111111111111111111111010111111': 1, '11111110111111110111111111101111111': 1, '11111111111111111101111111111011101': 1, '11111111111111111111111111011101111': 1, '11111101111111111111111011111111111': 1, '11111111111101111111111111111111101': 1, '01111111101111111111111111111111111': 1, '11110110111111111111111111111111101': 1, '00000000000000000000000000000111111': 1, '11111111101111111111111011101111111': 1, '11111111111111111101111011111111100': 1, '00000000000000000000000100111111110': 1, '00000000000100000000000111111111111': 1, '11111111111111111111110011111111111': 1, '11111111111111110111011111101111111': 1, '00000000001000000000000100111111111': 1, '11111110111111111111111011101111101': 1, '11111111110111111111111011110111111': 1, '11111111111111110101111011111111101': 1, '00000000000000000000000110111111111': 1, '11111111111111110111011011111111111': 1, '11111111101111111111111011111111110': 1, '11111111111111111101111111111011011': 1, '10111011111111111111111111111111111': 1, '00000001111111111111111111111111101': 1, '11111111111111111111111010111111110': 1, '11111111111111011011111111111111101': 1, '11111111111111111111111111111111010': 1, '00000000000000010001111111111111111': 1, '00000011111111111111111111111111111': 1, '00011111111111111101111111111111101': 1, '00000000000000000000011111111111101': 1, '11111111111111011101111111110111111': 1, '00000000000000000001000111111111111': 1, '10111111111111111111111011111111111': 1, '00000000000000000000111111111111111': 1, '11011110111111111111111111101111111': 1, '00111111111111111111111011111011111': 1, '00000000001111111111111111111111101': 1, '11111111111111111101101011111111101': 1, '11101111111111111111111011011111111': 1, '00000000001011111111111111111111110': 1, '00000000001000000111111111111111101': 1, '00000000001000000000000001101111101': 1, '11111111101000100011111111111111111': 1, '01110000011111111111111111111111111': 1, '00000001001000000000000000000001101': 1, '00000000000000000000000000001000110': 1, '00000000000000000000000000001111101': 1, '00000001000000001001111111111111101': 1, '00000000000000001111001111111111101': 1, '11111111111111111001111111111111110': 1, '11111111111111111101111011111101101': 1, '00111111111111111111101111111111101': 1, '11011111111111111111110111111111101': 1, '00000000000100000001000111111111111': 1, '10000001111111111111111111111111111': 1, '00000000000000001000111111111111111': 1, '11111111111111110111111111011111100': 1, '00000000010000000000000001111111110': 1, '00000000000000000000000100001000001': 1, '00000000000000001000000110111111111': 1, '11111111111111011110111011111111111': 1, '00000000000000000000000110000000011': 1, '00000000000000111011111111111111101': 1, '00000001111111110111111111111011111': 1, '00000000000010000000000100111111100': 1, '00000000000000000001000001111111111': 1, '11111111111111111010111111111111101': 1, '00000000001000000000000000000000100': 1, '11111111111011111101111111111111110': 1, '01111111111111111101111111111011101': 1, '00000000000000111101111111111111111': 1, '00000111111111111111111110111111111': 1, '11111110111111111101111111011111101': 1, '00000000001000000000000000000001011': 1, '00000000000000100000000110111111111': 1, '11111111111111110101111111111101111': 1, '11111011111111111111111011111011111': 1, '00000000000000000000000000001001111': 1, '10111111111111111111111011111111110': 1, '11111111111111111111111100111111110': 1, '00111111111111111111111111111111001': 1, '00000000000000000001000010100111111': 1, '11110111111111111111111111111001111': 1, '11111011111111111111111101111111110': 1, '11111111111111111010111111011111111': 1, '11110111111111111111111010111111111': 1, '11110111111111111111111111011011111': 1, '11111111101111111111111110111101101': 1, '00111111111111111111111110111111101': 1, '11111111111111110111111000111111101': 1, '00000000000000000001001101110111111': 1, '11111111111100000001111111111111111': 1, '11111111111111011111111111011110111': 1, '00000000000000000001000000101110101': 1, '00000000000000000011110111111111110': 1, '00000000001000000000000001111111111': 1, '00000000000000000000100111111111111': 1, '11101111111111111111000111111111111': 1, '11111111011111111101111111101111111': 1, '11111111111111111101110111111111110': 1, '01110000000111111111111111111111101': 1, '11001110111111111111111111111111111': 1, '00100000010000000000000100111111111': 1, '11111111110111110111111110110111111': 1, '00000001111111111111111111101111111': 1, '11111111111111111111111000101111101': 1, '00000000000000000000010010111111101': 1, '11111110111010111111111110111111111': 1, '11111111111111111011111111110101111': 1, '00000000000000000000000010011001111': 1, '11111111111111010001111111111111111': 1, '00000000000000000000110010111111111': 1, '11110111111111111111111111101011111': 1, '11111111111111011111111100111111111': 1, '11111111111001111111111111111111100': 1, '11111111111101111111111011111111100': 1, '11001111111111111111111111101111101': 1, '11001111111111111111111111111111110': 1, '11111111111111011011101111111111111': 1, '11111111111111111111010111111111110': 1, '01111110111111101111111111111111111': 1, '11111111111110111110111111111011111': 1, '11111111111111111010111111111111011': 1, '11111111111011111111101011111111101': 1, '11111111111111111011110111111111110': 1, '11101110111111111111111011111111101': 1, '11111111111111111011111101111111110': 1, '11110111111011111110111111111111111': 1, '11111111011111111111110011111111101': 1, '00010000000000000000000111111111111': 1, '01111111111011111111111011111111101': 1, '11111111111111101111011110111111111': 1, '00000000000000101111111111111111111': 1, '11111111111111011011111110111111111': 1, '00000000101000001000000000000000111': 1, '11111111110111111011111111111111011': 1, '00000001000111111111111111111111101': 1, '01001111111111111111111111101111111': 1, '11101111111111111011111011111111111': 1, '10001111111111111111111111111111111': 1, '00000000000000000001101111111111111': 1, '11011111010111111111111111111111111': 1, '11111011110111110111111111111111111': 1, '00000000010011111111111111011111111': 1, '11111111111111111111000111111101111': 1, '11100111111111111111111111111111101': 1, '11111111111111111101011111011111101': 1, '11111111111011111011111111111111100': 1, '11111111111101111111111110101111101': 1, '10010000010111111111111111111111111': 1, '11111111111111111111111011000000100': 1, '11111111111111111100111111110111011': 1, '10000001000000001111111111111111111': 1, '00000000000111111111111111101111110': 1, '00000000000000000000000010111111100': 1, '11111110111111111111110101111111111': 1, '11111111101111111110111111111111110': 1, '10000000000000000111111111111111111': 1, '10100000111111111111111111111111111': 1, '10000000011111111111111111111111110': 1, '00000000001010000000011111111111111': 1, '11101110110111111101111111111111110': 1, '00000000101111111101111111111111101': 1, '11111111001111111101111111111111111': 1, '11111110111111011111111111111111011': 1, '00000000000000101111110111111111111': 1, '11111111011111111011111111101111111': 1, '10000000000001000000000000000000100': 1, '10000001000000000000000000010000110': 1, '11110001111111111111111111111111111': 1, '00011111111101111111111111111111110': 1, '00000000000000100100000000000001110': 1, '11111111100111011111111111111111111': 1, '11111110111111111011111101111111111': 1, '11111111111111110111110111111111110': 1, '00000000000101111111111111111111101': 1, '00000000000000000000100100000000001': 1, '10000000000000000000100010111111111': 1, '00000000000000000000000000001000100': 1, '01110111111111111101111111111111101': 1, '10111101111111111101111111111111111': 1, '11111111101111111111111111101101111': 1, '00000000000001000000000001000001011': 1, '11011111111011111111111111111111110': 1, '11111111111111011111101011111111111': 1, '10111111111111110111111111110111111': 1, '11110111111111101111111111101111111': 1, '11111111111111111011111010101111111': 1, '00000000000000010000011111111111111': 1, '00000000000100000000011111111110111': 1, '00000000000100111111111111111111111': 1, '00000001000100000000000000000000011': 1, '11111111101110101111111111111111111': 1, '00000000000100000000000010111111100': 1, '11111111111111111111110001101111101': 1, '00000000000100100000000110111111111': 1, '00000000000001000001000111111111111': 1, '11111111111111011101111111011111111': 1, '11111111111111111110110111111111110': 1, '11111111111111111110111101111111110': 1, '11111111111111110011111111110111100': 1, '00000000010011110011111111111111111': 1, '11001111111111111111110111111111110': 1, '11111111111111101111111110111111110': 1, '11111110111111111111111111011111011': 1, '11011111111111111010111111111111111': 1, '11111111111111001110111111111111111': 1, '00000000001000000000000000111111111': 1, '11111111111111111111111101011011111': 1, '00000000000000000000000000000011010': 1, '11011111110111111111110111111111111': 1, '10101111101111111111111111111111101': 1, '00000000000000000001110111111111111': 1, '00000000010100000000000000000000001': 1, '11111111111111110111111011110111101': 1, '01110000010111111111111111111111101': 1, '00001111111011111111111111111111111': 1, '11111111101111111111011011111111111': 1, '11111111111110111011111111111111101': 1, '11111111111011011110111111111111111': 1, '00000000010001111111111111111111111': 1, '11110111011111111111111111111111110': 1, '00000000000000000000000001111111101': 1, '11111100011111111111111111111111111': 1, '00000001000000010011111111111111111': 1, '11111111111101011111111111111001111': 1, '11111111110101111111111111011111110': 1, '11111111111011101111110111111111111': 1, '00000001001011111111111011111111111': 1, '11101111111001111111111111111111110': 1, '01111011111111111111110111111111101': 1, '00001000000000000000000010111111111': 1, '11111110111111111111011111101111111': 1, '00000000010111111111110111111111101': 1, '11111110111101110111111111101111111': 1, '00000001000000000000000001111111101': 1, '11111111101111011111111111111101111': 1, '10111111111111111011111111111111101': 1, '00001000000000000111111111111111101': 1, '11111111111111111111101111111111000': 1, '00000011010111111111111111111111111': 1, '00000100000000000111111111111111110': 1, '11111111111111011110101111111111111': 1, '01111111110111111111111111111101111': 1, '00000100000000000000000001000001011': 1, '11111111111111111111111001101111101': 1, '01111111111111111111011111111101111': 1, '11111110010111111111111011111111111': 1, '00001000000001111111111111111111111': 1, '01111111111111111110111111110111111': 1, '00000100010010111111111111111111111': 1, '00000000000000000011111111111111101': 1, '11111111010111110011111111111111110': 1, '11011111111111111111111001111111110': 1, '10111111111011111111011111111111101': 1, '00000100000000000000000110111111111': 1, '00000000010111111111101111111101111': 1, '11111111011011110111111101111111111': 1, '00111110111111111111111110111111111': 1, '01000000000000000000000100111111111': 1, '11111111010111111010111111111111111': 1, '11111101111111111111111101111011111': 1, '00000000000000110001001111111111111': 1, '10111111111111111111001111111111101': 1, '11111101111111111110111111111111100': 1, '00000111010111111111111111111111101': 1, '00000001011111111111111111001111111': 1, '00111111111111110111111111111110110': 1, '11101111111111111111100111111111111': 1, '11111111111111111110110111111111100': 1, '11111111111111111110111111111110011': 1, '11111111111111110111111111011111011': 1, '00111111111101111101111111111111111': 1, '01111111111111111110110111111111111': 1, '00000000000000000000000000001000011': 1, '00000000000000000000101000000000101': 1, '11111111111111111111111111011110011': 1, '00000000000000000000100000000000000': 1, '11111111111111111111111110111010101': 1, '00000000001000000000000000101111111': 1, '00000000000000000001111111111111111': 1, '11111111111111011111111100111110111': 1, '11110111111111111111111110111110111': 1, '00000000000000000001110111111110111': 1, '11111111101111110111111111111110101': 1, '00000000000000000000000110000000100': 1, '00000001111111111111111111111100111': 1, '00010000111111111111111111111111110': 1, '00000000000000000000001011111110111': 1, '00011111111111111111111011111111101': 1, '11111111111111110111111111010110111': 1, '00000000000000000000000000000010110': 1, '10001111111111111111111111111110111': 1, '11111111111111111110111101111111001': 1, '11111111111111111111111111010001111': 1, '00011110111111111111111110111111111': 1, '11111111111111111111000111111111101': 1, '11111111111011111111111101111111011': 1, '11111111111111011111111111111100111': 1, '11111011111111111111111111111111000': 1, '11110111111101111111111111111111101': 1, '00111111111111111111111111001111101': 1, '00000000000000101111111110111111110': 1, '01111111111111011111111111110111101': 1, '10101111111111011111111111111111101': 1, '11111101101111111111111110111111111': 1, '11111111101101111111111111011111111': 1, '00011111111111111111101111011111111': 1, '01111111111101111111111111011111101': 1, '11111011011111111111111111011111111': 1, '10111111101111111111111111011111101': 1, '11111111111111111111011001011111111': 1, '00000000100111111111111111011111111': 1, '11111101111111111111111111111100111': 1, '11110111111111110010111111111111111': 1, '00000000000000000001101000000001100': 1, '11111111110111110111110111111111111': 1, '01111111111111111111111101111110111': 1, '11111111111111111111111100011111101': 1, '11111111111111111111111001011111101': 1, '10111111111111110111111101111111111': 1, '11111111111110101111101111111111111': 1, '00000100000000010010000111100111110': 1, '11111110100111111011111111110111111': 1, '00000000000100000100000000101111111': 1, '00000000000100100100000000100001011': 1, '11110000000000000000000000111111100': 1, '11101111101111111011111111111111111': 1, '11111110111011111111001000000001100': 1, '00000000000000100000001111011111111': 1, '11101111111011111111111111111111001': 1, '00000000100111111110111111111101101': 1, '00000000000110000100000000000101110': 1, '00000000101000000000100111111111111': 1, '01010000000000000000000011000000010': 1, '11001011111111111111100010111101011': 1, '00000001101000000001001111111111011': 1, '11010000000100000000001000101111111': 1, '11111111101111111111111011110110111': 1, '11111111100000010010000001111111110': 1, '00100000100111100001111111111111100': 1, '10000000000000000000001111101101110': 1, '00000000000000001000111111111011110': 1, '00000000000000000011111111111110111': 1, '01111111111111111111100111101111111': 1, '11100000000000000100000000100001110': 1, '10000100000100010000000000000001011': 1, '00000100010111010011110111111111101': 1, '11111111110111110111011111011111100': 1, '00000011111111111111111111101111001': 1, '01111111111111110000000000000110101': 1, '11001000000000000001001111011111100': 1, '01110001000000000000010000000000101': 1, '10010001110111111111111111111111101': 1, '01010001111011111111111111110111111': 1, '11111111111111010011011111111111111': 1, '11111111111011111111100111010111111': 1, '01100000000000000001000011111111111': 1, '00000000001000000000111111011111100': 1, '00000000000000010000000001110111111': 1, '01111111111111110111111111111101110': 1, '11111111111011111111001101111111111': 1, '11111111101111111111000001111111010': 1, '11111111000111111111111111111101111': 1, '10111111010111010011111111111111111': 1, '11111111100010000000000000001000011': 1, '11111110101111111101111101111111011': 1, '11111111111111101111011111111111100': 1, '11111111101111111111111111100000111': 1, '00000001110111111110111111111111100': 1, '00000000111111111111111111011111011': 1, '10000000110010011111111111111111111': 1, '11011111110111011111110111111111101': 1, '11111101111111111011111000000111110': 1, '01100100000001000000000000000000001': 1, '11111111111111101111111000000111101': 1, '00000000000000000100000101111011101': 1, '00000000000100000000100000010000110': 1, '00000001101000000001000101111111111': 1, '11111111111111111111001000000000101': 1, '11111111110101111011101111110111111': 1, '11111111111111110111011111111111001': 1, '11111111100000100000000100000000010': 1, '11111111111011111101111101101111111': 1, '11111111100111111111000000000001111': 1, '11110111111011111011111111011110101': 1, '00100001111110111111111111111111111': 1, '11111111001010000001111111111111001': 1, '00100000000000000000000001010000011': 1, '11111111111111111011111001001110111': 1, '01111111111011110101111111111100101': 1, '01111111111110111111011111111101101': 1, '11111111111000111111101111111111110': 1, '10011110110111111111111111111111101': 1, '11011111110111111111111111110001000': 1, '00000000000000101111011111111011110': 1, '11111110111111111101111011111111001': 1, '00001110100000000000000000100001010': 1, '00000000010000010000000100000001000': 1, '11111111111000000011111111111110110': 1, '01110000001000100000000000000001011': 1, '11111111101110100111101111000111111': 1, '11111111101000101011110111111111111': 1, '00000000000000011010111111111100111': 1, '11111111111101111110111101111111100': 1, '00000000000000001111011011111011101': 1, '00000000100101111111111111111111110': 1, '00000110110110000100000000101111111': 1, '11111101101111111111111111111110101': 1, '01111111111011111111111111111011011': 1, '00000000111111011011111111111101101': 1, '00000111100111111111011111111111111': 1, '11111110010111111111111111111111101': 1, '11111011111111111100000000000011011': 1, '00111111110111101111111101111101110': 1, '00000000000000101100000111011111111': 1, '11111111101111011000111111110111111': 1, '00000001000000001110001000000001101': 1, '00000000000011111111111111111111000': 1, '10000000000000000000010000000001101': 1, '11100000010110101111111111111111010': 1, '01111111111111011111111111111101100': 1, '11111111111111010110001000000101011': 1, '11111111111111111110001111111111100': 1, '00000000000000000000111000111111101': 1, '01100001000000000000000110111111111': 1, '00000000000000000000110111111011101': 1, '10010001000000001000000000000011100': 1, '01111111110111111111100111111111110': 1, '00111111110111111111111101111111010': 1, '11111111111101110110010111111111111': 1, '11111111111111111111110111100111110': 1, '00000001000000000000000110001101111': 1, '11111011111011011011111111111111101': 1, '01001000000000000000000000100000000': 1, '10000000000111111100111111111111101': 1, '11111011111101111111111111110111100': 1, '00000000000001000000000000000100101': 1, '11111111111111111101100111111111111': 1, '00000000000000000000000111111111010': 1, '00011111111111110110110111111111111': 1, '01100000000010101110000000000000001': 1, '10110000000000000000000000000000011': 1, '11111111111111111111110100111100110': 1, '11111111111111111100001111100111111': 1, '11111111111111111110000000000001100': 1, '00100000000001000000000100000000010': 1, '00000011000111111111111110111111101': 1, '00001000000000000111111111111111011': 1, '10000000011000001000000000000000000': 1, '11111111111111111111000000001000001': 1, '11111111111111011111111010111110011': 1, '00000000000011111111111111111101010': 1, '10011111110111111100101111111111111': 1, '11111111111111111111000000101111111': 1, '10000000000011011011101111001000000': 1, '01110110111111111011111111111101101': 1, '00000000010110100110111111011111101': 1, '01111111111111111110110111101001101': 1, '11111001111111111011111111111111101': 1, '00000000000100101110111111111111110': 1, '00000001000000000000111111100111111': 1, '10000000000000100000000001100000111': 1, '11111110111110110111111110011111111': 1, '00000000000000000001001111111110110': 1, '00000000010011101111111111111111110': 1, '01111111111111111110100110111111101': 1, '00011111111111111110111111011101101': 1, '11111111111111111110000100111111111': 1, '01011111111111111111001111110111111': 1, '00100000001011111111111111101111111': 1, '11101011110111110111111111111011111': 1, '00001111111110111111111111011111111': 1, '00000001010110010111111111111101111': 1, '11111111111111111011101110111111110': 1, '11111110111110110000000100000000111': 1, '00000001000000101110000001101111111': 1, '10000100000000000000000000111111011': 1, '11111011101000111111111110111111111': 1, '00000111111001110111111111111011111': 1, '01000000010110101101111110101011010': 1, '01001111110111111111111111111111111': 1, '01111110111111111110111111111111001': 1, '00000000010111111110111011111110111': 1, '00000100000000000000000000000011100': 1, '11110111111111111111111001111111000': 1, '11010000000000000000000000000000101': 1, '11111110000000000110111011111101101': 1, '00000000000111011011111111111111110': 1, '11010000000000000000000111111111111': 1, '10011111111111111111111011101111110': 1, '11111111110111110011101011101111111': 1, '01111010001010011001000100000000010': 1, '00001011111011010100111111111011111': 1, '11111111110111111111101111011011111': 1, '10000001000000000000000100000000010': 1, '11111111101101111111111111011111001': 1, '00000000000000000110000111111101111': 1, '00000001001110001011111111111111101': 1, '11100000000000100000000000000001111': 1, '11110000000000000100000000000101111': 1, '10000000000000000000000100000001101': 1, '11110101111111110111111111111111111': 1, '11111110000000000100000000000100000': 1, '00000100000000000011110111111111101': 1, '11111111110000000010000000101011111': 1, '00001000000010001110111101111111111': 1, '01111111010010001110111111111111111': 1, '00000000000010000000000010100001111': 1, '00000000000000000000011001111111111': 1, '11011111111111111111111111010011111': 1, '00000000100110111110000000000100111': 1, '00000000000000100000000000010001100': 1, '00000000000000000001000010011111110': 1, '00000001000111111011111111110111110': 1, '11100000000000000010000000011111011': 1, '11111101011111011111000000000000100': 1, '11111111111011011001111111101011011': 1, '00000000010011111111111100111011110': 1, '00010000000000000000111101101111110': 1, '11111011111111111111111110010000001': 1, '00000000000011001111111111111111111': 1, '11111111101111010000001000011110101': 1, '00000100011001111111111111101111111': 1, '00000000000000000010111111111011001': 1, '11111111111111111111001110010111111': 1, '11000000000000000000000000000100101': 1, '11111111111101111111001111011001100': 1, '11011111101000001000000001011111111': 1, '00101111111111111110110011111101101': 1, '10000001000000000000100000101100110': 1, '00000000000000110111111011111111101': 1, '11011111101111111110111111101101111': 1, '10000101111111111110111111111111101': 1, '01111111111111011111111111111011100': 1, '11101111111101111111111111110111101': 1, '10101011111111111111011111111111111': 1, '11111110111111010111111111011110111': 1, '00000010111111111111110111111101111': 1, '00000000000000000000000010000010111': 1, '01100111111111110111111011111101101': 1, '00000000000000101001000111101111111': 1, '01111111111111101111111101111111110': 1, '00000000010111110111111111101111101': 1, '00101111111111111111101111111101111': 1, '11111111101111101111111111111101000': 1, '11111111111111111111001000000001011': 1, '01011111111110111111110111110111101': 1, '00000000011101111110001010111111101': 1, '11111111000111111111111111111111001': 1, '00000000000000001101111111101111111': 1, '11111011111111011111111111011111111': 1, '00111111100000000000000011101111110': 1, '00000000110111111111111001011111111': 1, '11100000011010111101111111111111111': 1, '11111110111000100111111111111101101': 1, '00000000010000001010111111111111111': 1, '11110111110111111111111111111110101': 1, '11111111011110111111111011011110111': 1, '00100000111111111111101111111111001': 1, '00000001110111111111110001101100110': 1, '00011111110111111011111011111111111': 1, '10111011111011111111111111110110101': 1, '11111111101111110101101111111111101': 1, '00000000000000000000000010101110110': 1, '11101111111111111111000010101111110': 1, '00110100000000000010001111111111111': 1, '10001011111111111110110000000001100': 1, '11111110001100000000000000000000100': 1, '00000100000000100000000001000000100': 1, '00000000000000000000000010000101101': 1, '00000000001000000000001001101111111': 1, '00000000000000001111111111111010111': 1, '10111110101000100101111000000001000': 1, '00001010000010101111111111111111110': 1, '00000000010111111111011111111011101': 1, '00000000000100000000110011111111111': 1, '11111111111011111101111111010111001': 1, '11111011111111111111011111011111111': 1, '00000001111110111111001111111111111': 1, '01111000111011011111111111111110101': 1, '11111001000000000000000000000000111': 1, '00111111111011010011111111111011111': 1, '00000000010001111101111111101111011': 1, '00010000000000000001101101111101111': 1, '11100000000000000000000111111111101': 1, '11111110111111111110011000011101111': 1, '01111111111011011110111100111100111': 1, '00011011111111111111011111111111011': 1, '11111111111011101111111111101110111': 1, '01111110110111111101111101111111100': 1, '11011101101111111111111111111110111': 1, '11110111111111100011111111111111111': 1, '11011110111111110111001111111111001': 1, '11110111101111110111111111111101101': 1, '00000000000100000000000001100101110': 1, '01011100010111111000000000010000011': 1, '11111110111111111111101111111010111': 1, '00000000000000010011111111110111011': 1, '11110111111110110111111111111111100': 1, '00000000000000001000000100000000100': 1, '00000000100000000001000100111111101': 1, '01011111100011111110110111111101111': 1, '11101111011111011111111111101111111': 1, '01111111111111111100111011111111110': 1, '00000000000000001000111011111111101': 1, '10101111111111111100111110011010111': 1, '11111110111111110011111100111111101': 1, '11111111111111011100001101111111101': 1, '00000000000000001111101101111111100': 1, '11111111111111111101111111111101010': 1, '11111111110111111110101111111111110': 1, '00001111100111011011111111101011001': 1, '00100000000000000000001111011111111': 1, '11100000000000000000000000000111111': 1, '00001011111011011110011011111111111': 1, '00000001000000001111001111111111111': 1, '00000000000000100001001111100011111': 1, '00000000000000010000001011111111110': 1, '11111110011111111111011111111111101': 1, '00000000000111111101111111011111101': 1, '00000000000100000001100000000001001': 1, '00000001000000001111111110111111101': 1, '11111111111111111110000000000001111': 1, '00000000100000000010110000101101111': 1, '11111111111111111101001111110111111': 1, '00001111111111111110111011111111111': 1, '11111111000111110111111111110111111': 1, '10000001110111111111111110111111111': 1, '00000000001010000001000111011111011': 1, '00000000000000000000100000000011001': 1, '00010101000111110111111011111111011': 1, '00000000001000001111111111111110111': 1, '01000111100000000110001111111101111': 1, '11111111101011111111111001111101101': 1, '10000000011111111111111111111110100': 1, '01111111111111000000000000000000100': 1, '00100100000000000000000000000000010': 1, '11111111101001111011111111111111111': 1, '10000000000000000000000000101101001': 1, '01111110100111111111101111111101101': 1, '00111111111001011001111111111111111': 1, '00011111111111111111111011100111011': 1, '11111111110111110111111111111110001': 1, '11011111111111111111111111010111011': 1, '00000000000000011010001111111111111': 1, '11111101111111110110110000000011111': 1, '11111001111111111111111111111111010': 1, '11111111111111111110001111111101110': 1, '00000100000000001111000100000011111': 1, '11111111101111111100000000000001011': 1, '11111111111111001111111111110011011': 1, '00000000000110000000000000010000111': 1, '11111111111111011101101110111011011': 1, '11111010101010011111111111111111111': 1, '01111111111111111111011111111001101': 1, '01010000000000010000000100001111110': 1, '11111111111111111000000000000000101': 1, '11111111111010111111110110111111111': 1, '00001111101111111111111011111111101': 1, '11011111111011010011111111111111111': 1, '11111111111111011011111101110111111': 1, '00000000000000001010111111110111111': 1, '11111111100000000000000001110111110': 1, '11101111111111111111011101111111100': 1, '11111000110111110101111111111111101': 1, '01111111101111111111111111100111111': 1, '00001000011001111111111111001011111': 1, '11111111111111111111011110111110101': 1, '00000001000100001011111011111101111': 1, '00111111111111011011111111111111101': 1, '00000000000000101100000110010000111': 1, '00000000010001101110011111111111111': 1, '11111111111111110010000000000001011': 1, '00000000110100111111111110111111111': 1, '11111111110111111101011111111111110': 1, '11111111101111100001111011000000101': 1, '10000001010111101111110111111111111': 1, '11111111111101101111111101101111111': 1, '00001100000000000010000000000000000': 1, '11101111111000000000000000111111011': 1, '01111111111011110111111111101111111': 1, '11111111111111111111111100010101110': 1, '00000001000000000001001111111101111': 1, '00000011010100000000001011111111111': 1, '00000000000000101001001111111111111': 1, '00000100000000000000000000100000110': 1, '11111111111110110111111110101111101': 1, '00000000000000010001101001111111101': 1, '11100000000000000000001111111110110': 1, '00100000000111111111111111101111111': 1, '11111111111001111111101111101111111': 1, '00000000000000100000000000000100100': 1, '00000010111000000000000100000000100': 1, '11111011111111110011110111111111001': 1, '00000000000010000010110000000111101': 1, '00000001000100100101111111011111110': 1, '11111110111111111111100111111011101': 1, '11111111001110000001000000111111100': 1, '11111111101111111111111111111100000': 1, '00000000000111111111110111111001111': 1, '11111111110111011111111111011111111': 1, '10111111111111111011100000000001011': 1, '10000000001111111111111111000111111': 1, '00000000010000001011111111011001111': 1, '10111111011111111111111111111111001': 1, '00000000010001110111111111111111101': 1, '01111101110111010111111111111111111': 1, '00000100100000000000000000000001000': 1, '11111111111111110011111110101111101': 1, '00000000000100100111111111110111100': 1, '10000000000000000000000100010000001': 1, '11100000000000000000011111111111110': 1, '11111111111110101111111111101110100': 1, '01100000000000101110111111111111111': 1, '00000000100000000000000000001000001': 1, '11111110111111010000000000000001001': 1, '00000000000000000100000100000001011': 1, '11011111111001110111111111111111011': 1, '00000010000011111111111011111111111': 1, '11111111000111111111111110111111111': 1, '10111111111111111111011111111111100': 1, '11111111111111000000000001000001011': 1, '00000010000001000000001110111111110': 1, '00000001001100000000111011111111111': 1, '11110000111011100111111111111111111': 1, '10101110011111101111111111111110000': 1, '11111111110011111111111101101111101': 1, '11111011111111111111001111111011111': 1, '00000000100111111011111000101001111': 1, '00000000011111111111101111111111101': 1, '11111111101111101110111000100111101': 1, '00000000000000101000010000100000110': 1, '00010000000000000010000011110111001': 1, '01101111101111111110111110101111111': 1, '00000000000001111111111111110111110': 1, '11111111111111111111100111111011111': 1, '00000000000000000000001100111110010': 1, '11111010101111011011111011011111010': 1, '00100100000100100100000000000001110': 1, '10111111111111011101111110111111111': 1, '11110101111111111111111111011011010': 1, '00000000000000100000000000011111110': 1, '00000000000000001011111111111011111': 1, '00000010000100000010000000101111111': 1, '11111111101110101110111111010001110': 1, '00000000000000000100000100000000110': 1, '00000010000000000001111101111111111': 1, '10011111110111111110111111111101111': 1, '00001111100111111111111111111111110': 1, '01111111111011111111111101101111101': 1, '01111111111111101110111011111111111': 1, '01110000001001111111111111111110101': 1, '00000000000000010000001011111011111': 1, '11011111111111111110001111111111101': 1, '00000111101111111111111011101011101': 1, '11111111111111011111111111000001011': 1, '01110000000100000000000011011010110': 1, '11110000001000000000000000000101010': 1, '11110000000000001000000100000001111': 1, '00000000000000000011100000000100111': 1, '11111111101111111110001111101111111': 1, '11111100000100001000000100111111101': 1, '11111101101101111111111001111111111': 1, '11111111111000100000000111111111111': 1, '00000100000000101100111111110111111': 1, '00000000000000010000000001001111111': 1, '01111110000000000000000011111011111': 1, '11100000000000000000000001111011111': 1, '00000000000000001000001111101101111': 1, '10000011111111111101111111011111111': 1, '11111101111111111111111111011110100': 1, '00000000011100101111001111111111111': 1, '11111111111111101101000111111111111': 1, '11111011111111110110111101110110111': 1, '11111111101111111111000111111111111': 1, '00000000000000000011001100000000110': 1, '11101110011111111110101111111101011': 1, '11111111111110111110111111111101111': 1, '00000000000010101111110111111101111': 1, '10000000000000110000000000111111101': 1, '11111101111111111110110111110111111': 1, '00000000000100000000000000001110101': 1, '11000111111111111110111111111011111': 1, '11110000000000000000110010000101111': 1, '00000000000000000001000000000111110': 1, '00110111111111111110111111111111101': 1, '11111101111111111111111111111001101': 1, '00000000100000000000010001000000101': 1, '11110111110111101101111111111111111': 1, '11111111111010111111111101111111111': 1, '11111111101100000000001111111111111': 1, '00010001000000000010000001111110000': 1, '01111111111110111110111111111111110': 1, '11111111011111110110011110111111111': 1, '00111111111111111111000111111111101': 1, '00000000000100000011101110110101110': 1, '00000001110111111111111011101111101': 1, '10000001010011111111111111111111111': 1, '00000000100011111110111110101111111': 1, '11111111010111110111111001110111111': 1, '11011111110111011111101011110111111': 1, '10000100000000000000000000100111011': 1, '00000000000000000000000001111100110': 1, '00000000000000100000000000111011111': 1, '00000000010111111111110110011111111': 1, '00000000000000010000000000111101111': 1, '11111111100110000000000111111010111': 1, '11111011111111011011110111111111111': 1, '01111111111111111111011111110111111': 1, '00000000000000001100100000000000111': 1, '00000000000000000000010000011000100': 1, '00000000100000000111111110111111111': 1, '00000100000000111111111111111011111': 1, '01001011111111111110101111111111110': 1, '11110001101101111001111111001111111': 1, '11101100111111010011111111111111111': 1, '01111111110011111011111011011111111': 1, '00000000010011101110100000000111111': 1, '11111111100010000000000000000000001': 1, '00000000110011111111111111111111010': 1, '00000001010111011110111111110101111': 1, '01111111111111111111111111010001000': 1, '11100000000000101100000100010000111': 1, '11111111110111111110111110110110010': 1, '11111111111100111111110111111111101': 1, '00000000010111101110111111011111011': 1, '11111111111111101111110001010000100': 1, '11000000000010000000000000000000100': 1, '10001110111011111111111111111111111': 1, '11111010111100111111111111111111111': 1, '11111111111011111111111111110111010': 1, '10001010111111111111111011111110111': 1, '11111111011111111111001111101101100': 1, '10000001111111111111111001111111111': 1, '00000000000000001000100010101111101': 1, '00001001010000000000000111101111101': 1, '00010000000000001111111011111111101': 1, '00111111111111111111111111011110001': 1, '10111111111111110111001111101111100': 1, '00000000000000111111110101111111111': 1, '00000000100100111111111111110111111': 1, '00111111011111111111101111111110101': 1, '11111111101000000001111111111111101': 1, '11111111011111111111110110110111101': 1, '00000010010000101111111111111111101': 1, '00000001000000000110111111110011111': 1, '01001101111111111111111111111111110': 1, '00001100000000100000000000000000011': 1, '00000000111111110011111011111111111': 1, '11111111111111010111011011111011111': 1, '00000001011111111111101111011111111': 1, '00000000000000000001001111111111100': 1, '00000000001101111111111111101100101': 1, '11111111101111111011101111111111111': 1, '11111111100111110111101111111111111': 1, '11111111110111111011000000000000100': 1, '00000000000000011111000000000001100': 1, '00000001101111111111110110111011111': 1, '00010001000000001101111110111111111': 1, '11100000000000000000000010101111111': 1, '10110111101111111111101111111111101': 1, '01000000000000000000000000101111101': 1, '00000101100011111111111111011111111': 1, '11111111111111111111101111011010111': 1, '10011111010111111111111111111100111': 1, '11111111111111111100001110111111111': 1, '00111111111111011010000000101111111': 1, '01011111111111111110111111101110001': 1, '11111100010111111111111111110111111': 1, '11111111111000000001010111111101111': 1, '00000000000000000000001100111011111': 1, '11111110111110011011110111110111110': 1, '11111111111111111111100000111100111': 1, '01111111111111011011111111101011110': 1, '00000000000000000111100111011111110': 1, '11111010111111110110011111111111111': 1, '00100000000000000000000111111011111': 1, '00000010000000000011011001111111101': 1, '11111110101111110110111111111111101': 1, '00100000010000111101111010111011111': 1, '01111111111011110110110110111111101': 1, '01111111101111111010111111111111111': 1, '11111111111111111111111101111000111': 1, '11011101110111111111111011111111111': 1, '00000000110111111111110011111011101': 1, '11100000010011110111111111111011111': 1, '11000000010100111111111111111111111': 1, '01100000000000000000000001001000011': 1, '11111111110111010001111111001011111': 1, '11111111110111001101100100111101111': 1, '00000000000100010001000010010000001': 1, '11111110111111010001111111111111110': 1, '00000000001000001010000000101111101': 1, '10101111111011111111111111111101111': 1, '10000000010111111101111111101111111': 1, '11111111101110011111111111101111111': 1, '11111011111111101010001111111111111': 1, '00000001100100000000000000000001000': 1, '01100000000001010000000000000001100': 1, '00000000000000100000101011111111111': 1, '11111110111110111111111111110111011': 1, '01111111111111111011111111110111111': 1, '11111111010111011111111111111111101': 1, '10111111101001111111100111111111100': 1, '10011000000110000001000000000011101': 1, '10000000000111100001001111111111111': 1, '10000011111111111111011111111111111': 1, '01111011111111111110111111011111100': 1, '11111111110101011011111111011111111': 1, '00000001000000010000101111111111111': 1, '11111011001101110111101111100101111': 1, '00000000000001000111111111011101101': 1, '00000000100000000000111000000001011': 1, '00000000000000001001011111111011111': 1, '00000000000000000000000000010111100': 1, '00000000000000000110000000100001100': 1, '10111111110111010111111011111111111': 1, '11110000000000000011111011110111101': 1, '01110000100000000001011111101111101': 1, '11110110111111101111111011111111100': 1, '01111111010111001101110111101111101': 1, '11111111110011111110111111101111111': 1, '11111111110111111111111110111111010': 1, '11111111110111011011111101011111101': 1, '11111100110110111110111111111111110': 1, '01111101101111111111111111110111111': 1, '10101111111111011111011111111111111': 1, '10000000000000000001000000100001110': 1, '00000000000000001000001100111111111': 1, '00000000010000000011110000100000010': 1, '10000000000000001010000000111111111': 1, '11111111011011110111111111101111101': 1, '11111111111111011011111001110111101': 1, '00100000000000001010111111111111111': 1, '11101111111011100111011111111111110': 1, '00000000010010000000000000000001110': 1, '11110111111101111010111111111101111': 1, '11101110111011111101101111111111000': 1, '01111111110111111111110101111111111': 1, '00000000001000001100000000000001100': 1, '00000000001010000001001011111111111': 1, '00000000000000010011001111101111101': 1, '00001101101100010001111111111111101': 1, '00000110110111111111111111111110101': 1, '00000000111111111110111111111110100': 1, '11111101111101111111111110111111101': 1, '01111101010111111111001110111111111': 1, '11111011101011101101010111101111101': 1, '01110100000000001000110000111111111': 1, '11111111110011111111101011111111111': 1, '00000000000011111111111111111011100': 1, '01100100000100001111111111111111111': 1, '10000000000000111011111111110111101': 1, '00001001010111101111111111111111101': 1, '11001111111111000111111111110111100': 1, '00110110111111111010010111011111111': 1, '00000000000000000010001111111111110': 1, '00000000000000101110101011111111101': 1, '11101111100011111111111101101111111': 1, '00000000011111111110111111111111101': 1, '11111110111111111101000111111101110': 1, '00001111111111110011111011111111111': 1, '11111110110111110110111100111111101': 1, '10010000000101111111111111111110111': 1, '00000111111111111110001001101111111': 1, '00000000000000000100000000001001100': 1, '01111111111111010011111011110111110': 1, '10000100010111111101111111111111101': 1, '01111111111111111111001111010111111': 1, '00000000000000000001010110111111111': 1, '11111111111101111111000111111111100': 1, '00000000011111110111001111111111101': 1, '11111111111100001011111111111110000': 1, '00000000000000000000011111111010110': 1, '00000000000000000000000010010111101': 1, '00000000000000000100000000000101100': 1, '11111111111011111111101111111111010': 1, '11100000010001101111111011110111101': 1, '00000000000000000000000001010000111': 1, '00000000000000001111110111010111101': 1, '00000000110011111111111111110111101': 1, '00000001000000000000100111111011101': 1, '10001111111111110111111111101111101': 1, '00000100000000000000000000000101101': 1, '11000000000000000101111111111111111': 1, '11111111111111111101111011000101111': 1, '00000000000000001010000100011000000': 1, '11111111111101110101001011111111111': 1, '01110000000010000001111011111111111': 1, '00110000000100000001001111111111111': 1, '01110110110011011001111001011111100': 1, '00000000000101111111001111111111111': 1, '00000001111011111111111111111111110': 1, '11111111111111111111111111001011110': 1, '11111111000111111110111111111111011': 1, '01111110111111111110001111111111101': 1, '11111101111111010110101111111101101': 1, '11111111111111010111111111111010000': 1, '11000001000000000000000111110111111': 1, '11111011111111110110000111111111101': 1, '00000000001111111110111000100111111': 1, '11101111111111011110111000111111111': 1, '00000000000000000000110000001000000': 1, '11111111111111111111111011000101001': 1, '11011111111111101111111111110011000': 1, '11111111111000101000000100001001101': 1, '01110001000000000000001111000000010': 1, '00000000000011111101111110111111101': 1, '00010000000000000010000000000000101': 1, '01100101111111111111110111111101111': 1, '10100100000000100001110111011111101': 1, '00000000000000001011000001111111111': 1, '11111111111111111011111010100110111': 1, '11110111111111111111110011111111100': 1, '00000000000000100000000000100000110': 1, '00000011111111111100111110111111111': 1, '00000001001011111111111101111111111': 1, '00000001011111111111111111011111110': 1, '01001111111111110111110111111111101': 1, '00000000000000100100000000000000001': 1, '01111111110111011011111011111111111': 1, '00000001100000000111100000000001101': 1, '01111101110111111110111011111111101': 1, '11001111111001111111110011111111101': 1, '11101111110011110111111111111111101': 1, '00000001010111011111111101111111111': 1, '00011111111111111111111101111101101': 1, '01111111111111011111011111111111101': 1, '00011111110000100000000011111111101': 1, '11111111111111010111111110111111100': 1, '00000000000001011110101111111111111': 1, '11111111100110111111111011111111111': 1, '10111111101111011011111111111011111': 1, '00000000001001000000000000000001001': 1, '11010101001111111111111111111101111': 1, '11111110111111011111111100111111110': 1, '11111111100111111010011110110111111': 1, '11111111111111111101011111111111011': 1, '11111110111111010000001111111111111': 1, '11100000000011111111111011101111110': 1, '10000000000000010000000101101111111': 1, '00000000000100000000001010101111110': 1, '00000000000000000010000000010000110': 1, '00001111011111000000011110111110111': 1, '00000001110111111101111110011111111': 1, '10001110011111101111111000011111111': 1, '10000111111111111111110110010101110': 1, '00010100000111111110111111110101111': 1, '00000001010111111011110011111111010': 1, '11111111111111011111010111111101011': 1, '01111111110111011101111011110101111': 1, '01111111111000001000000000000101111': 1, '00000000000000010000000110111011111': 1, '11111111101011110111011111110111111': 1, '10101111111111001110111111111111111': 1, '10000001000000000000000000100100111': 1, '00000000110011110101111111111111111': 1, '00000001110111111111111111100111110': 1, '00000000101111111101111111011111110': 1, '10000001000000000000000100101110111': 1, '00001000000000000000111111111111101': 1, '00000100000000001101111010000000001': 1, '11111111111111101111101110111111011': 1, '00000000000111101111111111110111101': 1, '01111111111111110100000000000000100': 1, '10111111101001111111111110111111101': 1, '01111111111000000001001111111111101': 1, '11111011111111111101111111110111111': 1, '00001001111111011111111110111111111': 1, '01111100111111010011111111111111111': 1, '11111111111111011011111111110111110': 1, '11111111101010110111111111111110111': 1, '00000001010111111111110111111110111': 1, '11111101110011111111111111111111111': 1, '11111111101110000000011111111111011': 1, '11111111110111111111111101111101110': 1, '11111111111011111111001111111011111': 1, '11111111111111011001111111101111101': 1, '11111111011111111110111111101110111': 1, '11111111111010010111111111101111111': 1, '00000001000000100001001111111111111': 1, '00111111111111111111110011110111101': 1, '00000001000000000100000001111111111': 1, '11011000110100111111111111111111111': 1, '01110000000000000000000010000000010': 1, '11001111111111111111111111011101101': 1, '11110000010111110111111111011111101': 1, '00000111111110101111111111111111111': 1, '10111010010010111111111111111111111': 1, '01111111111111111111110111111011010': 1, '00100001111111110011101100111111111': 1, '00011001110111111110001101111111110': 1, '01000000000000000000000000000101110': 1, '01100000000000000000100001111111111': 1, '11111111111111111011011011111111101': 1, '00000010000000101101111111111011111': 1, '00000000001010111111101111111111111': 1, '00000000000110000000000000000001001': 1, '11111111111111111111000111111110110': 1, '01111111101011110101111111111111111': 1, '01111111101111111101101110111110100': 1, '10000000000000000011000000000000101': 1, '10000001000000000000000000000001110': 1, '11111111101001111111111111101111101': 1, '11111111110011111111111111111111010': 1, '00000000000110000001000000011111111': 1, '01100000000000000000000001000100101': 1, '11101111111111010111111111111011111': 1, '00000000001000000000000010010001111': 1, '00000000000011100111111111011111111': 1, '11100111111111011011111111111111110': 1, '11111111111000111111111110111101111': 1, '00000001110001111111111111011111110': 1, '01000001000111111111111111111111111': 1, '00000000010111101101101111111111111': 1, '00010011111111111110101111111111111': 1, '11111111111111010000000010000001110': 1, '01100001000010101100111111101100101': 1, '00111111111111111100000000000101011': 1, '01111110111101110010111011111011111': 1, '00000111111111111101111111110111110': 1, '11011111111111111111101111011011101': 1, '00000000000000000000001011111011110': 1, '11111111000111111111111111011111111': 1, '00001111110111111111111110111111111': 1, '00010111111111111111111111110111101': 1, '11111111111100111111111011111111101': 1, '00000000011111111101111011111111101': 1, '11111011011111111111111111111111010': 1, '11111110111110111111111111111101110': 1, '00000000111111111111000011000000000': 1, '10111110111111111111111110111111101': 1, '00000000000000000001000000010101011': 1, '11111111111111011111111101101111101': 1, '11111011111111111011111011111111111': 1, '11101110000000000000001000101111111': 1, '00000000001000001110111111111011101': 1, '11011110111111111111110010111111111': 1, '11111110111111110110111111111011101': 1, '01111011111011111110111111111111111': 1, '10111111111101111111111111111101101': 1, '00001011100011111111111111111111111': 1, '11110111110111111111111111110111011': 1, '11110110111011110111111011111110101': 1, '00000111111011111101111111111111111': 1, '11111111000000000000000000111111111': 1, '11111110111111111111011111110111101': 1, '00000000000111110000000000000000111': 1, '10111111111111101110100001111111101': 1, '11111100101001111111111100111111110': 1, '00000001010111110011111111110101111': 1, '00000011000000000000000001000000001': 1, '00000001110000000000000000000000101': 1, '00000001001111111111111111111111111': 1, '11111111111101111111011111101101111': 1, '00000001110111011111111111011101111': 1, '11110000000000101111111011001111111': 1, '00000000000000000011001111001111111': 1, '11111111111111110111111101101011111': 1, '11011111111111111111111111000101111': 1, '00000000001000101111111011111111101': 1, '11111111101010111111101011010000100': 1, '00000111111011111111111011111111110': 1, '11110000111111111111111111111111101': 1, '11111111101011111111111111100111101': 1, '11111111101111111011111111111110101': 1, '11111111111111111110111100100110110': 1, '00001101111111011111111111111101101': 1, '00011101111111111011111111010111111': 1, '00001111111111111110101111110111101': 1, '11111001000101111111111111111111011': 1, '11111001111011110111111111111111101': 1, '00000000000000000010000000101111101': 1, '10001111111111111111111011101111111': 1, '00000000010111101110000000000001100': 1, '11101111111111101101111011110110101': 1, '10000000001000100010111111111111101': 1, '11110000100000000000010000000001111': 1, '00111101111111111111111011011111111': 1, '00110000000000000000000000000111101': 1, '00111011111111111111111110100111111': 1, '11111111111111011110111111011101101': 1, '00000000000100011100001000101110100': 1, '11111111111111111111111001010000001': 1, '00000000010111110111111111111110100': 1, '11110111111110000011111111111011111': 1, '00000111111111010011111011110111111': 1, '00001010111111111111110111111111111': 1, '00100000100000000101000011111111111': 1, '01010000010010000000000010100011111': 1, '11110111110111110111001111011011010': 1, '10010111111111011111111110111101101': 1, '11111111111111111111000011101111111': 1, '11111110001000000000000000000000101': 1, '00000000000000000001000011110111011': 1, '11111111011110110111111111111111101': 1, '00000001011111010000011111111111101': 1, '00000100010010001010111011111111111': 1, '11111111111111111110110000000100101': 1, '11111111111111010101111110111111111': 1, '00000100111111111111111111111001110': 1, '10101111111011111111110111111111111': 1, '00000001111111111010111111111111111': 1, '11111001010011111111111011111111111': 1, '00000000001000000001000100111110101': 1, '00000001110111111111100101101011111': 1, '00000001100000000000001111111111110': 1, '00000000000000110111111111100111101': 1, '00111111111111110111000011111111111': 1, '00000000000000000001001001111111110': 1, '11111111011111111111111100110111111': 1, '00000000000000000100000100111001110': 1, '00000111111111110111111011111111100': 1, '00000000000000001001001111111111101': 1, '00000000010010011111111111111111101': 1, '11111111101011111101111111111011101': 1, '11111111111111111110011011110111111': 1, '01000000000011111111111111001111111': 1, '11111111111010111111111111110011010': 1, '11100000000110000000000001000001100': 1, '00000010010111111111111101011110110': 1, '00000000100000000000100000000100011': 1, '11101111111111011101111111111101111': 1, '00000000000000001000001111111111110': 1, '01111111000000010000010000101011111': 1, '00000000001000000001000000000100100': 1, '10001111111111110011111111111111101': 1, '11111111101011111111001111101111101': 1, '00000001000010000010011111111110110': 1, '11000000000000000000000000011111111': 1, '11111111111111011111011111111110111': 1, '00000000000011111100110111111111101': 1, '00000000000000000000001010111111110': 1, '01000111110011111101111111111111101': 1, '00000000000000000111111110111111100': 1, '00000000000000100100000010111111111': 1, '01110001110011110111111111011111111': 1, '11111010111111111111111111110111101': 1, '01111111011111111101111100111011101': 1, '01110000000010101100000010100111010': 1, '11101111111111111101000001111111101': 1, '11111111101111111111000011111111100': 1, '11100000000000000000000000111111111': 1, '11110101111110111101111111111111111': 1, '00001111111111111110111111111111011': 1, '00010000000000000000000100000111111': 1, '01111010010111111111111111101111111': 1, '11110110111000000001000010101111101': 1, '11110111111111111111110000000001100': 1, '00000000000001000010011111011111111': 1, '11111110111110000000000011011110100': 1, '00000000000000001111111111111011101': 1, '00000000000100000010001111111111111': 1, '10000000000000101000011111011111111': 1, '11111111111011110101101111111111111': 1, '11000000000100100000000000000001111': 1, '11111111011111110111110111111011011': 1, '00000000000110111111111111101111101': 1, '11101111111010000001001111111111110': 1, '11111101000000000011110111111111111': 1, '11111111111111111110011110111111011': 1, '01010011111111111111111111111111111': 1, '00000000000000101111000000111111110': 1, '11111110000000000000000001001101111': 1, '11111101110111111111111110111111111': 1, '00000000010111001111111101101111011': 1, '00000000000110000000001000010001101': 1, '00000000000000100000000001101111001': 1, '11111110111101111111111111110111101': 1, '11111111011111111000111101111111001': 1, '11101110101111101111111111111111101': 1, '11111101101001111111111111111111100': 1, '00000000101001100000000100000000101': 1, '00000000010000001010010000000111111': 1, '01111111111111110111011111111111110': 1, '11110000000000000000110011111111111': 1, '00000000111010101111111111111111101': 1, '11111111111111111011111001101111011': 1, '11101111111011110111111111111001011': 1, '11111111101000000000000010101111101': 1, '11001111101111111111001100101111101': 1, '00000000000110000111111110011111101': 1, '00000000000000000001010100111011111': 1, '11110110111111110111111011111111011': 1, '01111111110010111111111111111111111': 1, '11111111000000000000000000110110111': 1, '11101111101111101111111001011111111': 1, '00000000000100000000000000000100000': 1, '11110000000000000000000000000000100': 1, '00000000011111111100100000000000011': 1, '00111101111110111111111111110111111': 1, '00000000000111111111111111110111110': 1, '00000000000000000000110001101111111': 1, '11111111111100111011111111111111011': 1, '11000000000000000000000110101111111': 1, '00000000000001110111111111101111110': 1, '10000000001111111101111111111101111': 1, '00000000000000101000000000000000101': 1, '11111111111110111011001111011111111': 1, '10000000000000000100000000000001101': 1, '11111111111111111101101101100111111': 1, '11110000000110000001000101111011111': 1, '00000000010010000001001111111111110': 1, '10001100010111011011111111111111110': 1, '00001111111111111111111111101011011': 1, '11111111111001111100100001110111111': 1, '00000110111111111111111111110111111': 1, '00001111111111111110111111011111101': 1, '01100000000000001101111111111111111': 1, '00000000000011000010000001000000101': 1, '10000000010111101111111111111111011': 1, '11111101011111111111111011100111111': 1, '00011111111111111011111011111111110': 1, '11111111111011101110001110111111011': 1, '11111111111111111001000111111111111': 1, '01111111111111011111111111110110111': 1, '11111111111111110000000000000000010': 1, '00000000000000001000010010001111111': 1, '00000000000000101101111111111110111': 1, '00000000000000000010000111110111111': 1, '01111111111011011110111111101111111': 1, '00000000111111000000111111111010111': 1, '00000000000000011000000000000101111': 1, '11100000000000001000000000000001100': 1, '10011111110111101111111011111111110': 1, '11111111111101110111001111111101111': 1, '11111111101101111111111111111001111': 1, '00000000000111111111111111111110100': 1, '10000000000000111111110111101111111': 1, '01111111111001111110111101101111111': 1, '00000001000000011110111111111001111': 1, '00000001010111000001111111101111111': 1, '11111111101000010001111111101110100': 1, '01000001000000001000000110101111101': 1, '00000101111111111111111111000001111': 1, '00001100010010111111111100111111111': 1, '11111111101100010000000010011111110': 1, '11011111111111111111111110110011111': 1, '00000001100000000000000100011111111': 1, '11111111111111010000000010101100001': 1, '11111111000011111111111111101111111': 1, '00000000000101111111111111111101011': 1, '11011110010011111111111111111111111': 1, '00000000000000010111111111011111000': 1, '00000000000111010001111111111101111': 1, '00000001010111011011111111111011111': 1, '11111110111111111011111011111111101': 1, '11110111111111110111111111101111101': 1, '00000000010111111010111111100111111': 1, '11110111111111111111111001101111011': 1, '11111111101011111011111111101111111': 1, '10111111111011111111111111011011111': 1, '10011111111111111110111011011111111': 1, '11111111111011101111011011111111101': 1, '01110111111101110111111111101111110': 1, '11111111011111111111101101111111111': 1, '11111111111111111111001010111101100': 1, '11011010110111111111111111111111111': 1, '10101111111111111111101111111111110': 1, '00000000000010101010000000111111101': 1, '00000010000000000000000111111111110': 1, '01101110111111110111111111111111100': 1, '10101111110111111011011111111111110': 1, '00100000000111011111111111111001111': 1, '01000000000000000001001111111111011': 1, '00100001010111111111111111101011101': 1, '00000000001000000000010111110111111': 1, '11111101101101111111111111111111101': 1, '11111111111111111111110111111111000': 1, '00010000011111111100111101111111101': 1, '01110111101101110111111111111111101': 1, '10100000000000001111111111111011011': 1, '00010000001000000000100010111111111': 1, '11111110111111111101000111111111101': 1, '00000001000000000000001100101111101': 1, '11000000000100000000000110111111111': 1, '11111111111011000000001011011101111': 1, '01110000000000000000000001011111101': 1, '11101111110111111111111111001111101': 1, '11111110111111101101111111101011101': 1, '01000100000000000001001111111011101': 1, '00000000010001111110100110111011111': 1, '11111111110011101111111111111111100': 1, '00000000100000001110111111111111101': 1, '10111111101011111111111111111111110': 1, '11101011111011111111111111111111011': 1, '10011110111101111111111111000001001': 1, '01111111111011111111111111111101101': 1, '11111111111111111111110111000111111': 1, '11110000000000101111111111111111111': 1, '11111101111011100111111111111111111': 1, '10000001000001111110000100011101111': 1, '00000011111111111101111011111111011': 1, '11110111111111111100111111011111111': 1, '00000000000001000001001111011111111': 1, '11111111110111110111111011111110111': 1, '00000000111111111110111111111100111': 1, '11111111001000000100000000111110111': 1, '11111111011111111101111111110111101': 1, '00000000010111111111111011110101111': 1, '00000000000111111111011110111111111': 1, '00000100000000100011111111011011011': 1, '11111011110111001111111111111011111': 1, '10001101111111111111101111111111101': 1, '11101111111101111111111111111011101': 1, '00010111111111111111111010111111101': 1, '11111111111111111111111001000001100': 1, '11111111111111111110111011100001100': 1, '00000001000000000010000001000001000': 1, '10001111111111010000000001000000001': 1, '10111110110011110011111111111111111': 1, '11111111101010111101111111111111110': 1, '11111111110111111111110101110011111': 1, '00000000000000010001001111101011111': 1, '01010000001000010000011111111111111': 1, '10011111111101111111111011111111110': 1, '00000000000100101110000000000101000': 1, '11110000010101011110111111111111101': 1, '11111111101001111011111111101111110': 1, '11111111101110000001000010111111011': 1, '11111111111111111111111110011011010': 1, '11111111110111110101101111101111111': 1, '11111111110111011110111010001111000': 1, '00000000000000000000000000111001111': 1, '11111111101101010000001011111101110': 1, '10000111111011110111111111101111100': 1, '11111110111001010000000110100101111': 1, '11111111110000001111111111111111101': 1, '10000000001000000010001101110111111': 1, '00000000010100001111000010111111111': 1, '11101111111111101111001111111110111': 1, '00000000001000000000000110101111100': 1, '00011110110111111111011111111111101': 1, '01111111111111011111101111111111100': 1, '11111111111111110010000111101111101': 1, '00000001011111110001101111111111110': 1, '00011101111111111111111101111111100': 1, '00001111011111111111111111111111001': 1, '00000001000000111111111111111111110': 1, '11111110100111111111111110111111111': 1, '00001110000000000000100000000010001': 1, '00000001010111110111111111111110101': 1, '11110000000001000111111101111111111': 1, '10000111111111111111111111111000101': 1, '00000001101000000000000101100101111': 1, '01010000000111111111111111101111111': 1, '11111111111110110101111111111111101': 1, '11111111110111111011111101111101101': 1, '00011111110111101111111111111111111': 1, '00000001010001111110111111111101111': 1, '00000111111111111111011111110011111': 1, '11111111111111111110110000001000011': 1, '11111101110111111110101100001111110': 1, '00000000000000000001111111101111001': 1, '01100000000100001111111111101111101': 1, '00000001000000101110000000010101011': 1, '11111111110011111111011111011111011': 1, '00000000000000100001001001101111101': 1, '00000000000000101110111111111111101': 1, '00000000000001101000000110111110111': 1, '00010010000000100011000000000000010': 1, '11111111111111111100101110111101011': 1, '00101111111111011111101111111111111': 1, '10111111110111111111111111111111000': 1, '00000000110001111111111011111111111': 1, '00000000010011011101110111111111110': 1, '11101111000111111111111111001111101': 1, '11110111111101111011001111011111111': 1, '11100000111111001111111101111111111': 1, '10000001000110010000000000000111111': 1, '01111111111111011011011111110111111': 1, '00000000011111111111111111101111101': 1, '00000000010000110000011101111111101': 1, '00000000100000101001110110101111111': 1, '00000001100111111111111111110111111': 1, '00000000000000000010000100000101111': 1, '11111111111011111111001111110111111': 1, '11111100010110000000000000011000010': 1, '00000010000000000000000011101101101': 1, '00000000001000000000000011000000011': 1, '01111111101011111111101111111111111': 1, '11110111100100000101110000000001100': 1, '00001000000000000000000000010000111': 1, '00001011111111111111111111111011111': 1, '11111111111100101111011111110011101': 1, '11111111111101111110110000000000110': 1, '11111110111111111100101111111111111': 1, '00000000000000000000011110110111110': 1, '11111111111111010100111110111011001': 1, '11111011100011111111111110111111111': 1, '11111111111111110111011111011101111': 1, '00000000000000001101011111111111001': 1, '11110111111010111111111011011111111': 1, '11111111111110111101111001111111111': 1, '00000000011101010110011111111111111': 1, '00000001001000001111111111111011111': 1, '00000000000000010000011101111111101': 1, '00000000000000000001000001000101110': 1, '11111111111111111011001111111111110': 1, '10111111111111111110001111111101111': 1, '00011110110001000000000000000111101': 1, '11111111100000000010111111000000101': 1, '11011101111111011011111111111111111': 1, '10111111111111111111011111101011101': 1, '11111111111111101111111111101110011': 1, '11111111010111111111101111110111111': 1, '00000000011111101111111001110011101': 1, '01110000000000001000001010111111011': 1, '00000000011111000000000100111111110': 1, '11100000000000000000000001101111111': 1, '00000000010010111111101111110111110': 1, '11111111100101011111111111011001111': 1, '11101111110111110111111111101111101': 1, '11111110010000111111111101111111111': 1, '11111111111111111110000111111011100': 1, '01101110111101111111111111111111111': 1, '00010000000000101111110111111110111': 1, '01111111101110010000001011111111111': 1, '01100000000001101101111111111111101': 1, '00000001000000000000000100110111111': 1, '00000111111111101111111101111101111': 1, '11111111111111111111111111010111000': 1, '00000000011000001001000000000000001': 1, '00000010000111111101111111111111110': 1, '11111111111111110100011111111011110': 1, '11110101111000111111111101111111111': 1, '11111111100000001000111111111011111': 1, '00000000000000000101110110101101111': 1, '00000000111111101111101111111111111': 1, '11111111111111111111001111000000011': 1, '11111111111111010011111111111011111': 1, '01000000000000000001000111111111101': 1, '00100000011001000000000000000001100': 1, '10010000000000000100100100111111011': 1, '11111111011111111000000100011111011': 1, '00000001000010111111111111100111101': 1, '11111111011101111111111111111101101': 1, '11111111111011111111011101111111110': 1, '11111010111111111111111100111111111': 1, '11111111100111111101111111110111101': 1, '11111001111111111110101111111111111': 1, '11111111111101111111111111111100110': 1, '11111111110011111111111111010111111': 1, '00001110111111010111111111111111111': 1, '00001111111111111111111011111101111': 1, '11111111010111111101111111111111101': 1, '11111111111111010111111001111111111': 1, '11110000011000001101111111111111111': 1, '00000000001101111111111111110111111': 1, '00000001001100001111111111111111111': 1, '00000000010110000000000111111111111': 1, '00000000101000000000000000100001110': 1, '11111011111011110111111111101111111': 1, '11010000010100111111111100100101101': 1, '00000000010011010011000000000011110': 1, '00000000010110010111111111101111011': 1, '00000000000000000000100110111011111': 1, '11111100000000000000000000010111111': 1, '00010000000000001000000001000111001': 1, '01000000010000000000000000010011001': 1, '11111111110111111111001101111111111': 1, '01110000000000000000000101111111110': 1, '11111011111111100111011111111111110': 1, '00000001001111001111111001111111111': 1, '00000000000100010000000000000000100': 1, '11111111111111011111111000101111111': 1, '00000000011010100011011111111110111': 1, '11111111111111111000011111111111111': 1, '00000000111011110111111111111111101': 1, '00000001000000000010000010111111111': 1, '11101110111111110111001111111111111': 1, '00001111110000000000000111111111111': 1, '10001110111111111110111101000001010': 1, '11111110111111111101111111101110111': 1, '11111111011111110111111111001111101': 1, '11110111111111111101111111111100111': 1, '11111110111111011111111111011000111': 1, '01111111111111111110011011110111101': 1, '00000001100000000000000110111111101': 1, '00000000000000000000100000111111011': 1, '11101111101000101111110111111111111': 1, '11111111110111111111100000000000100': 1, '10000001110111111111111111101111101': 1, '11000001110111111111111111111100110': 1, '11111100111111111111001111111011111': 1, '00000001110110111101111111101111110': 1, '00000001010000000000000010111111111': 1, '00000001011111111101110111111111110': 1, '01100000000000000001111111111111111': 1, '01111010111111111111111111111111111': 1, '11011111111111111000000000000000100': 1, '11010011111111111011111110111111111': 1, '10000000000000010000000001100111110': 1, '00011111111111011111111111111111101': 1, '11010101111010111111110101111111111': 1, '00111111110111111111111011111111111': 1, '11111111111011011111111111011101110': 1, '11110111111111110111111111110111101': 1, '10100110111111111111111111111111111': 1, '00100000000000000000000011111100110': 1, '00000000000000000010000001101111111': 1, '01001111111101101111111111111111111': 1, '00000001000000101101111111111111100': 1, '11111111101111111111110000000001100': 1, '00010001000000000000000101111111011': 1, '11111111111111111111111000110111111': 1, '00000000010011010101111111111111011': 1, '00000001010101111111111111011111111': 1, '11111111111110000001111111111110111': 1, '11111011111110111111101111111111111': 1, '11111111101000111111111011110110101': 1, '01101111111011011111111111011111110': 1, '11111111111111111111101001111101111': 1, '11110111011111111111101111111111111': 1, '11111111111101110011011111111111101': 1, '00010100010110000000000000110111101': 1, '11111111111111111111000001001111100': 1, '10101111110011110111111111101111101': 1, '00011111101111111111111001000101100': 1, '00000000000000000000000011110111100': 1, '11111111011111111111011111111111100': 1, '11111111111111110001001011111111111': 1, '00000000001110000000001101111111111': 1, '11111111101110111111111111101111110': 1, '10111111111111111101110111111111111': 1, '00011101111111110111111111111111111': 1, '11111111111110111111111111111110000': 1, '11111111111110011111000111111011110': 1, '11111111110111111111111101111011110': 1, '10111111111101011111001111111111101': 1, '01000000010111101111111111111111101': 1, '11010111111111111111111011111011100': 1, '00000001110111111111110001000000001': 1, '11111111111101111011111111011011111': 1, '00000000010110000011111111111111111': 1, '00000000011111001111111111111100111': 1, '11101110111111010001111111111111111': 1, '00000001000000000010000100111111101': 1, '11111111111111011100011111001111111': 1, '11111111111111010010111111110001111': 1, '00000000110111111101011111111011101': 1, '00000000010000000000000101111111111': 1, '01111111110111011101101011111111111': 1, '11111111111110011111111110101111111': 1, '00110000000000110000000010110111111': 1, '00110000000000000000100000101110110': 1, '11110111111111110101110111111111101': 1, '00100000000000101000000010111111101': 1, '11111111010111010111111111110111101': 1, '00000000000010000110001011111111101': 1, '11111111110111101111111001111111001': 1, '11111111111000000000000010111111111': 1, '11010000010111110110111111111111111': 1, '10111111111111111111111100111111100': 1, '00100001111111111110110111111111111': 1, '01111111100000000001000110111111111': 1, '01100000000000000000000010101111101': 1, '11111110000011111111111111111110100': 1, '11111111111111111110001111111011011': 1, '10101110111111111111111111111101011': 1, '11111110011111111110000111111110101': 1, '00000001010111011011111111111111101': 1, '11111110111001111111111111101111111': 1, '01111111101111011001111110111110001': 1, '11101111111111111101111011111011111': 1, '01100000000000110010000000001001100': 1, '10101111100110111111111111111111101': 1, '11101101111111111111111111011011101': 1, '11111000000000000001001110000000001': 1, '01111111110111101111111111111101101': 1, '11101111110111000011111111111111101': 1, '00000000010110101111001010011111100': 1, '11111111111000101111111111111111101': 1, '01111111111111111101111111110111101': 1, '11101111111011111111011101111111111': 1, '11111111101111011101110101111011101': 1, '00000001010111111111111110011101111': 1, '11111111111001111110101011111111101': 1, '01111111111111111111001111000101010': 1, '11111111111110111111111011110111001': 1, '11001111111111111110111101011111111': 1, '00000011111111111110010000000100110': 1, '11111111111001111101110111111111111': 1, '00000001000001111111110111101111111': 1, '00000001000100000000000001111111111': 1, '11111110101011110000010110111111111': 1, '00000000000010001100001000000111111': 1, '00000000010000000000000000010110110': 1, '01111111101110010001111111111111111': 1, '11111110111001111010000010111111110': 1, '11111111010111111110111111101111011': 1, '00111111101111011111111111111111101': 1, '11111111101111101101111111101111101': 1, '10001111111011110111111111111101101': 1, '11111101111111111111111110101110110': 1, '00001000000000000000000001000001101': 1, '00000000000000000000000011000000000': 1, '11111111101010000000000000110001111': 1, '00100000001000001000001100111111111': 1, '00000000000000000000100000101111101': 1, '11110111110111111011111111011111111': 1, '00011111111110101111111111111111111': 1, '00000000000000000000001111001111111': 1, '01111111011111111111111001111000010': 1, '11111111111111110011111111101110111': 1, '11110111111111111111111111110101101': 1, '00000001010011111111011111110111111': 1, '00100000000000000000000011000001010': 1, '00000000000000100000110111111111011': 1, '00000000010001000010000100111111101': 1, '11111111111111011100000100000001101': 1, '00000000000000000000000011011011111': 1, '00000000000000000000110101000000010': 1, '11111111111111111111000000000000110': 1, '00000001100000000001001111110111101': 1, '11111111111111111011101101111101111': 1, '11111111110011111111101011111111100': 1, '00000000111010111111111010011101111': 1, '00000000001110000000000000100001100': 1, '00001000000000000001000000100001011': 1, '11110100000000000000000000101111111': 1, '10000000000000000001011111110111111': 1, '01110000000000000000100100111011111': 1, '11011111111111111111101111111011111': 1, '11110011011111111111111011111111111': 1, '00000000000101111110111111111011011': 1, '01110001110101111111111111111111111': 1, '11001111111111111101000000000000001': 1, '11010111111111111111111111110101110': 1, '00101111111111101111111111110111111': 1, '01110000000111111111111111110111111': 1, '00000000000000000101111111110111111': 1, '11111111111111111111110000000001110': 1, '00000000000000001111101111101111111': 1, '00000000111111101111101011111111000': 1, '10000000000000010001111011111101111': 1, '00000000001100000011111111111110101': 1, '11011011110101110011110111111111111': 1, '11111111111111011110000111111111101': 1, '01010000000000000010110111101111101': 1, '00000000010000001111111111011111000': 1, '00001111101111111101110111111010001': 1, '00001111111111101111111111110111101': 1, '01011111110111111111111111011111111': 1, '11111111101111111101101111111111000': 1, '11001101011111011011111111111111111': 1, '00000000011111111110110101110111100': 1, '11111111111111111111110111011000011': 1, '11111111111111111111110111111101110': 1, '00000000000000000001001100111111111': 1, '00000000000000000000000000001111110': 1, '10000000000000000000000010101011111': 1, '11101111111111111111011101101111110': 1, '00000000000000000001001111011101111': 1, '00000000000000010000111110100110110': 1, '11110110111111111111101111111111001': 1, '00000000001000000000010010000000001': 1, '10011111111111111010101111111110111': 1, '11011111111111010011111111111110110': 1, '11111111111111111011010111110111011': 1, '11011111111111011111111101111101101': 1, '11010000000100000000101111101111111': 1, '11100111111111111111111111111101111': 1, '11001111001011011111111111111111111': 1, '11111111111011111101011111111111111': 1, '11111111110111110110011111111111110': 1, '11101111101100101011001111111111110': 1, '01010000000001001000000000000000001': 1, '11111000000000000111011111110111110': 1, '00000000010111101110001110111111111': 1, '11111111111000101111111010111111001': 1, '11101111101111110111111111010001100': 1, '11111111111111111111110111001110111': 1, '11111111110111010011011101010111111': 1, '11111111111111111111111000111010111': 1, '11111111101110000000000000111111101': 1, '11111111110111110111110100111111111': 1, '00000000010000101000001000111111110': 1, '00010000000000011110101110111111111': 1, '00000000000000010001000100101111111': 1, '00000000001000000101000000000000100': 1, '00000000010011111101011111111111111': 1, '00000000010111101111111011111111111': 1, '11111111111111111111001111111001010': 1, '11111111111111110110111111111100111': 1, '01000010111111111111011111101101100': 1, '00000100000000000001100010001101111': 1, '11111111111111111111111101100000100': 1, '11011111111110111110000111111111111': 1, '11111111101111101111111001111111100': 1, '10001000000111101111111111111111111': 1, '01111111111111111100000101111111111': 1, '10000000001011111111111111111111101': 1, '00000000000000011100111111111110100': 1, '00010000000000000100000010000000100': 1, '11111111111111111111110011101001111': 1, '10001100000001101011000000111111110': 1, '11111011101010100010000111111111111': 1, '01110100000111111101110111011101111': 1, '11011111111111111111111010110111011': 1, '01110000011111111011111110111111111': 1, '00000000000000100001111111111111110': 1, '11101111010111111111111111111111110': 1, '11101111011111111111111011110111111': 1, '01001110111111111101111111111111110': 1, '00000000000000000001001000000000001': 1, '00000001101000000000000000001000100': 1, '00000001101000000000000000000001000': 1, '11111101111011111111111011111101111': 1, '00000000000000000000000000011001100': 1, '10000111111111111111111111101111110': 1, '11110111111111110111111011100111111': 1, '11111111111111110110110101101111111': 1, '00111111111111111001011111111111101': 1, '00000000001000000010000000000000011': 1, '00001111111111111011111111111101101': 1, '11111111110000000000000010000000101': 1, '11111110010101110000000011111111111': 1, '00000000000000000101111011111111111': 1, '11111111111111111110011110111111110': 1, '11111111101101111110001011111111110': 1, '11111111111111111110111000101111111': 1, '10011111111111111101001111111111111': 1, '00000001010110111111111110111110000': 1, '00000001010111111111101111111111111': 1, '11011111111111111111101101111111101': 1, '00000000000000010111111111111111111': 1, '11111110111111110111111111111110111': 1, '10001111111111111111111111011111111': 1, '11101111111111111111111101111111110': 1, '01111111111011111111111111111111100': 1, '00000001000000000000000110111111111': 1, '11111111110111111111111101111110110': 1, '11111111111011111111111110111111110': 1, '00000000000000000000001000100001101': 1, '01111111111111101111110111111111111': 1, '00000000000000000001110101111111111': 1, '00000000000000101111111100111111110': 1, '11111111111111011100111101111111101': 1, '01111111111111011111111101110111101': 1, '11111111001111111111111101111111111': 1, '01011111111111111111111101111111111': 1, '11110011111111111111111111111111100': 1, '00000011111111111111111101111111111': 1, '11111111111111011111111111111001111': 1, '00000000000000000000000110000001100': 1, '11111101111111110111111111111101101': 1, '11111101111111111111101111101111101': 1, '01111101111011111111111111111111111': 1, '10000000000000000000000000000000001': 1, '00000000100000000000000001101111101': 1, '00000000110111111101111111111111101': 1, '11111111111111010111111111110011111': 1, '00000000010100000000000000000001001': 1, '00000000100000000111111111111011111': 1, '01000000000000000000000010111111111': 1, '10111111111111110110111111111111101': 1, '00000000000000010000000000000000110': 1, '00000000000100000000000000000001111': 1, '11111111111111011101111111111110101': 1, '00000111111111111111111110111111101': 1, '00000001111111111111111111001111111': 1, '00000001110111111111111101111111101': 1, '11111110111111011111111111111110111': 1, '00001111111111011111111111111111100': 1, '01000000111111111111111111111111101': 1, '01010000000000000000000000000000001': 1, '01000000000000000010111111111111111': 1, '00000000000011011111111111111111101': 1, '10001111111111011111111111111111110': 1, '00000111110111111111111111111111101': 1, '01000000000000000001101111111111111': 1, '00000111111111011111011111111111111': 1, '01111111111111011110110111111111111': 1, '00000000100000101111111111111111111': 1, '11111110111111010111111111101111111': 1, '00000000000000100000000011111111101': 1, '11111111111111110111111111111101001': 1, '00000100000000000000000000100001100': 1, '00000000000000100001011111111111111': 1, '11111111111111111111111101101111100': 1, '01111111111111111111010111111111111': 1, '11111111110111111111111110111111001': 1, '00000000000000000011111111111111001': 1, '11111111110011111111111111111011011': 1, '11111111111111111111111110110111001': 1, '00000000000000000000111111111111011': 1, '11101111111111111111111110111111011': 1, '11111101011111111111111111111111011': 1, '00000000000000000000000000001111001': 1, '10000111111111111110111111111111111': 1, '11111111111101101111111111111101111': 1, '11111110111111110010111111111111101': 1, '11111011111111111110111011110111101': 1, '11111011111111110111111111010111111': 1, '11100111111111011111111111110111111': 1, '11111011111110111111110111111111110': 1, '01111011110111111111111111111101111': 1, '11110111111011101111110111111111111': 1, '11111000011111111111111111111111111': 1, '11111111111111111111111110111110110': 1, '00000000100000000000000000000111111': 1, '11011111110111111111111111111111110': 1, '11011110110111111111111111111111110': 1, '11111111111110110111111111111111110': 1, '11111111011111101111111111111101111': 1, '11101111111111011111111111110111111': 1, '01111111111111111111111001101111111': 1, '11101111111110111111111111011111111': 1, '11101111111111011011111111111111101': 1, '00000000000100000001001111111111111': 1, '11111111111111111110111111111001111': 1, '11111111110111111111110011111111111': 1, '11111111111111011100111111111111101': 1, '00000011111111111111111111111111011': 1, '11111111111111111111111111011100111': 1, '11111111111111110011111111011111110': 1, '11111111111011111111011111111110111': 1, '00100000000000000000000100111111111': 1, '00000000000000010001001111111111111': 1, '00000000110111111111111101111111101': 1, '00000000010000000000000010000000100': 1, '00000000001011111111111011111111111': 1, '00000111111111111111011111111111111': 1, '01111111011111111111111111011111111': 1, '00000000010110000000000000000000001': 1, '11111110111011111111111101111111111': 1, '11111111111111110111011011111111101': 1, '00000000000000000010111111111111111': 1, '11111111110111111111111111111101011': 1, '11111011111011111111111111111111110': 1, '11111111010111111111111101111111111': 1, '11111110111110111110111011111111111': 1, '11111111111110110110011111111111111': 1, '10001111111111101111111111111011111': 1, '00000000011111111111111111011111111': 1, '11111111011111111111111101111110111': 1, '00000000000000000010111111111110101': 1, '11111110111111111111110111111111110': 1, '11111110111111111101111101111111101': 1, '00000000000011101111111111111111101': 1, '00000000000000000000001110111111111': 1, '00000000010011111111111111111110111': 1, '11111111111111111111111110101110111': 1, '11111111111110101111111111011111111': 1, '00000000000000111101111111101111111': 1, '11111111111111111100111110111111111': 1, '11111111111111111111101010111111101': 1, '11111111110011110111111111111111111': 1, '00000000111111111111111101111111111': 1, '11111111111111111111011111111011100': 1, '11011111111011111011111111111111111': 1, '00000000101111101111111111111111101': 1, '11001111111111101111111111111111110': 1, '00000000000000000000011111111110111': 1, '00111111111111111111011111111110111': 1, '01111111111111110110011111111111111': 1, '01110000010111101111111111111111111': 1, '00000000000111111111011111111111101': 1, '11111111111011111110111111111111010': 1, '00000001111111111111111111111111111': 1, '00000000011110111111111111111111110': 1, '00000000000000101011111111111111101': 1, '11111111111111111111011111001111111': 1, '00111111111111111111111111101111101': 1, '11101111111111111111111111111110011': 1, '10111101111111111111111111111111111': 1, '10111111111010111111111011111111111': 1, '11111111111011111111011110111111110': 1, '10001111111011111111111111111111110': 1, '11111111101111010111111111111111101': 1, '01111110111111011111111111111111110': 1, '00111111111101111111011111111111111': 1, '00000111111011111111111110111111101': 1, '11111111111011111110111111111110011': 1, '11101110111011111111111111111111111': 1, '11101111110011111111111111111111111': 1, '11011110111011111111111111111111111': 1, '11111111111111010011111111111111110': 1, '00000000000111111111110111111111101': 1, '00000011111011111111111111111111111': 1, '11111111101010111111111111111111111': 1, '11111111111110011101111111110111111': 1, '11111110111111011101111111111111101': 1, '01111111111111110111111111111110110': 1, '01101111111110111111111111111111111': 1, '01111111111111111101111111111001111': 1, '11111111111111111111001111011111101': 1, '00000010000111111111111111111111111': 1, '11101111111111011110111111111111111': 1, '11111111111101111111111111110111110': 1, '11101111111110111111111111111111110': 1, '01000000000001111111111111111111101': 1, '11111111111111111111111101101111001': 1, '00000000000000000001101111111111101': 1, '00000000000000100100000000000001100': 1, '00000000000000010001111111111111101': 1, '11111111111111011111111101111111110': 1, '11111111111111110100111111111111111': 1, '11111110011111111111101111111111111': 1, '00000001000000000000000000010000110': 1, '01110001111111111111111111111111111': 1, '01110111111011111110111111111111111': 1, '11111111111111111111111111001111111': 1, '11111111111111111111001111011111111': 1, '11111111111111111111011110101111111': 1, '11101110110111111111111111111111110': 1, '00000000000000001010000000000001101': 1, '10000000000000000010000000000000001': 1, '00000000001010000010011111111111111': 1, '00000100000011111111111111111111111': 1, '11111111110111111011111111111101111': 1, '00001011111111111111111111111111101': 1, '11101111111111110111111111111111010': 1, '00010000000000000000000000000000001': 1, '10111111111111111111110111111111101': 1, '00000000000000010011111111111111111': 1, '00000000000001000000000000000000100': 1, '10001111111111111111111111111111110': 1, '00000000000000000010100111111111111': 1, '11101111111111111111111111001111111': 1, '00000011111111111111111111111111101': 1, '11101111111111011111111111111001111': 1, '00001101111111111111111111111111101': 1, '11111111111110111111110111111111110': 1, '11101111111111111111111011000000100': 1, '11101111111111110111111111011111111': 1, '00000001111111111111111111111101111': 1, '11111111100111011111111111111111101': 1, '00000000000000000000000000100000001': 1, '01111101111111111111111111101111111': 1, '00000000000000010000000000000001111': 1, '01111111111111111110111111110111011': 1, '11111101011111011111111111111111111': 1, '11101111111111110111011111101111111': 1, '11111111111111110011111111111111101': 1, '00010000000000000000000000000001111': 1, '11111111110111111011111011111111111': 1, '00000000111111111111111111111111101': 1, '11111111110111011111111111111101111': 1, '11111111111111110111111111010111110': 1, '00000000000011111110111111111111110': 1, '00111111111111111101101111111111111': 1, '11111111111111001111111011111111111': 1, '11111111111111111111101111110101111': 1, '11111111101111001111111111111111111': 1, '00000001110111111111111111111110111': 1, '00000000000111111111111111111110111': 1, '11111111011111011111110111111111111': 1, '11111111110111111111111011111111100': 1, '11111011111111110111111111111101111': 1, '10101111111011111111111011111111111': 1, '11011111111111111111111011111011111': 1, '11111111111111111110111111011111010': 1, '11111111111111111001111111101111111': 1, '11111111111011111111110111011111101': 1, '11111111111111111111111111111100011': 1, '11111111111111111110111110111011111': 1, '10111111111011111111111011111111111': 1, '11101111111011111111111111111111110': 1, '01111111101111111111110111111111111': 1, '01101111111011111111111111111111111': 1, '00000000011111111111110111111111111': 1, '00000000000000000000000001000101111': 1, '11101111111111111110111110111111111': 1, '01000000000000000000000000000000100': 1, '11110111111111111111111111111011101': 1, '11111111101011110111111111111111111': 1, '11011111111111111111111111001111111': 1, '00000001101111111111111111111101111': 1, '00000000000000000000000010001001111': 1, '00000000010111111111111111101111110': 1, '11111111111111111011110111101111111': 1, '00000000000000000000110010101111111': 1, '11111111111111010001111111101111111': 1, '11111110111010111111111111111111111': 1, '00000000000000000011111111101111101': 1, '10001111101111111111111111111111101': 1, '11111111101111111111110111110111111': 1, '11111111111111111110110011101111111': 1, '00000000000000010001111111101111111': 1, '10011111111111011111111111111111111': 1, '00000000000000000000000101000001001': 1, '10101111111110111111111111111111101': 1, '11111111110111111010111111111111111': 1, '11111111101111011111111100111111111': 1, '10001111111111111110111111111111111': 1, '11111111111111111111110110111111101': 1, '11111111110111111111111111101110111': 1, '00000000010000000000000011111111111': 1, '11101011111111110111111111111111111': 1, '11111111111111111110101111110111111': 1, '00000001110111011111111111111111111': 1, '11111111111111111111001111101111101': 1, '00000000000000000001000000000000110': 1, '10111101111111111111111111111111110': 1, '11111111111111110111111111110101101': 1, '00000000000000000000000000000101111': 1, '11110111111111111111111111111111001': 1, '00000000000111110111111111111111101': 1, '01111111111111111101111011111111111': 1, '11111111111111111011111111101111110': 1, '11101110111111111101111111111111101': 1, '11110111111111111110111111111011101': 1, '11111110111111111110111111011111011': 1, '00000001111111111110111111111111101': 1, '10011111111111111111110111111111101': 1, '11111111111111111101111111111001111': 1, '11111111111111111110111111110111011': 1, '01001111111111111111111111101111101': 1, '01111111111111110111111110111111101': 1, '11101111111111111110111111011111101': 1, '00000000000000000000000010000000001': 1, '01110000010111111111111111111111111': 1, '00000000000000000000000000101110101': 1, '11111011110111110110111111111111111': 1, '11111111111111110110111000111111101': 1, '11111111111100000000111111111111111': 1, '00000000000000000010110111111111110': 1, '11111111111111011110111111011110111': 1, '00000000000000000000001101110111111': 1, '00111111111111111111111111011111110': 1, '11111111111111110011111101111111111': 1, '11111111111111111111111111011110110': 1, '11111111111111110111111111010111111': 1, '11111111111111111110101111101111101': 1, '11111111111111111111111101110101111': 1, '11111011111111110011111111111111111': 1, '11111110111011111111111111111110101': 1, '00001111111011111110111111111111111': 1, '00000000000000000000000110111111110': 1, '00000000000000000000000110111111101': 1, '00000000000000111011111111111111100': 1, '11111111111111011011111011111111110': 1, '00000000000000000000011111111111100': 1, '00000000000111110111111111111111100': 1, '11111111111111111101111111111011010': 1, '10000001111111111111111111111111110': 1, '11111111111111111111011110101111110': 1, '00000000000000000000000001111111100': 1, '10101111111111111111111110111111110': 1, '11101111111111111110111111111011110': 1, '00000011111111111111111111111111110': 1, '01111111111110111111111111110111111': 1, '00000000100000000000000011111111111': 1, '00000000101111111111111111111111101': 1, '11101111110111111111111101111111111': 1, '11111111110111110111011111111111101': 1, '00000000000000001000000000000001101': 1, '11111111111111111111001111111101101': 1, '11111011111111111110111101111111110': 1, '00111111111111111111111011111111101': 1, '00000000000000000000000000100101111': 1, '11111111111111111111110111110111100': 1, '11111111111111111101111111101101101': 1, '11111111111111111110111011110111101': 1, '01111111111101111111111111101111111': 1, '10001111111111111111111111111111101': 1, '00000000111011111111111111111111111': 1, '11101111111111110110111111111111101': 1, '00000000010011111111111111111111101': 1, '11111111101111111111111111110111110': 1, '01011111111011111111111111111111101': 1, '01111110111111111111111011111101111': 1, '11111111100111101111111111111111111': 1, '11111111110111111111111111111110011': 1, '10011111111111111111110111111111111': 1, '11111111111111111111001111111111101': 1, '00000000000111111111111111101101110': 1, '00000000000100000000000000111111111': 1, '00000000000000111111111111101111111': 1, '11111111111111011111111110111111110': 1, '00001000000000000000000000000000100': 1, '00000000000000000000100000000000101': 1, '11111011111111111111111101111111101': 1, '11110111111111111111111010111111110': 1, '11111111111111110010111011111111101': 1, '11111111111011110111111101111111111': 1, '00111111111111111111111111011111111': 1, '00010000000000000000000000101111111': 1, '00000000000001111111111111111111111': 1, '01110000000011111111111111111111111': 1, '00000000000000000000010000000001000': 1, '11111111111111110010111111111111101': 1, '01111111111101111111111011111111101': 1, '00001111111011111111111011111111111': 1, '11111111101110101111111011111111111': 1, '00000000000010000000000000111111100': 1, '00000001111111110111111011111011111': 1, '00000000010010111111111111111111111': 1, '11111111111111111111101110111111101': 1, '11111111111111111111111111110011011': 1, '00000000000010000000000000000001010': 1, '11111111110110111111101111111111111': 1, '11111111111111010111110111111111111': 1, '11111111101111111111111111100101111': 1, '00000000000011111111111111011111111': 1, '11111111111111011011111111110111101': 1, '11111111110111111111111001111111110': 1, '11111111111111010111101111111111111': 1, '11111111110011111111111111111011111': 1, '11111111111110101111111111111111111': 1, '01110111111111111111111111110111101': 1, '00111111111111111111111111110111001': 1, '00000000000000100111111111111111111': 1, '00111111111111111111101111110111101': 1, '11111111111111011011101111110111111': 1, '10101111101111111111111111110111101': 1, '11111111101111101111111111110111111': 1, '00000000010000000000000001110111110': 1, '00000000000000100000000110110111111': 1, '00000000000000000000111111110111111': 1, '11101111111111111111111111111110101': 1, '11111110110111111111111011111111111': 1, '11111111111111111111111101101111011': 1, '00000000000100000000000011111111111': 1, '00000000000001000000000000111111111': 1, '11111111011111111111111110111111101': 1, '00000000000000000000011111110111101': 1, '10111111111111110111111011111111110': 1, '01111111111111111111111111101011101': 1, '00001111111111111111110111111111111': 1, '11111111100011111111111111111111111': 1, '00000000000000000000111011111111111': 1, '11111111010111111111110111111111111': 1, '11011111110111111111111111111111101': 1, '00000000000000000111001111111111101': 1, '00000001000000000001111111111111101': 1, '01110000000111110111111111111111101': 1, '11111111111111010110111011111111111': 1, '11111111110111111111001111111111101': 1, '00000000000001110111111111111111111': 1, '11111111110111111111111001101111101': 1, '10101111111110111111111111111111111': 1, '00011111111011111111111111111111111': 1, '11110111111111111111111111111001101': 1, '10101111111111111111111111111111101': 1, '11111111111111111111111011101011111': 1, '11111101111111111101111111111111101': 1, '11111111100000100011111111111111111': 1, '11111111101111111100111111111111101': 1, '01111111111011011111111111111111111': 1, '00000001110011111111111111111111111': 1, '11111111111111111111011111111011110': 1, '11101111111111111111000111111101111': 1, '00000000011111111111111111110111111': 1, '11111111111111110111111111111111010': 1, '00000000100000000000000000000001111': 1, '11011111111111111111111101111111101': 1, '11111111111001111111111111111011111': 1, '11111111111111110111111111010111100': 1, '10101111111111111111111110111111111': 1, '11111111111111011011111011111111101': 1, '00000000000000000000010011111111101': 1, '10000000010111111111111111111111111': 1, '10111011111111111111111111111011111': 1, '00000000000000000000000000000111101': 1, '10001111111111111111111111111011111': 1, '11111111111111110011111111111011101': 1, '00000000000000001111110111111111111': 1, '11111111011111111110111011111111111': 1, '00101111111111111111111111111111101': 1, '00000000000000000000000001000000110': 1, '00000000000000000000000100111011110': 1, '11111111110111111111111111110011110': 1, '00000000000010000000001111111111111': 1, '00000000000000000000000000010001001': 1, '00000000000000000000000010000000011': 1, '11111110111111111111101111111111111': 1, '11111111111111111110101111111011101': 1, '00000000000000000000001011111011101': 1, '00000000011111111111111111111111110': 1, '00000000000010000000000010101111111': 1, '00011111111111111101111111111011101': 1, '00000000000000000001000111111011111': 1, '00000000000100000000000111111011111': 1, '01101111111111111111111111111011111': 1, '11111110111101111111111011111111111': 1, '00000000100000000000000000000001011': 1, '00111111111111111111111111111011110': 1, '00100000111111111111111111111111111': 1, '11111111111111001111111111111111101': 1, '11111111111111110111111111110111011': 1, '01111111111111111011111111111111101': 1, '01111111111111111111111011111111110': 1, '11111111111111110111011011101111111': 1, '00011111111111111111101111111111111': 1, '11111111110111111111111111110111110': 1, '00000000000000001000000000101111111': 1, '00111111111111111111111111111110111': 1, '00000000000000000111111111111011111': 1, '11111110111111111111111111111101101': 1, '11111111100111111111111111011111110': 1, '00000000010111111101111111111111101': 1, '10001111110111111111111111111111111': 1, '11111111011111111110011111111111111': 1, '00011111111011111111111111111011111': 1, '11111111110110111110111111111111101': 1, '00000000000000000000001011111111101': 1, '11111111110111111111111011101111111': 1, '00000111111111111111111111111111111': 1, '11111111111111110111001111111111101': 1, '11111111111111111111111111011111010': 1, '00000000000000000000000001101111101': 1, '00100000000000000000000000000001111': 1, '10111111110111111111111111111111101': 1, '00000000000000000111111111111101111': 1, '00000000100111111111111111111111111': 1, '01111111111111111111111111111111010': 1, '11111111111111001110111011111111111': 1, '11111111110111111101111101111111111': 1, '11110111111111111111111101111111110': 1, '01111111111011111111111111110111111': 1, '11111111111111111110111111111111010': 1, '00000000000000000111111111111111101': 1, '11111111111111101111001111111111111': 1, '00000000000000000000001000000001011': 1, '11111110111111111111111111110011111': 1, '11111110111011111111111111110111111': 1, '00000000000000000000010000000000011': 1, '11111111111110111111111111111101101': 1, '11111111111111101111101111111111101': 1, '00000000000000000000000000100001000': 1, '00011111111111111111011111111111111': 1, '11111111111111001111111111111111110': 1, '00001111111111111111111111111111100': 1, '01101111111111111111111111101111111': 1, '11111111110111110111111111110111111': 1, '11111111111111111111111111110001111': 1, '10111111110111111111111111110111101': 1, '11111111111111110111111111110111100': 1, '11111110111111111111111111110111110': 1, '11111111001111011111111111111111111': 1, '11101111111111111110111111111011111': 1, '11111101111111110111111111110111111': 1, '11111111111111111111100111111111101': 1, '11101111111111011111111111111111101': 1, '11111110111111011111111111111111100': 1, '11111111101011111111111111011111101': 1, '11111111111111110110111111111011111': 1, '10111111101111111111111111111111101': 1, '11101111111111111111111111110101111': 1, '00000000000000000001001111101111111': 1, '11111111111111111011111111011111101': 1, '00000001000000000000000000000000000': 1, '11111111111111111111111010101111111': 1, '00000000000010000000000000000000001': 1, '10111111111111111111111111110111101': 1, '00000000000000000111111111111111111': 1, '11101111011111111111111111111111111': 1, '11111111111011111110111111111101111': 1, '00000000000000000000010000000000101': 1, '00000000000000000000000000000011111': 1, '00000000000000000000000000010001000': 1, '00000001110111111111111111111101101': 1, '11111111111111110111111101110111111': 1, '11111111110111110011111111111111110': 1, '11111111111011111111111111001111101': 1, '00000000000000000000001000000001001': 1, '11111111110110111111111111111111101': 1, '00000000000000111111111111111111111': 1, '11111111111011111111111111101111110': 1, '11111111111110111111110111111111111': 1, '11111011011111111111111111111111111': 1, '11111110111111110101111111111111101': 1, '00000000000000000000000010101111100': 1, '11111111111111111111110011111011111': 1, '11111110111111111111111001111101111': 1, '11111111110111111111110111111111101': 1, '11111111101111111111111111011111110': 1, '01111111111111110111101111111111111': 1, '11111111111111111111111110011111101': 1, '00000000010011111110111111111111111': 1, '01111011111111111111111111111111101': 1, '00000000010011111111111111111101111': 1, '11111111111111001111111111111111111': 1, '11111111111111111111111111100110111': 1, '00000000000000000000000110101111111': 1, '00000000000000000000001000000001101': 1, '11111111101101110111111111111111111': 1, '00000000000000000000000001000001011': 1, '11111101111011111111111111111111101': 1, '01110111111111111111111111111111101': 1, '00000000000000000000000010100111111': 1, '00000000000011111111111111111111101': 1, '11111111111111111101111111111110101': 1, '11111111110111111111111111011111110': 1, '00000000000000001111111111111111011': 1, '00000000000000000000000001000001100': 1, '11111111011111111111111111111101111': 1, '00000000111111110111111111111111111': 1, '00000000000000000000000100000001001': 1, '11111111111101111111111111111101111': 1, '01111111111111110110111111111111101': 1, '11111111111111101111111111111110111': 1, '11111111111111111110111011111111011': 1, '11111111110111011111111111111111110': 1, '00000000010011110111111111111111111': 1, '10101111111111111111111111110111111': 1, '00000001000000000000000000000000001': 1, '11111111111111111111111001111111110': 1, '11111111111011111111111111011011101': 1, '11111111111111011011111011111111111': 1, '11111111111111111111111111111110010': 1, '00000000000000000111111111111111110': 1, '10011111110111111111111111111111111': 1, '00000000000011111111111111110111111': 1, '11111101011111111111111111111111111': 1, '00000000000000001111111111111101111': 1, '00000000000000000000000010111111111': 1, '11111111111111111111111101111101101': 1, '11111111111111111111110111111011101': 1, '00000000000111111111111111111111101': 1, '00000001000000000000000000000000100': 1, '00111011111111111111111111111111111': 1, '11111111111111110101111111111011111': 1, '11111111111111111110110111101111111': 1, '00000000000000000000001000101111111': 1, '01111111111111111111110111111111101': 1, '00000000000011111111111111111111110': 1, '11111111111111111111111111110110101': 1, '10011111101111111111111111111111111': 1, '11111111111111110110011111111111111': 1, '10101111111111111111111111101111111': 1, '11111111111111111100111111101111111': 1, '10011111111111111111111111111101111': 1, '01111111111111111111111110111111101': 1, '11111111111111010111111111111101111': 1, '00000000000000000000000000010001011': 1, '11111111110111111111111110111111101': 1, '11110110011111111111111111111111101': 1, '11111111111111011111111110111111111': 1, '11111111101111101111111111111111111': 1, '11111111111111111110011111101111111': 1, '11111111011111111111111111011111101': 1, '00000000000000000000000000101111011': 1, '00000000000111111110111111111111111': 1, '11111111111011111111111111111011111': 1, '00000000010001111111111011111011111': 1, '11111111111111111111101111111110111': 1, '11111111111011111111111111110101111': 1, '11111111111111110111111111111110110': 1, '11111110111111111111111011111111110': 1, '11111011111111111111111111111111100': 1, '11111111011111111111110111111111111': 1, '00000000000000000010111011111111101': 1, '00000000000000000000000100101111101': 1, '00000000000000000000011111111111111': 1, '00111111111111111111111111111111101': 1, '11111111101111110111111001111111111': 1, '10000000000000000000000010111111111': 1, '00000000000111110111111111111111111': 1, '11111111111111111111011111011111101': 1, '01111111111111011111111111111111110': 1, '11111111111111110111111111110011111': 1, '11111111001111111111111111111111111': 1, '11111110111111111111111111111111010': 1, '11111111111111110111111111111110100': 1, '00000000000000000000010011111111111': 1, '11111111110111111111111111111110110': 1, '00011111111111111111111111111111110': 1, '00000000111111111111111011111111111': 1, '11101111111111111111111110111111111': 1, '11111111111111111111111111111110011': 1, '11111111101111111111111111111101111': 1, '00000000000000000010000000000000111': 1, '11111111111111111110111111111110110': 1, '11111111011111111111011111111111111': 1, '00000001000000001111111111111111111': 1, '00000000000000000010000000000001111': 1, '11110111111111111111111110111111111': 1, '10111111111111111111111011111111101': 1, '11111111111111111111111110111111100': 1, '11111111111111110111111101111111101': 1, '00000000000000000000001000000000101': 1, '00000001110111111111111111101111111': 1, '11111111111111101111111111101111101': 1, '11111111111110111111111111111111100': 1, '00000000000000000000000000101101111': 1, '00000000000000000000000100000001000': 1, '11111111111111111110011111111111101': 1, '11110111111111111111111111011111101': 1, '00000000010111111111111111111111110': 1, '11111111111111111111011110111111111': 1, '00000000000000000000000111111111111': 1, '11111111111111111111111110110111101': 1, '00000000000000000000001011111111111': 1, '11111111111111010111111111111111101': 1, '11111111011111111111111111111111101': 1, '00000000000000000000000100000000001': 1, '11111111111011111111011111111111101': 1, '11111111111111101111111111111011101': 1, '11111111111111101111110111111111111': 1, '10101111111111111110111111111111111': 1, '11111111111111111110111011101111111': 1, '00000000000000000000000100111011101': 1, '11111111111011111111110111111111101': 1, '11111110111011110111111111111111101': 1, '11111111111111110010111111111111111': 1, '00000000010111111111111111101111111': 1, '11111111111111111111110111110111101': 1, '11111111111111111111011001111111111': 1, '11111111111111111111011111101111101': 1, '00000000010111111111111111111101111': 1, '11101111111111111111111111011111101': 1, '11111111111111111111111101111011101': 1, '11111111110111101111111111111011111': 1, '11111011101111111111111111111111111': 1, '00000000010111111111111111110111111': 1, '11111111011011111111111111111111101': 1, '11111110111011111110111111111111101': 1, '01111111111101111111111111111111101': 1, '11111111111111111111101110111111111': 1, '00000001000000000000000000000001101': 1, '00000000000000000000001000111111111': 1, '11101111111111111110111011111111111': 1, '11111111111111101111011111111111111': 1, '11111111111111111111111110101111101': 1, '11111111111111111110101111111111101': 1, '11111111111111111111111110111011101': 1, '10111111111011111111111111111111111': 1, '01111111111111111111111111111110111': 1, '01111110111111111111111110111111111': 1, '11111111111111111111111011011111110': 1, '01111111111111010111111111111111111': 1, '11111111111111111101111111111011111': 1, '01111111111111110111111110111111111': 1, '11111111111111111111101111101111101': 1, '11111111111111111101111110111111101': 1, '11111111111101111011111111111111111': 1, '11111111111111111111111111111100111': 1, '00000000000000000000000100000001100': 1, '00000001000000000000000000000001100': 1, '11011111111011111111111111111111101': 1, '11111111111111110111111111111101101': 1, '11111111111111111111111110011111111': 1, '11111111101111111111111111111101101': 1, '11111111111111111111101111111111100': 1, '11110111111111011111111111111111111': 1, '11111111111011111111111111111111011': 1, '00000000000000000000000000000000010': 1, '00000000000000000010000000000001100': 1, '11111110111111111110111011111111111': 1, '00011111111111111111111111111011111': 1, '11101111111111111111111111101111101': 1, '11011111111111111011111111111111111': 1, '11111101111111111111111111011111111': 1, '00000001000000000000000000000000011': 1, '11111111111111111101111111101111110': 1, '11111111111011111111111111111110111': 1, '11111011111111111111111111111111011': 1, '11111111111101111111110111111111111': 1}\n" ] } ], diff --git a/docs/guides/qiskit-addons-aqc-get-started.ipynb b/docs/guides/qiskit-addons-aqc-get-started.ipynb index bb6f3c658ab..aa9e9573887 100644 --- a/docs/guides/qiskit-addons-aqc-get-started.ipynb +++ b/docs/guides/qiskit-addons-aqc-get-started.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-aer~=0.17\n", "qiskit-addon-utils~=0.1.1\n", "qiskit-addon-aqc-tensor[aer,quimb-jax]~=0.2.0\n", diff --git a/docs/guides/qiskit-addons-cutting-gates.ipynb b/docs/guides/qiskit-addons-cutting-gates.ipynb index 48085abe97c..f8d940271f4 100644 --- a/docs/guides/qiskit-addons-cutting-gates.ipynb +++ b/docs/guides/qiskit-addons-cutting-gates.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-aer~=0.17\n", "qiskit-addon-cutting~=0.10.0\n", @@ -166,10 +166,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Reconstructed expectation value: 0.43931071\n", + "Reconstructed expectation value: 0.4564209\n", "Exact expectation value: 0.50497603\n", - "Error in estimation: -0.06566532\n", - "Relative error in estimation: -0.13003651\n" + "Error in estimation: -0.04855513\n", + "Relative error in estimation: -0.09615334\n" ] } ], @@ -418,10 +418,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Reconstructed expectation value: 0.54701993\n", + "Reconstructed expectation value: 0.54117997\n", "Exact expectation value: 0.56254612\n", - "Error in estimation: -0.0155262\n", - "Relative error in estimation: -0.02759987\n" + "Error in estimation: -0.02136615\n", + "Relative error in estimation: -0.03798116\n" ] } ], diff --git a/docs/guides/qiskit-addons-cutting-wires.ipynb b/docs/guides/qiskit-addons-cutting-wires.ipynb index a8d995b4f60..8ecd5532c88 100644 --- a/docs/guides/qiskit-addons-cutting-wires.ipynb +++ b/docs/guides/qiskit-addons-cutting-wires.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-aer~=0.17\n", "qiskit-addon-cutting~=0.10.0\n", @@ -347,10 +347,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Reconstructed expectation value: 1.46346563\n", + "Reconstructed expectation value: 1.43426347\n", "Exact expectation value: 1.59099026\n", - "Error in estimation: -0.12752463\n", - "Relative error in estimation: -0.08015425\n" + "Error in estimation: -0.15672679\n", + "Relative error in estimation: -0.09850896\n" ] } ], diff --git a/docs/guides/qiskit-addons-mpf-get-started.ipynb b/docs/guides/qiskit-addons-mpf-get-started.ipynb index 0a3ef621840..78d5b3de548 100644 --- a/docs/guides/qiskit-addons-mpf-get-started.ipynb +++ b/docs/guides/qiskit-addons-mpf-get-started.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-addon-utils~=0.1.1\n", "qiskit-addon-mpf~=0.3.0\n", "scipy~=1.16.1\n", @@ -170,14 +170,6 @@ "Exact solution: [ 0.17239057 -1.19447005 2.02207947]\n", "Approximate solution: [-0.40454257 0.57553173 0.8290123 ]\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/runner/work/documentation/documentation/.tox/py311/lib/python3.11/site-packages/osqp/interface.py:405: PendingDeprecationWarning: The default value of raise_error will change to True in the future.\n", - " warnings.warn(\n" - ] } ], "source": [ @@ -351,9 +343,9 @@ "output_type": "stream", "text": [ "Exact value: 0.4006024248789992\n", - "PF with 19 steps: 0.38649906199774386\n", - "MPF using exact solution: 0.3954847855979984\n", - "MPF using approximate solution: 0.4299121425348984\n" + "PF with 19 steps: 0.38649906199774625\n", + "MPF using exact solution: 0.39548478559800393\n", + "MPF using approximate solution: 0.4299121425349001\n" ] } ], diff --git a/docs/guides/qiskit-addons-obp-get-started.ipynb b/docs/guides/qiskit-addons-obp-get-started.ipynb index 796765c19d0..82eac3b66fb 100644 --- a/docs/guides/qiskit-addons-obp-get-started.ipynb +++ b/docs/guides/qiskit-addons-obp-get-started.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-addon-utils~=0.1.1\n", "qiskit-addon-obp~=0.3.0\n", @@ -437,10 +437,10 @@ "output_type": "stream", "text": [ "Exact expectation value: 0.8854160687717517\n", - "Backpropagated expectation value without truncation: 0.8608968904303249\n", - "Backpropagated expectation value with truncation: 0.8570884789561722\n", - " - Observed Error for observable without truncation: 2.452e-02\n", - " - Observed Error for truncated observable: 2.833e-02\n" + "Backpropagated expectation value without truncation: 0.9151380366652484\n", + "Backpropagated expectation value with truncation: 0.9193544160104783\n", + " - Observed Error for observable without truncation: 2.972e-02\n", + " - Observed Error for truncated observable: 3.394e-02\n" ] } ], diff --git a/docs/guides/qiskit-addons-utils.ipynb b/docs/guides/qiskit-addons-utils.ipynb index db29f24c563..c77cf1ec77b 100644 --- a/docs/guides/qiskit-addons-utils.ipynb +++ b/docs/guides/qiskit-addons-utils.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "qiskit-addon-utils~=0.1.1\n", "```\n", diff --git a/docs/guides/qunova-chemistry.ipynb b/docs/guides/qunova-chemistry.ipynb index d6760702e67..5dcc763f645 100644 --- a/docs/guides/qunova-chemistry.ipynb +++ b/docs/guides/qunova-chemistry.ipynb @@ -47,7 +47,19 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit-ibm-runtime~=0.40.1\n", + "qiskit-ibm-catalog~=0.9.0\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -114,7 +126,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "95a715d2", "metadata": {}, "outputs": [], @@ -324,7 +336,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Job ID: 128ee399-7cfc-4be2-91e9-c4abd22b97c7\n" + "Job ID: aa9e9d92-fe72-4664-9918-961cd37c9995\n" ] } ], @@ -384,7 +396,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'eigenvector': [0.9824200343205695, 0.009520846167419264, 6.365368845740147e-08, 3.6832123006425615e-07, 0.0012869941182066654, 2.3403891050875465e-05, ...], 'energy': -55.521146537970466, 'energy_history': [-55.52091922342852, -55.52113695367561, -55.521146537970466, -55.52114653864798, -55.521146537970466, -55.521146537970466, ...], 'energy_variance': 9.788555455342562e-12, ...}\n" + "{'eigenvector': [0.9824200343205723, 0.009520846167260545, 6.365368786443697e-08, 3.683212314533575e-07, 0.001286994118237752, 2.3403891050803993e-05, ...], 'energy': -55.521146537970466, 'energy_history': [-55.5173712647597, -55.52106493147677, -55.52114653864798, -55.52114653864798, -55.52114653864798, -55.52114653864798, ...], 'energy_variance': 9.788155064486432e-12, ...}\n" ] } ], @@ -406,7 +418,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 9, "id": "28cd677c", "metadata": {}, "outputs": [ @@ -465,7 +477,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 10, "id": "294a02cfa0c3", "metadata": { "tags": [ @@ -480,7 +492,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 11, "id": "8c998f54", "metadata": {}, "outputs": [], @@ -581,7 +593,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 12, "id": "90c6de7c", "metadata": { "editable": true, @@ -595,14 +607,14 @@ "outputs": [ { "ename": "QiskitServerlessException", - "evalue": "{\"message\": \"An unexpected error occurred during job execution. Please make sure that your inputs are valid. If you are still experiencing problems, you can contact the Qunova Computing support service at qiskit.support@qunovacomputing.com and provide the Function job ID of this job for more assistance.\", \"status\": \"failure\"}", + "evalue": "[\"runner.UnknownRuntimeError: 'An unexpected error occurred during job execution. Please make sure that your inputs are valid. If you are still experiencing problems, you can contact the Qunova Computing support service at qiskit.support@qunovacomputing.com and provide the Function job ID of this job for more assistance. -- https://docs.quantum.ibm.com/errors#1500'\\n\"]", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mQiskitServerlessException\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[13], line 11\u001b[0m\n\u001b[1;32m 1\u001b[0m job \u001b[38;5;241m=\u001b[39m function\u001b[38;5;241m.\u001b[39mrun(\n\u001b[1;32m 2\u001b[0m geometry\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124minvalid-geometry\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;66;03m# This will cause an error\u001b[39;00m\n\u001b[1;32m 3\u001b[0m backend_name\u001b[38;5;241m=\u001b[39mbackend_name,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 8\u001b[0m hivqe_options\u001b[38;5;241m=\u001b[39mhivqe_options,\n\u001b[1;32m 9\u001b[0m )\n\u001b[0;32m---> 11\u001b[0m \u001b[43mjob\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mresult\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n", - "File \u001b[0;32m~/Documents/documentation/.tox/py311/lib/python3.11/site-packages/qiskit_serverless/core/job.py:191\u001b[0m, in \u001b[0;36mJob.result\u001b[0;34m(self, wait, cadence, verbose, maxwait)\u001b[0m\n\u001b[1;32m 188\u001b[0m results \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_job_service\u001b[38;5;241m.\u001b[39mresult(\u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mjob_id)\n\u001b[1;32m 190\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mstatus() \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mERROR\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[0;32m--> 191\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(results)\n\u001b[1;32m 193\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28misinstance\u001b[39m(results, \u001b[38;5;28mstr\u001b[39m):\n\u001b[1;32m 194\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n", - "\u001b[0;31mQiskitServerlessException\u001b[0m: {\"message\": \"An unexpected error occurred during job execution. Please make sure that your inputs are valid. If you are still experiencing problems, you can contact the Qunova Computing support service at qiskit.support@qunovacomputing.com and provide the Function job ID of this job for more assistance.\", \"status\": \"failure\"}" + "Cell \u001b[0;32mIn[12], line 10\u001b[0m\n\u001b[1;32m 1\u001b[0m job \u001b[38;5;241m=\u001b[39m function\u001b[38;5;241m.\u001b[39mrun(\n\u001b[1;32m 2\u001b[0m geometry\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124minvalid-geometry\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;66;03m# This will cause an error\u001b[39;00m\n\u001b[1;32m 3\u001b[0m backend_name\u001b[38;5;241m=\u001b[39mbackend_name,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 7\u001b[0m hivqe_options\u001b[38;5;241m=\u001b[39mhivqe_options,\n\u001b[1;32m 8\u001b[0m )\n\u001b[0;32m---> 10\u001b[0m \u001b[43mjob\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mresult\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[0;32m~/work/documentation/documentation/.tox/py311/lib/python3.11/site-packages/qiskit_serverless/core/job.py:230\u001b[0m, in \u001b[0;36mJob.result\u001b[0;34m(self, wait, cadence, verbose, maxwait)\u001b[0m\n\u001b[1;32m 228\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mstatus() \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mERROR\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[1;32m 229\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m results:\n\u001b[0;32m--> 230\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(results)\n\u001b[1;32m 232\u001b[0m \u001b[38;5;66;03m# If no result returned (common with import errors),\u001b[39;00m\n\u001b[1;32m 233\u001b[0m \u001b[38;5;66;03m# try to match on error trace in logs to point to source of error\u001b[39;00m\n\u001b[1;32m 234\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m QiskitServerlessException(\n\u001b[1;32m 235\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mfiltered_logs(include\u001b[38;5;241m=\u001b[39m\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m(?i)error|exception\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 236\u001b[0m )\n", + "\u001b[0;31mQiskitServerlessException\u001b[0m: [\"runner.UnknownRuntimeError: 'An unexpected error occurred during job execution. Please make sure that your inputs are valid. If you are still experiencing problems, you can contact the Qunova Computing support service at qiskit.support@qunovacomputing.com and provide the Function job ID of this job for more assistance. -- https://docs.quantum.ibm.com/errors#1500'\\n\"]" ] } ], @@ -621,7 +633,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 13, "id": "0b8de82f-3c5a-4024-8e3a-ef8efa83cfb9", "metadata": {}, "outputs": [ @@ -631,7 +643,7 @@ "'ERROR'" ] }, - "execution_count": 14, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } diff --git a/docs/guides/represent-quantum-computers.ipynb b/docs/guides/represent-quantum-computers.ipynb index 03872f463bc..936cf001b2a 100644 --- a/docs/guides/represent-quantum-computers.ipynb +++ b/docs/guides/represent-quantum-computers.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -320,7 +320,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "['for_loop', 'if_else', 'ecr', 'id', 'switch_case', 'sx', 'measure', 'delay', 'reset', 'x', 'rz']\n" + "['sx', 'for_loop', 'rz', 'ecr', 'if_else', 'measure', 'x', 'id', 'delay', 'switch_case', 'reset']\n" ] } ], diff --git a/docs/guides/run-jobs-batch.ipynb b/docs/guides/run-jobs-batch.ipynb index 33748a816ea..f615e1b8596 100644 --- a/docs/guides/run-jobs-batch.ipynb +++ b/docs/guides/run-jobs-batch.ipynb @@ -16,7 +16,19 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit[all]~=2.1.2\n", + "qiskit-ibm-runtime~=0.40.1\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -226,8 +238,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': {'__type__': 'ExecutionSpans', '__value__': {'spans': [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': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})\n" ] } ], @@ -267,7 +285,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'id': '1c7e6c9a-9ab3-4eb9-934e-f96f568d92e6', 'backend_name': 'ibm_pinguino2', 'interactive_timeout': 1, 'max_time': 86400, 'active_timeout': 14400, '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': '6806a3c6-64d8-49d1-b73e-d6f669f7ab80', '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" ] } ], @@ -298,7 +316,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 8, "id": "31ae3a23-e8bd-4dcd-86c1-10f6d7b5cee4", "metadata": {}, "outputs": [], diff --git a/docs/guides/run-jobs-session.ipynb b/docs/guides/run-jobs-session.ipynb index bb68412a2ca..abd68d66424 100644 --- a/docs/guides/run-jobs-session.ipynb +++ b/docs/guides/run-jobs-session.ipynb @@ -16,7 +16,20 @@ "version-info" ] }, - "source": [] + "source": [ + "
\n", + "Package versions\n", + "\n", + "The code on this page was developed using the following requirements.\n", + "We recommend using these versions or newer.\n", + "\n", + "```\n", + "qiskit[all]~=2.1.2\n", + "qiskit-ibm-runtime~=0.40.1\n", + "scipy~=1.16.1\n", + "```\n", + "
" + ] }, { "cell_type": "markdown", @@ -270,8 +283,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': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})\n" ] } ], @@ -329,7 +348,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "{'id': '5a6d4397-42c6-4dc6-969a-b1c90286a715', 'backend_name': 'ibm_pinguino2', 'interactive_timeout': 60, 'max_time': 86400, 'active_timeout': 14400, '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': 'ed98845f-6184-44d7-a3ed-7bc0cf750ab9', '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" ] } ], @@ -366,7 +385,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "77cc7c96-e8c0-4970-b05e-361ddf74d707", "metadata": {}, "outputs": [], @@ -432,7 +451,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "id": "e83f7d60-13f0-4df1-9766-6fa67c970362", "metadata": {}, "outputs": [], diff --git a/docs/guides/save-circuits.ipynb b/docs/guides/save-circuits.ipynb index d75dde09655..336cd944c6c 100644 --- a/docs/guides/save-circuits.ipynb +++ b/docs/guides/save-circuits.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/save-jobs.ipynb b/docs/guides/save-jobs.ipynb index 7ce4c7fc4b3..fa96f3eb572 100644 --- a/docs/guides/save-jobs.ipynb +++ b/docs/guides/save-jobs.ipynb @@ -58,9 +58,9 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ]" ] }, "execution_count": 1, @@ -103,7 +103,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "d2n1d2cg59ks73c6vu3g\n" + "d33sget0qhlc73cqsg20\n" ] } ], @@ -126,7 +126,7 @@ { "data": { "text/plain": [ - "PrimitiveResult([SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})" + "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})" ] }, "execution_count": 3, @@ -193,7 +193,7 @@ { "data": { "text/plain": [ - "PrimitiveResult([SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}}), SamplerPubResult(data=DataBin(c=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})" + "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})" ] }, "execution_count": 5, diff --git a/docs/guides/set-optimization.ipynb b/docs/guides/set-optimization.ipynb index 43981239a88..ddc146db769 100644 --- a/docs/guides/set-optimization.ipynb +++ b/docs/guides/set-optimization.ipynb @@ -32,7 +32,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/simulate-stabilizer-circuits.ipynb b/docs/guides/simulate-stabilizer-circuits.ipynb index 096017d9fa9..e46e5d7f38b 100644 --- a/docs/guides/simulate-stabilizer-circuits.ipynb +++ b/docs/guides/simulate-stabilizer-circuits.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-aer~=0.17\n", "```\n", "" diff --git a/docs/guides/simulate-with-qiskit-aer.ipynb b/docs/guides/simulate-with-qiskit-aer.ipynb index d5ebdc3dfd1..e7084a2a585 100644 --- a/docs/guides/simulate-with-qiskit-aer.ipynb +++ b/docs/guides/simulate-with-qiskit-aer.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-aer~=0.17\n", "```\n", "" @@ -222,28 +222,28 @@ { "data": { "text/plain": [ - "{'00111100': 1,\n", - " '00000000': 62,\n", - " '00011000': 2,\n", - " '01000000': 4,\n", - " '11000000': 3,\n", - " '00001100': 1,\n", - " '01111000': 2,\n", - " '00110000': 3,\n", - " '01100000': 1,\n", - " '11100001': 1,\n", - " '11110000': 1,\n", - " '00000110': 3,\n", - " '00000101': 2,\n", - " '00001010': 2,\n", + "{'00000000': 66,\n", " '00001000': 2,\n", - " '10000000': 2,\n", - " '10100000': 2,\n", + " '00000010': 3,\n", + " '01010000': 5,\n", + " '00000110': 3,\n", + " '01000011': 1,\n", + " '11100000': 1,\n", + " '01000000': 2,\n", + " '10000000': 3,\n", + " '11110000': 1,\n", + " '00011110': 1,\n", + " '00001010': 1,\n", " '00000001': 1,\n", - " '00100000': 2,\n", + " '11000000': 2,\n", + " '00100000': 1,\n", + " '10010100': 1,\n", + " '11010000': 1,\n", + " '01010100': 1,\n", + " '00000100': 1,\n", " '00101000': 1,\n", - " '00010000': 1,\n", - " '00000011': 1}" + " '00011000': 1,\n", + " '00100100': 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 a062e6f5c76..d475146e14b 100644 --- a/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb +++ b/docs/guides/simulate-with-qiskit-sdk-primitives.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -440,7 +440,7 @@ "output_type": "stream", "text": [ "The number of bitstrings is: 1024\n", - "The counts are: {'00': 530, '11': 494}\n" + "The counts are: {'00': 506, '11': 518}\n" ] } ], @@ -483,7 +483,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, diff --git a/docs/guides/specify-observables-pauli.ipynb b/docs/guides/specify-observables-pauli.ipynb index 41f6a550ded..2aea6724c92 100644 --- a/docs/guides/specify-observables-pauli.ipynb +++ b/docs/guides/specify-observables-pauli.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/specify-runtime-options.ipynb b/docs/guides/specify-runtime-options.ipynb index dffcbcd6192..25412684d9d 100644 --- a/docs/guides/specify-runtime-options.ipynb +++ b/docs/guides/specify-runtime-options.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -182,7 +182,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -328,7 +328,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 6, diff --git a/docs/guides/synthesize-unitary-operators.ipynb b/docs/guides/synthesize-unitary-operators.ipynb index 6fdb96c49fb..8ef3c7409cc 100644 --- a/docs/guides/synthesize-unitary-operators.ipynb +++ b/docs/guides/synthesize-unitary-operators.ipynb @@ -16,7 +16,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] @@ -50,7 +50,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 1, diff --git a/docs/guides/transpile-with-pass-managers.ipynb b/docs/guides/transpile-with-pass-managers.ipynb index 4705c6a8b81..4c6986ce051 100644 --- a/docs/guides/transpile-with-pass-managers.ipynb +++ b/docs/guides/transpile-with-pass-managers.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/transpiler-plugins.ipynb b/docs/guides/transpiler-plugins.ipynb index c2707cc1765..675e90a4324 100644 --- a/docs/guides/transpiler-plugins.ipynb +++ b/docs/guides/transpiler-plugins.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/transpiler-stages.ipynb b/docs/guides/transpiler-stages.ipynb index 9afc667725f..3c5246bb458 100644 --- a/docs/guides/transpiler-stages.ipynb +++ b/docs/guides/transpiler-stages.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" diff --git a/docs/guides/visualize-circuits.ipynb b/docs/guides/visualize-circuits.ipynb index c1a4feda4b2..d4506735f5e 100644 --- a/docs/guides/visualize-circuits.ipynb +++ b/docs/guides/visualize-circuits.ipynb @@ -32,7 +32,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "```\n", "" ] diff --git a/docs/guides/visualize-results.ipynb b/docs/guides/visualize-results.ipynb index 7e651cc8c43..21fe602b4b3 100644 --- a/docs/guides/visualize-results.ipynb +++ b/docs/guides/visualize-results.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -78,7 +78,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})\n" + "PrimitiveResult([SamplerPubResult(data=DataBin(meas=BitArray()), metadata={'circuit_metadata': {}})], metadata={'execution': {'execution_spans': {'__type__': 'ExecutionSpans', '__value__': {'spans': [DoubleSliceSpan()]}}}, 'version': 2})\n" ] } ], @@ -109,7 +109,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 3, @@ -147,7 +147,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "execution_count": 4, @@ -214,7 +214,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, @@ -289,7 +289,7 @@ { "data": { "text/plain": [ - "\"Output" + "\"Output" ] }, "metadata": {}, diff --git a/docs/tutorials/hello-world.ipynb b/docs/tutorials/hello-world.ipynb index 9ca8740c6fb..519435a51fa 100644 --- a/docs/tutorials/hello-world.ipynb +++ b/docs/tutorials/hello-world.ipynb @@ -24,7 +24,7 @@ "We recommend using these versions or newer.\n", "\n", "```\n", - "qiskit[all]~=2.1.1\n", + "qiskit[all]~=2.1.2\n", "qiskit-ibm-runtime~=0.40.1\n", "```\n", "" @@ -251,7 +251,7 @@ "name": "stdout", "output_type": "stream", "text": [ - ">>> Job ID: d2qkdds65eic73blka9g\n" + ">>> Job ID: d3ed8h20uq0c73d4063g\n" ] } ], @@ -586,7 +586,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "d2qkqt9olshc73bmb9g0\n" + "d3edkhpb641c738j7e40\n" ] } ], diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg index 25f85f725dc..3a35aa75a9a 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/284e4fb1-726e-4ecf-a200-cbfae8baaef7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg index 6d009cf5829..a36a254a805 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/6fe5c53d-3536-471f-aceb-b4b48a8a5889-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg b/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg index 25324740fb0..00bfd10bdf4 100644 --- a/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg +++ b/public/docs/images/guides/build-noise-models/extracted-outputs/e38e4581-7718-4dc0-a550-e6b3168bd400-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg b/public/docs/images/guides/circuit-library/extracted-outputs/9629a507-8191-409e-b895-fd0833c8fcd7-0.svg index 0101cada5ca..63e3b48fabd 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/construct-circuits/extracted-outputs/0cdb2273-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.avif deleted file mode 100644 index ebf77b67791..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/0cdb2273-0.avif and /dev/null differ diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif deleted file mode 100644 index d20d3342c7c..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/6f33698c-0.avif and /dev/null differ diff --git a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif b/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif deleted file mode 100644 index 1875009742b..00000000000 Binary files a/public/docs/images/guides/construct-circuits/extracted-outputs/ca3f225f-0.avif and /dev/null differ diff --git a/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif b/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif index 5ad080fb69c..16e13257382 100644 Binary files a/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif and b/public/docs/images/guides/custom-backend/extracted-outputs/b51657ed-bb37-4e1a-9dea-8189b4229d24-0.avif differ diff --git a/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg b/public/docs/images/guides/custom-transpiler-pass/extracted-outputs/e2515cf3-f8d9-4281-9673-d5a955d7aab9-0.svg index d2b548ec0ba..e183ffe2dab 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/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg index db7c912ee54..f79610626c4 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/8228f889-806a-4873-b1da-27c9795d5f5c-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg index 03896c74d2c..1114f6531aa 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/aaa27ee4-1965-41bf-abd2-1d9176af6dc4-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg index 7ad0b7db1a1..a402c268629 100644 --- a/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg +++ b/public/docs/images/guides/dynamical-decoupling-pass-manager/extracted-outputs/cb73e2c4-ab05-4f15-91ae-2fab64028d6e-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg index a75c2f98eed..3a498675abb 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/08dd1cdf-8b34-47c2-8324-f3538c9d1ab6-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg b/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg index 2c8a5d817fa..1c38098a2c8 100644 --- a/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg +++ b/public/docs/images/guides/fractional-gates/extracted-outputs/5da9bba4-9a3b-4569-9997-c5b9ccf87b6a-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/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 3ef9e860c0a..00000000000 Binary files a/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/0a7255e1-0.avif and /dev/null differ 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 6df93e7ab7a..00000000000 Binary files a/public/docs/images/guides/q-ctrl-optimization-solver/extracted-outputs/c2ce65e3-0.avif and /dev/null differ 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 cefb1778f00..a536a8ae49a 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/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg index fafbda756bc..c9410dc8bbd 100644 --- a/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg +++ b/public/docs/images/guides/transpile-with-pass-managers/extracted-outputs/dcc69b72-e13b-4df6-a51f-a5ef2108bae7-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/docs/images/guides/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 a56fe8803a5..87da1c76a2f 100644 Binary files a/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif and b/public/docs/images/guides/visualize-circuits/extracted-outputs/94948dab-57de-45f0-8dd7-5901ae69b70a-0.avif differ diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.avif b/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.avif deleted file mode 100644 index 62434c04437..00000000000 Binary files a/public/docs/images/guides/visualize-results/extracted-outputs/17c9893a-d1bf-4726-b444-6dce1d56805f-2.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.avif b/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.avif deleted file mode 100644 index 8cc455b0d9d..00000000000 Binary files a/public/docs/images/guides/visualize-results/extracted-outputs/4eb79f4b-36b5-4797-a1a0-67d881d46ca4-1.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.avif b/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.avif deleted file mode 100644 index 2ac133574b7..00000000000 Binary files a/public/docs/images/guides/visualize-results/extracted-outputs/57d8053e-d030-460d-9c1f-772e53b1a49b-0.avif and /dev/null differ diff --git a/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.avif b/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.avif deleted file mode 100644 index e06a888b2dd..00000000000 Binary files a/public/docs/images/guides/visualize-results/extracted-outputs/bd70e13f-5c52-42fb-8dde-980b15e3604a-0.avif and /dev/null differ diff --git a/public/docs/images/tutorials/hello-world/extracted-outputs/87143fcc-0.svg b/public/docs/images/tutorials/hello-world/extracted-outputs/87143fcc-0.svg index 7716abebb57..b44227a2424 100644 --- a/public/docs/images/tutorials/hello-world/extracted-outputs/87143fcc-0.svg +++ b/public/docs/images/tutorials/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/tutorials/hello-world/extracted-outputs/de91ebd0-0.svg b/public/docs/images/tutorials/hello-world/extracted-outputs/de91ebd0-0.svg index 804ba95239b..c498e43daa3 100644 --- a/public/docs/images/tutorials/hello-world/extracted-outputs/de91ebd0-0.svg +++ b/public/docs/images/tutorials/hello-world/extracted-outputs/de91ebd0-0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file