diff --git a/test/integ_tests/pulse_control/rig_pulse_device_capabilities.json b/test/integ_tests/pulse_control/rig_pulse_device_capabilities.json index cf201587a..c349ef393 100644 --- a/test/integ_tests/pulse_control/rig_pulse_device_capabilities.json +++ b/test/integ_tests/pulse_control/rig_pulse_device_capabilities.json @@ -1 +1 @@ -{"service": {"braketSchemaHeader": {"name": "braket.device_schema.device_service_properties", "version": "1"}, "executionWindows": [{"executionDay": "Everyday", "windowStartHour": "00:00:00", "windowEndHour": "23:59:00"}], "shotsRange": [10, 50000], "deviceCost": {"price": 0.00145, "unit": "shot"}, "deviceDocumentation": {"imageUrl": "http://d1.awsstatic.com/logos/Rigetti_logo_rgb_teal.0cbe3c0653e755ab97c04ec56f3611f53e2a780c.png", "summary": "Universal gate-model QPU based on superconducting qubits", "externalDocumentationUrl": "https://qcs.rigetti.com/qpus/"}, "deviceLocation": "California, USA", "updatedAt": "2024-08-26T16:05:35+00:00", "getTaskPollIntervalMillis": 200}, "action": {"braket.ir.openqasm.program": {"version": ["1.0"], "actionType": "braket.ir.openqasm.program", "supportedOperations": ["cz", "xy", "ccnot", "cnot", "cphaseshift", "cphaseshift00", "cphaseshift01", "cphaseshift10", "cswap", "h", "i", "iswap", "phaseshift", "pswap", "rx", "ry", "rz", "s", "si", "swap", "t", "ti", "x", "y", "z"], "supportedModifiers": [], "supportedPragmas": ["verbatim", "braket_result_type_sample", "braket_result_type_expectation", "braket_result_type_variance", "braket_result_type_probability"], "forbiddenPragmas": ["braket_unitary_matrix", "braket_result_type_state_vector", "braket_result_type_density_matrix", "braket_result_type_amplitude", "braket_result_type_adjoint_gradient"], "maximumQubitArrays": 1, "maximumClassicalArrays": 1, "forbiddenArrayOperations": ["concatenation", "negativeIndex", "range", "rangeWithStep", "slicing", "selection"], "requiresAllQubitsMeasurement": false, "supportPhysicalQubits": true, "requiresContiguousQubitIndices": false, "supportsPartialVerbatimBox": true, "supportsUnassignedMeasurements": false, "disabledQubitRewiringSupported": false, "supportedResultTypes": [{"name": "Sample", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Expectation", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Variance", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Probability", "minShots": 10, "maxShots": 50000}]}}, "deviceParameters": {"title": "RigettiDeviceParameters", "description": "This defines the parameters common to all the Rigetti devices.\n\nAttributes:\n paradigmParameters: Parameters that are common to gatemodel paradigm\n\nExamples:\n >>> import json\n >>> input_json = {\n ... \"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.rigetti.rigetti_device_parameters\",\n ... \"version\": \"1\",\n ... },\n ... \"paradigmParameters\": {\"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.gate_model_parameters\",\n ... \"version\": \"1\",\n ... },\"qubitCount\": 1},\n ... }\n >>> RigettiDeviceParameters.parse_raw_schema(json.dumps(input_json))", "type": "object", "properties": {"braketSchemaHeader": {"title": "Braketschemaheader", "default": {"name": "braket.device_schema.rigetti.rigetti_device_parameters", "version": "1"}, "const": {"name": "braket.device_schema.rigetti.rigetti_device_parameters", "version": "1"}}, "paradigmParameters": {"$ref": "#/definitions/GateModelParameters"}}, "required": ["paradigmParameters"], "definitions": {"GateModelParameters": {"title": "GateModelParameters", "description": "Defines parameters common to all gate model devices.\n\nAttributes:\n qubitCount: Number of qubits used by the circuit.\n disableQubitRewiring: Whether to run the circuit with the exact qubits chosen,\n without any rewiring downstream.\n If ``True``, no qubit rewiring is allowed; if ``False``, qubit rewiring is allowed.\n\nExamples:\n >>> import json\n >>> input_json = {\n ... \"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.gate_model_parameters\",\n ... \"version\": \"1\",\n ... },\n ... \"qubitCount\": 1,\n ... \"disableQubitRewiring\": True\n ... }\n >>> GateModelParameters.parse_raw_schema(json.dumps(input_json))", "type": "object", "properties": {"braketSchemaHeader": {"title": "Braketschemaheader", "default": {"name": "braket.device_schema.gate_model_parameters", "version": "1"}, "const": {"name": "braket.device_schema.gate_model_parameters", "version": "1"}}, "qubitCount": {"title": "Qubitcount", "minimum": 0, "type": "integer"}, "disableQubitRewiring": {"title": "Disablequbitrewiring", "default": false, "type": "boolean"}}, "required": ["qubitCount"]}}}, "braketSchemaHeader": {"name": "braket.device_schema.rigetti.rigetti_device_capabilities", "version": "1"}, "paradigm": {"braketSchemaHeader": {"name": "braket.device_schema.gate_model_qpu_paradigm_properties", "version": "1"}, "connectivity": {"fullyConnected": false, "connectivityGraph": {"0": ["1", "7"], "1": ["0", "2", "8"], "2": ["1", "3", "9"], "3": ["2", "4", "10"], "4": ["3", "5", "11"], "5": ["4", "6", "12"], "6": ["5", "13"], "7": ["0", "8", "14"], "8": ["1", "7", "9", "15"], "9": ["2", "8", "10", "16"], "10": ["3", "9", "11", "17"], "11": ["4", "10", "12", "18"], "12": ["5", "11", "13", "19"], "13": ["6", "12", "20"], "14": ["7", "15", "21"], "15": ["8", "14", "22"], "16": ["9", "17", "23"], "17": ["10", "16", "18", "24"], "18": ["11", "17", "19", "25"], "19": ["12", "18", "20", "26"], "20": ["13", "19", "27"], "21": ["14", "22", "28"], "22": ["15", "21", "23", "29"], "23": ["16", "22", "24", "30"], "24": ["17", "23", "25", "31"], "25": ["18", "24", "26", "32"], "26": ["19", "25", "33"], "27": ["20", "34"], "28": ["21", "29", "35"], "29": ["22", "28", "30", "36"], "30": ["23", "29", "31", "37"], "31": ["24", "30", "32", "38"], "32": ["25", "31", "33", "39"], "33": ["26", "32", "34", "40"], "34": ["27", "33", "41"], "35": ["28", "36", "42"], "36": ["29", "35", "37", "43"], "37": ["30", "36", "38", "44"], "38": ["31", "37", "39", "45"], "39": ["32", "38", "40", "46"], "40": ["33", "39", "41", "47"], "41": ["34", "40", "48"], "42": ["35", "43", "49"], "43": ["36", "42", "44", "50"], "44": ["37", "43", "45", "51"], "45": ["38", "44", "46", "52"], "46": ["39", "45", "47", "53"], "47": ["40", "46", "48", "54"], "48": ["41", "47", "55"], "49": ["42", "56"], "50": ["43", "51", "57"], "51": ["44", "50", "52", "58"], "52": ["45", "51", "53", "59"], "53": ["46", "52", "54"], "54": ["47", "53", "55", "61"], "55": ["48", "54", "62"], "56": ["49", "57", "63"], "57": ["50", "56", "58", "64"], "58": ["51", "57", "59", "65"], "59": ["52", "58", "60", "66"], "60": ["59"], "61": ["54", "62", "68"], "62": ["55", "61", "69"], "63": ["56", "64", "70"], "64": ["57", "63", "65", "71"], "65": ["58", "64", "66", "72"], "66": ["59", "65", "67"], "67": ["66", "68", "74"], "68": ["61", "67", "69", "75"], "69": ["62", "68", "76"], "70": ["63", "71", "77"], "71": ["64", "70", "72", "78"], "72": ["65", "71", "73", "79"], "73": ["72", "74", "80"], "74": ["67", "73", "75", "81"], "75": ["68", "74", "76", "82"], "76": ["69", "75", "83"], "77": ["70", "78"], "78": ["71", "77", "79"], "79": ["72", "78", "80"], "80": ["73", "79", "81"], "81": ["74", "80", "82"], "82": ["75", "81", "83"], "83": ["76", "82"]}}, "qubitCount": 84, "nativeGateSet": ["rx", "rz", "cz", "iswap"]}, "provider": {"braketSchemaHeader": {"name": "braket.device_schema.rigetti.rigetti_provider_properties", "version": "1"}, "specs": {"1Q": {"0": {"fRO": 0.9339999999999999, "f1QRB": 0.998855915832255, "f1QRB_std_err": 1.7698407724494577e-05, "f1Q_simultaneous_RB": 0.9976599760440159, "f1Q_simultaneous_RB_std_err": 5.1716866343192766e-05, "T1": 1.5011723342533676e-05, "T2": 1.8677198963538662e-05}, "1": {"fRO": 0.9299999999999999, "f1QRB": 0.9988212318456801, "f1QRB_std_err": 3.183399962210935e-05, "f1Q_simultaneous_RB": 0.9937403487371552, "f1Q_simultaneous_RB_std_err": 0.0001801247261077859, "T1": 1.9659607016975783e-05, "T2": 7.639489103997298e-06}, "2": {"fRO": 0.929, "f1QRB": 0.9989250214219001, "f1QRB_std_err": 0.00019285428180131113, "f1Q_simultaneous_RB": 0.990699052875003, "f1Q_simultaneous_RB_std_err": 0.0013058667830631104, "T1": 1.2261173385543682e-05, "T2": 1.6932175971101023e-05}, "3": {"fRO": 0.935, "f1QRB": 0.9988644732442705, "f1QRB_std_err": 2.656485379240733e-05, "f1Q_simultaneous_RB": 0.997582234923371, "f1Q_simultaneous_RB_std_err": 0.000178282914003075, "T1": 1.7773180412623382e-05, "T2": 1.3996277078891914e-05}, "4": {"fRO": 0.847, "f1QRB": 0.9980483072033268, "f1QRB_std_err": 0.00012943422975819307, "f1Q_simultaneous_RB": 0.9954284023017665, "f1Q_simultaneous_RB_std_err": 0.0003421265713909539, "T1": 1.2916384589536944e-05, "T2": 4.966804512196196e-06}, "5": {"fRO": 0.967, "f1QRB": 0.9969413854781625, "f1QRB_std_err": 0.0001244547711270749, "f1Q_simultaneous_RB": 0.9907092089919091, "f1Q_simultaneous_RB_std_err": 0.000553872894608129, "T1": 3.666852564254525e-06, "T2": 1.2638815596578933e-05}, "6": {"fRO": 0.978, "f1QRB": 0.9982406431618975, "f1QRB_std_err": 3.296646555875602e-05, "f1Q_simultaneous_RB": 0.997479423012735, "f1Q_simultaneous_RB_std_err": 8.020060589228017e-05, "T1": 1.1580994057948827e-05, "T2": 1.4276522725822534e-05}, "7": {"fRO": 0.921, "f1QRB": 0.9983730574788718, "f1QRB_std_err": 2.22572459637884e-05, "f1Q_simultaneous_RB": 0.9927257283587926, "f1Q_simultaneous_RB_std_err": 0.00018385743545259667, "T1": 1.0254980000446506e-05, "T2": 1.355624273320058e-05}, "8": {"fRO": 0.95, "f1QRB": 0.9988283988709087, "f1QRB_std_err": 2.5693518390251894e-05, "f1Q_simultaneous_RB": 0.9909310699422733, "f1Q_simultaneous_RB_std_err": 0.0008487556252218141, "T1": 1.2036739151244671e-05, "T2": 9.997917958774121e-06}, "9": {"fRO": 0.9490000000000001, "f1QRB": 0.9984348811924547, "f1QRB_std_err": 4.3852501522215575e-05, "f1Q_simultaneous_RB": 0.984460366727107, "f1Q_simultaneous_RB_std_err": 0.0025647239977719875, "T1": 1.1616435418743723e-05, "T2": 1.3443728993543335e-05}, "10": {"fRO": 0.9410000000000001, "f1QRB": 0.9988776304952632, "f1QRB_std_err": 2.462258021919985e-05, "f1Q_simultaneous_RB": 0.9930247817095895, "f1Q_simultaneous_RB_std_err": 0.0024297680904397808, "T1": 1.6155428790406702e-05, "T2": 1.1913291067367968e-05}, "11": {"fRO": 0.889, "f1QRB": 0.9979324273143189, "f1QRB_std_err": 6.393783727159722e-05, "f1Q_simultaneous_RB": 0.9831339462988335, "f1Q_simultaneous_RB_std_err": 0.0017793353257061601, "T1": 1.3751896135660038e-05, "T2": 4.433939169401053e-06}, "12": {"fRO": 0.984, "f1QRB": 0.9986832109379484, "f1QRB_std_err": 4.449138664149917e-05, "f1Q_simultaneous_RB": 0.9972721119627417, "f1Q_simultaneous_RB_std_err": 0.00010113874587087669, "T1": 1.483964100838624e-05, "T2": 9.770869440994294e-06}, "13": {"fRO": 0.933, "f1QRB": 0.9986848566324276, "f1QRB_std_err": 6.717744801109022e-05, "f1Q_simultaneous_RB": 0.9971449925034623, "f1Q_simultaneous_RB_std_err": 9.416061921836722e-05, "T1": 1.1804636244600781e-05, "T2": 5.847579997134658e-06}, "14": {"fRO": 0.925, "f1QRB": 0.9990011208251742, "f1QRB_std_err": 8.431723381494848e-05, "f1Q_simultaneous_RB": 0.9907550851862371, "f1Q_simultaneous_RB_std_err": 0.0008220073822994401, "T1": 9.730440621440254e-06, "T2": 7.795162974092052e-06}, "15": {"fRO": 0.931, "f1QRB": 0.9984296711071966, "f1QRB_std_err": 5.9290611309473565e-05, "f1Q_simultaneous_RB": 0.9922350345611195, "f1Q_simultaneous_RB_std_err": 0.0006932928797523041, "T1": 1.6369190312113554e-05, "T2": 1.5537018584540777e-05}, "16": {"fRO": 0.843, "f1QRB": 0.9990701843539505, "f1QRB_std_err": 1.5009113431693727e-05, "f1Q_simultaneous_RB": 0.981576607612656, "f1Q_simultaneous_RB_std_err": 0.0022316142105868715, "T1": 2.7227773062978824e-05, "T2": 5.415347589698056e-06}, "17": {"fRO": 0.879, "f1QRB": 0.9984720222766112, "f1QRB_std_err": 9.226212318090474e-05, "f1Q_simultaneous_RB": 0.9967299435420809, "f1Q_simultaneous_RB_std_err": 0.00012511007147457875, "T1": 1.2723733594184629e-05, "T2": 1.2874258816163367e-05}, "18": {"fRO": 0.958, "f1QRB": 0.9988387562337089, "f1QRB_std_err": 2.099867414572457e-05, "f1Q_simultaneous_RB": 0.9916880069266844, "f1Q_simultaneous_RB_std_err": 0.0004470788063546735, "T1": 1.2341098131356295e-05, "T2": 1.8534771837798867e-05}, "19": {"fRO": 0.865, "f1QRB": 0.9988216907118531, "f1QRB_std_err": 4.67964328185908e-05, "f1Q_simultaneous_RB": 0.9802902469480634, "f1Q_simultaneous_RB_std_err": 0.006358228419796111, "T1": 1.6379276556226088e-05, "T2": 1.9816806486874026e-05}, "20": {"fRO": 0.969, "f1QRB": 0.9982415537248867, "f1QRB_std_err": 9.721021717154419e-05, "f1Q_simultaneous_RB": 0.9966029810397193, "f1Q_simultaneous_RB_std_err": 0.0002764649305142951, "T1": 1.984606713077098e-05, "T2": 2.3838250473957826e-05}, "21": {"fRO": 0.963, "f1QRB": 0.9989070377005983, "f1QRB_std_err": 1.3599408732797258e-05, "f1Q_simultaneous_RB": 0.9975262435031085, "f1Q_simultaneous_RB_std_err": 0.00020270786036859228, "T1": 2.4180851041718775e-05, "T2": 2.0847824042797315e-05}, "22": {"fRO": 0.9159999999999999, "f1QRB": 0.9984818096406924, "f1QRB_std_err": 6.0539395005578056e-05, "f1Q_simultaneous_RB": 0.9884946573391248, "f1Q_simultaneous_RB_std_err": 0.0010085550806094288, "T1": 1.2071203364046857e-05, "T2": 8.279979353868996e-06}, "23": {"fRO": 0.964, "f1QRB": 0.9983826802032483, "f1QRB_std_err": 5.788298366289254e-05, "f1Q_simultaneous_RB": 0.9892201160978853, "f1Q_simultaneous_RB_std_err": 0.002035482214059766, "T1": 1.1554963094130521e-05, "T2": 1.1453083901828355e-05}, "24": {"fRO": 0.969, "f1QRB": 0.998519864269033, "f1QRB_std_err": 4.282733824769389e-05, "f1Q_simultaneous_RB": 0.9953672421163432, "f1Q_simultaneous_RB_std_err": 0.00024998040039891196, "T1": 1.917212054087794e-05, "T2": 1.122538341470546e-05}, "25": {"fRO": 0.974, "f1QRB": 0.998504598054737, "f1QRB_std_err": 7.663589756887061e-05, "f1Q_simultaneous_RB": 0.9940633794178464, "f1Q_simultaneous_RB_std_err": 0.0005062296713801612, "T1": 1.2348555720998777e-05, "T2": 1.5394909727449522e-05}, "26": {"fRO": 0.953, "f1QRB": 0.9991067011004142, "f1QRB_std_err": 1.5398310803510946e-05, "f1Q_simultaneous_RB": 0.9725217710688847, "f1Q_simultaneous_RB_std_err": 0.006111485713596178, "T1": 1.5154543011321452e-05, "T2": 1.2543758948593506e-05}, "27": {"fRO": 0.9259999999999999, "f1QRB": 0.9977837813421013, "f1QRB_std_err": 0.00012334759755320185, "f1Q_simultaneous_RB": 0.994690849476047, "f1Q_simultaneous_RB_std_err": 0.00016052346106713364, "T1": 4.063426971314552e-06, "T2": 3.827961581989595e-06}, "28": {"fRO": 0.929, "f1QRB": 0.9978345175601614, "f1QRB_std_err": 4.686739365664538e-05, "f1Q_simultaneous_RB": 0.9939322048953236, "f1Q_simultaneous_RB_std_err": 0.00031260212794448334, "T1": 1.1495100430055103e-05, "T2": 4.329955289723558e-06}, "29": {"fRO": 0.915, "f1QRB": 0.9989005764478431, "f1QRB_std_err": 8.337500102594828e-05, "f1Q_simultaneous_RB": 0.9955752234069063, "f1Q_simultaneous_RB_std_err": 0.0002273745666588487, "T1": 1.68532436080371e-05, "T2": 1.671185442119025e-05}, "30": {"fRO": 0.9550000000000001, "f1QRB": 0.9979155446002772, "f1QRB_std_err": 5.867682505212261e-05, "f1Q_simultaneous_RB": 0.9919075321426774, "f1Q_simultaneous_RB_std_err": 0.0007665999466865362, "T1": 1.3274945119653247e-05, "T2": 6.312667437123451e-06}, "31": {"fRO": 0.972, "f1QRB": 0.9986048840651305, "f1QRB_std_err": 3.759161584133948e-05, "f1Q_simultaneous_RB": 0.9929737863472393, "f1Q_simultaneous_RB_std_err": 0.0005162678449107612, "T1": 1.2341058356467608e-05, "T2": 1.3442987182839598e-05}, "32": {"fRO": 0.948, "f1QRB": 0.9982525404875301, "f1QRB_std_err": 5.437265782377263e-05, "f1Q_simultaneous_RB": 0.9953384128890718, "f1Q_simultaneous_RB_std_err": 0.00019018985238076399, "T1": 1.54934367013915e-05, "T2": 1.1172750236407743e-05}, "33": {"fRO": 0.933, "f1QRB": 0.9981471927229262, "f1QRB_std_err": 6.763689714352645e-05, "f1Q_simultaneous_RB": 0.987591167540914, "f1Q_simultaneous_RB_std_err": 0.0008817178393647264, "T1": 9.284371831551414e-06, "T2": 1.3504109436146803e-05}, "34": {"fRO": 0.968, "f1QRB": 0.9990561878663746, "f1QRB_std_err": 2.5247063975490935e-05, "f1Q_simultaneous_RB": 0.9846916445188438, "f1Q_simultaneous_RB_std_err": 0.0015866538513111305, "T1": 1.4749219518270387e-05, "T2": 2.319186111174822e-05}, "35": {"fRO": 0.949, "f1QRB": 0.9986056947145278, "f1QRB_std_err": 3.157758771046727e-05, "f1Q_simultaneous_RB": 0.9923389468970717, "f1Q_simultaneous_RB_std_err": 0.0002770659580473712, "T1": 1.6350888260723518e-05, "T2": 4.127808283453146e-06}, "36": {"fRO": 0.9339999999999999, "f1QRB": 0.9985524067973288, "f1QRB_std_err": 4.355644690836959e-05, "f1Q_simultaneous_RB": 0.992814287288173, "f1Q_simultaneous_RB_std_err": 0.0006795912001646882, "T1": 1.1672568294198547e-05, "T2": 1.35951858402554e-05}, "37": {"fRO": 0.972, "f1QRB": 0.9980518916543808, "f1QRB_std_err": 0.00011145730230866573, "f1Q_simultaneous_RB": 0.9934134484598426, "f1Q_simultaneous_RB_std_err": 0.0002911403260910076, "T1": 9.58802148280019e-06, "T2": 1.0594632522790081e-05}, "38": {"fRO": 0.952, "f1QRB": 0.9984752510493642, "f1QRB_std_err": 7.133117197669834e-05, "f1Q_simultaneous_RB": 0.9940598707286995, "f1Q_simultaneous_RB_std_err": 0.0006161594359429342, "T1": 1.7706306789242352e-05, "T2": 3.6205731362902304e-06}, "39": {"fRO": 0.899, "f1QRB": 0.9961221912204116, "f1QRB_std_err": 0.00033479395296986074, "f1Q_simultaneous_RB": 0.9918231218791197, "f1Q_simultaneous_RB_std_err": 0.0013039525979509034, "T1": 1.0636732144096264e-05, "T2": 2.845919942179331e-06}, "40": {"fRO": 0.821, "f1QRB": 0.9986704229381281, "f1QRB_std_err": 4.883874236690165e-05, "f1Q_simultaneous_RB": 0.9921443973254962, "f1Q_simultaneous_RB_std_err": 0.00020286212672731638, "T1": 1.51029865554531e-05, "T2": 7.968576625556523e-06}, "41": {"fRO": 0.974, "f1QRB": 0.998838244198178, "f1QRB_std_err": 2.8226217683668583e-05, "f1Q_simultaneous_RB": 0.9975455752575617, "f1Q_simultaneous_RB_std_err": 9.034756328139098e-05, "T1": 1.4707801038187355e-05, "T2": 1.6374939588862975e-05}, "42": {"fRO": 0.921, "f1QRB": 0.9986570614431484, "f1QRB_std_err": 5.634413870015062e-05, "f1Q_simultaneous_RB": 0.9869922334378288, "f1Q_simultaneous_RB_std_err": 0.0009812557890879125, "T1": 9.210009228561898e-06, "T2": 4.980395298754921e-06}, "43": {"fRO": 0.8939999999999999, "f1QRB": 0.9988129097506104, "f1QRB_std_err": 4.575317073278978e-05, "f1Q_simultaneous_RB": 0.9968326747150026, "f1Q_simultaneous_RB_std_err": 0.00011729759081626032, "T1": 1.1910468873980053e-05, "T2": 1.6342350899304883e-05}, "44": {"fRO": 0.947, "f1QRB": 0.998640848157975, "f1QRB_std_err": 5.440262760169199e-05, "f1Q_simultaneous_RB": 0.9883141186652037, "f1Q_simultaneous_RB_std_err": 0.0024226718907255887, "T1": 1.2919833712513793e-05, "T2": 9.022524409086557e-06}, "45": {"fRO": 0.9019999999999999, "f1QRB": 0.9983812239779918, "f1QRB_std_err": 2.6972809575406556e-05, "f1Q_simultaneous_RB": 0.9957361850339017, "f1Q_simultaneous_RB_std_err": 0.00027713691370890274, "T1": 1.1615766939939578e-05, "T2": 8.548757427796422e-06}, "46": {"fRO": 0.953, "f1QRB": 0.998035153954532, "f1QRB_std_err": 0.0003697628302272474, "f1Q_simultaneous_RB": 0.9770725938280178, "f1Q_simultaneous_RB_std_err": 0.004742981949867908, "T1": 1.0564582430956609e-05, "T2": 1.580178320560601e-05}, "47": {"fRO": 0.977, "f1QRB": 0.9989511426391807, "f1QRB_std_err": 1.1942395815391826e-05, "f1Q_simultaneous_RB": 0.9935771728611215, "f1Q_simultaneous_RB_std_err": 0.0008421407100945755, "T1": 1.4704997022265185e-05, "T2": 1.5620111136280784e-05}, "48": {"fRO": 0.971, "f1QRB": 0.9992031965927299, "f1QRB_std_err": 1.8816198876028233e-05, "f1Q_simultaneous_RB": 0.9977894491252559, "f1Q_simultaneous_RB_std_err": 2.6276446873565215e-05, "T1": 2.3531771021062072e-05, "T2": 2.0791791155229953e-05}, "49": {"fRO": 0.9099999999999999, "f1QRB": 0.9984192120102475, "f1QRB_std_err": 4.8472414064605e-05, "f1Q_simultaneous_RB": 0.9961540692709139, "f1Q_simultaneous_RB_std_err": 0.0002967062414968498, "T1": 9.758600581964991e-06, "T2": 1.0411445599340662e-05}, "50": {"fRO": 0.9390000000000001, "f1QRB": 0.9987973806162559, "f1QRB_std_err": 2.406760729737256e-05, "f1Q_simultaneous_RB": 0.9956262054734012, "f1Q_simultaneous_RB_std_err": 0.00020831173347316448, "T1": 1.6839144548320924e-05, "T2": 6.091715227594239e-06}, "51": {"fRO": 0.983, "f1QRB": 0.9987449395715774, "f1QRB_std_err": 2.641347370675917e-05, "f1Q_simultaneous_RB": 0.9969628794854759, "f1Q_simultaneous_RB_std_err": 0.00015997243659728703, "T1": 9.683228193644904e-06, "T2": 1.0078647907953997e-05}, "52": {"fRO": 0.948, "f1QRB": 0.9983429950062186, "f1QRB_std_err": 4.87688776990983e-05, "f1Q_simultaneous_RB": 0.9941911107791905, "f1Q_simultaneous_RB_std_err": 0.0003987808915444834, "T1": 1.2114379945292433e-05, "T2": 8.966948986308244e-06}, "53": {"fRO": 0.9239999999999999, "f1QRB": 0.9985851820489323, "f1QRB_std_err": 3.9130319859091483e-05, "f1Q_simultaneous_RB": 0.9950086937788933, "f1Q_simultaneous_RB_std_err": 0.00030891888668313494, "T1": 1.4418380104023795e-05, "T2": 3.1429784597594405e-06}, "54": {"fRO": 0.965, "f1QRB": 0.9984320253921524, "f1QRB_std_err": 3.263719292061889e-05, "f1Q_simultaneous_RB": 0.987350428434257, "f1Q_simultaneous_RB_std_err": 0.0017471436305658145, "T1": 1.2787012384620042e-05, "T2": 1.2278570896801294e-05}, "55": {"fRO": 0.976, "f1QRB": 0.9976155879877872, "f1QRB_std_err": 5.134886096203828e-05, "f1Q_simultaneous_RB": 0.9962107325385757, "f1Q_simultaneous_RB_std_err": 9.184019201590085e-05, "T1": 8.851289529007017e-06, "T2": 5.170870559220067e-06}, "56": {"fRO": 0.917, "f1QRB": 0.9979552289684813, "f1QRB_std_err": 6.162491851165476e-05, "f1Q_simultaneous_RB": 0.9943693272203389, "f1Q_simultaneous_RB_std_err": 0.0004007258222701244, "T1": 1.8353188867507658e-05, "T2": 1.1429544212854428e-05}, "57": {"fRO": 0.9510000000000001, "f1QRB": 0.9952547738591326, "f1QRB_std_err": 0.0003127173329200403, "f1Q_simultaneous_RB": 0.9842434575490815, "f1Q_simultaneous_RB_std_err": 0.0018353734270644515, "T1": 1.0874817363527994e-05, "T2": 1.504373648239392e-05}, "58": {"fRO": 0.95, "f1QRB": 0.9989574933521438, "f1QRB_std_err": 3.8247452240116545e-05, "f1Q_simultaneous_RB": 0.9977039844046977, "f1Q_simultaneous_RB_std_err": 0.00010355668864089325, "T1": 9.469862629259686e-06, "T2": 1.958615868022843e-05}, "59": {"fRO": 0.866, "f1QRB": 0.9984033302282576, "f1QRB_std_err": 4.2974272353294735e-05, "f1Q_simultaneous_RB": 0.9755105466852784, "f1Q_simultaneous_RB_std_err": 0.001858011201532552, "T1": 1.2412675707490473e-05, "T2": 6.660424723791642e-06}, "60": {"fRO": 0.974, "f1QRB": 0.9979286320092028, "f1QRB_std_err": 5.4765321252194824e-05, "f1Q_simultaneous_RB": 0.9840681591027306, "f1Q_simultaneous_RB_std_err": 0.0014679916358160956, "T1": 8.041586496259832e-06, "T2": 1.0817288621996926e-05}, "61": {"fRO": 0.915, "f1QRB": 0.9985538767326458, "f1QRB_std_err": 4.32687343689646e-05, "f1Q_simultaneous_RB": 0.9651990635659197, "f1Q_simultaneous_RB_std_err": 0.0036383694014330333, "T1": 1.1750227103913496e-05, "T2": 1.3266234417721796e-05}, "62": {"fRO": 0.965, "f1QRB": 0.9988111445627552, "f1QRB_std_err": 2.717991560167268e-05, "f1Q_simultaneous_RB": 0.9942563088974192, "f1Q_simultaneous_RB_std_err": 0.00040087854861519176, "T1": 1.584268982144892e-05, "T2": 1.852895246599553e-05}, "63": {"fRO": 0.963, "f1QRB": 0.9990017762057112, "f1QRB_std_err": 4.217680059358684e-05, "f1Q_simultaneous_RB": 0.9976165422065669, "f1Q_simultaneous_RB_std_err": 6.599144558381705e-05, "T1": 2.0537918126286874e-05, "T2": 9.3271328584368e-06}, "64": {"fRO": 0.97, "f1QRB": 0.9986343707242467, "f1QRB_std_err": 4.18209775398531e-05, "f1Q_simultaneous_RB": 0.9932878877761565, "f1Q_simultaneous_RB_std_err": 0.0005049895987301464, "T1": 1.3090230703568032e-05, "T2": 9.32472230546226e-06}, "65": {"fRO": 0.973, "f1QRB": 0.9988984887435135, "f1QRB_std_err": 3.078737961393179e-05, "f1Q_simultaneous_RB": 0.988797845709066, "f1Q_simultaneous_RB_std_err": 0.00037858404819216896, "T1": 1.7616292894617653e-05, "T2": 2.1644918696933765e-05}, "66": {"fRO": 0.842, "f1QRB": 0.9987403784142771, "f1QRB_std_err": 7.105275027119333e-05, "f1Q_simultaneous_RB": 0.9624137645652652, "f1Q_simultaneous_RB_std_err": 0.01681957635040522, "T1": 1.3793342050182242e-05, "T2": 1.6350650712531812e-05}, "67": {"fRO": 0.907, "f1QRB": 0.9975489448440822, "f1QRB_std_err": 7.312675488231737e-05, "f1Q_simultaneous_RB": 0.9916044832185534, "f1Q_simultaneous_RB_std_err": 0.002637879913808301, "T1": 1.026141056647342e-05, "T2": 1.4903445093361184e-05}, "68": {"fRO": 0.9630000000000001, "f1QRB": 0.9981932580935842, "f1QRB_std_err": 6.81766282040073e-05, "f1Q_simultaneous_RB": 0.985358486759789, "f1Q_simultaneous_RB_std_err": 0.002956837427872341, "T1": 1.476828665663657e-05, "T2": 1.8912567602485363e-05}, "69": {"fRO": 0.964, "f1QRB": 0.9983471773645897, "f1QRB_std_err": 5.105590635278363e-05, "f1Q_simultaneous_RB": 0.9962092034041551, "f1Q_simultaneous_RB_std_err": 0.00012372000454088868, "T1": 1.3053939925303657e-05, "T2": 1.2106309298066482e-05}, "70": {"fRO": 0.971, "f1QRB": 0.9985742346112367, "f1QRB_std_err": 1.580678699901812e-05, "f1Q_simultaneous_RB": 0.9970639984253803, "f1Q_simultaneous_RB_std_err": 9.56942195045399e-05, "T1": 1.3610881047251133e-05, "T2": 1.5163111383102845e-05}, "71": {"fRO": 0.931, "f1QRB": 0.9987523849404637, "f1QRB_std_err": 3.5150415839806403e-05, "f1Q_simultaneous_RB": 0.9942902857793017, "f1Q_simultaneous_RB_std_err": 0.00035622126944205454, "T1": 1.7127511553219087e-05, "T2": 1.0817653021596699e-05}, "72": {"fRO": 0.959, "f1QRB": 0.9985710491498412, "f1QRB_std_err": 3.6797203572644067e-05, "f1Q_simultaneous_RB": 0.9780652650056323, "f1Q_simultaneous_RB_std_err": 0.001675536815883199, "T1": 1.3603866363227325e-05, "T2": 1.7030616285673025e-05}, "73": {"fRO": 0.967, "f1QRB": 0.9986623547734932, "f1QRB_std_err": 4.191119023352349e-05, "f1Q_simultaneous_RB": 0.9877000960536236, "f1Q_simultaneous_RB_std_err": 0.0016634200182002498, "T1": 1.3045287966613763e-05, "T2": 1.055163688819773e-05}, "74": {"fRO": 0.929, "f1QRB": 0.9975369399612654, "f1QRB_std_err": 0.00011971266452047696, "f1Q_simultaneous_RB": 0.9736253744922729, "f1Q_simultaneous_RB_std_err": 0.0029752517132017103, "T1": 1.5074663463274733e-05, "T2": 1.4831560072622263e-05}, "75": {"fRO": 0.978, "f1QRB": 0.9982168619248103, "f1QRB_std_err": 7.268324151414306e-05, "f1Q_simultaneous_RB": 0.9955849214048461, "f1Q_simultaneous_RB_std_err": 0.00030001118346556553, "T1": 1.8317805185605833e-05, "T2": 1.5191834623617916e-05}, "76": {"fRO": 0.963, "f1QRB": 0.9984449444738777, "f1QRB_std_err": 5.241062557354961e-05, "f1Q_simultaneous_RB": 0.9954770697122495, "f1Q_simultaneous_RB_std_err": 0.000354520322039072, "T1": 1.5695634242431464e-05, "T2": 1.5068073991093194e-05}, "77": {"fRO": 0.885, "f1QRB": 0.9945816492983729, "f1QRB_std_err": 0.00025767104384485115, "f1Q_simultaneous_RB": 0.992605264464101, "f1Q_simultaneous_RB_std_err": 0.0002729385082129429, "T1": 1.7161335743114258e-06, "T2": 3.173957695201723e-06}, "78": {"fRO": 0.896, "f1QRB": 0.9983409402223051, "f1QRB_std_err": 8.275624057087212e-05, "f1Q_simultaneous_RB": 0.9971821647876127, "f1Q_simultaneous_RB_std_err": 0.00010294486964901817, "T1": 1.1091378499664309e-05, "T2": 4.034515890502141e-06}, "79": {"fRO": 0.8420000000000001, "f1QRB": 0.9976420090123318, "f1QRB_std_err": 6.979764432009092e-05, "f1Q_simultaneous_RB": 0.9959512848607095, "f1Q_simultaneous_RB_std_err": 0.00015525655304803545, "T1": 6.619004396576916e-06, "T2": 9.013933486893212e-06}, "80": {"fRO": 0.973, "f1QRB": 0.997380250888667, "f1QRB_std_err": 6.0382006088673543e-05, "f1Q_simultaneous_RB": 0.9954832763133675, "f1Q_simultaneous_RB_std_err": 0.0002583522989657768, "T1": 5.818422909424632e-06, "T2": 8.50611142218326e-06}, "81": {"fRO": 0.882, "T1": 3.2480782342309714e-06, "T2": 3.572886402042599e-06}, "82": {"fRO": 0.977, "f1QRB": 0.9986911053245108, "f1QRB_std_err": 3.36479944084689e-05, "f1Q_simultaneous_RB": 0.9972277779780752, "f1Q_simultaneous_RB_std_err": 0.00015405731311625743, "T1": 1.2421065628668832e-05, "T2": 1.4695527499034071e-05}, "83": {"fRO": 0.973, "f1QRB": 0.9986224544532697, "f1QRB_std_err": 2.098853498147026e-05, "f1Q_simultaneous_RB": 0.9939900092356991, "f1Q_simultaneous_RB_std_err": 0.0002777673491533561, "T1": 9.661103547062204e-06, "T2": 1.6098127681589203e-05}}, "2Q": {"0-1": {"fISWAP": 0.9861071406618902, "fISWAP_std_err": 0.00251216615517229}, "1-2": {"fISWAP": 0.991126594766214, "fISWAP_std_err": 0.003071431611678813}, "2-3": {"fISWAP": 0.980822444643048, "fISWAP_std_err": 0.005925577267137785}, "3-4": {"fISWAP": 0.956723333119303, "fISWAP_std_err": 0.007050165253583082}, "4-5": {"fISWAP": 0.976581201596311, "fISWAP_std_err": 0.0027568798162146365}, "5-6": {"fISWAP": 0.9936985206680226, "fISWAP_std_err": 0.0029748978581014386}, "0-7": {"fISWAP": 0.9701359243004645, "fISWAP_std_err": 0.005886754045349501}, "1-8": {"fISWAP": 0.9896829411050343, "fISWAP_std_err": 0.00204262768751547}, "2-9": {"fISWAP": 0.9841814120498209, "fISWAP_std_err": 0.003113640065579377}, "3-10": {"fISWAP": 0.9582701981164098, "fISWAP_std_err": 0.010788903493841075}, "4-11": {"fISWAP": 0.983200336877009, "fISWAP_std_err": 0.0027662552765667513}, "5-12": {"fISWAP": 0.9834692590831763, "fISWAP_std_err": 0.0029531955764331005}, "6-13": {"fISWAP": 0.8750355124214193, "fISWAP_std_err": 0.007863161789501895}, "7-8": {"fISWAP": 0.9533100872074897, "fISWAP_std_err": 0.007530542704186171}, "8-9": {"fISWAP": 0.9853105102786959, "fISWAP_std_err": 0.0024563675616852414}, "9-10": {"fISWAP": 0.982976040684371, "fISWAP_std_err": 0.006914516065895208}, "10-11": {"fISWAP": 0.9574308238761219, "fISWAP_std_err": 0.0071922095796925056}, "11-12": {"fISWAP": 0.9689659601231517, "fISWAP_std_err": 0.0038616532153816457}, "12-13": {"fISWAP": 0.9843190450689959, "fISWAP_std_err": 0.0016933943538466538}, "7-14": {"fISWAP": 0.966625476501654, "fISWAP_std_err": 0.006195632776179387}, "8-15": {"fISWAP": 0.9607121816052128, "fISWAP_std_err": 0.004895534323211834}, "9-16": {"fISWAP": 0.923488948439253, "fISWAP_std_err": 0.006808353812323333}, "10-17": {"fISWAP": 0.9510867071157644, "fISWAP_std_err": 0.018537762563591343}, "11-18": {"fISWAP": 0.972707316495805, "fISWAP_std_err": 0.008476114169385759}, "12-19": {"fISWAP": 0.9837680704993634, "fISWAP_std_err": 0.0019126366735672086}, "13-20": {"fISWAP": 0.9159160135262967, "fISWAP_std_err": 0.007614711834748791}, "14-15": {"fISWAP": 0.939800261772981, "fISWAP_std_err": 0.010494481388324367}, "16-17": {"fISWAP": 0.9792993638424817, "fISWAP_std_err": 0.003891178492062589}, "17-18": {"fISWAP": 0.9590351471603071, "fISWAP_std_err": 0.005967816377765166}, "18-19": {"fISWAP": 0.9737898240238644, "fISWAP_std_err": 0.006543241638834254}, "19-20": {"fISWAP": 0.9788221727071315, "fISWAP_std_err": 0.003068930218417647}, "14-21": {"fISWAP": 0.9768918108029873, "fISWAP_std_err": 0.003943003647595096}, "15-22": {"fISWAP": 0.9578669648214211, "fISWAP_std_err": 0.0058590281638554965}, "16-23": {"fISWAP": 0.5, "fISWAP_std_err": 1.0}, "17-24": {"fISWAP": 0.960363268392238, "fISWAP_std_err": 0.0049217576305177315}, "18-25": {"fISWAP": 0.9747567078315765, "fISWAP_std_err": 0.0058672028670630275}, "19-26": {"fISWAP": 0.873712779970879, "fISWAP_std_err": 0.024708264229039035}, "20-27": {"fISWAP": 0.9696190448505568, "fISWAP_std_err": 0.005208710498085151}, "21-22": {"fISWAP": 0.9761491083214264, "fISWAP_std_err": 0.0070786560989301245}, "22-23": {"fCZ": 0.815298523246831, "fCZ_std_err": 0.0447237982986578, "fISWAP": 0.9653356233405008, "fISWAP_std_err": 0.00881033760253541}, "23-24": {"fCZ": 0.9652511229241996, "fCZ_std_err": 0.012417987693938874, "fISWAP": 0.9740462362011584, "fISWAP_std_err": 0.004804809762197411}, "24-25": {"fISWAP": 0.95628307870349, "fISWAP_std_err": 0.0049541158625089066}, "25-26": {"fISWAP": 0.9579850732121094, "fISWAP_std_err": 0.007042756696377118}, "21-28": {"fISWAP": 0.9836249173415843, "fISWAP_std_err": 0.002664590743340106}, "22-29": {"fCZ": 0.9758650626071215, "fCZ_std_err": 0.004870323729552023, "fISWAP": 0.978681446191104, "fISWAP_std_err": 0.0021113923410702633}, "23-30": {"fCZ": 0.9567695730171802, "fCZ_std_err": 0.011325188724154412, "fISWAP": 0.9647988509560064, "fISWAP_std_err": 0.015034206455095317}, "24-31": {"fCZ": 0.9789591175401264, "fCZ_std_err": 0.004137095065168373, "fISWAP": 0.9873375749687076, "fISWAP_std_err": 0.0015170498914682294}, "25-32": {"fISWAP": 0.9730812383106383, "fISWAP_std_err": 0.0027870112641721475}, "26-33": {"fISWAP": 0.939666426602449, "fISWAP_std_err": 0.014913915309215233}, "27-34": {"fISWAP": 0.9707053891125682, "fISWAP_std_err": 0.003255426987748907}, "28-29": {"fISWAP": 0.9820412911088404, "fISWAP_std_err": 0.0039861530892923}, "29-30": {"fCZ": 0.9354547830287018, "fCZ_std_err": 0.005661483462051705, "fISWAP": 0.9857774564904304, "fISWAP_std_err": 0.0033766444009016424}, "30-31": {"fCZ": 0.9858418775793149, "fCZ_std_err": 0.004649864935438911, "fISWAP": 0.9616501898192163, "fISWAP_std_err": 0.01068225374976228}, "31-32": {"fCZ": 0.9801705451829652, "fCZ_std_err": 0.0018516437525924207, "fISWAP": 0.9724668833491945, "fISWAP_std_err": 0.005450349483383092}, "32-33": {"fCZ": 0.9623432305591957, "fCZ_std_err": 0.0036549634791375944, "fISWAP": 0.9852780792097843, "fISWAP_std_err": 0.004046163264453598}, "33-34": {"fISWAP": 0.9769633108513823, "fISWAP_std_err": 0.006647776961099767}, "28-35": {"fISWAP": 0.9795641338216239, "fISWAP_std_err": 0.004761439205175758}, "29-36": {"fCZ": 0.9903780733996469, "fCZ_std_err": 0.00376430689120365, "fISWAP": 0.9805028746625422, "fISWAP_std_err": 0.004459123105080659}, "30-37": {"fCZ": 0.9223353898002832, "fCZ_std_err": 0.013547035435679807, "fISWAP": 0.9815052070250836, "fISWAP_std_err": 0.005327629731421268}, "31-38": {"fCZ": 0.92220868028139, "fCZ_std_err": 0.01729250452331659, "fISWAP": 0.9703714232735955, "fISWAP_std_err": 0.004462155175613996}, "32-39": {"fCZ": 0.9512772161228937, "fCZ_std_err": 0.0036634293686716155, "fISWAP": 0.9642454383839796, "fISWAP_std_err": 0.008486121119066721}, "33-40": {"fCZ": 0.5, "fCZ_std_err": 1.0, "fISWAP": 0.9814044700216011, "fISWAP_std_err": 0.003121228554312321}, "34-41": {"fISWAP": 0.974268438046945, "fISWAP_std_err": 0.002425456414126565}, "35-36": {"fCZ": 0.5, "fCZ_std_err": 1.0, "fISWAP": 0.9191155292857195, "fISWAP_std_err": 0.014584451583043669}, "36-37": {"fCZ": 0.9874169726329959, "fCZ_std_err": 0.0020866442899220993, "fISWAP": 0.9587187214573808, "fISWAP_std_err": 0.007787434189698456}, "37-38": {"fCZ": 0.9604087974521243, "fCZ_std_err": 0.007953159266805534, "fISWAP": 0.8552775807182771, "fISWAP_std_err": 0.012216207651180783}, "38-39": {"fCZ": 0.8267160530270545, "fCZ_std_err": 0.054368633809470865, "fISWAP": 0.9367567134338972, "fISWAP_std_err": 0.006388405596085774}, "39-40": {"fCZ": 0.5, "fCZ_std_err": 1.0, "fISWAP": 0.8823464155948654, "fISWAP_std_err": 0.017780136338229974}, "40-41": {"fISWAP": 0.5, "fISWAP_std_err": 1.0}, "35-42": {"fCZ": 0.5, "fCZ_std_err": 1.0, "fISWAP": 0.9782554286046841, "fISWAP_std_err": 0.0054692864924038125}, "36-43": {"fCZ": 0.9886228564881778, "fCZ_std_err": 0.001605385118627533, "fISWAP": 0.969982217743632, "fISWAP_std_err": 0.0032478765819720186}, "37-44": {"fCZ": 0.9900212102444771, "fCZ_std_err": 0.0019237850855240047, "fISWAP": 0.9581014476376754, "fISWAP_std_err": 0.0065578030135855425}, "38-45": {"fCZ": 0.9565041240420495, "fCZ_std_err": 0.0142452501384824, "fISWAP": 0.8504769954202697, "fISWAP_std_err": 0.012458272476902022}, "39-46": {"fCZ": 0.9273276675144592, "fCZ_std_err": 0.011280177420034558, "fISWAP": 0.9623825302472357, "fISWAP_std_err": 0.012564185227075092}, "40-47": {"fISWAP": 0.9807321284585541, "fISWAP_std_err": 0.004991613766711852}, "41-48": {"fISWAP": 0.9784629102121543, "fISWAP_std_err": 0.0024921727605328996}, "42-43": {"fCZ": 0.9783443325002454, "fCZ_std_err": 0.0042325725765680455, "fISWAP": 0.9821854386196045, "fISWAP_std_err": 0.003932089818644242}, "43-44": {"fCZ": 0.9808961482738933, "fCZ_std_err": 0.004604260475917735, "fISWAP": 0.9601955003146169, "fISWAP_std_err": 0.004212472894593652}, "44-45": {"fCZ": 0.9799559947242665, "fCZ_std_err": 0.003681566610605469, "fISWAP": 0.9783488321608024, "fISWAP_std_err": 0.0058229140705903576}, "45-46": {"fCZ": 0.9248044311153164, "fCZ_std_err": 0.029425906021757472, "fISWAP": 0.9819186251503933, "fISWAP_std_err": 0.003608102236591083}, "46-47": {"fISWAP": 0.9540204035088325, "fISWAP_std_err": 0.0027210883299601564}, "47-48": {"fISWAP": 0.9664154014209521, "fISWAP_std_err": 0.00417279194589777}, "42-49": {"fISWAP": 0.8755101279209989, "fISWAP_std_err": 0.0160615458354552}, "43-50": {"fCZ": 0.9367800434590257, "fCZ_std_err": 0.012571187477010862, "fISWAP": 0.9919361085318396, "fISWAP_std_err": 0.002286622300813516}, "44-51": {"fCZ": 0.9487731724094757, "fCZ_std_err": 0.014682503849214386, "fISWAP": 0.9811540653955823, "fISWAP_std_err": 0.0053162788200254735}, "45-52": {"fCZ": 0.9653410011494918, "fCZ_std_err": 0.005848177254763394}, "46-53": {"fCZ": 0.9386911302371951, "fCZ_std_err": 0.014108448722543526, "fISWAP": 0.9608894026089398, "fISWAP_std_err": 0.013536615952609337}, "47-54": {"fISWAP": 0.9518426105572733, "fISWAP_std_err": 0.008392636278004944}, "48-55": {"fISWAP": 0.9567644738504327, "fISWAP_std_err": 0.007457377231465626}, "50-51": {"fCZ": 0.9564810709843308, "fCZ_std_err": 0.009474583818793465, "fISWAP": 0.9849008006626604, "fISWAP_std_err": 0.005648105118180876}, "51-52": {"fCZ": 0.9502725803003483, "fCZ_std_err": 0.009358465878355853, "fISWAP": 0.9744309664956802, "fISWAP_std_err": 0.005065863379679368}, "52-53": {"fCZ": 0.5, "fCZ_std_err": 1.0}, "53-54": {"fISWAP": 0.9768911398192609, "fISWAP_std_err": 0.007110661293866795}, "54-55": {"fISWAP": 0.9292867843121048, "fISWAP_std_err": 0.010158368292216904}, "49-56": {"fISWAP": 0.9902156528186082, "fISWAP_std_err": 0.0023056270985725904}, "50-57": {"fISWAP": 0.9469313202177354, "fISWAP_std_err": 0.008896908225571414}, "51-58": {"fISWAP": 0.8407795214817915, "fISWAP_std_err": 0.02838719448527605}, "52-59": {"fISWAP": 0.8912833490345804, "fISWAP_std_err": 0.016606976955774275}, "54-61": {"fISWAP": 0.9872125393009105, "fISWAP_std_err": 0.002910500475976786}, "55-62": {"fISWAP": 0.9252950056395356, "fISWAP_std_err": 0.012248489743960735}, "56-57": {"fISWAP": 0.9803742859542683, "fISWAP_std_err": 0.0030839831314163598}, "57-58": {"fISWAP": 0.9711314852538122, "fISWAP_std_err": 0.004679821132428129}, "58-59": {"fISWAP": 0.9757616648697061, "fISWAP_std_err": 0.006627700568274367}, "59-60": {"fISWAP": 0.9163302049276278, "fISWAP_std_err": 0.021380036645177427}, "61-62": {"fISWAP": 0.9694574704312141, "fISWAP_std_err": 0.0054309864459015315}, "56-63": {"fISWAP": 0.9419149152476746, "fISWAP_std_err": 0.014982725532257898}, "57-64": {"fISWAP": 0.9680958928408538, "fISWAP_std_err": 0.004609121103497616}, "58-65": {"fISWAP": 0.9678758064369165, "fISWAP_std_err": 0.0054894134758065}, "59-66": {"fISWAP": 0.9611752492362726, "fISWAP_std_err": 0.015253876559830584}, "61-68": {"fISWAP": 0.9273917286234832, "fISWAP_std_err": 0.004642833266797781}, "62-69": {"fISWAP": 0.9757313726446752, "fISWAP_std_err": 0.004996632467716852}, "63-64": {"fISWAP": 0.9238726261522959, "fISWAP_std_err": 0.008456523760379928}, "64-65": {"fISWAP": 0.984143625311801, "fISWAP_std_err": 0.0047721659880909945}, "65-66": {"fISWAP": 0.9454224804526187, "fISWAP_std_err": 0.00591924227635914}, "66-67": {"fISWAP": 0.8737971258844448, "fISWAP_std_err": 0.04377074278336503}, "67-68": {"fISWAP": 0.9748576927865087, "fISWAP_std_err": 0.0025984595871854695}, "68-69": {"fISWAP": 0.5, "fISWAP_std_err": 1.0}, "63-70": {"fISWAP": 0.9680256188840048, "fISWAP_std_err": 0.005026182599691056}, "64-71": {"fISWAP": 0.9886409619392552, "fISWAP_std_err": 0.002831111207335174}, "65-72": {"fISWAP": 0.9453686625622668, "fISWAP_std_err": 0.006153626649888572}, "67-74": {"fISWAP": 0.9724407570522667, "fISWAP_std_err": 0.008999041321403336}, "68-75": {"fISWAP": 0.980911170500749, "fISWAP_std_err": 0.0035810361316282414}, "69-76": {"fISWAP": 0.971680138821619, "fISWAP_std_err": 0.004309777577124908}, "70-71": {"fISWAP": 0.947162877343745, "fISWAP_std_err": 0.008620236256209281}, "71-72": {"fISWAP": 0.9926705976297054, "fISWAP_std_err": 0.0022319460520588406}, "72-73": {"fISWAP": 0.9661959046248791, "fISWAP_std_err": 0.009637220875262129}, "73-74": {"fISWAP": 0.9778298423553995, "fISWAP_std_err": 0.005237601123595705}, "74-75": {"fISWAP": 0.900659911573461, "fISWAP_std_err": 0.002967030801506501}, "75-76": {"fISWAP": 0.9854429493254303, "fISWAP_std_err": 0.003304426798013106}, "70-77": {"fISWAP": 0.9728896512098524, "fISWAP_std_err": 0.00434277064678047}, "71-78": {"fISWAP": 0.9700771116769513, "fISWAP_std_err": 0.00421112717475141}, "72-79": {"fISWAP": 0.97345841940406, "fISWAP_std_err": 0.0016029851757552714}, "73-80": {"fISWAP": 0.9854965621239288, "fISWAP_std_err": 0.00215040434025095}, "74-81": {"fISWAP": 0.9878447560468782, "fISWAP_std_err": 0.002294771452768921}, "75-82": {"fISWAP": 0.9712700664164142, "fISWAP_std_err": 0.0056619272425182075}, "76-83": {"fISWAP": 0.9891956625257912, "fISWAP_std_err": 0.004194857124684814}, "77-78": {"fISWAP": 0.9761984825341274, "fISWAP_std_err": 0.010311391841959104}, "78-79": {"fISWAP": 0.8907360068651784, "fISWAP_std_err": 0.013322807900746362}, "79-80": {"fISWAP": 0.9719689273712264, "fISWAP_std_err": 0.00792208302540237}, "80-81": {"fISWAP": 0.9867647310320602, "fISWAP_std_err": 0.002980772775464383}, "81-82": {"fISWAP": 0.9797781686564299, "fISWAP_std_err": 0.0045504639173337275}, "82-83": {"fISWAP": 0.9496058549266448, "fISWAP_std_err": 0.009545821843286466}}}}, "standardized": {"braketSchemaHeader": {"name": "braket.device_schema.standardized_gate_model_qpu_device_properties", "version": "1"}, "oneQubitProperties": {"0": {"T1": {"value": 1.5011723342533676e-05, "unit": "S"}, "T2": {"value": 1.8677198963538662e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998855915832255, "standardError": 1.7698407724494577e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9976599760440159, "standardError": 5.1716866343192766e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9339999999999999}]}, "1": {"T1": {"value": 1.9659607016975783e-05, "unit": "S"}, "T2": {"value": 7.639489103997298e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988212318456801, "standardError": 3.183399962210935e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9937403487371552, "standardError": 0.0001801247261077859}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9299999999999999}]}, "2": {"T1": {"value": 1.2261173385543682e-05, "unit": "S"}, "T2": {"value": 1.6932175971101023e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989250214219001, "standardError": 0.00019285428180131113}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.990699052875003, "standardError": 0.0013058667830631104}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.929}]}, "3": {"T1": {"value": 1.7773180412623382e-05, "unit": "S"}, "T2": {"value": 1.3996277078891914e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988644732442705, "standardError": 2.656485379240733e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997582234923371, "standardError": 0.000178282914003075}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.935}]}, "4": {"T1": {"value": 1.2916384589536944e-05, "unit": "S"}, "T2": {"value": 4.966804512196196e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980483072033268, "standardError": 0.00012943422975819307}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9954284023017665, "standardError": 0.0003421265713909539}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.847}]}, "5": {"T1": {"value": 3.666852564254525e-06, "unit": "S"}, "T2": {"value": 1.2638815596578933e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969413854781625, "standardError": 0.0001244547711270749}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9907092089919091, "standardError": 0.000553872894608129}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.967}]}, "6": {"T1": {"value": 1.1580994057948827e-05, "unit": "S"}, "T2": {"value": 1.4276522725822534e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982406431618975, "standardError": 3.296646555875602e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997479423012735, "standardError": 8.020060589228017e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.978}]}, "7": {"T1": {"value": 1.0254980000446506e-05, "unit": "S"}, "T2": {"value": 1.355624273320058e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983730574788718, "standardError": 2.22572459637884e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9927257283587926, "standardError": 0.00018385743545259667}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.921}]}, "8": {"T1": {"value": 1.2036739151244671e-05, "unit": "S"}, "T2": {"value": 9.997917958774121e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988283988709087, "standardError": 2.5693518390251894e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9909310699422733, "standardError": 0.0008487556252218141}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.95}]}, "9": {"T1": {"value": 1.1616435418743723e-05, "unit": "S"}, "T2": {"value": 1.3443728993543335e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984348811924547, "standardError": 4.3852501522215575e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.984460366727107, "standardError": 0.0025647239977719875}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9490000000000001}]}, "10": {"T1": {"value": 1.6155428790406702e-05, "unit": "S"}, "T2": {"value": 1.1913291067367968e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988776304952632, "standardError": 2.462258021919985e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9930247817095895, "standardError": 0.0024297680904397808}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9410000000000001}]}, "11": {"T1": {"value": 1.3751896135660038e-05, "unit": "S"}, "T2": {"value": 4.433939169401053e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979324273143189, "standardError": 6.393783727159722e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9831339462988335, "standardError": 0.0017793353257061601}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.889}]}, "12": {"T1": {"value": 1.483964100838624e-05, "unit": "S"}, "T2": {"value": 9.770869440994294e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986832109379484, "standardError": 4.449138664149917e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972721119627417, "standardError": 0.00010113874587087669}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "13": {"T1": {"value": 1.1804636244600781e-05, "unit": "S"}, "T2": {"value": 5.847579997134658e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986848566324276, "standardError": 6.717744801109022e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9971449925034623, "standardError": 9.416061921836722e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.933}]}, "14": {"T1": {"value": 9.730440621440254e-06, "unit": "S"}, "T2": {"value": 7.795162974092052e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9990011208251742, "standardError": 8.431723381494848e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9907550851862371, "standardError": 0.0008220073822994401}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.925}]}, "15": {"T1": {"value": 1.6369190312113554e-05, "unit": "S"}, "T2": {"value": 1.5537018584540777e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984296711071966, "standardError": 5.9290611309473565e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9922350345611195, "standardError": 0.0006932928797523041}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.931}]}, "16": {"T1": {"value": 2.7227773062978824e-05, "unit": "S"}, "T2": {"value": 5.415347589698056e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9990701843539505, "standardError": 1.5009113431693727e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.981576607612656, "standardError": 0.0022316142105868715}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.843}]}, "17": {"T1": {"value": 1.2723733594184629e-05, "unit": "S"}, "T2": {"value": 1.2874258816163367e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984720222766112, "standardError": 9.226212318090474e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9967299435420809, "standardError": 0.00012511007147457875}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.879}]}, "18": {"T1": {"value": 1.2341098131356295e-05, "unit": "S"}, "T2": {"value": 1.8534771837798867e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988387562337089, "standardError": 2.099867414572457e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9916880069266844, "standardError": 0.0004470788063546735}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.958}]}, "19": {"T1": {"value": 1.6379276556226088e-05, "unit": "S"}, "T2": {"value": 1.9816806486874026e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988216907118531, "standardError": 4.67964328185908e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9802902469480634, "standardError": 0.006358228419796111}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.865}]}, "20": {"T1": {"value": 1.984606713077098e-05, "unit": "S"}, "T2": {"value": 2.3838250473957826e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982415537248867, "standardError": 9.721021717154419e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9966029810397193, "standardError": 0.0002764649305142951}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.969}]}, "21": {"T1": {"value": 2.4180851041718775e-05, "unit": "S"}, "T2": {"value": 2.0847824042797315e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989070377005983, "standardError": 1.3599408732797258e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975262435031085, "standardError": 0.00020270786036859228}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.963}]}, "22": {"T1": {"value": 1.2071203364046857e-05, "unit": "S"}, "T2": {"value": 8.279979353868996e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984818096406924, "standardError": 6.0539395005578056e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9884946573391248, "standardError": 0.0010085550806094288}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9159999999999999}]}, "23": {"T1": {"value": 1.1554963094130521e-05, "unit": "S"}, "T2": {"value": 1.1453083901828355e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983826802032483, "standardError": 5.788298366289254e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9892201160978853, "standardError": 0.002035482214059766}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.964}]}, "24": {"T1": {"value": 1.917212054087794e-05, "unit": "S"}, "T2": {"value": 1.122538341470546e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998519864269033, "standardError": 4.282733824769389e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9953672421163432, "standardError": 0.00024998040039891196}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.969}]}, "25": {"T1": {"value": 1.2348555720998777e-05, "unit": "S"}, "T2": {"value": 1.5394909727449522e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998504598054737, "standardError": 7.663589756887061e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9940633794178464, "standardError": 0.0005062296713801612}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.974}]}, "26": {"T1": {"value": 1.5154543011321452e-05, "unit": "S"}, "T2": {"value": 1.2543758948593506e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991067011004142, "standardError": 1.5398310803510946e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9725217710688847, "standardError": 0.006111485713596178}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.953}]}, "27": {"T1": {"value": 4.063426971314552e-06, "unit": "S"}, "T2": {"value": 3.827961581989595e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9977837813421013, "standardError": 0.00012334759755320185}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.994690849476047, "standardError": 0.00016052346106713364}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9259999999999999}]}, "28": {"T1": {"value": 1.1495100430055103e-05, "unit": "S"}, "T2": {"value": 4.329955289723558e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9978345175601614, "standardError": 4.686739365664538e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9939322048953236, "standardError": 0.00031260212794448334}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.929}]}, "29": {"T1": {"value": 1.68532436080371e-05, "unit": "S"}, "T2": {"value": 1.671185442119025e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989005764478431, "standardError": 8.337500102594828e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9955752234069063, "standardError": 0.0002273745666588487}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.915}]}, "30": {"T1": {"value": 1.3274945119653247e-05, "unit": "S"}, "T2": {"value": 6.312667437123451e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979155446002772, "standardError": 5.867682505212261e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9919075321426774, "standardError": 0.0007665999466865362}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9550000000000001}]}, "31": {"T1": {"value": 1.2341058356467608e-05, "unit": "S"}, "T2": {"value": 1.3442987182839598e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986048840651305, "standardError": 3.759161584133948e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9929737863472393, "standardError": 0.0005162678449107612}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.972}]}, "32": {"T1": {"value": 1.54934367013915e-05, "unit": "S"}, "T2": {"value": 1.1172750236407743e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982525404875301, "standardError": 5.437265782377263e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9953384128890718, "standardError": 0.00019018985238076399}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.948}]}, "33": {"T1": {"value": 9.284371831551414e-06, "unit": "S"}, "T2": {"value": 1.3504109436146803e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9981471927229262, "standardError": 6.763689714352645e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.987591167540914, "standardError": 0.0008817178393647264}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.933}]}, "34": {"T1": {"value": 1.4749219518270387e-05, "unit": "S"}, "T2": {"value": 2.319186111174822e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9990561878663746, "standardError": 2.5247063975490935e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9846916445188438, "standardError": 0.0015866538513111305}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.968}]}, "35": {"T1": {"value": 1.6350888260723518e-05, "unit": "S"}, "T2": {"value": 4.127808283453146e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986056947145278, "standardError": 3.157758771046727e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9923389468970717, "standardError": 0.0002770659580473712}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.949}]}, "36": {"T1": {"value": 1.1672568294198547e-05, "unit": "S"}, "T2": {"value": 1.35951858402554e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985524067973288, "standardError": 4.355644690836959e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.992814287288173, "standardError": 0.0006795912001646882}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9339999999999999}]}, "37": {"T1": {"value": 9.58802148280019e-06, "unit": "S"}, "T2": {"value": 1.0594632522790081e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980518916543808, "standardError": 0.00011145730230866573}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9934134484598426, "standardError": 0.0002911403260910076}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.972}]}, "38": {"T1": {"value": 1.7706306789242352e-05, "unit": "S"}, "T2": {"value": 3.6205731362902304e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984752510493642, "standardError": 7.133117197669834e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9940598707286995, "standardError": 0.0006161594359429342}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.952}]}, "39": {"T1": {"value": 1.0636732144096264e-05, "unit": "S"}, "T2": {"value": 2.845919942179331e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9961221912204116, "standardError": 0.00033479395296986074}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9918231218791197, "standardError": 0.0013039525979509034}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.899}]}, "40": {"T1": {"value": 1.51029865554531e-05, "unit": "S"}, "T2": {"value": 7.968576625556523e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986704229381281, "standardError": 4.883874236690165e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9921443973254962, "standardError": 0.00020286212672731638}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.821}]}, "41": {"T1": {"value": 1.4707801038187355e-05, "unit": "S"}, "T2": {"value": 1.6374939588862975e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998838244198178, "standardError": 2.8226217683668583e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975455752575617, "standardError": 9.034756328139098e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.974}]}, "42": {"T1": {"value": 9.210009228561898e-06, "unit": "S"}, "T2": {"value": 4.980395298754921e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986570614431484, "standardError": 5.634413870015062e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9869922334378288, "standardError": 0.0009812557890879125}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.921}]}, "43": {"T1": {"value": 1.1910468873980053e-05, "unit": "S"}, "T2": {"value": 1.6342350899304883e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988129097506104, "standardError": 4.575317073278978e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9968326747150026, "standardError": 0.00011729759081626032}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.8939999999999999}]}, "44": {"T1": {"value": 1.2919833712513793e-05, "unit": "S"}, "T2": {"value": 9.022524409086557e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998640848157975, "standardError": 5.440262760169199e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9883141186652037, "standardError": 0.0024226718907255887}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.947}]}, "45": {"T1": {"value": 1.1615766939939578e-05, "unit": "S"}, "T2": {"value": 8.548757427796422e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983812239779918, "standardError": 2.6972809575406556e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9957361850339017, "standardError": 0.00027713691370890274}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9019999999999999}]}, "46": {"T1": {"value": 1.0564582430956609e-05, "unit": "S"}, "T2": {"value": 1.580178320560601e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998035153954532, "standardError": 0.0003697628302272474}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9770725938280178, "standardError": 0.004742981949867908}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.953}]}, "47": {"T1": {"value": 1.4704997022265185e-05, "unit": "S"}, "T2": {"value": 1.5620111136280784e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989511426391807, "standardError": 1.1942395815391826e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9935771728611215, "standardError": 0.0008421407100945755}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.977}]}, "48": {"T1": {"value": 2.3531771021062072e-05, "unit": "S"}, "T2": {"value": 2.0791791155229953e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992031965927299, "standardError": 1.8816198876028233e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9977894491252559, "standardError": 2.6276446873565215e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.971}]}, "49": {"T1": {"value": 9.758600581964991e-06, "unit": "S"}, "T2": {"value": 1.0411445599340662e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984192120102475, "standardError": 4.8472414064605e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9961540692709139, "standardError": 0.0002967062414968498}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9099999999999999}]}, "50": {"T1": {"value": 1.6839144548320924e-05, "unit": "S"}, "T2": {"value": 6.091715227594239e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987973806162559, "standardError": 2.406760729737256e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9956262054734012, "standardError": 0.00020831173347316448}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9390000000000001}]}, "51": {"T1": {"value": 9.683228193644904e-06, "unit": "S"}, "T2": {"value": 1.0078647907953997e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987449395715774, "standardError": 2.641347370675917e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969628794854759, "standardError": 0.00015997243659728703}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.983}]}, "52": {"T1": {"value": 1.2114379945292433e-05, "unit": "S"}, "T2": {"value": 8.966948986308244e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983429950062186, "standardError": 4.87688776990983e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9941911107791905, "standardError": 0.0003987808915444834}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.948}]}, "53": {"T1": {"value": 1.4418380104023795e-05, "unit": "S"}, "T2": {"value": 3.1429784597594405e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985851820489323, "standardError": 3.9130319859091483e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9950086937788933, "standardError": 0.00030891888668313494}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9239999999999999}]}, "54": {"T1": {"value": 1.2787012384620042e-05, "unit": "S"}, "T2": {"value": 1.2278570896801294e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984320253921524, "standardError": 3.263719292061889e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.987350428434257, "standardError": 0.0017471436305658145}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.965}]}, "55": {"T1": {"value": 8.851289529007017e-06, "unit": "S"}, "T2": {"value": 5.170870559220067e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9976155879877872, "standardError": 5.134886096203828e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9962107325385757, "standardError": 9.184019201590085e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.976}]}, "56": {"T1": {"value": 1.8353188867507658e-05, "unit": "S"}, "T2": {"value": 1.1429544212854428e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979552289684813, "standardError": 6.162491851165476e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9943693272203389, "standardError": 0.0004007258222701244}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.917}]}, "57": {"T1": {"value": 1.0874817363527994e-05, "unit": "S"}, "T2": {"value": 1.504373648239392e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9952547738591326, "standardError": 0.0003127173329200403}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9842434575490815, "standardError": 0.0018353734270644515}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9510000000000001}]}, "58": {"T1": {"value": 9.469862629259686e-06, "unit": "S"}, "T2": {"value": 1.958615868022843e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989574933521438, "standardError": 3.8247452240116545e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9977039844046977, "standardError": 0.00010355668864089325}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.95}]}, "59": {"T1": {"value": 1.2412675707490473e-05, "unit": "S"}, "T2": {"value": 6.660424723791642e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984033302282576, "standardError": 4.2974272353294735e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9755105466852784, "standardError": 0.001858011201532552}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.866}]}, "60": {"T1": {"value": 8.041586496259832e-06, "unit": "S"}, "T2": {"value": 1.0817288621996926e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979286320092028, "standardError": 5.4765321252194824e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9840681591027306, "standardError": 0.0014679916358160956}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.974}]}, "61": {"T1": {"value": 1.1750227103913496e-05, "unit": "S"}, "T2": {"value": 1.3266234417721796e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985538767326458, "standardError": 4.32687343689646e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9651990635659197, "standardError": 0.0036383694014330333}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.915}]}, "62": {"T1": {"value": 1.584268982144892e-05, "unit": "S"}, "T2": {"value": 1.852895246599553e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988111445627552, "standardError": 2.717991560167268e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9942563088974192, "standardError": 0.00040087854861519176}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.965}]}, "63": {"T1": {"value": 2.0537918126286874e-05, "unit": "S"}, "T2": {"value": 9.3271328584368e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9990017762057112, "standardError": 4.217680059358684e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9976165422065669, "standardError": 6.599144558381705e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.963}]}, "64": {"T1": {"value": 1.3090230703568032e-05, "unit": "S"}, "T2": {"value": 9.32472230546226e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986343707242467, "standardError": 4.18209775398531e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9932878877761565, "standardError": 0.0005049895987301464}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.97}]}, "65": {"T1": {"value": 1.7616292894617653e-05, "unit": "S"}, "T2": {"value": 2.1644918696933765e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988984887435135, "standardError": 3.078737961393179e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.988797845709066, "standardError": 0.00037858404819216896}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.973}]}, "66": {"T1": {"value": 1.3793342050182242e-05, "unit": "S"}, "T2": {"value": 1.6350650712531812e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987403784142771, "standardError": 7.105275027119333e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9624137645652652, "standardError": 0.01681957635040522}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.842}]}, "67": {"T1": {"value": 1.026141056647342e-05, "unit": "S"}, "T2": {"value": 1.4903445093361184e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975489448440822, "standardError": 7.312675488231737e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9916044832185534, "standardError": 0.002637879913808301}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.907}]}, "68": {"T1": {"value": 1.476828665663657e-05, "unit": "S"}, "T2": {"value": 1.8912567602485363e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9981932580935842, "standardError": 6.81766282040073e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.985358486759789, "standardError": 0.002956837427872341}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.9630000000000001}]}, "69": {"T1": {"value": 1.3053939925303657e-05, "unit": "S"}, "T2": {"value": 1.2106309298066482e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983471773645897, "standardError": 5.105590635278363e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9962092034041551, "standardError": 0.00012372000454088868}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.964}]}, "70": {"T1": {"value": 1.3610881047251133e-05, "unit": "S"}, "T2": {"value": 1.5163111383102845e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985742346112367, "standardError": 1.580678699901812e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9970639984253803, "standardError": 9.56942195045399e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.971}]}, "71": {"T1": {"value": 1.7127511553219087e-05, "unit": "S"}, "T2": {"value": 1.0817653021596699e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987523849404637, "standardError": 3.5150415839806403e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9942902857793017, "standardError": 0.00035622126944205454}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.931}]}, "72": {"T1": {"value": 1.3603866363227325e-05, "unit": "S"}, "T2": {"value": 1.7030616285673025e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985710491498412, "standardError": 3.6797203572644067e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9780652650056323, "standardError": 0.001675536815883199}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.959}]}, "73": {"T1": {"value": 1.3045287966613763e-05, "unit": "S"}, "T2": {"value": 1.055163688819773e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986623547734932, "standardError": 4.191119023352349e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9877000960536236, "standardError": 0.0016634200182002498}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.967}]}, "74": {"T1": {"value": 1.5074663463274733e-05, "unit": "S"}, "T2": {"value": 1.4831560072622263e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975369399612654, "standardError": 0.00011971266452047696}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9736253744922729, "standardError": 0.0029752517132017103}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.929}]}, "75": {"T1": {"value": 1.8317805185605833e-05, "unit": "S"}, "T2": {"value": 1.5191834623617916e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982168619248103, "standardError": 7.268324151414306e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9955849214048461, "standardError": 0.00030001118346556553}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.978}]}, "76": {"T1": {"value": 1.5695634242431464e-05, "unit": "S"}, "T2": {"value": 1.5068073991093194e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984449444738777, "standardError": 5.241062557354961e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9954770697122495, "standardError": 0.000354520322039072}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.963}]}, "77": {"T1": {"value": 1.7161335743114258e-06, "unit": "S"}, "T2": {"value": 3.173957695201723e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9945816492983729, "standardError": 0.00025767104384485115}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.992605264464101, "standardError": 0.0002729385082129429}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.885}]}, "78": {"T1": {"value": 1.1091378499664309e-05, "unit": "S"}, "T2": {"value": 4.034515890502141e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983409402223051, "standardError": 8.275624057087212e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9971821647876127, "standardError": 0.00010294486964901817}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.896}]}, "79": {"T1": {"value": 6.619004396576916e-06, "unit": "S"}, "T2": {"value": 9.013933486893212e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9976420090123318, "standardError": 6.979764432009092e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9959512848607095, "standardError": 0.00015525655304803545}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.8420000000000001}]}, "80": {"T1": {"value": 5.818422909424632e-06, "unit": "S"}, "T2": {"value": 8.50611142218326e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997380250888667, "standardError": 6.0382006088673543e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9954832763133675, "standardError": 0.0002583522989657768}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.973}]}, "81": {"T1": {"value": 3.2480782342309714e-06, "unit": "S"}, "T2": {"value": 3.572886402042599e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.0, "standardError": 0.0}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.0, "standardError": 0.0}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.882}]}, "82": {"T1": {"value": 1.2421065628668832e-05, "unit": "S"}, "T2": {"value": 1.4695527499034071e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986911053245108, "standardError": 3.36479944084689e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972277779780752, "standardError": 0.00015405731311625743}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.977}]}, "83": {"T1": {"value": 9.661103547062204e-06, "unit": "S"}, "T2": {"value": 1.6098127681589203e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986224544532697, "standardError": 2.098853498147026e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9939900092356991, "standardError": 0.0002777673491533561}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.973}]}}, "twoQubitProperties": {"0-1": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9861071406618902, "standardError": 0.00251216615517229, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "1-2": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.991126594766214, "standardError": 0.003071431611678813, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "2-3": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.980822444643048, "standardError": 0.005925577267137785, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "3-4": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.956723333119303, "standardError": 0.007050165253583082, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "4-5": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.976581201596311, "standardError": 0.0027568798162146365, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "5-6": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9936985206680226, "standardError": 0.0029748978581014386, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "0-7": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9701359243004645, "standardError": 0.005886754045349501, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "1-8": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9896829411050343, "standardError": 0.00204262768751547, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "2-9": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9841814120498209, "standardError": 0.003113640065579377, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "3-10": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9582701981164098, "standardError": 0.010788903493841075, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "4-11": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.983200336877009, "standardError": 0.0027662552765667513, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "5-12": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9834692590831763, "standardError": 0.0029531955764331005, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "6-13": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8750355124214193, "standardError": 0.007863161789501895, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "7-8": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9533100872074897, "standardError": 0.007530542704186171, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "8-9": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9853105102786959, "standardError": 0.0024563675616852414, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "9-10": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.982976040684371, "standardError": 0.006914516065895208, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "10-11": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9574308238761219, "standardError": 0.0071922095796925056, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "11-12": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9689659601231517, "standardError": 0.0038616532153816457, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "12-13": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9843190450689959, "standardError": 0.0016933943538466538, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "7-14": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.966625476501654, "standardError": 0.006195632776179387, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "8-15": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9607121816052128, "standardError": 0.004895534323211834, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "9-16": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.923488948439253, "standardError": 0.006808353812323333, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "10-17": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9510867071157644, "standardError": 0.018537762563591343, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "11-18": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.972707316495805, "standardError": 0.008476114169385759, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "12-19": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9837680704993634, "standardError": 0.0019126366735672086, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "13-20": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9159160135262967, "standardError": 0.007614711834748791, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "14-15": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.939800261772981, "standardError": 0.010494481388324367, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "15-16": {"twoQubitGateFidelity": []}, "16-17": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9792993638424817, "standardError": 0.003891178492062589, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "17-18": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9590351471603071, "standardError": 0.005967816377765166, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "18-19": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9737898240238644, "standardError": 0.006543241638834254, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "19-20": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9788221727071315, "standardError": 0.003068930218417647, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "14-21": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9768918108029873, "standardError": 0.003943003647595096, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "15-22": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9578669648214211, "standardError": 0.0058590281638554965, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "16-23": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "17-24": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.960363268392238, "standardError": 0.0049217576305177315, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "18-25": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9747567078315765, "standardError": 0.0058672028670630275, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "19-26": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.873712779970879, "standardError": 0.024708264229039035, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "20-27": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9696190448505568, "standardError": 0.005208710498085151, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "21-22": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9761491083214264, "standardError": 0.0070786560989301245, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "22-23": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.815298523246831, "standardError": 0.0447237982986578, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9653356233405008, "standardError": 0.00881033760253541, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "23-24": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9652511229241996, "standardError": 0.012417987693938874, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9740462362011584, "standardError": 0.004804809762197411, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "24-25": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.95628307870349, "standardError": 0.0049541158625089066, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "25-26": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9579850732121094, "standardError": 0.007042756696377118, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "26-27": {"twoQubitGateFidelity": []}, "21-28": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9836249173415843, "standardError": 0.002664590743340106, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "22-29": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9758650626071215, "standardError": 0.004870323729552023, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.978681446191104, "standardError": 0.0021113923410702633, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "23-30": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9567695730171802, "standardError": 0.011325188724154412, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9647988509560064, "standardError": 0.015034206455095317, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "24-31": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9789591175401264, "standardError": 0.004137095065168373, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9873375749687076, "standardError": 0.0015170498914682294, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "25-32": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9730812383106383, "standardError": 0.0027870112641721475, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "26-33": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.939666426602449, "standardError": 0.014913915309215233, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "27-34": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9707053891125682, "standardError": 0.003255426987748907, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "28-29": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9820412911088404, "standardError": 0.0039861530892923, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "29-30": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9354547830287018, "standardError": 0.005661483462051705, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9857774564904304, "standardError": 0.0033766444009016424, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "30-31": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9858418775793149, "standardError": 0.004649864935438911, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9616501898192163, "standardError": 0.01068225374976228, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "31-32": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9801705451829652, "standardError": 0.0018516437525924207, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9724668833491945, "standardError": 0.005450349483383092, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "32-33": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9623432305591957, "standardError": 0.0036549634791375944, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9852780792097843, "standardError": 0.004046163264453598, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "33-34": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9769633108513823, "standardError": 0.006647776961099767, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "28-35": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9795641338216239, "standardError": 0.004761439205175758, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "29-36": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9903780733996469, "standardError": 0.00376430689120365, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9805028746625422, "standardError": 0.004459123105080659, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "30-37": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9223353898002832, "standardError": 0.013547035435679807, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9815052070250836, "standardError": 0.005327629731421268, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "31-38": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.92220868028139, "standardError": 0.01729250452331659, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9703714232735955, "standardError": 0.004462155175613996, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "32-39": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9512772161228937, "standardError": 0.0036634293686716155, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9642454383839796, "standardError": 0.008486121119066721, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "33-40": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9814044700216011, "standardError": 0.003121228554312321, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "34-41": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.974268438046945, "standardError": 0.002425456414126565, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "35-36": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9191155292857195, "standardError": 0.014584451583043669, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "36-37": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9874169726329959, "standardError": 0.0020866442899220993, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9587187214573808, "standardError": 0.007787434189698456, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "37-38": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9604087974521243, "standardError": 0.007953159266805534, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.8552775807182771, "standardError": 0.012216207651180783, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "38-39": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.8267160530270545, "standardError": 0.054368633809470865, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9367567134338972, "standardError": 0.006388405596085774, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "39-40": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.8823464155948654, "standardError": 0.017780136338229974, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "40-41": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "35-42": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9782554286046841, "standardError": 0.0054692864924038125, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "36-43": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9886228564881778, "standardError": 0.001605385118627533, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.969982217743632, "standardError": 0.0032478765819720186, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "37-44": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9900212102444771, "standardError": 0.0019237850855240047, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9581014476376754, "standardError": 0.0065578030135855425, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "38-45": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9565041240420495, "standardError": 0.0142452501384824, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.8504769954202697, "standardError": 0.012458272476902022, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "39-46": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9273276675144592, "standardError": 0.011280177420034558, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9623825302472357, "standardError": 0.012564185227075092, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "40-47": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9807321284585541, "standardError": 0.004991613766711852, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "41-48": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9784629102121543, "standardError": 0.0024921727605328996, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "42-43": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9783443325002454, "standardError": 0.0042325725765680455, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9821854386196045, "standardError": 0.003932089818644242, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "43-44": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9808961482738933, "standardError": 0.004604260475917735, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9601955003146169, "standardError": 0.004212472894593652, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "44-45": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9799559947242665, "standardError": 0.003681566610605469, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9783488321608024, "standardError": 0.0058229140705903576, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "45-46": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9248044311153164, "standardError": 0.029425906021757472, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9819186251503933, "standardError": 0.003608102236591083, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "46-47": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9540204035088325, "standardError": 0.0027210883299601564, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "47-48": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9664154014209521, "standardError": 0.00417279194589777, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "42-49": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8755101279209989, "standardError": 0.0160615458354552, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "43-50": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9367800434590257, "standardError": 0.012571187477010862, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9919361085318396, "standardError": 0.002286622300813516, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "44-51": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9487731724094757, "standardError": 0.014682503849214386, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9811540653955823, "standardError": 0.0053162788200254735, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "45-52": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9653410011494918, "standardError": 0.005848177254763394, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "46-53": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9386911302371951, "standardError": 0.014108448722543526, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9608894026089398, "standardError": 0.013536615952609337, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "47-54": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9518426105572733, "standardError": 0.008392636278004944, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "48-55": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9567644738504327, "standardError": 0.007457377231465626, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "49-50": {"twoQubitGateFidelity": []}, "50-51": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9564810709843308, "standardError": 0.009474583818793465, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9849008006626604, "standardError": 0.005648105118180876, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "51-52": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.9502725803003483, "standardError": 0.009358465878355853, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}, {"gateName": "ISWAP", "fidelity": 0.9744309664956802, "standardError": 0.005065863379679368, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "52-53": {"twoQubitGateFidelity": [{"gateName": "CZ", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "53-54": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9768911398192609, "standardError": 0.007110661293866795, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "54-55": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9292867843121048, "standardError": 0.010158368292216904, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "49-56": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9902156528186082, "standardError": 0.0023056270985725904, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "50-57": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9469313202177354, "standardError": 0.008896908225571414, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "51-58": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8407795214817915, "standardError": 0.02838719448527605, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "52-59": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8912833490345804, "standardError": 0.016606976955774275, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "53-60": {"twoQubitGateFidelity": []}, "54-61": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9872125393009105, "standardError": 0.002910500475976786, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "55-62": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9252950056395356, "standardError": 0.012248489743960735, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "56-57": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9803742859542683, "standardError": 0.0030839831314163598, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "57-58": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9711314852538122, "standardError": 0.004679821132428129, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "58-59": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9757616648697061, "standardError": 0.006627700568274367, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "59-60": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9163302049276278, "standardError": 0.021380036645177427, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "60-61": {"twoQubitGateFidelity": []}, "61-62": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9694574704312141, "standardError": 0.0054309864459015315, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "56-63": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9419149152476746, "standardError": 0.014982725532257898, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "57-64": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9680958928408538, "standardError": 0.004609121103497616, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "58-65": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9678758064369165, "standardError": 0.0054894134758065, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "59-66": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9611752492362726, "standardError": 0.015253876559830584, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "60-67": {"twoQubitGateFidelity": []}, "61-68": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9273917286234832, "standardError": 0.004642833266797781, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "62-69": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9757313726446752, "standardError": 0.004996632467716852, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "63-64": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9238726261522959, "standardError": 0.008456523760379928, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "64-65": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.984143625311801, "standardError": 0.0047721659880909945, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "65-66": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9454224804526187, "standardError": 0.00591924227635914, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "66-67": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8737971258844448, "standardError": 0.04377074278336503, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "67-68": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9748576927865087, "standardError": 0.0025984595871854695, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "68-69": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "63-70": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9680256188840048, "standardError": 0.005026182599691056, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "64-71": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9886409619392552, "standardError": 0.002831111207335174, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "65-72": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9453686625622668, "standardError": 0.006153626649888572, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "66-73": {"twoQubitGateFidelity": []}, "67-74": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9724407570522667, "standardError": 0.008999041321403336, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "68-75": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.980911170500749, "standardError": 0.0035810361316282414, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "69-76": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.971680138821619, "standardError": 0.004309777577124908, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "70-71": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.947162877343745, "standardError": 0.008620236256209281, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "71-72": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9926705976297054, "standardError": 0.0022319460520588406, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "72-73": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9661959046248791, "standardError": 0.009637220875262129, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "73-74": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9778298423553995, "standardError": 0.005237601123595705, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "74-75": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.900659911573461, "standardError": 0.002967030801506501, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "75-76": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9854429493254303, "standardError": 0.003304426798013106, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "70-77": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9728896512098524, "standardError": 0.00434277064678047, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "71-78": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9700771116769513, "standardError": 0.00421112717475141, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "72-79": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.97345841940406, "standardError": 0.0016029851757552714, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "73-80": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9854965621239288, "standardError": 0.00215040434025095, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "74-81": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9878447560468782, "standardError": 0.002294771452768921, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "75-82": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9712700664164142, "standardError": 0.0056619272425182075, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "76-83": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9891956625257912, "standardError": 0.004194857124684814, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "77-78": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9761984825341274, "standardError": 0.010311391841959104, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "78-79": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8907360068651784, "standardError": 0.013322807900746362, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "79-80": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9719689273712264, "standardError": 0.00792208302540237, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "80-81": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9867647310320602, "standardError": 0.002980772775464383, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "81-82": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9797781686564299, "standardError": 0.0045504639173337275, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "82-83": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9496058549266448, "standardError": 0.009545821843286466, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}}}, "pulse": {"braketSchemaHeader": {"name": "braket.device_schema.pulse.pulse_device_action_properties", "version": "1"}, "supportedQhpTemplateWaveforms": {"constant": {"functionName": "constant", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "iq", "type": "complex", "optional": false}]}, "drag_gaussian": {"functionName": "drag_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "beta", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "erf_square": {"functionName": "erf_square", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "width", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "off_center", "type": "float", "optional": true}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "gaussian": {"functionName": "gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "rigetti_flat": {"functionName": "rigetti_flat", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "iq", "type": "complex", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_boxcar_kernel": {"functionName": "rigetti_boxcar_kernel", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_gaussian": {"functionName": "rigetti_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_drag_gaussian": {"functionName": "rigetti_drag_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "anh", "type": "float", "optional": false}, {"name": "alpha", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_hrm_gaussian": {"functionName": "rigetti_hrm_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "anh", "type": "float", "optional": false}, {"name": "alpha", "type": "float", "optional": false}, {"name": "second_order_hrm_coeff", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_erf_square": {"functionName": "rigetti_erf_square", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "risetime", "type": "float", "optional": false}, {"name": "pad_left", "type": "float", "optional": false}, {"name": "pad_right", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}}, "ports": {"q47_QRRx2Channel-0": {"portId": "q47_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q69_QRRx2Channel-0": {"portId": "q69_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q176_QDOFastFluxChannel-0": {"portId": "q176_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q34_QGSx2Channel-0": {"portId": "q34_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q118_QDOFastFluxChannel-0": {"portId": "q118_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q87_QDOFastFluxChannel-0": {"portId": "q87_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q152_QDOFastFluxChannel-0": {"portId": "q152_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q195_QDOFastFluxChannel-0": {"portId": "q195_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q31_QGSx2Channel-0": {"portId": "q31_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q193_QDOFastFluxChannel-0": {"portId": "q193_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q71_QRRx2Channel-0": {"portId": "q71_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q228_QDOFastFluxChannel-0": {"portId": "q228_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q44_QDOFastFluxChannel-0": {"portId": "q44_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q92_QDOFastFluxChannel-0": {"portId": "q92_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q40_QDOFastFluxChannel-0": {"portId": "q40_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q149_QDOFastFluxChannel-0": {"portId": "q149_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q9_QRTx2HiChannel-0": {"portId": "q9_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q79_QRRx2Channel-0": {"portId": "q79_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q37_QRTx2HiChannel-0": {"portId": "q37_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q4_QGSx2Channel-0": {"portId": "q4_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q3_QRTx2HiChannel-0": {"portId": "q3_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q52_QRTx2HiChannel-0": {"portId": "q52_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q9_QDOFastFluxChannel-0": {"portId": "q9_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q13_QDOFastFluxChannel-0": {"portId": "q13_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q42_QRTx2HiChannel-0": {"portId": "q42_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q77_QDOFastFluxChannel-0": {"portId": "q77_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q41_QRTx2HiChannel-0": {"portId": "q41_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q31_QDOFastFluxChannel-1": {"portId": "q31_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q52_QDOFastFluxChannel-0": {"portId": "q52_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q15_QRTx2HiChannel-0": {"portId": "q15_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q177_QDOFastFluxChannel-0": {"portId": "q177_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q25_QRTx2HiChannel-0": {"portId": "q25_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q80_QRRx2Channel-0": {"portId": "q80_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q38_QDOFastFluxChannel-0": {"portId": "q38_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q67_QGSx2Channel-0": {"portId": "q67_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q27_QRTx2HiChannel-0": {"portId": "q27_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q110_QDOFastFluxChannel-0": {"portId": "q110_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q65_QDOFastFluxChannel-2": {"portId": "q65_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q223_QDOFastFluxChannel-0": {"portId": "q223_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q114_QDOFastFluxChannel-0": {"portId": "q114_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q35_QRRx2Channel-0": {"portId": "q35_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q1_QRTx2HiChannel-0": {"portId": "q1_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q23_QGSx2Channel-0": {"portId": "q23_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q30_QRRx2Channel-0": {"portId": "q30_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q1_QGSx2Channel-0": {"portId": "q1_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q116_QDOFastFluxChannel-0": {"portId": "q116_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q27_QRRx2Channel-0": {"portId": "q27_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q83_QDOFastFluxChannel-0": {"portId": "q83_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q68_QDOFastFluxChannel-1": {"portId": "q68_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q78_QGSx2Channel-0": {"portId": "q78_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q213_QDOFastFluxChannel-0": {"portId": "q213_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q0_QRTx2HiChannel-0": {"portId": "q0_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q103_QDOFastFluxChannel-0": {"portId": "q103_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q65_QDOFastFluxChannel-0": {"portId": "q65_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q218_QDOFastFluxChannel-0": {"portId": "q218_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q56_QRTx2HiChannel-0": {"portId": "q56_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q6_QGSx2Channel-0": {"portId": "q6_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q73_QGSx2Channel-0": {"portId": "q73_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q39_QDOFastFluxChannel-1": {"portId": "q39_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q123_QDOFastFluxChannel-0": {"portId": "q123_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q12_QRRx2Channel-0": {"portId": "q12_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q227_QDOFastFluxChannel-0": {"portId": "q227_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q190_QDOFastFluxChannel-0": {"portId": "q190_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q88_QDOFastFluxChannel-0": {"portId": "q88_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q224_QDOFastFluxChannel-0": {"portId": "q224_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q5_QDOFastFluxChannel-0": {"portId": "q5_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q100_QDOFastFluxChannel-0": {"portId": "q100_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q61_QRRx2Channel-0": {"portId": "q61_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q28_QDOFastFluxChannel-0": {"portId": "q28_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q64_QRTx2HiChannel-0": {"portId": "q64_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q72_QDOFastFluxChannel-0": {"portId": "q72_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q199_QDOFastFluxChannel-0": {"portId": "q199_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q10_QDOFastFluxChannel-1": {"portId": "q10_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q57_QDOFastFluxChannel-1": {"portId": "q57_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q163_QDOFastFluxChannel-0": {"portId": "q163_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q66_QRTx2HiChannel-0": {"portId": "q66_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QRRx2Channel-0": {"portId": "q49_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q3_QRRx2Channel-0": {"portId": "q3_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q164_QDOFastFluxChannel-0": {"portId": "q164_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q50_QRTx2HiChannel-0": {"portId": "q50_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q14_QRRx2Channel-0": {"portId": "q14_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q67_QRTx2HiChannel-0": {"portId": "q67_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q83_QGSx2Channel-0": {"portId": "q83_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q70_QDOFastFluxChannel-0": {"portId": "q70_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q57_QDOFastFluxChannel-0": {"portId": "q57_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q47_QDOFastFluxChannel-0": {"portId": "q47_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q5_QRRx2Channel-0": {"portId": "q5_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q146_QDOFastFluxChannel-0": {"portId": "q146_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q38_QRTx2HiChannel-0": {"portId": "q38_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q62_QGSx2Channel-0": {"portId": "q62_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q44_QRRx2Channel-0": {"portId": "q44_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q68_QDOFastFluxChannel-0": {"portId": "q68_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q75_QGSx2Channel-0": {"portId": "q75_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q90_QDOFastFluxChannel-0": {"portId": "q90_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q102_QDOFastFluxChannel-0": {"portId": "q102_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q33_QGSx2Channel-0": {"portId": "q33_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q75_QRTx2HiChannel-0": {"portId": "q75_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q33_QRTx2HiChannel-0": {"portId": "q33_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q121_QDOFastFluxChannel-0": {"portId": "q121_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q4_QDOFastFluxChannel-0": {"portId": "q4_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q50_QDOFastFluxChannel-0": {"portId": "q50_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q215_QDOFastFluxChannel-0": {"portId": "q215_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QRTx2HiChannel-0": {"portId": "q76_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q38_QRRx2Channel-0": {"portId": "q38_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q8_QRTx2HiChannel-0": {"portId": "q8_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q203_QDOFastFluxChannel-0": {"portId": "q203_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q119_QDOFastFluxChannel-0": {"portId": "q119_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q48_QRTx2HiChannel-0": {"portId": "q48_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QGSx2Channel-0": {"portId": "q49_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q131_QDOFastFluxChannel-0": {"portId": "q131_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q41_QGSx2Channel-0": {"portId": "q41_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q34_QRRx2Channel-0": {"portId": "q34_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q21_QGSx2Channel-0": {"portId": "q21_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q42_QDOFastFluxChannel-1": {"portId": "q42_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q112_QDOFastFluxChannel-0": {"portId": "q112_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q144_QDOFastFluxChannel-0": {"portId": "q144_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q46_QDOFastFluxChannel-0": {"portId": "q46_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QRRx2Channel-0": {"portId": "q29_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q76_QDOFastFluxChannel-1": {"portId": "q76_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q86_QDOFastFluxChannel-0": {"portId": "q86_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q139_QDOFastFluxChannel-0": {"portId": "q139_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q18_QRTx2HiChannel-0": {"portId": "q18_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q73_QRRx2Channel-0": {"portId": "q73_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q95_QDOFastFluxChannel-0": {"portId": "q95_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q22_QDOFastFluxChannel-0": {"portId": "q22_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q12_QRTx2HiChannel-0": {"portId": "q12_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q10_QDOFastFluxChannel-2": {"portId": "q10_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q55_QDOFastFluxChannel-1": {"portId": "q55_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q65_QDOFastFluxChannel-1": {"portId": "q65_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q31_QRTx2HiChannel-0": {"portId": "q31_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q84_QDOFastFluxChannel-0": {"portId": "q84_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q60_QDOFastFluxChannel-0": {"portId": "q60_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q220_QDOFastFluxChannel-0": {"portId": "q220_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q132_QDOFastFluxChannel-0": {"portId": "q132_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q32_QRRx2Channel-0": {"portId": "q32_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q206_QDOFastFluxChannel-0": {"portId": "q206_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q127_QDOFastFluxChannel-0": {"portId": "q127_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q59_QRRx2Channel-0": {"portId": "q59_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q230_QDOFastFluxChannel-0": {"portId": "q230_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q171_QDOFastFluxChannel-0": {"portId": "q171_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q212_QDOFastFluxChannel-0": {"portId": "q212_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q12_QGSx2Channel-0": {"portId": "q12_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q196_QDOFastFluxChannel-0": {"portId": "q196_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q58_QRTx2HiChannel-0": {"portId": "q58_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q167_QDOFastFluxChannel-0": {"portId": "q167_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q26_QDOFastFluxChannel-0": {"portId": "q26_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q126_QDOFastFluxChannel-0": {"portId": "q126_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QDOFastFluxChannel-2": {"portId": "q51_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q16_QRTx2HiChannel-0": {"portId": "q16_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q32_QRTx2HiChannel-0": {"portId": "q32_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q9_QGSx2Channel-0": {"portId": "q9_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q145_QDOFastFluxChannel-0": {"portId": "q145_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q11_QGSx2Channel-0": {"portId": "q11_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q47_QGSx2Channel-0": {"portId": "q47_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q71_QRTx2HiChannel-0": {"portId": "q71_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q18_QRRx2Channel-0": {"portId": "q18_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q5_QDOFastFluxChannel-1": {"portId": "q5_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q204_QDOFastFluxChannel-0": {"portId": "q204_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q24_QRTx2HiChannel-0": {"portId": "q24_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q34_QDOFastFluxChannel-1": {"portId": "q34_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q161_QDOFastFluxChannel-0": {"portId": "q161_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q166_QDOFastFluxChannel-0": {"portId": "q166_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q22_QRRx2Channel-0": {"portId": "q22_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q81_QRTx2HiChannel-0": {"portId": "q81_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q8_QDOFastFluxChannel-0": {"portId": "q8_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q8_QRRx2Channel-0": {"portId": "q8_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q62_QRTx2HiChannel-0": {"portId": "q62_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q79_QDOFastFluxChannel-0": {"portId": "q79_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q58_QGSx2Channel-0": {"portId": "q58_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q20_QRTx2HiChannel-0": {"portId": "q20_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q56_QRRx2Channel-0": {"portId": "q56_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q151_QDOFastFluxChannel-0": {"portId": "q151_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QRTx2HiChannel-0": {"portId": "q36_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q64_QDOFastFluxChannel-0": {"portId": "q64_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q52_QRRx2Channel-0": {"portId": "q52_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q39_QRRx2Channel-0": {"portId": "q39_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q55_QGSx2Channel-0": {"portId": "q55_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q42_QRRx2Channel-0": {"portId": "q42_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q11_QRTx2HiChannel-0": {"portId": "q11_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q98_QDOFastFluxChannel-0": {"portId": "q98_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q10_QRTx2HiChannel-0": {"portId": "q10_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q3_QGSx2Channel-0": {"portId": "q3_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q59_QDOFastFluxChannel-1": {"portId": "q59_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q31_QRRx2Channel-0": {"portId": "q31_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q40_QGSx2Channel-0": {"portId": "q40_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q194_QDOFastFluxChannel-0": {"portId": "q194_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q63_QGSx2Channel-0": {"portId": "q63_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q80_QDOFastFluxChannel-0": {"portId": "q80_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q222_QDOFastFluxChannel-0": {"portId": "q222_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q80_QGSx2Channel-0": {"portId": "q80_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q83_QRTx2HiChannel-0": {"portId": "q83_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q113_QDOFastFluxChannel-0": {"portId": "q113_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q99_QDOFastFluxChannel-0": {"portId": "q99_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q191_QDOFastFluxChannel-0": {"portId": "q191_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q143_QDOFastFluxChannel-0": {"portId": "q143_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q81_QDOFastFluxChannel-0": {"portId": "q81_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q38_QGSx2Channel-0": {"portId": "q38_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q133_QDOFastFluxChannel-0": {"portId": "q133_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q1_QDOFastFluxChannel-0": {"portId": "q1_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q59_QDOFastFluxChannel-0": {"portId": "q59_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q0_QGSx2Channel-0": {"portId": "q0_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q37_QDOFastFluxChannel-0": {"portId": "q37_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q6_QRRx2Channel-0": {"portId": "q6_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q30_QGSx2Channel-0": {"portId": "q30_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q45_QRTx2HiChannel-0": {"portId": "q45_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q43_QRRx2Channel-0": {"portId": "q43_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q108_QDOFastFluxChannel-0": {"portId": "q108_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q62_QDOFastFluxChannel-0": {"portId": "q62_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q71_QGSx2Channel-0": {"portId": "q71_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q53_QGSx2Channel-0": {"portId": "q53_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q81_QGSx2Channel-0": {"portId": "q81_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q45_QDOFastFluxChannel-0": {"portId": "q45_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q63_QRRx2Channel-0": {"portId": "q63_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q85_QDOFastFluxChannel-0": {"portId": "q85_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QDOFastFluxChannel-1": {"portId": "q29_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q59_QGSx2Channel-0": {"portId": "q59_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q72_QRRx2Channel-0": {"portId": "q72_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q138_QDOFastFluxChannel-0": {"portId": "q138_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q68_QRRx2Channel-0": {"portId": "q68_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q78_QRTx2HiChannel-0": {"portId": "q78_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q19_QRRx2Channel-0": {"portId": "q19_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q47_QDOFastFluxChannel-1": {"portId": "q47_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q68_QGSx2Channel-0": {"portId": "q68_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q80_QRTx2HiChannel-0": {"portId": "q80_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q28_QDOFastFluxChannel-1": {"portId": "q28_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q70_QRTx2HiChannel-0": {"portId": "q70_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q211_QDOFastFluxChannel-0": {"portId": "q211_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q5_QRTx2HiChannel-0": {"portId": "q5_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q232_QDOFastFluxChannel-0": {"portId": "q232_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q74_QDOFastFluxChannel-0": {"portId": "q74_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QRRx2Channel-0": {"portId": "q76_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q105_QDOFastFluxChannel-0": {"portId": "q105_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q57_QRRx2Channel-0": {"portId": "q57_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q46_QGSx2Channel-0": {"portId": "q46_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q24_QRRx2Channel-0": {"portId": "q24_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q75_QDOFastFluxChannel-1": {"portId": "q75_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q51_QRTx2HiChannel-0": {"portId": "q51_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q34_QRTx2HiChannel-0": {"portId": "q34_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q205_QDOFastFluxChannel-0": {"portId": "q205_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QDOFastFluxChannel-1": {"portId": "q30_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q72_QRTx2HiChannel-0": {"portId": "q72_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q31_QDOFastFluxChannel-0": {"portId": "q31_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QGSx2Channel-0": {"portId": "q51_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q184_QDOFastFluxChannel-0": {"portId": "q184_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q39_QDOFastFluxChannel-0": {"portId": "q39_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QRTx2HiChannel-0": {"portId": "q2_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q109_QDOFastFluxChannel-0": {"portId": "q109_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q24_QGSx2Channel-0": {"portId": "q24_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q2_QDOFastFluxChannel-1": {"portId": "q2_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q10_QRRx2Channel-0": {"portId": "q10_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q69_QRTx2HiChannel-0": {"portId": "q69_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q20_QRRx2Channel-0": {"portId": "q20_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q78_QRRx2Channel-0": {"portId": "q78_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q137_QDOFastFluxChannel-0": {"portId": "q137_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q8_QGSx2Channel-0": {"portId": "q8_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q17_QDOFastFluxChannel-0": {"portId": "q17_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q42_QDOFastFluxChannel-0": {"portId": "q42_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q33_QRRx2Channel-0": {"portId": "q33_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q30_QRTx2HiChannel-0": {"portId": "q30_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q22_QRTx2HiChannel-0": {"portId": "q22_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q129_QDOFastFluxChannel-0": {"portId": "q129_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q81_QRRx2Channel-0": {"portId": "q81_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q42_QGSx2Channel-0": {"portId": "q42_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q162_QDOFastFluxChannel-0": {"portId": "q162_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q187_QDOFastFluxChannel-0": {"portId": "q187_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QGSx2Channel-0": {"portId": "q54_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q68_QRTx2HiChannel-0": {"portId": "q68_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q155_QDOFastFluxChannel-0": {"portId": "q155_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q17_QRTx2HiChannel-0": {"portId": "q17_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q71_QDOFastFluxChannel-0": {"portId": "q71_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QDOFastFluxChannel-0": {"portId": "q51_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q74_QGSx2Channel-0": {"portId": "q74_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q57_QDOFastFluxChannel-2": {"portId": "q57_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q156_QDOFastFluxChannel-0": {"portId": "q156_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q7_QRRx2Channel-0": {"portId": "q7_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q216_QDOFastFluxChannel-0": {"portId": "q216_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q154_QDOFastFluxChannel-0": {"portId": "q154_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q158_QDOFastFluxChannel-0": {"portId": "q158_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q18_QDOFastFluxChannel-1": {"portId": "q18_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q9_QRRx2Channel-0": {"portId": "q9_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q7_QDOFastFluxChannel-0": {"portId": "q7_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q207_QDOFastFluxChannel-0": {"portId": "q207_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q48_QRRx2Channel-0": {"portId": "q48_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q50_QRRx2Channel-0": {"portId": "q50_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q26_QDOFastFluxChannel-1": {"portId": "q26_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q140_QDOFastFluxChannel-0": {"portId": "q140_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q64_QGSx2Channel-0": {"portId": "q64_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q125_QDOFastFluxChannel-0": {"portId": "q125_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q75_QDOFastFluxChannel-0": {"portId": "q75_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q231_QDOFastFluxChannel-0": {"portId": "q231_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q40_QRTx2HiChannel-0": {"portId": "q40_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q17_QRRx2Channel-0": {"portId": "q17_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q27_QGSx2Channel-0": {"portId": "q27_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q82_QRTx2HiChannel-0": {"portId": "q82_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QRTx2HiChannel-0": {"portId": "q49_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q170_QDOFastFluxChannel-0": {"portId": "q170_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QDOFastFluxChannel-1": {"portId": "q23_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q18_QDOFastFluxChannel-0": {"portId": "q18_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q17_QGSx2Channel-0": {"portId": "q17_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q36_QDOFastFluxChannel-2": {"portId": "q36_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q29_QGSx2Channel-0": {"portId": "q29_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q39_QRTx2HiChannel-0": {"portId": "q39_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q18_QGSx2Channel-0": {"portId": "q18_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q189_QDOFastFluxChannel-0": {"portId": "q189_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q55_QDOFastFluxChannel-0": {"portId": "q55_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q69_QGSx2Channel-0": {"portId": "q69_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q25_QDOFastFluxChannel-0": {"portId": "q25_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QRTx2HiChannel-0": {"portId": "q54_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QDOFastFluxChannel-0": {"portId": "q49_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q7_QDOFastFluxChannel-1": {"portId": "q7_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q173_QDOFastFluxChannel-0": {"portId": "q173_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q0_QRRx2Channel-0": {"portId": "q0_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q15_QGSx2Channel-0": {"portId": "q15_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q65_QRTx2HiChannel-0": {"portId": "q65_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q39_QGSx2Channel-0": {"portId": "q39_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q72_QDOFastFluxChannel-1": {"portId": "q72_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q64_QRRx2Channel-0": {"portId": "q64_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q67_QRRx2Channel-0": {"portId": "q67_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q4_QRRx2Channel-0": {"portId": "q4_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q25_QGSx2Channel-0": {"portId": "q25_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q74_QRRx2Channel-0": {"portId": "q74_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q74_QRTx2HiChannel-0": {"portId": "q74_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q36_QGSx2Channel-0": {"portId": "q36_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q160_QDOFastFluxChannel-0": {"portId": "q160_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QRTx2HiChannel-0": {"portId": "q29_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q202_QDOFastFluxChannel-0": {"portId": "q202_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q15_QRRx2Channel-0": {"portId": "q15_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q57_QGSx2Channel-0": {"portId": "q57_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q50_QGSx2Channel-0": {"portId": "q50_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q39_QDOFastFluxChannel-2": {"portId": "q39_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q14_QDOFastFluxChannel-0": {"portId": "q14_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q150_QDOFastFluxChannel-0": {"portId": "q150_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q122_QDOFastFluxChannel-0": {"portId": "q122_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q208_QDOFastFluxChannel-0": {"portId": "q208_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q96_QDOFastFluxChannel-0": {"portId": "q96_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q35_QDOFastFluxChannel-0": {"portId": "q35_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QDOFastFluxChannel-1": {"portId": "q36_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q55_QRRx2Channel-0": {"portId": "q55_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q91_QDOFastFluxChannel-0": {"portId": "q91_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q80_QDOFastFluxChannel-1": {"portId": "q80_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q28_QRTx2HiChannel-0": {"portId": "q28_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q153_QDOFastFluxChannel-0": {"portId": "q153_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q142_QDOFastFluxChannel-0": {"portId": "q142_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q77_QRRx2Channel-0": {"portId": "q77_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q51_QDOFastFluxChannel-1": {"portId": "q51_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q201_QDOFastFluxChannel-0": {"portId": "q201_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q1_QRRx2Channel-0": {"portId": "q1_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q229_QDOFastFluxChannel-0": {"portId": "q229_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q200_QDOFastFluxChannel-0": {"portId": "q200_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q19_QRTx2HiChannel-0": {"portId": "q19_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q26_QRTx2HiChannel-0": {"portId": "q26_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q41_QRRx2Channel-0": {"portId": "q41_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q179_QDOFastFluxChannel-0": {"portId": "q179_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q219_QDOFastFluxChannel-0": {"portId": "q219_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q115_QDOFastFluxChannel-0": {"portId": "q115_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QDOFastFluxChannel-0": {"portId": "q76_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q97_QDOFastFluxChannel-0": {"portId": "q97_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QDOFastFluxChannel-0": {"portId": "q36_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q79_QRTx2HiChannel-0": {"portId": "q79_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q65_QGSx2Channel-0": {"portId": "q65_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q12_QDOFastFluxChannel-2": {"portId": "q12_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q147_QDOFastFluxChannel-0": {"portId": "q147_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q35_QGSx2Channel-0": {"portId": "q35_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q7_QRTx2HiChannel-0": {"portId": "q7_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q43_QRTx2HiChannel-0": {"portId": "q43_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q77_QGSx2Channel-0": {"portId": "q77_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q7_QGSx2Channel-0": {"portId": "q7_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q77_QRTx2HiChannel-0": {"portId": "q77_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q53_QRRx2Channel-0": {"portId": "q53_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q2_QDOFastFluxChannel-0": {"portId": "q2_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q20_QDOFastFluxChannel-0": {"portId": "q20_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q66_QRRx2Channel-0": {"portId": "q66_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q148_QDOFastFluxChannel-0": {"portId": "q148_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q82_QGSx2Channel-0": {"portId": "q82_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q55_QDOFastFluxChannel-2": {"portId": "q55_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q72_QGSx2Channel-0": {"portId": "q72_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q217_QDOFastFluxChannel-0": {"portId": "q217_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q65_QRRx2Channel-0": {"portId": "q65_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q30_QDOFastFluxChannel-0": {"portId": "q30_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q82_QRRx2Channel-0": {"portId": "q82_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q165_QDOFastFluxChannel-0": {"portId": "q165_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q32_QDOFastFluxChannel-0": {"portId": "q32_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QRTx2HiChannel-0": {"portId": "q23_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q44_QGSx2Channel-0": {"portId": "q44_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q221_QDOFastFluxChannel-0": {"portId": "q221_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QDOFastFluxChannel-0": {"portId": "q29_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q159_QDOFastFluxChannel-0": {"portId": "q159_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q62_QDOFastFluxChannel-1": {"portId": "q62_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q172_QDOFastFluxChannel-0": {"portId": "q172_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q56_QGSx2Channel-0": {"portId": "q56_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q2_QRRx2Channel-0": {"portId": "q2_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q178_QDOFastFluxChannel-0": {"portId": "q178_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q62_QRRx2Channel-0": {"portId": "q62_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q23_QDOFastFluxChannel-0": {"portId": "q23_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q52_QGSx2Channel-0": {"portId": "q52_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q83_QRRx2Channel-0": {"portId": "q83_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q101_QDOFastFluxChannel-0": {"portId": "q101_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q188_QDOFastFluxChannel-0": {"portId": "q188_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q79_QGSx2Channel-0": {"portId": "q79_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q26_QGSx2Channel-0": {"portId": "q26_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q43_QDOFastFluxChannel-0": {"portId": "q43_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q52_QDOFastFluxChannel-1": {"portId": "q52_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q66_QGSx2Channel-0": {"portId": "q66_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q209_QDOFastFluxChannel-0": {"portId": "q209_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q41_QDOFastFluxChannel-0": {"portId": "q41_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q24_QDOFastFluxChannel-1": {"portId": "q24_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q48_QGSx2Channel-0": {"portId": "q48_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q6_QRTx2HiChannel-0": {"portId": "q6_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q89_QDOFastFluxChannel-0": {"portId": "q89_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q124_QDOFastFluxChannel-0": {"portId": "q124_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q12_QDOFastFluxChannel-1": {"portId": "q12_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q141_QDOFastFluxChannel-0": {"portId": "q141_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QRRx2Channel-0": {"portId": "q51_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q26_QRRx2Channel-0": {"portId": "q26_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q106_QDOFastFluxChannel-0": {"portId": "q106_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q174_QDOFastFluxChannel-0": {"portId": "q174_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q197_QDOFastFluxChannel-0": {"portId": "q197_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q130_QDOFastFluxChannel-0": {"portId": "q130_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q12_QDOFastFluxChannel-0": {"portId": "q12_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q60_QRRx2Channel-0": {"portId": "q60_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q38_QDOFastFluxChannel-1": {"portId": "q38_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q180_QDOFastFluxChannel-0": {"portId": "q180_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q40_QRRx2Channel-0": {"portId": "q40_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q54_QDOFastFluxChannel-0": {"portId": "q54_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q35_QRTx2HiChannel-0": {"portId": "q35_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q61_QRTx2HiChannel-0": {"portId": "q61_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q70_QGSx2Channel-0": {"portId": "q70_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q135_QDOFastFluxChannel-0": {"portId": "q135_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q136_QDOFastFluxChannel-0": {"portId": "q136_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q181_QDOFastFluxChannel-0": {"portId": "q181_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QGSx2Channel-0": {"portId": "q2_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q214_QDOFastFluxChannel-0": {"portId": "q214_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q94_QDOFastFluxChannel-0": {"portId": "q94_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q75_QRRx2Channel-0": {"portId": "q75_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q70_QDOFastFluxChannel-2": {"portId": "q70_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q63_QRTx2HiChannel-0": {"portId": "q63_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q61_QGSx2Channel-0": {"portId": "q61_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q32_QGSx2Channel-0": {"portId": "q32_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q169_QDOFastFluxChannel-0": {"portId": "q169_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q53_QDOFastFluxChannel-0": {"portId": "q53_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q107_QDOFastFluxChannel-0": {"portId": "q107_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q10_QDOFastFluxChannel-0": {"portId": "q10_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q57_QRTx2HiChannel-0": {"portId": "q57_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q34_QDOFastFluxChannel-0": {"portId": "q34_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QRRx2Channel-0": {"portId": "q23_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q60_QRTx2HiChannel-0": {"portId": "q60_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q59_QRTx2HiChannel-0": {"portId": "q59_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q47_QRTx2HiChannel-0": {"portId": "q47_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q117_QDOFastFluxChannel-0": {"portId": "q117_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q33_QDOFastFluxChannel-1": {"portId": "q33_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q54_QRRx2Channel-0": {"portId": "q54_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q21_QRTx2HiChannel-0": {"portId": "q21_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q25_QDOFastFluxChannel-1": {"portId": "q25_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q43_QDOFastFluxChannel-2": {"portId": "q43_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q46_QRRx2Channel-0": {"portId": "q46_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q182_QDOFastFluxChannel-0": {"portId": "q182_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q225_QDOFastFluxChannel-0": {"portId": "q225_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q70_QRRx2Channel-0": {"portId": "q70_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q134_QDOFastFluxChannel-0": {"portId": "q134_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q44_QRTx2HiChannel-0": {"portId": "q44_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q28_QGSx2Channel-0": {"portId": "q28_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q55_QRTx2HiChannel-0": {"portId": "q55_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q19_QGSx2Channel-0": {"portId": "q19_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q13_QRTx2HiChannel-0": {"portId": "q13_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q45_QRRx2Channel-0": {"portId": "q45_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q37_QGSx2Channel-0": {"portId": "q37_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q73_QRTx2HiChannel-0": {"portId": "q73_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q226_QDOFastFluxChannel-0": {"portId": "q226_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q25_QRRx2Channel-0": {"portId": "q25_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q53_QRTx2HiChannel-0": {"portId": "q53_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q93_QDOFastFluxChannel-0": {"portId": "q93_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q120_QDOFastFluxChannel-0": {"portId": "q120_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q11_QRRx2Channel-0": {"portId": "q11_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q46_QRTx2HiChannel-0": {"portId": "q46_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q43_QDOFastFluxChannel-1": {"portId": "q43_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q157_QDOFastFluxChannel-0": {"portId": "q157_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QRRx2Channel-0": {"portId": "q36_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q13_QRRx2Channel-0": {"portId": "q13_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q10_QGSx2Channel-0": {"portId": "q10_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q22_QGSx2Channel-0": {"portId": "q22_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q76_QGSx2Channel-0": {"portId": "q76_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q58_QRRx2Channel-0": {"portId": "q58_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q56_QDOFastFluxChannel-0": {"portId": "q56_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q14_QGSx2Channel-0": {"portId": "q14_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q60_QGSx2Channel-0": {"portId": "q60_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q37_QRRx2Channel-0": {"portId": "q37_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q24_QDOFastFluxChannel-0": {"portId": "q24_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q70_QDOFastFluxChannel-1": {"portId": "q70_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q183_QDOFastFluxChannel-0": {"portId": "q183_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q168_QDOFastFluxChannel-0": {"portId": "q168_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q44_QDOFastFluxChannel-1": {"portId": "q44_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q37_QDOFastFluxChannel-1": {"portId": "q37_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q5_QGSx2Channel-0": {"portId": "q5_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q33_QDOFastFluxChannel-0": {"portId": "q33_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q45_QGSx2Channel-0": {"portId": "q45_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q16_QGSx2Channel-0": {"portId": "q16_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q49_QDOFastFluxChannel-1": {"portId": "q49_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q67_QDOFastFluxChannel-0": {"portId": "q67_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q14_QRTx2HiChannel-0": {"portId": "q14_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q21_QRRx2Channel-0": {"portId": "q21_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q13_QGSx2Channel-0": {"portId": "q13_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q43_QGSx2Channel-0": {"portId": "q43_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q186_QDOFastFluxChannel-0": {"portId": "q186_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q4_QRTx2HiChannel-0": {"portId": "q4_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q104_QDOFastFluxChannel-0": {"portId": "q104_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QDOFastFluxChannel-2": {"portId": "q23_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q15_QDOFastFluxChannel-0": {"portId": "q15_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q20_QGSx2Channel-0": {"portId": "q20_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q28_QRRx2Channel-0": {"portId": "q28_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q16_QRRx2Channel-0": {"portId": "q16_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}}, "supportedFunctions": {"shift_phase": {"functionName": "shift_phase", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "phase", "type": "float", "optional": false}]}, "swap_phases": {"functionName": "swap_phases", "arguments": [{"name": "frame_1", "type": "frame", "optional": false}, {"name": "frame_2", "type": "frame", "optional": false}]}, "set_phase": {"functionName": "set_phase", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "phase", "type": "float", "optional": false}]}, "shift_frequency": {"functionName": "shift_frequency", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "frequency", "type": "float", "optional": false}]}, "set_frequency": {"functionName": "set_frequency", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "frequency", "type": "float", "optional": false}]}, "play": {"functionName": "play", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "waveform", "type": "waveform", "optional": false}]}, "set_scale": {"functionName": "set_scale", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "scale", "type": "float", "optional": false}]}, "capture_v0": {"functionName": "capture_v0", "arguments": [{"name": "frame", "type": "frame", "optional": false}], "returnType": "bit"}}, "frames": {"Transmon_47_readout_rx": {"frameId": "Transmon_47_readout_rx", "portId": "q47_QRRx2Channel-0", "frequency": 7361136761.849979, "phase": 0.0, "qubitMappings": [47]}, "Transmon_69_readout_rx": {"frameId": "Transmon_69_readout_rx", "portId": "q69_QRRx2Channel-0", "frequency": 7121808643.585452, "phase": 0.0, "qubitMappings": [69]}, "Transmon_176_flux_tx_b": {"frameId": "Transmon_176_flux_tx_b", "portId": "q176_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [176]}, "Transmon_34_charge_tx": {"frameId": "Transmon_34_charge_tx", "portId": "q34_QGSx2Channel-0", "frequency": 4617121565.414978, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_118_flux_tx": {"frameId": "Transmon_118_flux_tx", "portId": "q118_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [118]}, "Transmon_87_flux_tx_c": {"frameId": "Transmon_87_flux_tx_c", "portId": "q87_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [87]}, "Transmon_152_flux_tx_b": {"frameId": "Transmon_152_flux_tx_b", "portId": "q152_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [152]}, "Transmon_195_flux_tx_c": {"frameId": "Transmon_195_flux_tx_c", "portId": "q195_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [195]}, "Transmon_31_charge_tx": {"frameId": "Transmon_31_charge_tx", "portId": "q31_QGSx2Channel-0", "frequency": 4610420000.151056, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_193_flux_tx_c": {"frameId": "Transmon_193_flux_tx_c", "portId": "q193_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [193]}, "Transmon_71_readout_rx": {"frameId": "Transmon_71_readout_rx", "portId": "q71_QRRx2Channel-0", "frequency": 7045301636.1861925, "phase": 0.0, "qubitMappings": [71]}, "Transmon_228_flux_tx_c": {"frameId": "Transmon_228_flux_tx_c", "portId": "q228_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [228]}, "Transmon_44_flux_tx_c3": {"frameId": "Transmon_44_flux_tx_c3", "portId": "q44_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_92_flux_tx": {"frameId": "Transmon_92_flux_tx", "portId": "q92_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [92]}, "Transmon_40_flux_tx_b4": {"frameId": "Transmon_40_flux_tx_b4", "portId": "q40_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_149_flux_tx_b": {"frameId": "Transmon_149_flux_tx_b", "portId": "q149_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [149]}, "Transmon_9_readout_tx": {"frameId": "Transmon_9_readout_tx", "portId": "q9_QRTx2HiChannel-0", "frequency": 7287687024.035326, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_79_readout_rx": {"frameId": "Transmon_79_readout_rx", "portId": "q79_QRRx2Channel-0", "frequency": 7119858477.084454, "phase": 0.0, "qubitMappings": [79]}, "Transmon_37_readout_tx": {"frameId": "Transmon_37_readout_tx", "portId": "q37_QRTx2HiChannel-0", "frequency": 7123558932.33353, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_4_charge_tx": {"frameId": "Transmon_4_charge_tx", "portId": "q4_QGSx2Channel-0", "frequency": 4496608605.977357, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_3_readout_tx": {"frameId": "Transmon_3_readout_tx", "portId": "q3_QRTx2HiChannel-0", "frequency": 7048384111.0933695, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [3]}, "Transmon_52_readout_tx": {"frameId": "Transmon_52_readout_tx", "portId": "q52_QRTx2HiChannel-0", "frequency": 7445152308.108704, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_9_flux_tx_c3": {"frameId": "Transmon_9_flux_tx_c3", "portId": "q9_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_13_flux_tx_c0": {"frameId": "Transmon_13_flux_tx_c0", "portId": "q13_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_42_readout_tx": {"frameId": "Transmon_42_readout_tx", "portId": "q42_QRTx2HiChannel-0", "frequency": 7048742959.384872, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [42]}, "Transmon_77_flux_tx_c3": {"frameId": "Transmon_77_flux_tx_c3", "portId": "q77_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_41_readout_tx": {"frameId": "Transmon_41_readout_tx", "portId": "q41_QRTx2HiChannel-0", "frequency": 7280294824.253008, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_31_flux_tx_c4": {"frameId": "Transmon_31_flux_tx_c4", "portId": "q31_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_52_flux_tx_c4": {"frameId": "Transmon_52_flux_tx_c4", "portId": "q52_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_15_readout_tx": {"frameId": "Transmon_15_readout_tx", "portId": "q15_QRTx2HiChannel-0", "frequency": 7361961862.753773, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_177_flux_tx_b": {"frameId": "Transmon_177_flux_tx_b", "portId": "q177_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [177]}, "Transmon_25_readout_tx": {"frameId": "Transmon_25_readout_tx", "portId": "q25_QRTx2HiChannel-0", "frequency": 7278208356.758649, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_80_readout_rx": {"frameId": "Transmon_80_readout_rx", "portId": "q80_QRRx2Channel-0", "frequency": 7280675002.998084, "phase": 0.0, "qubitMappings": [80]}, "Transmon_38_flux_tx_b4": {"frameId": "Transmon_38_flux_tx_b4", "portId": "q38_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_67_charge_tx": {"frameId": "Transmon_67_charge_tx", "portId": "q67_QGSx2Channel-0", "frequency": 4494180628.8754425, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_27_readout_tx": {"frameId": "Transmon_27_readout_tx", "portId": "q27_QRTx2HiChannel-0", "frequency": 7115347183.186742, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_110_flux_tx": {"frameId": "Transmon_110_flux_tx", "portId": "q110_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [110]}, "Transmon_65_flux_tx_c4": {"frameId": "Transmon_65_flux_tx_c4", "portId": "q65_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_223_flux_tx": {"frameId": "Transmon_223_flux_tx", "portId": "q223_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [223]}, "Transmon_114_flux_tx_c": {"frameId": "Transmon_114_flux_tx_c", "portId": "q114_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [114]}, "Transmon_35_readout_rx": {"frameId": "Transmon_35_readout_rx", "portId": "q35_QRRx2Channel-0", "frequency": 7285646091.027729, "phase": 0.0, "qubitMappings": [35]}, "Transmon_1_readout_tx": {"frameId": "Transmon_1_readout_tx", "portId": "q1_QRTx2HiChannel-0", "frequency": 7200088802.973397, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [1]}, "Transmon_23_charge_tx": {"frameId": "Transmon_23_charge_tx", "portId": "q23_QGSx2Channel-0", "frequency": 4587258850.094411, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_30_readout_rx": {"frameId": "Transmon_30_readout_rx", "portId": "q30_QRRx2Channel-0", "frequency": 7206334459.558103, "phase": 0.0, "qubitMappings": [30]}, "Transmon_1_charge_tx": {"frameId": "Transmon_1_charge_tx", "portId": "q1_QGSx2Channel-0", "frequency": 4450156058.717846, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [1]}, "Transmon_116_flux_tx_c": {"frameId": "Transmon_116_flux_tx_c", "portId": "q116_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [116]}, "Transmon_27_readout_rx": {"frameId": "Transmon_27_readout_rx", "portId": "q27_QRRx2Channel-0", "frequency": 7115347183.186742, "phase": 0.0, "qubitMappings": [27]}, "Transmon_83_flux_tx_c2": {"frameId": "Transmon_83_flux_tx_c2", "portId": "q83_QDOFastFluxChannel-0", "frequency": 200000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_68_flux_tx_c0": {"frameId": "Transmon_68_flux_tx_c0", "portId": "q68_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_78_charge_tx": {"frameId": "Transmon_78_charge_tx", "portId": "q78_QGSx2Channel-0", "frequency": 4408407329.499761, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_213_flux_tx": {"frameId": "Transmon_213_flux_tx", "portId": "q213_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [213]}, "Transmon_0_readout_tx": {"frameId": "Transmon_0_readout_tx", "portId": "q0_QRTx2HiChannel-0", "frequency": 7045319700.58795, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_103_flux_tx": {"frameId": "Transmon_103_flux_tx", "portId": "q103_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [103]}, "Transmon_65_flux_tx_c2": {"frameId": "Transmon_65_flux_tx_c2", "portId": "q65_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_218_flux_tx": {"frameId": "Transmon_218_flux_tx", "portId": "q218_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [218]}, "Transmon_56_readout_tx": {"frameId": "Transmon_56_readout_tx", "portId": "q56_QRTx2HiChannel-0", "frequency": 7206267765.496578, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_6_charge_tx": {"frameId": "Transmon_6_charge_tx", "portId": "q6_QGSx2Channel-0", "frequency": 4467697794.737149, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_73_charge_tx": {"frameId": "Transmon_73_charge_tx", "portId": "q73_QGSx2Channel-0", "frequency": 4460077662.005819, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [73]}, "Transmon_39_flux_tx_c2": {"frameId": "Transmon_39_flux_tx_c2", "portId": "q39_QDOFastFluxChannel-1", "frequency": 115000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_123_flux_tx_c": {"frameId": "Transmon_123_flux_tx_c", "portId": "q123_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [123]}, "Transmon_12_readout_rx": {"frameId": "Transmon_12_readout_rx", "portId": "q12_QRRx2Channel-0", "frequency": 7278762676.13002, "phase": 0.0, "qubitMappings": [12]}, "Transmon_227_flux_tx_c": {"frameId": "Transmon_227_flux_tx_c", "portId": "q227_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [227]}, "Transmon_190_flux_tx": {"frameId": "Transmon_190_flux_tx", "portId": "q190_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [190]}, "Transmon_88_flux_tx_c": {"frameId": "Transmon_88_flux_tx_c", "portId": "q88_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [88]}, "Transmon_224_flux_tx": {"frameId": "Transmon_224_flux_tx", "portId": "q224_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [224]}, "Transmon_5_flux_tx_c4": {"frameId": "Transmon_5_flux_tx_c4", "portId": "q5_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_100_flux_tx": {"frameId": "Transmon_100_flux_tx", "portId": "q100_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [100]}, "Transmon_61_readout_rx": {"frameId": "Transmon_61_readout_rx", "portId": "q61_QRRx2Channel-0", "frequency": 7046223041.483102, "phase": 0.0, "qubitMappings": [61]}, "Transmon_28_flux_tx_c1": {"frameId": "Transmon_28_flux_tx_c1", "portId": "q28_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_64_readout_tx": {"frameId": "Transmon_64_readout_tx", "portId": "q64_QRTx2HiChannel-0", "frequency": 7287469405.6753645, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_72_flux_tx_c3": {"frameId": "Transmon_72_flux_tx_c3", "portId": "q72_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_199_flux_tx_c": {"frameId": "Transmon_199_flux_tx_c", "portId": "q199_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [199]}, "Transmon_10_flux_tx_c2": {"frameId": "Transmon_10_flux_tx_c2", "portId": "q10_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_57_flux_tx_c3": {"frameId": "Transmon_57_flux_tx_c3", "portId": "q57_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_163_flux_tx": {"frameId": "Transmon_163_flux_tx", "portId": "q163_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [163]}, "Transmon_66_readout_tx": {"frameId": "Transmon_66_readout_tx", "portId": "q66_QRTx2HiChannel-0", "frequency": 7125467588.395952, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [66]}, "Transmon_49_readout_rx": {"frameId": "Transmon_49_readout_rx", "portId": "q49_QRRx2Channel-0", "frequency": 7445791644.580779, "phase": 0.0, "qubitMappings": [49]}, "Transmon_3_readout_rx": {"frameId": "Transmon_3_readout_rx", "portId": "q3_QRRx2Channel-0", "frequency": 7048384111.0933695, "phase": 0.0, "qubitMappings": [3]}, "Transmon_164_flux_tx_b": {"frameId": "Transmon_164_flux_tx_b", "portId": "q164_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [164]}, "Transmon_50_readout_tx": {"frameId": "Transmon_50_readout_tx", "portId": "q50_QRTx2HiChannel-0", "frequency": 7122938026.828856, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_14_readout_rx": {"frameId": "Transmon_14_readout_rx", "portId": "q14_QRRx2Channel-0", "frequency": 7200796663.81663, "phase": 0.0, "qubitMappings": [14]}, "Transmon_67_readout_tx": {"frameId": "Transmon_67_readout_tx", "portId": "q67_QRTx2HiChannel-0", "frequency": 7284742580.805485, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_83_charge_tx": {"frameId": "Transmon_83_charge_tx", "portId": "q83_QGSx2Channel-0", "frequency": 4576518177.340673, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_70_flux_tx_c2": {"frameId": "Transmon_70_flux_tx_c2", "portId": "q70_QDOFastFluxChannel-0", "frequency": 200000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_57_flux_tx_c1": {"frameId": "Transmon_57_flux_tx_c1", "portId": "q57_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_47_flux_tx_c4": {"frameId": "Transmon_47_flux_tx_c4", "portId": "q47_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_5_readout_rx": {"frameId": "Transmon_5_readout_rx", "portId": "q5_QRRx2Channel-0", "frequency": 7361667997.404143, "phase": 0.0, "qubitMappings": [5]}, "Transmon_146_flux_tx_c": {"frameId": "Transmon_146_flux_tx_c", "portId": "q146_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [146]}, "Transmon_38_readout_tx": {"frameId": "Transmon_38_readout_tx", "portId": "q38_QRTx2HiChannel-0", "frequency": 7290401163.042203, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_62_charge_tx": {"frameId": "Transmon_62_charge_tx", "portId": "q62_QGSx2Channel-0", "frequency": 4505448525.087619, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_44_readout_rx": {"frameId": "Transmon_44_readout_rx", "portId": "q44_QRRx2Channel-0", "frequency": 7364830972.68865, "phase": 0.0, "qubitMappings": [44]}, "Transmon_68_flux_tx_c2": {"frameId": "Transmon_68_flux_tx_c2", "portId": "q68_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_75_charge_tx": {"frameId": "Transmon_75_charge_tx", "portId": "q75_QGSx2Channel-0", "frequency": 4538372712.839301, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_90_flux_tx_c": {"frameId": "Transmon_90_flux_tx_c", "portId": "q90_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [90]}, "Transmon_102_flux_tx_c": {"frameId": "Transmon_102_flux_tx_c", "portId": "q102_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [102]}, "Transmon_33_charge_tx": {"frameId": "Transmon_33_charge_tx", "portId": "q33_QGSx2Channel-0", "frequency": 4422003956.213889, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_75_readout_tx": {"frameId": "Transmon_75_readout_tx", "portId": "q75_QRTx2HiChannel-0", "frequency": 7198968930.700308, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_33_readout_tx": {"frameId": "Transmon_33_readout_tx", "portId": "q33_QRTx2HiChannel-0", "frequency": 7196904623.703829, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_121_flux_tx": {"frameId": "Transmon_121_flux_tx", "portId": "q121_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [121]}, "Transmon_4_flux_tx_c3": {"frameId": "Transmon_4_flux_tx_c3", "portId": "q4_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_50_flux_tx_b3": {"frameId": "Transmon_50_flux_tx_b3", "portId": "q50_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_215_flux_tx_c": {"frameId": "Transmon_215_flux_tx_c", "portId": "q215_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [215]}, "Transmon_76_readout_tx": {"frameId": "Transmon_76_readout_tx", "portId": "q76_QRTx2HiChannel-0", "frequency": 7355817964.074477, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_38_readout_rx": {"frameId": "Transmon_38_readout_rx", "portId": "q38_QRRx2Channel-0", "frequency": 7290401163.042203, "phase": 0.0, "qubitMappings": [38]}, "Transmon_8_readout_tx": {"frameId": "Transmon_8_readout_tx", "portId": "q8_QRTx2HiChannel-0", "frequency": 7125923621.544711, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_203_flux_tx": {"frameId": "Transmon_203_flux_tx", "portId": "q203_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [203]}, "Transmon_119_flux_tx": {"frameId": "Transmon_119_flux_tx", "portId": "q119_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [119]}, "Transmon_48_readout_tx": {"frameId": "Transmon_48_readout_tx", "portId": "q48_QRTx2HiChannel-0", "frequency": 7043253070.720391, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [48]}, "Transmon_49_charge_tx": {"frameId": "Transmon_49_charge_tx", "portId": "q49_QGSx2Channel-0", "frequency": 4722670600.93977, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_131_flux_tx_b": {"frameId": "Transmon_131_flux_tx_b", "portId": "q131_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [131]}, "Transmon_41_charge_tx": {"frameId": "Transmon_41_charge_tx", "portId": "q41_QGSx2Channel-0", "frequency": 4520083599.027265, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_34_readout_rx": {"frameId": "Transmon_34_readout_rx", "portId": "q34_QRRx2Channel-0", "frequency": 7357472876.318088, "phase": 0.0, "qubitMappings": [34]}, "Transmon_21_charge_tx": {"frameId": "Transmon_21_charge_tx", "portId": "q21_QGSx2Channel-0", "frequency": 4409687053.531934, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_42_flux_tx_b3": {"frameId": "Transmon_42_flux_tx_b3", "portId": "q42_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [42]}, "Transmon_112_flux_tx_c": {"frameId": "Transmon_112_flux_tx_c", "portId": "q112_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [112]}, "Transmon_144_flux_tx_b": {"frameId": "Transmon_144_flux_tx_b", "portId": "q144_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [144]}, "Transmon_46_flux_tx_b4": {"frameId": "Transmon_46_flux_tx_b4", "portId": "q46_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_29_readout_rx": {"frameId": "Transmon_29_readout_rx", "portId": "q29_QRRx2Channel-0", "frequency": 7046231646.689473, "phase": 0.0, "qubitMappings": [29]}, "Transmon_76_flux_tx_c0": {"frameId": "Transmon_76_flux_tx_c0", "portId": "q76_QDOFastFluxChannel-1", "frequency": 200000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_86_flux_tx_c": {"frameId": "Transmon_86_flux_tx_c", "portId": "q86_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [86]}, "Transmon_139_flux_tx_c": {"frameId": "Transmon_139_flux_tx_c", "portId": "q139_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [139]}, "Transmon_18_readout_tx": {"frameId": "Transmon_18_readout_tx", "portId": "q18_QRTx2HiChannel-0", "frequency": 7359270441.657586, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_73_readout_rx": {"frameId": "Transmon_73_readout_rx", "portId": "q73_QRRx2Channel-0", "frequency": 7362366192.902657, "phase": 0.0, "qubitMappings": [73]}, "Transmon_95_flux_tx_c": {"frameId": "Transmon_95_flux_tx_c", "portId": "q95_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [95]}, "Transmon_22_flux_tx_b3": {"frameId": "Transmon_22_flux_tx_b3", "portId": "q22_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_12_readout_tx": {"frameId": "Transmon_12_readout_tx", "portId": "q12_QRTx2HiChannel-0", "frequency": 7278762676.13002, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_10_flux_tx_c3": {"frameId": "Transmon_10_flux_tx_c3", "portId": "q10_QDOFastFluxChannel-2", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_55_flux_tx_c3": {"frameId": "Transmon_55_flux_tx_c3", "portId": "q55_QDOFastFluxChannel-1", "frequency": 115000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_65_flux_tx_c1": {"frameId": "Transmon_65_flux_tx_c1", "portId": "q65_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_31_readout_tx": {"frameId": "Transmon_31_readout_tx", "portId": "q31_QRTx2HiChannel-0", "frequency": 7364986561.331546, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_84_flux_tx": {"frameId": "Transmon_84_flux_tx", "portId": "q84_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [84]}, "Transmon_60_flux_tx_c4": {"frameId": "Transmon_60_flux_tx_c4", "portId": "q60_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_220_flux_tx_c": {"frameId": "Transmon_220_flux_tx_c", "portId": "q220_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [220]}, "Transmon_132_flux_tx_b": {"frameId": "Transmon_132_flux_tx_b", "portId": "q132_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [132]}, "Transmon_32_readout_rx": {"frameId": "Transmon_32_readout_rx", "portId": "q32_QRRx2Channel-0", "frequency": 7043748013.845488, "phase": 0.0, "qubitMappings": [32]}, "Transmon_206_flux_tx_c": {"frameId": "Transmon_206_flux_tx_c", "portId": "q206_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [206]}, "Transmon_127_flux_tx_c": {"frameId": "Transmon_127_flux_tx_c", "portId": "q127_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [127]}, "Transmon_59_readout_rx": {"frameId": "Transmon_59_readout_rx", "portId": "q59_QRRx2Channel-0", "frequency": 7205558986.363494, "phase": 0.0, "qubitMappings": [59]}, "Transmon_230_flux_tx": {"frameId": "Transmon_230_flux_tx", "portId": "q230_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [230]}, "Transmon_171_flux_tx_b": {"frameId": "Transmon_171_flux_tx_b", "portId": "q171_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [171]}, "Transmon_212_flux_tx_c": {"frameId": "Transmon_212_flux_tx_c", "portId": "q212_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [212]}, "Transmon_12_charge_tx": {"frameId": "Transmon_12_charge_tx", "portId": "q12_QGSx2Channel-0", "frequency": 4598553426.23842, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_196_flux_tx": {"frameId": "Transmon_196_flux_tx", "portId": "q196_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [196]}, "Transmon_58_readout_tx": {"frameId": "Transmon_58_readout_tx", "portId": "q58_QRTx2HiChannel-0", "frequency": 7049009301.045751, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [58]}, "Transmon_167_flux_tx_c": {"frameId": "Transmon_167_flux_tx_c", "portId": "q167_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [167]}, "Transmon_26_flux_tx_c0": {"frameId": "Transmon_26_flux_tx_c0", "portId": "q26_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_126_flux_tx": {"frameId": "Transmon_126_flux_tx", "portId": "q126_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [126]}, "Transmon_51_flux_tx_b4": {"frameId": "Transmon_51_flux_tx_b4", "portId": "q51_QDOFastFluxChannel-2", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_16_readout_tx": {"frameId": "Transmon_16_readout_tx", "portId": "q16_QRTx2HiChannel-0", "frequency": 7044413647.130552, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [16]}, "Transmon_32_readout_tx": {"frameId": "Transmon_32_readout_tx", "portId": "q32_QRTx2HiChannel-0", "frequency": 7043748013.845488, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_9_charge_tx": {"frameId": "Transmon_9_charge_tx", "portId": "q9_QGSx2Channel-0", "frequency": 4520780506.3663025, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_145_flux_tx_b": {"frameId": "Transmon_145_flux_tx_b", "portId": "q145_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [145]}, "Transmon_11_charge_tx": {"frameId": "Transmon_11_charge_tx", "portId": "q11_QGSx2Channel-0", "frequency": 4477674611.375699, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_47_charge_tx": {"frameId": "Transmon_47_charge_tx", "portId": "q47_QGSx2Channel-0", "frequency": 4564273171.062927, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_71_readout_tx": {"frameId": "Transmon_71_readout_tx", "portId": "q71_QRTx2HiChannel-0", "frequency": 7045301636.1861925, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_18_readout_rx": {"frameId": "Transmon_18_readout_rx", "portId": "q18_QRRx2Channel-0", "frequency": 7359270441.657586, "phase": 0.0, "qubitMappings": [18]}, "Transmon_5_flux_tx_c1": {"frameId": "Transmon_5_flux_tx_c1", "portId": "q5_QDOFastFluxChannel-1", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_204_flux_tx": {"frameId": "Transmon_204_flux_tx", "portId": "q204_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [204]}, "Transmon_24_readout_tx": {"frameId": "Transmon_24_readout_tx", "portId": "q24_QRTx2HiChannel-0", "frequency": 7124539845.605941, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_34_flux_tx_c3": {"frameId": "Transmon_34_flux_tx_c3", "portId": "q34_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_161_flux_tx": {"frameId": "Transmon_161_flux_tx", "portId": "q161_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [161]}, "Transmon_166_flux_tx_c": {"frameId": "Transmon_166_flux_tx_c", "portId": "q166_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [166]}, "Transmon_22_readout_rx": {"frameId": "Transmon_22_readout_rx", "portId": "q22_QRRx2Channel-0", "frequency": 7283007203.17814, "phase": 0.0, "qubitMappings": [22]}, "Transmon_81_readout_tx": {"frameId": "Transmon_81_readout_tx", "portId": "q81_QRTx2HiChannel-0", "frequency": 7432752070.070102, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_8_flux_tx_c1": {"frameId": "Transmon_8_flux_tx_c1", "portId": "q8_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_8_readout_rx": {"frameId": "Transmon_8_readout_rx", "portId": "q8_QRRx2Channel-0", "frequency": 7125923621.544711, "phase": 0.0, "qubitMappings": [8]}, "Transmon_62_readout_tx": {"frameId": "Transmon_62_readout_tx", "portId": "q62_QRTx2HiChannel-0", "frequency": 7201687514.683032, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_79_flux_tx_c3": {"frameId": "Transmon_79_flux_tx_c3", "portId": "q79_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_58_charge_tx": {"frameId": "Transmon_58_charge_tx", "portId": "q58_QGSx2Channel-0", "frequency": 4310046942.796709, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [58]}, "Transmon_20_readout_tx": {"frameId": "Transmon_20_readout_tx", "portId": "q20_QRTx2HiChannel-0", "frequency": 7193936907.89129, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_56_readout_rx": {"frameId": "Transmon_56_readout_rx", "portId": "q56_QRRx2Channel-0", "frequency": 7206267765.496578, "phase": 0.0, "qubitMappings": [56]}, "Transmon_151_flux_tx_c": {"frameId": "Transmon_151_flux_tx_c", "portId": "q151_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [151]}, "Transmon_36_readout_tx": {"frameId": "Transmon_36_readout_tx", "portId": "q36_QRTx2HiChannel-0", "frequency": 7442626378.396281, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_64_flux_tx_c3": {"frameId": "Transmon_64_flux_tx_c3", "portId": "q64_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_52_readout_rx": {"frameId": "Transmon_52_readout_rx", "portId": "q52_QRRx2Channel-0", "frequency": 7445152308.108704, "phase": 0.0, "qubitMappings": [52]}, "Transmon_39_readout_rx": {"frameId": "Transmon_39_readout_rx", "portId": "q39_QRRx2Channel-0", "frequency": 7439160672.705335, "phase": 0.0, "qubitMappings": [39]}, "Transmon_55_charge_tx": {"frameId": "Transmon_55_charge_tx", "portId": "q55_QGSx2Channel-0", "frequency": 4623202223.295542, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_42_readout_rx": {"frameId": "Transmon_42_readout_rx", "portId": "q42_QRRx2Channel-0", "frequency": 7048742959.384872, "phase": 0.0, "qubitMappings": [42]}, "Transmon_11_readout_tx": {"frameId": "Transmon_11_readout_tx", "portId": "q11_QRTx2HiChannel-0", "frequency": 7118697615.32632, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_98_flux_tx_c": {"frameId": "Transmon_98_flux_tx_c", "portId": "q98_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [98]}, "Transmon_10_readout_tx": {"frameId": "Transmon_10_readout_tx", "portId": "q10_QRTx2HiChannel-0", "frequency": 7445607731.699587, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_3_charge_tx": {"frameId": "Transmon_3_charge_tx", "portId": "q3_QGSx2Channel-0", "frequency": 4423129613.990388, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [3]}, "Transmon_59_flux_tx_c1": {"frameId": "Transmon_59_flux_tx_c1", "portId": "q59_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_31_readout_rx": {"frameId": "Transmon_31_readout_rx", "portId": "q31_QRRx2Channel-0", "frequency": 7364986561.331546, "phase": 0.0, "qubitMappings": [31]}, "Transmon_40_charge_tx": {"frameId": "Transmon_40_charge_tx", "portId": "q40_QGSx2Channel-0", "frequency": 4353888426.286912, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_194_flux_tx_c": {"frameId": "Transmon_194_flux_tx_c", "portId": "q194_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [194]}, "Transmon_63_charge_tx": {"frameId": "Transmon_63_charge_tx", "portId": "q63_QGSx2Channel-0", "frequency": 4502152509.466169, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [63]}, "Transmon_80_flux_tx_c3": {"frameId": "Transmon_80_flux_tx_c3", "portId": "q80_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_222_flux_tx": {"frameId": "Transmon_222_flux_tx", "portId": "q222_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [222]}, "Transmon_80_charge_tx": {"frameId": "Transmon_80_charge_tx", "portId": "q80_QGSx2Channel-0", "frequency": 4572250764.172683, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_83_readout_tx": {"frameId": "Transmon_83_readout_tx", "portId": "q83_QRTx2HiChannel-0", "frequency": 7277605975.301261, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_113_flux_tx_c": {"frameId": "Transmon_113_flux_tx_c", "portId": "q113_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [113]}, "Transmon_99_flux_tx": {"frameId": "Transmon_99_flux_tx", "portId": "q99_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [99]}, "Transmon_191_flux_tx": {"frameId": "Transmon_191_flux_tx", "portId": "q191_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [191]}, "Transmon_143_flux_tx_b": {"frameId": "Transmon_143_flux_tx_b", "portId": "q143_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [143]}, "Transmon_81_flux_tx_c0": {"frameId": "Transmon_81_flux_tx_c0", "portId": "q81_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_38_charge_tx": {"frameId": "Transmon_38_charge_tx", "portId": "q38_QGSx2Channel-0", "frequency": 4524282232.462579, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_133_flux_tx_c": {"frameId": "Transmon_133_flux_tx_c", "portId": "q133_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [133]}, "Transmon_1_flux_tx_c0": {"frameId": "Transmon_1_flux_tx_c0", "portId": "q1_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [1]}, "Transmon_59_flux_tx_c3": {"frameId": "Transmon_59_flux_tx_c3", "portId": "q59_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_0_charge_tx": {"frameId": "Transmon_0_charge_tx", "portId": "q0_QGSx2Channel-0", "frequency": 4336258264.370739, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_37_flux_tx_b3": {"frameId": "Transmon_37_flux_tx_b3", "portId": "q37_QDOFastFluxChannel-0", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_6_readout_rx": {"frameId": "Transmon_6_readout_rx", "portId": "q6_QRRx2Channel-0", "frequency": 7038900814.878254, "phase": 0.0, "qubitMappings": [6]}, "Transmon_30_charge_tx": {"frameId": "Transmon_30_charge_tx", "portId": "q30_QGSx2Channel-0", "frequency": 4459645582.073837, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_45_readout_tx": {"frameId": "Transmon_45_readout_tx", "portId": "q45_QRTx2HiChannel-0", "frequency": 7049007099.855046, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_43_readout_rx": {"frameId": "Transmon_43_readout_rx", "portId": "q43_QRRx2Channel-0", "frequency": 7204155933.735816, "phase": 0.0, "qubitMappings": [43]}, "Transmon_108_flux_tx_c": {"frameId": "Transmon_108_flux_tx_c", "portId": "q108_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [108]}, "Transmon_62_flux_tx_c1": {"frameId": "Transmon_62_flux_tx_c1", "portId": "q62_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_71_charge_tx": {"frameId": "Transmon_71_charge_tx", "portId": "q71_QGSx2Channel-0", "frequency": 4554510170.429054, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_53_charge_tx": {"frameId": "Transmon_53_charge_tx", "portId": "q53_QGSx2Channel-0", "frequency": 4410758511.056145, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_81_charge_tx": {"frameId": "Transmon_81_charge_tx", "portId": "q81_QGSx2Channel-0", "frequency": 4654910582.504467, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_45_flux_tx_b2": {"frameId": "Transmon_45_flux_tx_b2", "portId": "q45_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_63_readout_rx": {"frameId": "Transmon_63_readout_rx", "portId": "q63_QRRx2Channel-0", "frequency": 7127296229.000002, "phase": 0.0, "qubitMappings": [63]}, "Transmon_85_flux_tx_c": {"frameId": "Transmon_85_flux_tx_c", "portId": "q85_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [85]}, "Transmon_29_flux_tx_b1": {"frameId": "Transmon_29_flux_tx_b1", "portId": "q29_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_59_charge_tx": {"frameId": "Transmon_59_charge_tx", "portId": "q59_QGSx2Channel-0", "frequency": 4489054427.0986395, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_72_readout_rx": {"frameId": "Transmon_72_readout_rx", "portId": "q72_QRRx2Channel-0", "frequency": 7205118623.849463, "phase": 0.0, "qubitMappings": [72]}, "Transmon_138_flux_tx_b": {"frameId": "Transmon_138_flux_tx_b", "portId": "q138_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [138]}, "Transmon_68_readout_rx": {"frameId": "Transmon_68_readout_rx", "portId": "q68_QRRx2Channel-0", "frequency": 7438571157.718604, "phase": 0.0, "qubitMappings": [68]}, "Transmon_78_readout_tx": {"frameId": "Transmon_78_readout_tx", "portId": "q78_QRTx2HiChannel-0", "frequency": 7428540969.563624, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_19_readout_rx": {"frameId": "Transmon_19_readout_rx", "portId": "q19_QRRx2Channel-0", "frequency": 7041764094.903216, "phase": 0.0, "qubitMappings": [19]}, "Transmon_47_flux_tx_c0": {"frameId": "Transmon_47_flux_tx_c0", "portId": "q47_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_68_charge_tx": {"frameId": "Transmon_68_charge_tx", "portId": "q68_QGSx2Channel-0", "frequency": 4641571658.313701, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_80_readout_tx": {"frameId": "Transmon_80_readout_tx", "portId": "q80_QRTx2HiChannel-0", "frequency": 7280675002.998084, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_28_flux_tx_c0": {"frameId": "Transmon_28_flux_tx_c0", "portId": "q28_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_70_readout_tx": {"frameId": "Transmon_70_readout_tx", "portId": "q70_QRTx2HiChannel-0", "frequency": 7368114744.14534, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_211_flux_tx": {"frameId": "Transmon_211_flux_tx", "portId": "q211_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [211]}, "Transmon_5_readout_tx": {"frameId": "Transmon_5_readout_tx", "portId": "q5_QRTx2HiChannel-0", "frequency": 7361667997.404143, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_232_flux_tx": {"frameId": "Transmon_232_flux_tx", "portId": "q232_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [232]}, "Transmon_74_flux_tx_c2": {"frameId": "Transmon_74_flux_tx_c2", "portId": "q74_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_76_readout_rx": {"frameId": "Transmon_76_readout_rx", "portId": "q76_QRRx2Channel-0", "frequency": 7355817964.074477, "phase": 0.0, "qubitMappings": [76]}, "Transmon_105_flux_tx_c": {"frameId": "Transmon_105_flux_tx_c", "portId": "q105_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [105]}, "Transmon_57_readout_rx": {"frameId": "Transmon_57_readout_rx", "portId": "q57_QRRx2Channel-0", "frequency": 7363659753.101936, "phase": 0.0, "qubitMappings": [57]}, "Transmon_46_charge_tx": {"frameId": "Transmon_46_charge_tx", "portId": "q46_QGSx2Channel-0", "frequency": 4501875361.348807, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_24_readout_rx": {"frameId": "Transmon_24_readout_rx", "portId": "q24_QRRx2Channel-0", "frequency": 7124539845.605941, "phase": 0.0, "qubitMappings": [24]}, "Transmon_75_flux_tx_c2": {"frameId": "Transmon_75_flux_tx_c2", "portId": "q75_QDOFastFluxChannel-1", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_51_readout_tx": {"frameId": "Transmon_51_readout_tx", "portId": "q51_QRTx2HiChannel-0", "frequency": 7287173144.905907, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_34_readout_tx": {"frameId": "Transmon_34_readout_tx", "portId": "q34_QRTx2HiChannel-0", "frequency": 7357472876.318088, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_205_flux_tx": {"frameId": "Transmon_205_flux_tx", "portId": "q205_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [205]}, "Transmon_30_flux_tx_b3": {"frameId": "Transmon_30_flux_tx_b3", "portId": "q30_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_72_readout_tx": {"frameId": "Transmon_72_readout_tx", "portId": "q72_QRTx2HiChannel-0", "frequency": 7205118623.849463, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_31_flux_tx_c2": {"frameId": "Transmon_31_flux_tx_c2", "portId": "q31_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_51_charge_tx": {"frameId": "Transmon_51_charge_tx", "portId": "q51_QGSx2Channel-0", "frequency": 4571562317.624489, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_184_flux_tx_c": {"frameId": "Transmon_184_flux_tx_c", "portId": "q184_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [184]}, "Transmon_39_flux_tx_c1": {"frameId": "Transmon_39_flux_tx_c1", "portId": "q39_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_2_readout_tx": {"frameId": "Transmon_2_readout_tx", "portId": "q2_QRTx2HiChannel-0", "frequency": 7365171079.104652, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_109_flux_tx_c": {"frameId": "Transmon_109_flux_tx_c", "portId": "q109_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [109]}, "Transmon_24_charge_tx": {"frameId": "Transmon_24_charge_tx", "portId": "q24_QGSx2Channel-0", "frequency": 4546644138.540163, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_2_flux_tx_c3": {"frameId": "Transmon_2_flux_tx_c3", "portId": "q2_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_10_readout_rx": {"frameId": "Transmon_10_readout_rx", "portId": "q10_QRRx2Channel-0", "frequency": 7445607731.699587, "phase": 0.0, "qubitMappings": [10]}, "Transmon_69_readout_tx": {"frameId": "Transmon_69_readout_tx", "portId": "q69_QRTx2HiChannel-0", "frequency": 7121808643.585452, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_20_readout_rx": {"frameId": "Transmon_20_readout_rx", "portId": "q20_QRRx2Channel-0", "frequency": 7193936907.89129, "phase": 0.0, "qubitMappings": [20]}, "Transmon_78_readout_rx": {"frameId": "Transmon_78_readout_rx", "portId": "q78_QRRx2Channel-0", "frequency": 7428540969.563624, "phase": 0.0, "qubitMappings": [78]}, "Transmon_137_flux_tx": {"frameId": "Transmon_137_flux_tx", "portId": "q137_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [137]}, "Transmon_8_charge_tx": {"frameId": "Transmon_8_charge_tx", "portId": "q8_QGSx2Channel-0", "frequency": 4467694641.1458435, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_17_flux_tx_c1": {"frameId": "Transmon_17_flux_tx_c1", "portId": "q17_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [17]}, "Transmon_42_flux_tx_c0": {"frameId": "Transmon_42_flux_tx_c0", "portId": "q42_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [42]}, "Transmon_33_readout_rx": {"frameId": "Transmon_33_readout_rx", "portId": "q33_QRRx2Channel-0", "frequency": 7196904623.703829, "phase": 0.0, "qubitMappings": [33]}, "Transmon_30_readout_tx": {"frameId": "Transmon_30_readout_tx", "portId": "q30_QRTx2HiChannel-0", "frequency": 7206334459.558103, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_22_readout_tx": {"frameId": "Transmon_22_readout_tx", "portId": "q22_QRTx2HiChannel-0", "frequency": 7283007203.17814, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_129_flux_tx_c": {"frameId": "Transmon_129_flux_tx_c", "portId": "q129_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [129]}, "Transmon_81_readout_rx": {"frameId": "Transmon_81_readout_rx", "portId": "q81_QRRx2Channel-0", "frequency": 7432752070.070102, "phase": 0.0, "qubitMappings": [81]}, "Transmon_42_charge_tx": {"frameId": "Transmon_42_charge_tx", "portId": "q42_QGSx2Channel-0", "frequency": 4468498933.401059, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [42]}, "Transmon_162_flux_tx": {"frameId": "Transmon_162_flux_tx", "portId": "q162_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [162]}, "Transmon_187_flux_tx_c": {"frameId": "Transmon_187_flux_tx_c", "portId": "q187_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [187]}, "Transmon_54_charge_tx": {"frameId": "Transmon_54_charge_tx", "portId": "q54_QGSx2Channel-0", "frequency": 4492941043.124862, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_68_readout_tx": {"frameId": "Transmon_68_readout_tx", "portId": "q68_QRTx2HiChannel-0", "frequency": 7438571157.718604, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_155_flux_tx_c": {"frameId": "Transmon_155_flux_tx_c", "portId": "q155_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [155]}, "Transmon_17_readout_tx": {"frameId": "Transmon_17_readout_tx", "portId": "q17_QRTx2HiChannel-0", "frequency": 7204875183.492679, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [17]}, "Transmon_71_flux_tx_c3": {"frameId": "Transmon_71_flux_tx_c3", "portId": "q71_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_51_flux_tx_c3": {"frameId": "Transmon_51_flux_tx_c3", "portId": "q51_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_74_charge_tx": {"frameId": "Transmon_74_charge_tx", "portId": "q74_QGSx2Channel-0", "frequency": 4508685792.887046, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_57_flux_tx_c0": {"frameId": "Transmon_57_flux_tx_c0", "portId": "q57_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_156_flux_tx_c": {"frameId": "Transmon_156_flux_tx_c", "portId": "q156_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [156]}, "Transmon_7_readout_rx": {"frameId": "Transmon_7_readout_rx", "portId": "q7_QRRx2Channel-0", "frequency": 7441542491.686105, "phase": 0.0, "qubitMappings": [7]}, "Transmon_216_flux_tx": {"frameId": "Transmon_216_flux_tx", "portId": "q216_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [216]}, "Transmon_154_flux_tx_c": {"frameId": "Transmon_154_flux_tx_c", "portId": "q154_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [154]}, "Transmon_158_flux_tx_b": {"frameId": "Transmon_158_flux_tx_b", "portId": "q158_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [158]}, "Transmon_18_flux_tx_c1": {"frameId": "Transmon_18_flux_tx_c1", "portId": "q18_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_9_readout_rx": {"frameId": "Transmon_9_readout_rx", "portId": "q9_QRRx2Channel-0", "frequency": 7287687024.035326, "phase": 0.0, "qubitMappings": [9]}, "Transmon_7_flux_tx_c0": {"frameId": "Transmon_7_flux_tx_c0", "portId": "q7_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_207_flux_tx": {"frameId": "Transmon_207_flux_tx", "portId": "q207_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [207]}, "Transmon_48_readout_rx": {"frameId": "Transmon_48_readout_rx", "portId": "q48_QRRx2Channel-0", "frequency": 7043253070.720391, "phase": 0.0, "qubitMappings": [48]}, "Transmon_50_readout_rx": {"frameId": "Transmon_50_readout_rx", "portId": "q50_QRRx2Channel-0", "frequency": 7122938026.828856, "phase": 0.0, "qubitMappings": [50]}, "Transmon_26_flux_tx_c3": {"frameId": "Transmon_26_flux_tx_c3", "portId": "q26_QDOFastFluxChannel-1", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_140_flux_tx_b": {"frameId": "Transmon_140_flux_tx_b", "portId": "q140_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [140]}, "Transmon_64_charge_tx": {"frameId": "Transmon_64_charge_tx", "portId": "q64_QGSx2Channel-0", "frequency": 4531853005.088573, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_125_flux_tx": {"frameId": "Transmon_125_flux_tx", "portId": "q125_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [125]}, "Transmon_75_flux_tx_c4": {"frameId": "Transmon_75_flux_tx_c4", "portId": "q75_QDOFastFluxChannel-0", "frequency": 200000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_231_flux_tx": {"frameId": "Transmon_231_flux_tx", "portId": "q231_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [231]}, "Transmon_40_readout_tx": {"frameId": "Transmon_40_readout_tx", "portId": "q40_QRTx2HiChannel-0", "frequency": 7121371637.325317, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_17_readout_rx": {"frameId": "Transmon_17_readout_rx", "portId": "q17_QRRx2Channel-0", "frequency": 7204875183.492679, "phase": 0.0, "qubitMappings": [17]}, "Transmon_27_charge_tx": {"frameId": "Transmon_27_charge_tx", "portId": "q27_QGSx2Channel-0", "frequency": 4472369876.849728, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_82_readout_tx": {"frameId": "Transmon_82_readout_tx", "portId": "q82_QRTx2HiChannel-0", "frequency": 7120111112.737812, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_49_readout_tx": {"frameId": "Transmon_49_readout_tx", "portId": "q49_QRTx2HiChannel-0", "frequency": 7445791644.580779, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_170_flux_tx_c": {"frameId": "Transmon_170_flux_tx_c", "portId": "q170_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [170]}, "Transmon_23_flux_tx_c1": {"frameId": "Transmon_23_flux_tx_c1", "portId": "q23_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_18_flux_tx_c4": {"frameId": "Transmon_18_flux_tx_c4", "portId": "q18_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_17_charge_tx": {"frameId": "Transmon_17_charge_tx", "portId": "q17_QGSx2Channel-0", "frequency": 4405935438.718507, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [17]}, "Transmon_36_flux_tx_c0": {"frameId": "Transmon_36_flux_tx_c0", "portId": "q36_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_29_charge_tx": {"frameId": "Transmon_29_charge_tx", "portId": "q29_QGSx2Channel-0", "frequency": 4483402415.51423, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_39_readout_tx": {"frameId": "Transmon_39_readout_tx", "portId": "q39_QRTx2HiChannel-0", "frequency": 7439160672.705335, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_18_charge_tx": {"frameId": "Transmon_18_charge_tx", "portId": "q18_QGSx2Channel-0", "frequency": 4659490480.719723, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_189_flux_tx_c": {"frameId": "Transmon_189_flux_tx_c", "portId": "q189_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [189]}, "Transmon_55_flux_tx_c2": {"frameId": "Transmon_55_flux_tx_c2", "portId": "q55_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_69_charge_tx": {"frameId": "Transmon_69_charge_tx", "portId": "q69_QGSx2Channel-0", "frequency": 4472686181.369552, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_25_flux_tx_c4": {"frameId": "Transmon_25_flux_tx_c4", "portId": "q25_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_54_readout_tx": {"frameId": "Transmon_54_readout_tx", "portId": "q54_QRTx2HiChannel-0", "frequency": 7277459911.073031, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_49_flux_tx_c2": {"frameId": "Transmon_49_flux_tx_c2", "portId": "q49_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_7_flux_tx_c4": {"frameId": "Transmon_7_flux_tx_c4", "portId": "q7_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_173_flux_tx_c": {"frameId": "Transmon_173_flux_tx_c", "portId": "q173_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [173]}, "Transmon_0_readout_rx": {"frameId": "Transmon_0_readout_rx", "portId": "q0_QRRx2Channel-0", "frequency": 7045319700.58795, "phase": 0.0, "qubitMappings": [0]}, "Transmon_15_charge_tx": {"frameId": "Transmon_15_charge_tx", "portId": "q15_QGSx2Channel-0", "frequency": 4702149792.203338, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_65_readout_tx": {"frameId": "Transmon_65_readout_tx", "portId": "q65_QRTx2HiChannel-0", "frequency": 7445597441.726026, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_39_charge_tx": {"frameId": "Transmon_39_charge_tx", "portId": "q39_QGSx2Channel-0", "frequency": 4605467890.093347, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_72_flux_tx_c1": {"frameId": "Transmon_72_flux_tx_c1", "portId": "q72_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_64_readout_rx": {"frameId": "Transmon_64_readout_rx", "portId": "q64_QRRx2Channel-0", "frequency": 7287469405.6753645, "phase": 0.0, "qubitMappings": [64]}, "Transmon_67_readout_rx": {"frameId": "Transmon_67_readout_rx", "portId": "q67_QRRx2Channel-0", "frequency": 7284742580.805485, "phase": 0.0, "qubitMappings": [67]}, "Transmon_4_readout_rx": {"frameId": "Transmon_4_readout_rx", "portId": "q4_QRRx2Channel-0", "frequency": 7202577423.133432, "phase": 0.0, "qubitMappings": [4]}, "Transmon_25_charge_tx": {"frameId": "Transmon_25_charge_tx", "portId": "q25_QGSx2Channel-0", "frequency": 4563137882.042067, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_74_readout_rx": {"frameId": "Transmon_74_readout_rx", "portId": "q74_QRRx2Channel-0", "frequency": 7045268448.808213, "phase": 0.0, "qubitMappings": [74]}, "Transmon_74_readout_tx": {"frameId": "Transmon_74_readout_tx", "portId": "q74_QRTx2HiChannel-0", "frequency": 7045268448.808213, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_36_charge_tx": {"frameId": "Transmon_36_charge_tx", "portId": "q36_QGSx2Channel-0", "frequency": 4688339079.956001, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_160_flux_tx_c": {"frameId": "Transmon_160_flux_tx_c", "portId": "q160_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [160]}, "Transmon_29_readout_tx": {"frameId": "Transmon_29_readout_tx", "portId": "q29_QRTx2HiChannel-0", "frequency": 7046231646.689473, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_202_flux_tx_c": {"frameId": "Transmon_202_flux_tx_c", "portId": "q202_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [202]}, "Transmon_15_readout_rx": {"frameId": "Transmon_15_readout_rx", "portId": "q15_QRRx2Channel-0", "frequency": 7361961862.753773, "phase": 0.0, "qubitMappings": [15]}, "Transmon_57_charge_tx": {"frameId": "Transmon_57_charge_tx", "portId": "q57_QGSx2Channel-0", "frequency": 4673745033.206383, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_50_charge_tx": {"frameId": "Transmon_50_charge_tx", "portId": "q50_QGSx2Channel-0", "frequency": 4448269641.931058, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_39_flux_tx_c0": {"frameId": "Transmon_39_flux_tx_c0", "portId": "q39_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_14_flux_tx_c1": {"frameId": "Transmon_14_flux_tx_c1", "portId": "q14_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_150_flux_tx_b": {"frameId": "Transmon_150_flux_tx_b", "portId": "q150_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [150]}, "Transmon_122_flux_tx_c": {"frameId": "Transmon_122_flux_tx_c", "portId": "q122_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [122]}, "Transmon_208_flux_tx_c": {"frameId": "Transmon_208_flux_tx_c", "portId": "q208_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [208]}, "Transmon_96_flux_tx_c": {"frameId": "Transmon_96_flux_tx_c", "portId": "q96_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [96]}, "Transmon_35_flux_tx_b1": {"frameId": "Transmon_35_flux_tx_b1", "portId": "q35_QDOFastFluxChannel-0", "frequency": 200000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_36_flux_tx_c3": {"frameId": "Transmon_36_flux_tx_c3", "portId": "q36_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_55_readout_rx": {"frameId": "Transmon_55_readout_rx", "portId": "q55_QRRx2Channel-0", "frequency": 7438231209.8325615, "phase": 0.0, "qubitMappings": [55]}, "Transmon_91_flux_tx": {"frameId": "Transmon_91_flux_tx", "portId": "q91_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [91]}, "Transmon_80_flux_tx_c4": {"frameId": "Transmon_80_flux_tx_c4", "portId": "q80_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_28_readout_tx": {"frameId": "Transmon_28_readout_tx", "portId": "q28_QRTx2HiChannel-0", "frequency": 7361055294.98872, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_153_flux_tx_b": {"frameId": "Transmon_153_flux_tx_b", "portId": "q153_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [153]}, "Transmon_142_flux_tx_c": {"frameId": "Transmon_142_flux_tx_c", "portId": "q142_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [142]}, "Transmon_77_readout_rx": {"frameId": "Transmon_77_readout_rx", "portId": "q77_QRRx2Channel-0", "frequency": 7272122003.879588, "phase": 0.0, "qubitMappings": [77]}, "Transmon_51_flux_tx_b2": {"frameId": "Transmon_51_flux_tx_b2", "portId": "q51_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_201_flux_tx_c": {"frameId": "Transmon_201_flux_tx_c", "portId": "q201_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [201]}, "Transmon_1_readout_rx": {"frameId": "Transmon_1_readout_rx", "portId": "q1_QRRx2Channel-0", "frequency": 7200088802.973397, "phase": 0.0, "qubitMappings": [1]}, "Transmon_229_flux_tx_c": {"frameId": "Transmon_229_flux_tx_c", "portId": "q229_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [229]}, "Transmon_200_flux_tx": {"frameId": "Transmon_200_flux_tx", "portId": "q200_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [200]}, "Transmon_19_readout_tx": {"frameId": "Transmon_19_readout_tx", "portId": "q19_QRTx2HiChannel-0", "frequency": 7041764094.903216, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [19]}, "Transmon_26_readout_tx": {"frameId": "Transmon_26_readout_tx", "portId": "q26_QRTx2HiChannel-0", "frequency": 7436016410.1749325, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_41_readout_rx": {"frameId": "Transmon_41_readout_rx", "portId": "q41_QRRx2Channel-0", "frequency": 7280294824.253008, "phase": 0.0, "qubitMappings": [41]}, "Transmon_179_flux_tx_c": {"frameId": "Transmon_179_flux_tx_c", "portId": "q179_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [179]}, "Transmon_219_flux_tx": {"frameId": "Transmon_219_flux_tx", "portId": "q219_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [219]}, "Transmon_115_flux_tx": {"frameId": "Transmon_115_flux_tx", "portId": "q115_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [115]}, "Transmon_76_flux_tx_c3": {"frameId": "Transmon_76_flux_tx_c3", "portId": "q76_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_97_flux_tx_c": {"frameId": "Transmon_97_flux_tx_c", "portId": "q97_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [97]}, "Transmon_36_flux_tx_b2": {"frameId": "Transmon_36_flux_tx_b2", "portId": "q36_QDOFastFluxChannel-0", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_79_readout_tx": {"frameId": "Transmon_79_readout_tx", "portId": "q79_QRTx2HiChannel-0", "frequency": 7119858477.084454, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_65_charge_tx": {"frameId": "Transmon_65_charge_tx", "portId": "q65_QGSx2Channel-0", "frequency": 4654202177.093673, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_12_flux_tx_c1": {"frameId": "Transmon_12_flux_tx_c1", "portId": "q12_QDOFastFluxChannel-2", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_147_flux_tx_c": {"frameId": "Transmon_147_flux_tx_c", "portId": "q147_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [147]}, "Transmon_35_charge_tx": {"frameId": "Transmon_35_charge_tx", "portId": "q35_QGSx2Channel-0", "frequency": 4373684672.860784, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_7_readout_tx": {"frameId": "Transmon_7_readout_tx", "portId": "q7_QRTx2HiChannel-0", "frequency": 7441542491.686105, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_43_readout_tx": {"frameId": "Transmon_43_readout_tx", "portId": "q43_QRTx2HiChannel-0", "frequency": 7204155933.735816, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_77_charge_tx": {"frameId": "Transmon_77_charge_tx", "portId": "q77_QGSx2Channel-0", "frequency": 4451144310.574182, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_7_charge_tx": {"frameId": "Transmon_7_charge_tx", "portId": "q7_QGSx2Channel-0", "frequency": 4554584574.697964, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_77_readout_tx": {"frameId": "Transmon_77_readout_tx", "portId": "q77_QRTx2HiChannel-0", "frequency": 7272122003.879588, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_53_readout_rx": {"frameId": "Transmon_53_readout_rx", "portId": "q53_QRRx2Channel-0", "frequency": 7122578214.865914, "phase": 0.0, "qubitMappings": [53]}, "Transmon_2_flux_tx_c1": {"frameId": "Transmon_2_flux_tx_c1", "portId": "q2_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_20_flux_tx_c2": {"frameId": "Transmon_20_flux_tx_c2", "portId": "q20_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_66_readout_rx": {"frameId": "Transmon_66_readout_rx", "portId": "q66_QRRx2Channel-0", "frequency": 7125467588.395952, "phase": 0.0, "qubitMappings": [66]}, "Transmon_148_flux_tx": {"frameId": "Transmon_148_flux_tx", "portId": "q148_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [148]}, "Transmon_82_charge_tx": {"frameId": "Transmon_82_charge_tx", "portId": "q82_QGSx2Channel-0", "frequency": 4496143760.3562, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_55_flux_tx_c4": {"frameId": "Transmon_55_flux_tx_c4", "portId": "q55_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_72_charge_tx": {"frameId": "Transmon_72_charge_tx", "portId": "q72_QGSx2Channel-0", "frequency": 4580588418.591074, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_217_flux_tx": {"frameId": "Transmon_217_flux_tx", "portId": "q217_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [217]}, "Transmon_65_readout_rx": {"frameId": "Transmon_65_readout_rx", "portId": "q65_QRRx2Channel-0", "frequency": 7445597441.726026, "phase": 0.0, "qubitMappings": [65]}, "Transmon_30_flux_tx_b1": {"frameId": "Transmon_30_flux_tx_b1", "portId": "q30_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_82_readout_rx": {"frameId": "Transmon_82_readout_rx", "portId": "q82_QRRx2Channel-0", "frequency": 7120111112.737812, "phase": 0.0, "qubitMappings": [82]}, "Transmon_165_flux_tx_b": {"frameId": "Transmon_165_flux_tx_b", "portId": "q165_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [165]}, "Transmon_32_flux_tx_c3": {"frameId": "Transmon_32_flux_tx_c3", "portId": "q32_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_23_readout_tx": {"frameId": "Transmon_23_readout_tx", "portId": "q23_QRTx2HiChannel-0", "frequency": 7439667037.65566, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_44_charge_tx": {"frameId": "Transmon_44_charge_tx", "portId": "q44_QGSx2Channel-0", "frequency": 4626086615.528611, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_221_flux_tx_c": {"frameId": "Transmon_221_flux_tx_c", "portId": "q221_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [221]}, "Transmon_29_flux_tx_c0": {"frameId": "Transmon_29_flux_tx_c0", "portId": "q29_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_159_flux_tx_c": {"frameId": "Transmon_159_flux_tx_c", "portId": "q159_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [159]}, "Transmon_62_flux_tx_c4": {"frameId": "Transmon_62_flux_tx_c4", "portId": "q62_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_172_flux_tx_b": {"frameId": "Transmon_172_flux_tx_b", "portId": "q172_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [172]}, "Transmon_56_charge_tx": {"frameId": "Transmon_56_charge_tx", "portId": "q56_QGSx2Channel-0", "frequency": 4655913132.487715, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_2_readout_rx": {"frameId": "Transmon_2_readout_rx", "portId": "q2_QRRx2Channel-0", "frequency": 7365171079.104652, "phase": 0.0, "qubitMappings": [2]}, "Transmon_178_flux_tx_b": {"frameId": "Transmon_178_flux_tx_b", "portId": "q178_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [178]}, "Transmon_62_readout_rx": {"frameId": "Transmon_62_readout_rx", "portId": "q62_QRRx2Channel-0", "frequency": 7201687514.683032, "phase": 0.0, "qubitMappings": [62]}, "Transmon_23_flux_tx_c4": {"frameId": "Transmon_23_flux_tx_c4", "portId": "q23_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_52_charge_tx": {"frameId": "Transmon_52_charge_tx", "portId": "q52_QGSx2Channel-0", "frequency": 4650494433.208437, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_83_readout_rx": {"frameId": "Transmon_83_readout_rx", "portId": "q83_QRRx2Channel-0", "frequency": 7277605975.301261, "phase": 0.0, "qubitMappings": [83]}, "Transmon_101_flux_tx": {"frameId": "Transmon_101_flux_tx", "portId": "q101_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [101]}, "Transmon_188_flux_tx_c": {"frameId": "Transmon_188_flux_tx_c", "portId": "q188_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [188]}, "Transmon_79_charge_tx": {"frameId": "Transmon_79_charge_tx", "portId": "q79_QGSx2Channel-0", "frequency": 4493576159.263679, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_26_charge_tx": {"frameId": "Transmon_26_charge_tx", "portId": "q26_QGSx2Channel-0", "frequency": 4675824875.7140875, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_43_flux_tx_b4": {"frameId": "Transmon_43_flux_tx_b4", "portId": "q43_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_52_flux_tx_c1": {"frameId": "Transmon_52_flux_tx_c1", "portId": "q52_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_66_charge_tx": {"frameId": "Transmon_66_charge_tx", "portId": "q66_QGSx2Channel-0", "frequency": 4238321058.853023, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [66]}, "Transmon_209_flux_tx": {"frameId": "Transmon_209_flux_tx", "portId": "q209_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [209]}, "Transmon_41_flux_tx_c3": {"frameId": "Transmon_41_flux_tx_c3", "portId": "q41_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_24_flux_tx_c2": {"frameId": "Transmon_24_flux_tx_c2", "portId": "q24_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_48_charge_tx": {"frameId": "Transmon_48_charge_tx", "portId": "q48_QGSx2Channel-0", "frequency": 4476528282.543804, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [48]}, "Transmon_6_readout_tx": {"frameId": "Transmon_6_readout_tx", "portId": "q6_QRTx2HiChannel-0", "frequency": 7038900814.878254, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_89_flux_tx_c": {"frameId": "Transmon_89_flux_tx_c", "portId": "q89_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [89]}, "Transmon_124_flux_tx_b": {"frameId": "Transmon_124_flux_tx_b", "portId": "q124_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [124]}, "Transmon_12_flux_tx_c4": {"frameId": "Transmon_12_flux_tx_c4", "portId": "q12_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_141_flux_tx": {"frameId": "Transmon_141_flux_tx", "portId": "q141_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [141]}, "Transmon_51_readout_rx": {"frameId": "Transmon_51_readout_rx", "portId": "q51_QRRx2Channel-0", "frequency": 7287173144.905907, "phase": 0.0, "qubitMappings": [51]}, "Transmon_26_readout_rx": {"frameId": "Transmon_26_readout_rx", "portId": "q26_QRRx2Channel-0", "frequency": 7436016410.1749325, "phase": 0.0, "qubitMappings": [26]}, "Transmon_106_flux_tx_c": {"frameId": "Transmon_106_flux_tx_c", "portId": "q106_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [106]}, "Transmon_174_flux_tx_c": {"frameId": "Transmon_174_flux_tx_c", "portId": "q174_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [174]}, "Transmon_197_flux_tx_c": {"frameId": "Transmon_197_flux_tx_c", "portId": "q197_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [197]}, "Transmon_130_flux_tx_b": {"frameId": "Transmon_130_flux_tx_b", "portId": "q130_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [130]}, "Transmon_12_flux_tx_c0": {"frameId": "Transmon_12_flux_tx_c0", "portId": "q12_QDOFastFluxChannel-0", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_60_readout_rx": {"frameId": "Transmon_60_readout_rx", "portId": "q60_QRRx2Channel-0", "frequency": 7364380440.464031, "phase": 0.0, "qubitMappings": [60]}, "Transmon_38_flux_tx_c0": {"frameId": "Transmon_38_flux_tx_c0", "portId": "q38_QDOFastFluxChannel-1", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_180_flux_tx_c": {"frameId": "Transmon_180_flux_tx_c", "portId": "q180_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [180]}, "Transmon_40_readout_rx": {"frameId": "Transmon_40_readout_rx", "portId": "q40_QRRx2Channel-0", "frequency": 7121371637.325317, "phase": 0.0, "qubitMappings": [40]}, "Transmon_54_flux_tx_c1": {"frameId": "Transmon_54_flux_tx_c1", "portId": "q54_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_35_readout_tx": {"frameId": "Transmon_35_readout_tx", "portId": "q35_QRTx2HiChannel-0", "frequency": 7285646091.027729, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_61_readout_tx": {"frameId": "Transmon_61_readout_tx", "portId": "q61_QRTx2HiChannel-0", "frequency": 7046223041.483102, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [61]}, "Transmon_70_charge_tx": {"frameId": "Transmon_70_charge_tx", "portId": "q70_QGSx2Channel-0", "frequency": 4739576873.280087, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_135_flux_tx_c": {"frameId": "Transmon_135_flux_tx_c", "portId": "q135_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [135]}, "Transmon_136_flux_tx_c": {"frameId": "Transmon_136_flux_tx_c", "portId": "q136_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [136]}, "Transmon_181_flux_tx_c": {"frameId": "Transmon_181_flux_tx_c", "portId": "q181_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [181]}, "Transmon_2_charge_tx": {"frameId": "Transmon_2_charge_tx", "portId": "q2_QGSx2Channel-0", "frequency": 4582297996.990371, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_214_flux_tx_c": {"frameId": "Transmon_214_flux_tx_c", "portId": "q214_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [214]}, "Transmon_94_flux_tx_c": {"frameId": "Transmon_94_flux_tx_c", "portId": "q94_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [94]}, "Transmon_75_readout_rx": {"frameId": "Transmon_75_readout_rx", "portId": "q75_QRRx2Channel-0", "frequency": 7198968930.700308, "phase": 0.0, "qubitMappings": [75]}, "Transmon_70_flux_tx_c3": {"frameId": "Transmon_70_flux_tx_c3", "portId": "q70_QDOFastFluxChannel-2", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_63_readout_tx": {"frameId": "Transmon_63_readout_tx", "portId": "q63_QRTx2HiChannel-0", "frequency": 7127296229.000002, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [63]}, "Transmon_61_charge_tx": {"frameId": "Transmon_61_charge_tx", "portId": "q61_QGSx2Channel-0", "frequency": 4451933865.092891, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [61]}, "Transmon_32_charge_tx": {"frameId": "Transmon_32_charge_tx", "portId": "q32_QGSx2Channel-0", "frequency": 4510210553.251215, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_169_flux_tx_b": {"frameId": "Transmon_169_flux_tx_b", "portId": "q169_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [169]}, "Transmon_53_flux_tx_b2": {"frameId": "Transmon_53_flux_tx_b2", "portId": "q53_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_107_flux_tx_c": {"frameId": "Transmon_107_flux_tx_c", "portId": "q107_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [107]}, "Transmon_10_flux_tx_c1": {"frameId": "Transmon_10_flux_tx_c1", "portId": "q10_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_57_readout_tx": {"frameId": "Transmon_57_readout_tx", "portId": "q57_QRTx2HiChannel-0", "frequency": 7363659753.101936, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_34_flux_tx_c2": {"frameId": "Transmon_34_flux_tx_c2", "portId": "q34_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_23_readout_rx": {"frameId": "Transmon_23_readout_rx", "portId": "q23_QRRx2Channel-0", "frequency": 7439667037.65566, "phase": 0.0, "qubitMappings": [23]}, "Transmon_60_readout_tx": {"frameId": "Transmon_60_readout_tx", "portId": "q60_QRTx2HiChannel-0", "frequency": 7364380440.464031, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_59_readout_tx": {"frameId": "Transmon_59_readout_tx", "portId": "q59_QRTx2HiChannel-0", "frequency": 7205558986.363494, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_47_readout_tx": {"frameId": "Transmon_47_readout_tx", "portId": "q47_QRTx2HiChannel-0", "frequency": 7361136761.849979, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_117_flux_tx_c": {"frameId": "Transmon_117_flux_tx_c", "portId": "q117_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [117]}, "Transmon_33_flux_tx_b2": {"frameId": "Transmon_33_flux_tx_b2", "portId": "q33_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_54_readout_rx": {"frameId": "Transmon_54_readout_rx", "portId": "q54_QRRx2Channel-0", "frequency": 7277459911.073031, "phase": 0.0, "qubitMappings": [54]}, "Transmon_21_readout_tx": {"frameId": "Transmon_21_readout_tx", "portId": "q21_QRTx2HiChannel-0", "frequency": 7122657540.884297, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_25_flux_tx_c2": {"frameId": "Transmon_25_flux_tx_c2", "portId": "q25_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_43_flux_tx_b1": {"frameId": "Transmon_43_flux_tx_b1", "portId": "q43_QDOFastFluxChannel-2", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_46_readout_rx": {"frameId": "Transmon_46_readout_rx", "portId": "q46_QRRx2Channel-0", "frequency": 7200704981.503521, "phase": 0.0, "qubitMappings": [46]}, "Transmon_182_flux_tx_c": {"frameId": "Transmon_182_flux_tx_c", "portId": "q182_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [182]}, "Transmon_225_flux_tx": {"frameId": "Transmon_225_flux_tx", "portId": "q225_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [225]}, "Transmon_70_readout_rx": {"frameId": "Transmon_70_readout_rx", "portId": "q70_QRRx2Channel-0", "frequency": 7368114744.14534, "phase": 0.0, "qubitMappings": [70]}, "Transmon_134_flux_tx_c": {"frameId": "Transmon_134_flux_tx_c", "portId": "q134_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [134]}, "Transmon_44_readout_tx": {"frameId": "Transmon_44_readout_tx", "portId": "q44_QRTx2HiChannel-0", "frequency": 7364830972.68865, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_28_charge_tx": {"frameId": "Transmon_28_charge_tx", "portId": "q28_QGSx2Channel-0", "frequency": 4574555375.785478, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_55_readout_tx": {"frameId": "Transmon_55_readout_tx", "portId": "q55_QRTx2HiChannel-0", "frequency": 7438231209.8325615, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_19_charge_tx": {"frameId": "Transmon_19_charge_tx", "portId": "q19_QGSx2Channel-0", "frequency": 4484908087.692639, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [19]}, "Transmon_13_readout_tx": {"frameId": "Transmon_13_readout_tx", "portId": "q13_QRTx2HiChannel-0", "frequency": 7434143600.9142, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_45_readout_rx": {"frameId": "Transmon_45_readout_rx", "portId": "q45_QRRx2Channel-0", "frequency": 7049007099.855046, "phase": 0.0, "qubitMappings": [45]}, "Transmon_37_charge_tx": {"frameId": "Transmon_37_charge_tx", "portId": "q37_QGSx2Channel-0", "frequency": 4445920184.323131, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_73_readout_tx": {"frameId": "Transmon_73_readout_tx", "portId": "q73_QRTx2HiChannel-0", "frequency": 7362366192.902657, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [73]}, "Transmon_226_flux_tx": {"frameId": "Transmon_226_flux_tx", "portId": "q226_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [226]}, "Transmon_25_readout_rx": {"frameId": "Transmon_25_readout_rx", "portId": "q25_QRRx2Channel-0", "frequency": 7278208356.758649, "phase": 0.0, "qubitMappings": [25]}, "Transmon_53_readout_tx": {"frameId": "Transmon_53_readout_tx", "portId": "q53_QRTx2HiChannel-0", "frequency": 7122578214.865914, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_93_flux_tx_c": {"frameId": "Transmon_93_flux_tx_c", "portId": "q93_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [93]}, "Transmon_120_flux_tx": {"frameId": "Transmon_120_flux_tx", "portId": "q120_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [120]}, "Transmon_11_readout_rx": {"frameId": "Transmon_11_readout_rx", "portId": "q11_QRRx2Channel-0", "frequency": 7118697615.32632, "phase": 0.0, "qubitMappings": [11]}, "Transmon_46_readout_tx": {"frameId": "Transmon_46_readout_tx", "portId": "q46_QRTx2HiChannel-0", "frequency": 7200704981.503521, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_43_flux_tx_c2": {"frameId": "Transmon_43_flux_tx_c2", "portId": "q43_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_157_flux_tx_b": {"frameId": "Transmon_157_flux_tx_b", "portId": "q157_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [157]}, "Transmon_36_readout_rx": {"frameId": "Transmon_36_readout_rx", "portId": "q36_QRRx2Channel-0", "frequency": 7442626378.396281, "phase": 0.0, "qubitMappings": [36]}, "Transmon_13_readout_rx": {"frameId": "Transmon_13_readout_rx", "portId": "q13_QRRx2Channel-0", "frequency": 7434143600.9142, "phase": 0.0, "qubitMappings": [13]}, "Transmon_10_charge_tx": {"frameId": "Transmon_10_charge_tx", "portId": "q10_QGSx2Channel-0", "frequency": 4601056691.432509, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_22_charge_tx": {"frameId": "Transmon_22_charge_tx", "portId": "q22_QGSx2Channel-0", "frequency": 4449421058.214637, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_76_charge_tx": {"frameId": "Transmon_76_charge_tx", "portId": "q76_QGSx2Channel-0", "frequency": 4602433137.765603, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_58_readout_rx": {"frameId": "Transmon_58_readout_rx", "portId": "q58_QRRx2Channel-0", "frequency": 7049009301.045751, "phase": 0.0, "qubitMappings": [58]}, "Transmon_56_flux_tx_c3": {"frameId": "Transmon_56_flux_tx_c3", "portId": "q56_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_14_charge_tx": {"frameId": "Transmon_14_charge_tx", "portId": "q14_QGSx2Channel-0", "frequency": 4493690482.505109, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_60_charge_tx": {"frameId": "Transmon_60_charge_tx", "portId": "q60_QGSx2Channel-0", "frequency": 4690589754.629496, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_37_readout_rx": {"frameId": "Transmon_37_readout_rx", "portId": "q37_QRRx2Channel-0", "frequency": 7123558932.33353, "phase": 0.0, "qubitMappings": [37]}, "Transmon_24_flux_tx_b1": {"frameId": "Transmon_24_flux_tx_b1", "portId": "q24_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_70_flux_tx_c1": {"frameId": "Transmon_70_flux_tx_c1", "portId": "q70_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_183_flux_tx_c": {"frameId": "Transmon_183_flux_tx_c", "portId": "q183_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [183]}, "Transmon_168_flux_tx_c": {"frameId": "Transmon_168_flux_tx_c", "portId": "q168_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [168]}, "Transmon_44_flux_tx_c2": {"frameId": "Transmon_44_flux_tx_c2", "portId": "q44_QDOFastFluxChannel-1", "frequency": 125000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_37_flux_tx_b4": {"frameId": "Transmon_37_flux_tx_b4", "portId": "q37_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_5_charge_tx": {"frameId": "Transmon_5_charge_tx", "portId": "q5_QGSx2Channel-0", "frequency": 4534958632.896373, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_33_flux_tx_c0": {"frameId": "Transmon_33_flux_tx_c0", "portId": "q33_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_45_charge_tx": {"frameId": "Transmon_45_charge_tx", "portId": "q45_QGSx2Channel-0", "frequency": 4461141102.300399, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_16_charge_tx": {"frameId": "Transmon_16_charge_tx", "portId": "q16_QGSx2Channel-0", "frequency": 4272181697.3397307, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [16]}, "Transmon_49_flux_tx_c1": {"frameId": "Transmon_49_flux_tx_c1", "portId": "q49_QDOFastFluxChannel-1", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_67_flux_tx_c1": {"frameId": "Transmon_67_flux_tx_c1", "portId": "q67_QDOFastFluxChannel-0", "frequency": 250000000.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_14_readout_tx": {"frameId": "Transmon_14_readout_tx", "portId": "q14_QRTx2HiChannel-0", "frequency": 7200796663.81663, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_21_readout_rx": {"frameId": "Transmon_21_readout_rx", "portId": "q21_QRRx2Channel-0", "frequency": 7122657540.884297, "phase": 0.0, "qubitMappings": [21]}, "Transmon_13_charge_tx": {"frameId": "Transmon_13_charge_tx", "portId": "q13_QGSx2Channel-0", "frequency": 4563565554.7222, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_43_charge_tx": {"frameId": "Transmon_43_charge_tx", "portId": "q43_QGSx2Channel-0", "frequency": 4504447121.201368, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_186_flux_tx_c": {"frameId": "Transmon_186_flux_tx_c", "portId": "q186_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [186]}, "Transmon_4_readout_tx": {"frameId": "Transmon_4_readout_tx", "portId": "q4_QRTx2HiChannel-0", "frequency": 7202577423.133432, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_104_flux_tx_c": {"frameId": "Transmon_104_flux_tx_c", "portId": "q104_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [104]}, "Transmon_23_flux_tx_c0": {"frameId": "Transmon_23_flux_tx_c0", "portId": "q23_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_15_flux_tx_c2": {"frameId": "Transmon_15_flux_tx_c2", "portId": "q15_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_20_charge_tx": {"frameId": "Transmon_20_charge_tx", "portId": "q20_QGSx2Channel-0", "frequency": 4506738354.282847, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_28_readout_rx": {"frameId": "Transmon_28_readout_rx", "portId": "q28_QRRx2Channel-0", "frequency": 7361055294.98872, "phase": 0.0, "qubitMappings": [28]}, "Transmon_16_readout_rx": {"frameId": "Transmon_16_readout_rx", "portId": "q16_QRRx2Channel-0", "frequency": 7044413647.130552, "phase": 0.0, "qubitMappings": [16]}}, "supportsLocalPulseElements": false, "supportsDynamicFrames": false, "supportsNonNativeGatesWithPulses": false, "validationParameters": {"MAX_SCALE": 4.0, "MAX_AMPLITUDE": 1.0, "PERMITTED_FREQUENCY_DIFFERENCE": 400000000.0, "MAX_WAVEFORM_SAMPLES": 65536.0, "MAX_PULSE_LENGTH": 0.067}, "nativeGateCalibrationsRef": "https://dsq6c4wdong7p.cloudfront.net/native_gate_calibrations/device:arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-2?versionId=bY0ww0zNKJX3Ph5Y57FbpUpvujH9tiwr"}} \ No newline at end of file +{"service": {"braketSchemaHeader": {"name": "braket.device_schema.device_service_properties", "version": "1"}, "executionWindows": [{"executionDay": "Everyday", "windowStartHour": "00:00:00", "windowEndHour": "06:59:59"}, {"executionDay": "Everyday", "windowStartHour": "09:00:00", "windowEndHour": "19:00:00"}, {"executionDay": "Everyday", "windowStartHour": "21:00:00", "windowEndHour": "23:59:59"}], "shotsRange": [10, 50000], "deviceCost": {"price": 0.0009, "unit": "shot"}, "deviceDocumentation": {"imageUrl": "http://d1.awsstatic.com/logos/Rigetti_logo_rgb_teal.0cbe3c0653e755ab97c04ec56f3611f53e2a780c.png", "summary": "Universal gate-model QPU based on superconducting qubits", "externalDocumentationUrl": "https://qcs.rigetti.com/qpus/"}, "deviceLocation": "California, USA", "updatedAt": "2026-04-01T21:09:48+00:00", "getTaskPollIntervalMillis": 200}, "action": {"braket.ir.openqasm.program": {"version": ["1.0"], "actionType": "braket.ir.openqasm.program", "supportedOperations": ["cz", "xy", "ccnot", "cnot", "cphaseshift", "cphaseshift00", "cphaseshift01", "cphaseshift10", "cswap", "h", "i", "iswap", "phaseshift", "pswap", "rx", "ry", "rz", "s", "si", "swap", "t", "ti", "x", "y", "z", "barrier"], "supportedModifiers": [], "supportedPragmas": ["verbatim", "braket_result_type_sample", "braket_result_type_expectation", "braket_result_type_variance", "braket_result_type_probability"], "forbiddenPragmas": ["braket_unitary_matrix", "braket_result_type_state_vector", "braket_result_type_density_matrix", "braket_result_type_amplitude", "braket_result_type_adjoint_gradient"], "maximumQubitArrays": 1, "maximumClassicalArrays": 1, "forbiddenArrayOperations": ["concatenation", "negativeIndex", "range", "rangeWithStep", "slicing", "selection"], "requiresAllQubitsMeasurement": false, "supportPhysicalQubits": true, "requiresContiguousQubitIndices": false, "supportsPartialVerbatimBox": true, "supportsUnassignedMeasurements": false, "disabledQubitRewiringSupported": false, "supportedResultTypes": [{"name": "Sample", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Expectation", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Variance", "observables": ["x", "y", "z", "h", "i"], "minShots": 10, "maxShots": 50000}, {"name": "Probability", "minShots": 10, "maxShots": 50000}]}, "braket.ir.openqasm.program_set": {"version": ["1"], "actionType": "braket.ir.openqasm.program_set", "maximumExecutables": 100, "maximumTotalShots": 200000}}, "deviceParameters": {"title": "RigettiDeviceParameters", "description": "This defines the parameters common to all the Rigetti devices.\n\nAttributes:\n paradigmParameters: Parameters that are common to gatemodel paradigm\n\nExamples:\n >>> import json\n >>> input_json = {\n ... \"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.rigetti.rigetti_device_parameters\",\n ... \"version\": \"1\",\n ... },\n ... \"paradigmParameters\": {\"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.gate_model_parameters\",\n ... \"version\": \"1\",\n ... },\"qubitCount\": 1},\n ... }\n >>> RigettiDeviceParameters.parse_raw_schema(json.dumps(input_json))", "type": "object", "properties": {"braketSchemaHeader": {"title": "Braketschemaheader", "default": {"name": "braket.device_schema.rigetti.rigetti_device_parameters", "version": "1"}, "const": {"name": "braket.device_schema.rigetti.rigetti_device_parameters", "version": "1"}}, "paradigmParameters": {"$ref": "#/definitions/GateModelParameters"}}, "required": ["paradigmParameters"], "definitions": {"GateModelParameters": {"title": "GateModelParameters", "description": "Defines parameters common to all gate model devices.\n\nAttributes:\n qubitCount: Number of qubits used by the circuit.\n disableQubitRewiring: Whether to run the circuit with the exact qubits chosen,\n without any rewiring downstream.\n If ``True``, no qubit rewiring is allowed; if ``False``, qubit rewiring is allowed.\n\nExamples:\n >>> import json\n >>> input_json = {\n ... \"braketSchemaHeader\": {\n ... \"name\": \"braket.device_schema.gate_model_parameters\",\n ... \"version\": \"1\",\n ... },\n ... \"qubitCount\": 1,\n ... \"disableQubitRewiring\": True\n ... }\n >>> GateModelParameters.parse_raw_schema(json.dumps(input_json))", "type": "object", "properties": {"braketSchemaHeader": {"title": "Braketschemaheader", "default": {"name": "braket.device_schema.gate_model_parameters", "version": "1"}, "const": {"name": "braket.device_schema.gate_model_parameters", "version": "1"}}, "qubitCount": {"title": "Qubitcount", "minimum": 0, "type": "integer"}, "disableQubitRewiring": {"title": "Disablequbitrewiring", "default": false, "type": "boolean"}}, "required": ["qubitCount"]}}}, "braketSchemaHeader": {"name": "braket.device_schema.rigetti.rigetti_device_capabilities", "version": "2"}, "paradigm": {"braketSchemaHeader": {"name": "braket.device_schema.gate_model_qpu_paradigm_properties", "version": "1"}, "connectivity": {"fullyConnected": false, "connectivityGraph": {"0": ["1", "7"], "1": ["0", "2", "8"], "2": ["1", "3", "9"], "3": ["2", "4", "10"], "4": ["3", "5", "11"], "5": ["4", "6", "12"], "6": ["5", "13"], "7": ["0", "8", "14"], "8": ["1", "7", "9", "15"], "9": ["2", "8", "10", "16"], "10": ["3", "9", "11", "17"], "11": ["4", "10", "12", "18"], "12": ["5", "11", "13", "19"], "13": ["6", "12", "20"], "14": ["7", "15", "21"], "15": ["8", "14", "16", "22"], "16": ["9", "15", "17", "23"], "17": ["10", "16", "18", "24"], "18": ["11", "17", "19", "25"], "19": ["12", "18", "20", "26"], "20": ["13", "19", "27"], "21": ["14", "22", "28"], "22": ["15", "21", "23", "29"], "23": ["16", "22", "24", "30"], "24": ["17", "23", "25", "31"], "25": ["18", "24", "26", "32"], "26": ["19", "25", "27", "33"], "27": ["20", "26"], "28": ["21", "29", "35"], "29": ["22", "28", "30", "36"], "30": ["23", "29", "31", "37"], "31": ["24", "30", "32", "38"], "32": ["25", "31", "33", "39"], "33": ["26", "32", "34", "40"], "34": ["33", "41"], "35": ["28", "36"], "36": ["29", "35", "37", "43"], "37": ["30", "36", "38", "44"], "38": ["31", "37", "39", "45"], "39": ["32", "38", "40", "46"], "40": ["33", "39", "41", "47"], "41": ["34", "40"], "43": ["36", "50"], "44": ["37", "45", "51"], "45": ["38", "44", "46", "52"], "46": ["39", "45", "47", "53"], "47": ["40", "46", "54"], "49": ["50", "56"], "50": ["43", "49", "51", "57"], "51": ["44", "50", "52", "58"], "52": ["45", "51", "53", "59"], "53": ["46", "52", "54", "60"], "54": ["47", "53", "55", "61"], "55": ["54", "62"], "56": ["49", "57", "63"], "57": ["50", "56", "58", "64"], "58": ["51", "57", "59", "65"], "59": ["52", "58", "60", "66"], "60": ["53", "59", "61", "67"], "61": ["54", "60", "62", "68"], "62": ["55", "61", "69"], "63": ["56", "64", "70"], "64": ["57", "63", "65", "71"], "65": ["58", "64", "66", "72"], "66": ["59", "65", "73"], "67": ["60", "68", "74"], "68": ["61", "67", "69", "75"], "69": ["62", "68", "76"], "70": ["63", "71", "77"], "71": ["64", "70", "72", "78"], "72": ["65", "71", "73", "79"], "73": ["66", "72", "74", "80"], "74": ["67", "73", "75", "81"], "75": ["68", "74", "76", "82"], "76": ["69", "75", "83"], "77": ["70", "78"], "78": ["71", "77", "79"], "79": ["72", "78", "80"], "80": ["73", "79", "81"], "81": ["74", "80", "82"], "82": ["75", "81", "83"], "83": ["76", "82"]}}, "qubitCount": 82, "nativeGateSet": ["rx", "rz", "iswap", "barrier"]}, "provider": {"braketSchemaHeader": {"name": "braket.device_schema.rigetti.rigetti_provider_properties", "version": "2"}, "specs": {"architecture": {"edges": [{"node_ids": [0, 1]}, {"node_ids": [1, 2]}, {"node_ids": [2, 3]}, {"node_ids": [3, 4]}, {"node_ids": [4, 5]}, {"node_ids": [5, 6]}, {"node_ids": [0, 7]}, {"node_ids": [1, 8]}, {"node_ids": [2, 9]}, {"node_ids": [3, 10]}, {"node_ids": [4, 11]}, {"node_ids": [5, 12]}, {"node_ids": [6, 13]}, {"node_ids": [7, 8]}, {"node_ids": [8, 9]}, {"node_ids": [9, 10]}, {"node_ids": [10, 11]}, {"node_ids": [11, 12]}, {"node_ids": [12, 13]}, {"node_ids": [7, 14]}, {"node_ids": [8, 15]}, {"node_ids": [9, 16]}, {"node_ids": [10, 17]}, {"node_ids": [11, 18]}, {"node_ids": [12, 19]}, {"node_ids": [13, 20]}, {"node_ids": [14, 15]}, {"node_ids": [15, 16]}, {"node_ids": [16, 17]}, {"node_ids": [17, 18]}, {"node_ids": [18, 19]}, {"node_ids": [19, 20]}, {"node_ids": [14, 21]}, {"node_ids": [15, 22]}, {"node_ids": [16, 23]}, {"node_ids": [17, 24]}, {"node_ids": [18, 25]}, {"node_ids": [19, 26]}, {"node_ids": [20, 27]}, {"node_ids": [21, 22]}, {"node_ids": [22, 23]}, {"node_ids": [23, 24]}, {"node_ids": [24, 25]}, {"node_ids": [25, 26]}, {"node_ids": [26, 27]}, {"node_ids": [21, 28]}, {"node_ids": [22, 29]}, {"node_ids": [23, 30]}, {"node_ids": [24, 31]}, {"node_ids": [25, 32]}, {"node_ids": [26, 33]}, {"node_ids": [28, 29]}, {"node_ids": [29, 30]}, {"node_ids": [30, 31]}, {"node_ids": [31, 32]}, {"node_ids": [32, 33]}, {"node_ids": [33, 34]}, {"node_ids": [28, 35]}, {"node_ids": [29, 36]}, {"node_ids": [30, 37]}, {"node_ids": [31, 38]}, {"node_ids": [32, 39]}, {"node_ids": [33, 40]}, {"node_ids": [34, 41]}, {"node_ids": [35, 36]}, {"node_ids": [36, 37]}, {"node_ids": [37, 38]}, {"node_ids": [38, 39]}, {"node_ids": [39, 40]}, {"node_ids": [40, 41]}, {"node_ids": [36, 43]}, {"node_ids": [37, 44]}, {"node_ids": [38, 45]}, {"node_ids": [39, 46]}, {"node_ids": [40, 47]}, {"node_ids": [44, 45]}, {"node_ids": [45, 46]}, {"node_ids": [46, 47]}, {"node_ids": [43, 50]}, {"node_ids": [44, 51]}, {"node_ids": [45, 52]}, {"node_ids": [46, 53]}, {"node_ids": [47, 54]}, {"node_ids": [49, 50]}, {"node_ids": [50, 51]}, {"node_ids": [51, 52]}, {"node_ids": [52, 53]}, {"node_ids": [53, 54]}, {"node_ids": [54, 55]}, {"node_ids": [49, 56]}, {"node_ids": [50, 57]}, {"node_ids": [51, 58]}, {"node_ids": [52, 59]}, {"node_ids": [53, 60]}, {"node_ids": [54, 61]}, {"node_ids": [55, 62]}, {"node_ids": [56, 57]}, {"node_ids": [57, 58]}, {"node_ids": [58, 59]}, {"node_ids": [59, 60]}, {"node_ids": [60, 61]}, {"node_ids": [61, 62]}, {"node_ids": [56, 63]}, {"node_ids": [57, 64]}, {"node_ids": [58, 65]}, {"node_ids": [59, 66]}, {"node_ids": [60, 67]}, {"node_ids": [61, 68]}, {"node_ids": [62, 69]}, {"node_ids": [63, 64]}, {"node_ids": [64, 65]}, {"node_ids": [65, 66]}, {"node_ids": [67, 68]}, {"node_ids": [68, 69]}, {"node_ids": [63, 70]}, {"node_ids": [64, 71]}, {"node_ids": [65, 72]}, {"node_ids": [66, 73]}, {"node_ids": [67, 74]}, {"node_ids": [68, 75]}, {"node_ids": [69, 76]}, {"node_ids": [70, 71]}, {"node_ids": [71, 72]}, {"node_ids": [72, 73]}, {"node_ids": [73, 74]}, {"node_ids": [74, 75]}, {"node_ids": [75, 76]}, {"node_ids": [70, 77]}, {"node_ids": [71, 78]}, {"node_ids": [72, 79]}, {"node_ids": [73, 80]}, {"node_ids": [74, 81]}, {"node_ids": [75, 82]}, {"node_ids": [76, 83]}, {"node_ids": [77, 78]}, {"node_ids": [78, 79]}, {"node_ids": [79, 80]}, {"node_ids": [80, 81]}, {"node_ids": [81, 82]}, {"node_ids": [82, 83]}], "family": "Ankaa", "nodes": [{"node_id": 0}, {"node_id": 1}, {"node_id": 2}, {"node_id": 3}, {"node_id": 4}, {"node_id": 5}, {"node_id": 6}, {"node_id": 7}, {"node_id": 8}, {"node_id": 9}, {"node_id": 10}, {"node_id": 11}, {"node_id": 12}, {"node_id": 13}, {"node_id": 14}, {"node_id": 15}, {"node_id": 16}, {"node_id": 17}, {"node_id": 18}, {"node_id": 19}, {"node_id": 20}, {"node_id": 21}, {"node_id": 22}, {"node_id": 23}, {"node_id": 24}, {"node_id": 25}, {"node_id": 26}, {"node_id": 27}, {"node_id": 28}, {"node_id": 29}, {"node_id": 30}, {"node_id": 31}, {"node_id": 32}, {"node_id": 33}, {"node_id": 34}, {"node_id": 35}, {"node_id": 36}, {"node_id": 37}, {"node_id": 38}, {"node_id": 39}, {"node_id": 40}, {"node_id": 41}, {"node_id": 43}, {"node_id": 44}, {"node_id": 45}, {"node_id": 46}, {"node_id": 47}, {"node_id": 49}, {"node_id": 50}, {"node_id": 51}, {"node_id": 52}, {"node_id": 53}, {"node_id": 54}, {"node_id": 55}, {"node_id": 56}, {"node_id": 57}, {"node_id": 58}, {"node_id": 59}, {"node_id": 60}, {"node_id": 61}, {"node_id": 62}, {"node_id": 63}, {"node_id": 64}, {"node_id": 65}, {"node_id": 66}, {"node_id": 67}, {"node_id": 68}, {"node_id": 69}, {"node_id": 70}, {"node_id": 71}, {"node_id": 72}, {"node_id": 73}, {"node_id": 74}, {"node_id": 75}, {"node_id": 76}, {"node_id": 77}, {"node_id": 78}, {"node_id": 79}, {"node_id": 80}, {"node_id": 81}, {"node_id": 82}, {"node_id": 83}]}, "benchmarks": [{"characteristics": [], "name": "randomized_benchmark_1q", "node_count": 1, "parameters": [], "sites": [{"characteristics": [{"error": 3.3246310342923404e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9993688377703102}], "node_ids": [0]}, {"characteristics": [{"error": 3.5219490020804596e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9984496237168544}], "node_ids": [2]}, {"characteristics": [{"error": 4.3652628315377166e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9979522376672058}], "node_ids": [7]}, {"characteristics": [{"error": 6.106523113268856e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9988411032004832}], "node_ids": [11]}, {"characteristics": [{"error": 7.747339799714632e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9987185379468744}], "node_ids": [3]}, {"characteristics": [{"error": 9.5664802260875e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9989632605469718}], "node_ids": [9]}, {"characteristics": [{"error": 7.134240038381511e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9994588677518668}], "node_ids": [4]}, {"characteristics": [{"error": 1.0, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}], "node_ids": [10]}, {"characteristics": [{"error": 0.00042506755301637776, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9973378774239516}], "node_ids": [1]}, {"characteristics": [{"error": 4.557699765625269e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9985487885433364}], "node_ids": [12]}, {"characteristics": [{"error": 7.538425446603384e-06, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9992128258425172}], "node_ids": [6]}, {"characteristics": [{"error": 2.8287419315368335e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9992599980100636}], "node_ids": [5]}, {"characteristics": [{"error": 0.00011359971343380264, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9954373226502068}], "node_ids": [13]}, {"characteristics": [{"error": 8.797524396762472e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.998362061180356}], "node_ids": [29]}, {"characteristics": [{"error": 0.00010003197784090968, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9984248565630384}], "node_ids": [15]}, {"characteristics": [{"error": 0.00011242315372433264, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9988369429177484}], "node_ids": [30]}, {"characteristics": [{"error": 0.00021683360888198044, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9970724421455897}], "node_ids": [31]}, {"characteristics": [{"error": 0.0011679970850470025, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9881529638650224}], "node_ids": [32]}, {"characteristics": [{"error": 4.427635278031731e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.999126868827722}], "node_ids": [34]}, {"characteristics": [{"error": 0.00017678010920833576, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9957758095937578}], "node_ids": [33]}, {"characteristics": [{"error": 0.0001859638743421775, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9982621875971146}], "node_ids": [8]}, {"characteristics": [{"error": 1.6907329319478245e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9991221052530972}], "node_ids": [35]}, {"characteristics": [{"error": 6.630108849251417e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9985759377116548}], "node_ids": [27]}, {"characteristics": [{"error": 8.582364069078677e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9975816416574208}], "node_ids": [28]}, {"characteristics": [{"error": 0.00011456619294585642, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.997608251588996}], "node_ids": [26]}, {"characteristics": [{"error": 0.0003158854620624469, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9964660369571712}], "node_ids": [47]}, {"characteristics": [{"error": 0.003588849608951686, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.972090855183602}], "node_ids": [46]}, {"characteristics": [{"error": 0.00023509326851125847, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9972683022574438}], "node_ids": [49]}, {"characteristics": [{"error": 3.5305299864831515e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9985800609569214}], "node_ids": [14]}, {"characteristics": [{"error": 4.123013816202868e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998765508046492}], "node_ids": [50]}, {"characteristics": [{"error": 0.00016634177268582906, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9951696356846652}], "node_ids": [52]}, {"characteristics": [{"error": 3.707294511275691e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9989118689940653}], "node_ids": [55]}, {"characteristics": [{"error": 0.0004908757425337963, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9969660996691476}], "node_ids": [56]}, {"characteristics": [{"error": 0.00011678286645011716, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998841187479287}], "node_ids": [51]}, {"characteristics": [{"error": 0.00021449846941824465, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9977804272935256}], "node_ids": [54]}, {"characteristics": [{"error": 1.0, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}], "node_ids": [53]}, {"characteristics": [{"error": 0.003074026647383274, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.98462129234844}], "node_ids": [18]}, {"characteristics": [{"error": 1.0, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}], "node_ids": [17]}, {"characteristics": [{"error": 0.00011225250271247071, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9991557075456868}], "node_ids": [16]}, {"characteristics": [{"error": 1.6326895439749505e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9992018420667304}], "node_ids": [19]}, {"characteristics": [{"error": 4.11156188967969e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9987482581635484}], "node_ids": [20]}, {"characteristics": [{"error": 0.0007317205167092036, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9944825891802236}], "node_ids": [21]}, {"characteristics": [{"error": 9.823186907796164e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9980870085568616}], "node_ids": [23]}, {"characteristics": [{"error": 0.00013770356868965825, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9983224415201872}], "node_ids": [22]}, {"characteristics": [{"error": 7.788722564553647e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9989645348804644}], "node_ids": [72]}, {"characteristics": [{"error": 6.03265886955367e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999045164329352}], "node_ids": [73]}, {"characteristics": [{"error": 0.00011501509777513916, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9980790307687872}], "node_ids": [24]}, {"characteristics": [{"error": 5.0223635936392566e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9986371233372692}], "node_ids": [25]}, {"characteristics": [{"error": 2.1774867611208885e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9991021924460656}], "node_ids": [76]}, {"characteristics": [{"error": 6.941542480096342e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9985677682096964}], "node_ids": [74]}, {"characteristics": [{"error": 6.26091560974116e-06, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9994900367958336}], "node_ids": [77]}, {"characteristics": [{"error": 7.906778963466623e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.998890162742505}], "node_ids": [68]}, {"characteristics": [{"error": 5.3380012767351135e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999012048261364}], "node_ids": [69]}, {"characteristics": [{"error": 4.771809352555035e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9991773778771944}], "node_ids": [70]}, {"characteristics": [{"error": 2.578981957807264e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9992750061669105}], "node_ids": [78]}, {"characteristics": [{"error": 0.00037045790330448463, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999136144658096}], "node_ids": [71]}, {"characteristics": [{"error": 4.298536004505488e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9989921646512088}], "node_ids": [75]}, {"characteristics": [{"error": 7.695191169681374e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9982559523053192}], "node_ids": [36]}, {"characteristics": [{"error": 4.3639050317564074e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.998716796321654}], "node_ids": [38]}, {"characteristics": [{"error": 4.446011869082307e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.998767930661216}], "node_ids": [37]}, {"characteristics": [{"error": 0.0003987022268323851, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9965932988707108}], "node_ids": [39]}, {"characteristics": [{"error": 0.00028687881795168703, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9953447999809876}], "node_ids": [40]}, {"characteristics": [{"error": 0.003543681287979655, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9672837975199228}], "node_ids": [41]}, {"characteristics": [{"error": 0.00012529907503963758, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9989649731619278}], "node_ids": [57]}, {"characteristics": [{"error": 0.000100443047781213, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.99902149025855}], "node_ids": [44]}, {"characteristics": [{"error": 0.00033361934274618626, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998609185493095}], "node_ids": [45]}, {"characteristics": [{"error": 3.480651123570261e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9993758830734244}], "node_ids": [83]}, {"characteristics": [{"error": 3.7371425686168354e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9988860252799489}], "node_ids": [58]}, {"characteristics": [{"error": 8.812452875636797e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9992681953199644}], "node_ids": [80]}, {"characteristics": [{"error": 1.0, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}], "node_ids": [79]}, {"characteristics": [{"error": 8.638281729951626e-06, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.99907054436771}], "node_ids": [81]}, {"characteristics": [{"error": 2.1024876281526345e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9991869989525743}], "node_ids": [82]}, {"characteristics": [{"error": 0.0002260493683739514, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9957730723102792}], "node_ids": [60]}, {"characteristics": [{"error": 0.0002500213684374126, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.99741779434722}], "node_ids": [59]}, {"characteristics": [{"error": 4.0543556966100927e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9984483566513104}], "node_ids": [43]}, {"characteristics": [{"error": 7.461717441104003e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9987416099540284}], "node_ids": [61]}, {"characteristics": [{"error": 4.248196627295451e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.998767895615932}], "node_ids": [62]}, {"characteristics": [{"error": 2.2719235202981254e-05, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9991615135847348}], "node_ids": [63]}, {"characteristics": [{"error": 0.0001299707772066105, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9986716551453604}], "node_ids": [64]}, {"characteristics": [{"error": 0.00011470482113326892, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9972415948131348}], "node_ids": [67]}, {"characteristics": [{"error": 0.0001801525955673932, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9969209225295588}], "node_ids": [65]}, {"characteristics": [{"error": 0.00024509459873896846, "name": "fRB", "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.997796352398992}], "node_ids": [66]}]}, {"characteristics": [], "name": "randomized_benchmark_simultaneous_1q", "node_count": 82, "parameters": [], "sites": [{"characteristics": [{"error": 3.3246310342923404e-05, "name": "fRB", "node_ids": [0], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9993688377703102}, {"error": 3.5219490020804596e-05, "name": "fRB", "node_ids": [2], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9984496237168544}, {"error": 4.3652628315377166e-05, "name": "fRB", "node_ids": [7], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9979522376672058}, {"error": 6.106523113268856e-05, "name": "fRB", "node_ids": [11], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9988411032004832}, {"error": 7.747339799714632e-05, "name": "fRB", "node_ids": [3], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9987185379468744}, {"error": 9.5664802260875e-05, "name": "fRB", "node_ids": [9], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9989632605469718}, {"error": 7.134240038381511e-05, "name": "fRB", "node_ids": [4], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9994588677518668}, {"error": 1.0, "name": "fRB", "node_ids": [10], "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}, {"error": 0.00042506755301637776, "name": "fRB", "node_ids": [1], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9973378774239516}, {"error": 4.557699765625269e-05, "name": "fRB", "node_ids": [12], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9985487885433364}, {"error": 7.538425446603384e-06, "name": "fRB", "node_ids": [6], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9992128258425172}, {"error": 2.8287419315368335e-05, "name": "fRB", "node_ids": [5], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9992599980100636}, {"error": 0.00011359971343380264, "name": "fRB", "node_ids": [13], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9954373226502068}, {"error": 8.797524396762472e-05, "name": "fRB", "node_ids": [29], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.998362061180356}, {"error": 0.00010003197784090968, "name": "fRB", "node_ids": [15], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9984248565630384}, {"error": 0.00011242315372433264, "name": "fRB", "node_ids": [30], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9988369429177484}, {"error": 0.00021683360888198044, "name": "fRB", "node_ids": [31], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9970724421455897}, {"error": 0.0011679970850470025, "name": "fRB", "node_ids": [32], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9881529638650224}, {"error": 4.427635278031731e-05, "name": "fRB", "node_ids": [34], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.999126868827722}, {"error": 0.00017678010920833576, "name": "fRB", "node_ids": [33], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9957758095937578}, {"error": 0.0001859638743421775, "name": "fRB", "node_ids": [8], "parameter_values": [], "timestamp": "2026-04-01T19:30:36+00:00", "value": 0.9982621875971146}, {"error": 1.6907329319478245e-05, "name": "fRB", "node_ids": [35], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9991221052530972}, {"error": 6.630108849251417e-05, "name": "fRB", "node_ids": [27], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9985759377116548}, {"error": 8.582364069078677e-05, "name": "fRB", "node_ids": [28], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9975816416574208}, {"error": 0.00011456619294585642, "name": "fRB", "node_ids": [26], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.997608251588996}, {"error": 0.0003158854620624469, "name": "fRB", "node_ids": [47], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9964660369571712}, {"error": 0.003588849608951686, "name": "fRB", "node_ids": [46], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.972090855183602}, {"error": 0.00023509326851125847, "name": "fRB", "node_ids": [49], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9972683022574438}, {"error": 3.5305299864831515e-05, "name": "fRB", "node_ids": [14], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9985800609569214}, {"error": 4.123013816202868e-05, "name": "fRB", "node_ids": [50], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998765508046492}, {"error": 0.00016634177268582906, "name": "fRB", "node_ids": [52], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9951696356846652}, {"error": 3.707294511275691e-05, "name": "fRB", "node_ids": [55], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9989118689940653}, {"error": 0.0004908757425337963, "name": "fRB", "node_ids": [56], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9969660996691476}, {"error": 0.00011678286645011716, "name": "fRB", "node_ids": [51], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998841187479287}, {"error": 0.00021449846941824465, "name": "fRB", "node_ids": [54], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.9977804272935256}, {"error": 1.0, "name": "fRB", "node_ids": [53], "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}, {"error": 0.003074026647383274, "name": "fRB", "node_ids": [18], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.98462129234844}, {"error": 1.0, "name": "fRB", "node_ids": [17], "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}, {"error": 0.00011225250271247071, "name": "fRB", "node_ids": [16], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9991557075456868}, {"error": 1.6326895439749505e-05, "name": "fRB", "node_ids": [19], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9992018420667304}, {"error": 4.11156188967969e-05, "name": "fRB", "node_ids": [20], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9987482581635484}, {"error": 0.0007317205167092036, "name": "fRB", "node_ids": [21], "parameter_values": [], "timestamp": "2026-04-01T19:30:37+00:00", "value": 0.9944825891802236}, {"error": 9.823186907796164e-05, "name": "fRB", "node_ids": [23], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9980870085568616}, {"error": 0.00013770356868965825, "name": "fRB", "node_ids": [22], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9983224415201872}, {"error": 7.788722564553647e-05, "name": "fRB", "node_ids": [72], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9989645348804644}, {"error": 6.03265886955367e-05, "name": "fRB", "node_ids": [73], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999045164329352}, {"error": 0.00011501509777513916, "name": "fRB", "node_ids": [24], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9980790307687872}, {"error": 5.0223635936392566e-05, "name": "fRB", "node_ids": [25], "parameter_values": [], "timestamp": "2026-04-01T19:30:38+00:00", "value": 0.9986371233372692}, {"error": 2.1774867611208885e-05, "name": "fRB", "node_ids": [76], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9991021924460656}, {"error": 6.941542480096342e-05, "name": "fRB", "node_ids": [74], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9985677682096964}, {"error": 6.26091560974116e-06, "name": "fRB", "node_ids": [77], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9994900367958336}, {"error": 7.906778963466623e-05, "name": "fRB", "node_ids": [68], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.998890162742505}, {"error": 5.3380012767351135e-05, "name": "fRB", "node_ids": [69], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999012048261364}, {"error": 4.771809352555035e-05, "name": "fRB", "node_ids": [70], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9991773778771944}, {"error": 2.578981957807264e-05, "name": "fRB", "node_ids": [78], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9992750061669105}, {"error": 0.00037045790330448463, "name": "fRB", "node_ids": [71], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.999136144658096}, {"error": 4.298536004505488e-05, "name": "fRB", "node_ids": [75], "parameter_values": [], "timestamp": "2026-04-01T19:30:42+00:00", "value": 0.9989921646512088}, {"error": 7.695191169681374e-05, "name": "fRB", "node_ids": [36], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9982559523053192}, {"error": 4.3639050317564074e-05, "name": "fRB", "node_ids": [38], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.998716796321654}, {"error": 4.446011869082307e-05, "name": "fRB", "node_ids": [37], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.998767930661216}, {"error": 0.0003987022268323851, "name": "fRB", "node_ids": [39], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9965932988707108}, {"error": 0.00028687881795168703, "name": "fRB", "node_ids": [40], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9953447999809876}, {"error": 0.003543681287979655, "name": "fRB", "node_ids": [41], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9672837975199228}, {"error": 0.00012529907503963758, "name": "fRB", "node_ids": [57], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9989649731619278}, {"error": 0.000100443047781213, "name": "fRB", "node_ids": [44], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.99902149025855}, {"error": 0.00033361934274618626, "name": "fRB", "node_ids": [45], "parameter_values": [], "timestamp": "2026-04-01T19:30:40+00:00", "value": 0.998609185493095}, {"error": 3.480651123570261e-05, "name": "fRB", "node_ids": [83], "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9993758830734244}, {"error": 3.7371425686168354e-05, "name": "fRB", "node_ids": [58], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9988860252799489}, {"error": 8.812452875636797e-05, "name": "fRB", "node_ids": [80], "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9992681953199644}, {"error": 1.0, "name": "fRB", "node_ids": [79], "parameter_values": [], "timestamp": "2026-04-01T19:30:57+00:00", "value": 0.5}, {"error": 8.638281729951626e-06, "name": "fRB", "node_ids": [81], "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.99907054436771}, {"error": 2.1024876281526345e-05, "name": "fRB", "node_ids": [82], "parameter_values": [], "timestamp": "2026-04-01T19:30:43+00:00", "value": 0.9991869989525743}, {"error": 0.0002260493683739514, "name": "fRB", "node_ids": [60], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9957730723102792}, {"error": 0.0002500213684374126, "name": "fRB", "node_ids": [59], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.99741779434722}, {"error": 4.0543556966100927e-05, "name": "fRB", "node_ids": [43], "parameter_values": [], "timestamp": "2026-04-01T19:30:39+00:00", "value": 0.9984483566513104}, {"error": 7.461717441104003e-05, "name": "fRB", "node_ids": [61], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9987416099540284}, {"error": 4.248196627295451e-05, "name": "fRB", "node_ids": [62], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.998767895615932}, {"error": 2.2719235202981254e-05, "name": "fRB", "node_ids": [63], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9991615135847348}, {"error": 0.0001299707772066105, "name": "fRB", "node_ids": [64], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9986716551453604}, {"error": 0.00011470482113326892, "name": "fRB", "node_ids": [67], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9972415948131348}, {"error": 0.0001801525955673932, "name": "fRB", "node_ids": [65], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.9969209225295588}, {"error": 0.00024509459873896846, "name": "fRB", "node_ids": [66], "parameter_values": [], "timestamp": "2026-04-01T19:30:41+00:00", "value": 0.997796352398992}], "node_ids": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}]}, {"characteristics": [], "name": "FreeInversionRecovery", "node_count": 1, "parameters": [], "sites": [{"characteristics": [{"name": "T1", "parameter_values": [], "timestamp": "2026-01-14T19:30:53+00:00", "value": 0.0}], "node_ids": [53]}, {"characteristics": [{"error": 8.64796756614172e-08, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:39+00:00", "value": 3.3823045295644505e-06}], "node_ids": [14]}, {"characteristics": [{"error": 1.918289718061157e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:42+00:00", "value": 2.977734014786293e-05}], "node_ids": [56]}, {"characteristics": [{"error": 9.859483610389308e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:44+00:00", "value": 2.6993181238443853e-05}], "node_ids": [23]}, {"characteristics": [{"error": 8.942712704814167e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:46+00:00", "value": 2.5962219295960764e-05}], "node_ids": [33]}, {"characteristics": [{"error": 1.3463783369013349e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:49+00:00", "value": 1.564792291119943e-05}], "node_ids": [36]}, {"characteristics": [{"error": 9.29570163029869e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:51+00:00", "value": 1.6933156896214996e-05}], "node_ids": [18]}, {"characteristics": [{"error": 4.368570120157705e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:54+00:00", "value": 1.9461827462929904e-05}], "node_ids": [65]}, {"characteristics": [{"error": 6.469164552441051e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:55+00:00", "value": 2.637536173910604e-05}], "node_ids": [6]}, {"characteristics": [{"error": 4.087431196203854e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:57+00:00", "value": 1.762103143154725e-05}], "node_ids": [3]}, {"characteristics": [{"error": 1.2325673189830458e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:22:59+00:00", "value": 4.1435268039569095e-05}], "node_ids": [75]}, {"characteristics": [{"error": 1.6893799691318391e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:23:02+00:00", "value": 5.023982609353439e-05}], "node_ids": [78]}, {"characteristics": [{"error": 1.626123738157003e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:23:04+00:00", "value": 4.4628476277619455e-05}], "node_ids": [60]}, {"characteristics": [{"error": 1.6195334196683004e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:23:06+00:00", "value": 4.1338433656168405e-05}], "node_ids": [45]}, {"characteristics": [{"error": 1.2837260574540989e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:03+00:00", "value": 3.64344493233304e-05}], "node_ids": [10]}, {"characteristics": [{"error": 2.81022311222002e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:05+00:00", "value": 5.068198837121507e-05}], "node_ids": [35]}, {"characteristics": [{"error": 7.221574809111578e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:08+00:00", "value": 2.927282828313338e-05}], "node_ids": [61]}, {"characteristics": [{"error": 2.393176744622021e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:10+00:00", "value": 4.879837058102687e-05}], "node_ids": [34]}, {"characteristics": [{"error": 1.397357463509416e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:12+00:00", "value": 3.964177135173941e-05}], "node_ids": [19]}, {"characteristics": [{"error": 4.690028522892133e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:14+00:00", "value": 2.126060821217024e-05}], "node_ids": [15]}, {"characteristics": [{"error": 1.0300766040084135e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:16+00:00", "value": 3.561965310328041e-05}], "node_ids": [81]}, {"characteristics": [{"error": 7.686710986368637e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:18+00:00", "value": 2.3338870945188717e-05}], "node_ids": [52]}, {"characteristics": [{"error": 1.7652067301765417e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:21+00:00", "value": 3.6052505050676587e-05}], "node_ids": [76]}, {"characteristics": [{"error": 5.358287184860855e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:23+00:00", "value": 2.1004398794044477e-05}], "node_ids": [39]}, {"characteristics": [{"error": 1.6974829911349545e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:26+00:00", "value": 4.012030622013718e-05}], "node_ids": [72]}, {"characteristics": [{"error": 1.698589569058689e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:28+00:00", "value": 4.420617846956354e-05}], "node_ids": [57]}, {"characteristics": [{"error": 1.3030773659746768e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:30+00:00", "value": 3.972689729803136e-05}], "node_ids": [30]}, {"characteristics": [{"error": 1.8445622609729656e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:28:33+00:00", "value": 4.49959623389784e-05}], "node_ids": [77]}, {"characteristics": [{"error": 1.6296675366075183e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:11+00:00", "value": 4.421454973457806e-05}], "node_ids": [4]}, {"characteristics": [{"error": 1.143623847416598e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:16+00:00", "value": 3.236647504523127e-05}], "node_ids": [55]}, {"characteristics": [{"error": 1.24772746790784e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:17+00:00", "value": 3.523406721228639e-05}], "node_ids": [26]}, {"characteristics": [{"error": 4.554314237106234e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:19+00:00", "value": 4.040731312637824e-05}], "node_ids": [64]}, {"characteristics": [{"error": 2.4179037241713807e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:21+00:00", "value": 5.102826023883899e-05}], "node_ids": [73]}, {"characteristics": [{"error": 1.4526470999820607e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:23+00:00", "value": 2.806496975882311e-05}], "node_ids": [0]}, {"characteristics": [{"error": 1.4612696188602155e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:29+00:00", "value": 3.370045764672369e-05}], "node_ids": [13]}, {"characteristics": [{"error": 4.088877234862698e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:24+00:00", "value": 6.975600003134019e-05}], "node_ids": [21]}, {"characteristics": [{"error": 1.2690552086790176e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:26+00:00", "value": 3.752037742943415e-05}], "node_ids": [38]}, {"characteristics": [{"error": 1.6222579014673883e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:28+00:00", "value": 3.060611757832454e-05}], "node_ids": [67]}, {"characteristics": [{"error": 1.9586817213951058e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:30+00:00", "value": 4.2353196374911306e-05}], "node_ids": [43]}, {"characteristics": [{"error": 5.591316225513673e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:37+00:00", "value": 2.505099822713852e-05}], "node_ids": [22]}, {"characteristics": [{"error": 1.2229740932647094e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:32+00:00", "value": 3.849481258133558e-05}], "node_ids": [25]}, {"characteristics": [{"error": 1.289954018394986e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:41+00:00", "value": 4.092734616634175e-05}], "node_ids": [31]}, {"characteristics": [{"error": 1.702218550998069e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:19:42+00:00", "value": 3.9962591245279455e-05}], "node_ids": [51]}, {"characteristics": [{"error": 6.452989000406103e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:35+00:00", "value": 2.3365253749130233e-05}], "node_ids": [12]}, {"characteristics": [{"error": 9.911259013598522e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:37+00:00", "value": 3.724427188833701e-05}], "node_ids": [16]}, {"characteristics": [{"error": 2.8926438710471815e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:39+00:00", "value": 6.56039437771927e-05}], "node_ids": [63]}, {"characteristics": [{"error": 5.007799923414052e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:42+00:00", "value": 7.312957673510923e-05}], "node_ids": [1]}, {"characteristics": [{"error": 2.2521536695773184e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:44+00:00", "value": 5.296790511999383e-05}], "node_ids": [83]}, {"characteristics": [{"error": 1.628035521088218e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:46+00:00", "value": 4.8671045042913974e-05}], "node_ids": [58]}, {"characteristics": [{"error": 4.672430414152739e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:48+00:00", "value": 1.1343600416990895e-05}], "node_ids": [54]}, {"characteristics": [{"error": 1.4569268189655649e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:50+00:00", "value": 2.609475975479114e-05}], "node_ids": [80]}, {"characteristics": [{"error": 2.050955976387238e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:24:51+00:00", "value": 2.034935724148923e-06}], "node_ids": [41]}, {"characteristics": [{"error": 1.652753178203392e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:14+00:00", "value": 4.308321660295711e-05}], "node_ids": [68]}, {"characteristics": [{"error": 7.039286626026853e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:17+00:00", "value": 5.32668086461463e-06}], "node_ids": [46]}, {"characteristics": [{"error": 2.378882109692099e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:18+00:00", "value": 5.056644117584774e-05}], "node_ids": [9]}, {"characteristics": [{"error": 1.650944272623819e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:43+00:00", "value": 3.6412083814996166e-05}], "node_ids": [5]}, {"characteristics": [{"error": 1.5389190511233845e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:44+00:00", "value": 4.1926656431545695e-05}], "node_ids": [71]}, {"characteristics": [{"error": 1.953367461726036e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:20:57+00:00", "value": 8.519424845809809e-06}], "node_ids": [32]}, {"characteristics": [{"error": 1.022374682201395e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:00+00:00", "value": 3.806516210613786e-05}], "node_ids": [29]}, {"characteristics": [{"error": 4.526204126191515e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:01+00:00", "value": 2.408342810023001e-05}], "node_ids": [62]}, {"characteristics": [{"error": 2.2457626030699697e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:04+00:00", "value": 3.737327754760322e-05}], "node_ids": [59]}, {"characteristics": [{"error": 5.892889047083791e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:06+00:00", "value": 1.7481889822867913e-05}], "node_ids": [7]}, {"characteristics": [{"error": 9.247435780035748e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:08+00:00", "value": 3.538097987254574e-05}], "node_ids": [17]}, {"characteristics": [{"error": 4.453581636237173e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:11+00:00", "value": 1.2187806081920272e-05}], "node_ids": [49]}, {"characteristics": [{"error": 1.208062392795477e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:13+00:00", "value": 2.765434138929379e-05}], "node_ids": [47]}, {"characteristics": [{"error": 2.8057732637867733e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:15+00:00", "value": 6.133199493874031e-05}], "node_ids": [2]}, {"characteristics": [{"error": 1.17019877286679e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:17+00:00", "value": 3.5563394495286005e-05}], "node_ids": [20]}, {"characteristics": [{"error": 4.6650703483975134e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:20+00:00", "value": 6.886075689060966e-05}], "node_ids": [44]}, {"characteristics": [{"error": 7.485518036918871e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:21:22+00:00", "value": 2.660453010938646e-05}], "node_ids": [74]}, {"characteristics": [{"error": 1.1813239450767765e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:14+00:00", "value": 3.435061667134143e-05}], "node_ids": [82]}, {"characteristics": [{"error": 2.4861472239875173e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:16+00:00", "value": 5.482868875783531e-05}], "node_ids": [11]}, {"characteristics": [{"error": 9.774344407933075e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:18+00:00", "value": 1.987153478588688e-05}], "node_ids": [40]}, {"characteristics": [{"error": 5.29219228528683e-07, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:20+00:00", "value": 1.6563830007587654e-05}], "node_ids": [28]}, {"characteristics": [{"error": 2.2822706722178353e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:22+00:00", "value": 3.3041858984894645e-05}], "node_ids": [27]}, {"characteristics": [{"error": 2.0853537857767914e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:24+00:00", "value": 3.865072666875413e-05}], "node_ids": [24]}, {"characteristics": [{"error": 2.53470084336671e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:27+00:00", "value": 4.2021973730932416e-05}], "node_ids": [66]}, {"characteristics": [{"error": 2.075043320621325e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:29+00:00", "value": 4.560023458277662e-05}], "node_ids": [70]}, {"characteristics": [{"error": 1.022964036723913e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:31+00:00", "value": 3.199237061846105e-05}], "node_ids": [37]}, {"characteristics": [{"error": 1.797949094171138e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:33+00:00", "value": 4.062719906028356e-05}], "node_ids": [8]}, {"characteristics": [{"error": 6.7367826264537995e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:38+00:00", "value": 5.186702286152922e-05}], "node_ids": [79]}, {"characteristics": [{"error": 1.825999688960517e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:56+00:00", "value": 4.792640622808264e-05}], "node_ids": [69]}, {"characteristics": [{"error": 1.4453438970267386e-06, "name": "T1", "parameter_values": [], "timestamp": "2026-04-01T19:26:58+00:00", "value": 4.1770295114984535e-05}], "node_ids": [50]}]}, {"characteristics": [], "name": "FreeInductionDecay", "node_count": 1, "parameters": [], "sites": [{"characteristics": [{"error": 1.5177874167817985e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:14+00:00", "value": 2.405314918219048e-05}], "node_ids": [62]}, {"characteristics": [{"error": 1.1518883957401449e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:16+00:00", "value": 1.7423772856517417e-05}], "node_ids": [47]}, {"characteristics": [{"error": 6.719067458059716e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:17+00:00", "value": 1.1154092408371952e-05}], "node_ids": [32]}, {"characteristics": [{"error": 1.0534714910113117e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:19+00:00", "value": 4.18207150265637e-06}], "node_ids": [49]}, {"characteristics": [{"error": 2.0107879610666993e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:19+00:00", "value": 2.607689269962243e-05}], "node_ids": [2]}, {"characteristics": [{"error": 1.6839357686702663e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:23+00:00", "value": 2.6578595910820013e-05}], "node_ids": [44]}, {"characteristics": [{"error": 8.664893231673899e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:24+00:00", "value": 1.4405398374162104e-05}], "node_ids": [7]}, {"characteristics": [{"error": 5.2929219100361715e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:28+00:00", "value": 3.913149393031112e-05}], "node_ids": [5]}, {"characteristics": [{"error": 2.04993812495212e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:22:29+00:00", "value": 2.624841566767344e-05}], "node_ids": [71]}, {"characteristics": [{"error": 2.027948453709957e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:31+00:00", "value": 1.0818292544012564e-06}], "node_ids": [79]}, {"characteristics": [{"error": 1.5229900653780657e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:31+00:00", "value": 2.145050587154529e-05}], "node_ids": [50]}, {"characteristics": [{"error": 1.4983909679112163e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:35+00:00", "value": 1.6502831176490318e-05}], "node_ids": [66]}, {"characteristics": [{"error": 2.241084345384671e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:38+00:00", "value": 3.0499092682712003e-05}], "node_ids": [70]}, {"characteristics": [{"error": 9.174049224486088e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:38+00:00", "value": 1.2715247638794835e-05}], "node_ids": [27]}, {"characteristics": [{"error": 1.746422567117341e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:42+00:00", "value": 3.3183310464091065e-05}], "node_ids": [82]}, {"characteristics": [{"error": 1.24052930116186e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:43+00:00", "value": 1.8994309685549385e-05}], "node_ids": [28]}, {"characteristics": [{"error": 1.9433113496115896e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:46+00:00", "value": 2.665824674763506e-05}], "node_ids": [69]}, {"characteristics": [{"error": 1.802011936234034e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:46+00:00", "value": 1.6758756594903446e-05}], "node_ids": [24]}, {"characteristics": [{"error": 1.8353913096537967e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:48+00:00", "value": 2.4512261963316465e-05}], "node_ids": [8]}, {"characteristics": [{"error": 6.610017020652915e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:48+00:00", "value": 8.109605989181645e-06}], "node_ids": [40]}, {"characteristics": [{"error": 1.9702704495250845e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:51+00:00", "value": 2.9023938268757377e-05}], "node_ids": [11]}, {"characteristics": [{"error": 1.3097130194405309e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:27:52+00:00", "value": 1.937825197684262e-05}], "node_ids": [37]}, {"characteristics": [{"error": 1.5673913238717271e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:23:51+00:00", "value": 1.742015682437703e-05}], "node_ids": [18]}, {"characteristics": [{"error": 1.7442656090711826e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:23:53+00:00", "value": 2.6444288211413536e-05}], "node_ids": [60]}, {"characteristics": [{"error": 2.771061638498204e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:23:57+00:00", "value": 4.108803255475912e-05}], "node_ids": [78]}, {"characteristics": [{"error": 1.5943012494791586e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:23:57+00:00", "value": 2.476332557299621e-05}], "node_ids": [33]}, {"characteristics": [{"error": 1.3149650789132837e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:23:58+00:00", "value": 1.2845789084448e-05}], "node_ids": [36]}, {"characteristics": [{"error": 1.6414927249760754e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:19:12+00:00", "value": 2.5060601417381537e-05}], "node_ids": [55]}, {"characteristics": [{"error": 1.1918680214269132e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:00+00:00", "value": 9.05052743815915e-06}], "node_ids": [56]}, {"characteristics": [{"error": 6.431128942031113e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:01+00:00", "value": 9.623557884808063e-06}], "node_ids": [65]}, {"characteristics": [{"error": 1.4272833179167406e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:04+00:00", "value": 1.5928310087787168e-05}], "node_ids": [3]}, {"characteristics": [{"error": 3.693844152967318e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:05+00:00", "value": 4.789782395153708e-06}], "node_ids": [14]}, {"characteristics": [{"error": 1.1058462703211707e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:07+00:00", "value": 1.5753991446487703e-05}], "node_ids": [23]}, {"characteristics": [{"error": 1.6317292276751202e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:27+00:00", "value": 3.0359455091444332e-05}], "node_ids": [19]}, {"characteristics": [{"error": 1.0487760329956795e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:27+00:00", "value": 1.3317899090425913e-05}], "node_ids": [39]}, {"characteristics": [{"error": 1.5871554058225246e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:10+00:00", "value": 2.4683039460127176e-05}], "node_ids": [75]}, {"characteristics": [{"error": 1.7051581204302818e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:11+00:00", "value": 2.876233049864396e-05}], "node_ids": [6]}, {"characteristics": [{"error": 1.5806977925605651e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:30+00:00", "value": 2.207776098894776e-05}], "node_ids": [30]}, {"characteristics": [{"error": 1.1684256185859796e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:24:13+00:00", "value": 1.945470937458893e-05}], "node_ids": [45]}, {"characteristics": [{"error": 1.7254689484057392e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:33+00:00", "value": 3.0828690463780006e-05}], "node_ids": [81]}, {"characteristics": [{"error": 1.4943087880930173e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:33+00:00", "value": 2.4773688805712624e-05}], "node_ids": [72]}, {"characteristics": [{"error": 1.1069868597313988e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:33+00:00", "value": 1.623196656641568e-05}], "node_ids": [52]}, {"characteristics": [{"error": 1.4015754220176749e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:36+00:00", "value": 2.473981779860246e-05}], "node_ids": [61]}, {"characteristics": [{"error": 9.516698242328557e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:38+00:00", "value": 1.0988376301090952e-05}], "node_ids": [15]}, {"characteristics": [{"error": 2.017250479700521e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:40+00:00", "value": 3.21916220906715e-05}], "node_ids": [34]}, {"characteristics": [{"error": 1.7436296198149595e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:44+00:00", "value": 2.209980321099536e-05}], "node_ids": [57]}, {"characteristics": [{"error": 1.855014248262559e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:44+00:00", "value": 1.8648502133844506e-05}], "node_ids": [10]}, {"characteristics": [{"error": 2.36647602928808e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:19:37+00:00", "value": 3.166094464868152e-05}], "node_ids": [4]}, {"characteristics": [{"error": 2.850142451906649e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:49+00:00", "value": 3.927544010995376e-05}], "node_ids": [77]}, {"characteristics": [{"error": 1.8452524091098644e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:50+00:00", "value": 2.8098560830747132e-05}], "node_ids": [76]}, {"characteristics": [{"error": 2.030847575986056e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:29:52+00:00", "value": 2.5484425616006945e-05}], "node_ids": [35]}, {"characteristics": [{"error": 2.5784419152802496e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-02-05T07:30:36+00:00", "value": 5.367916245724302e-06}], "node_ids": [53]}, {"characteristics": [{"error": 2.079566339977586e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:19:43+00:00", "value": 2.7373180051526447e-05}], "node_ids": [73]}, {"characteristics": [{"error": 1.8547960964840457e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:19:57+00:00", "value": 2.2438986027273344e-05}], "node_ids": [68]}, {"characteristics": [{"error": 1.7915873466110849e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:19:58+00:00", "value": 1.4230554006289251e-06}], "node_ids": [13]}, {"characteristics": [{"error": 2.346239045813627e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:02+00:00", "value": 2.8215153828226036e-05}], "node_ids": [0]}, {"characteristics": [{"error": 2.0966725741080742e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:03+00:00", "value": 1.884004150487506e-05}], "node_ids": [51]}, {"characteristics": [{"error": 1.8266363230357551e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:08+00:00", "value": 1.3327030266463424e-05}], "node_ids": [46]}, {"characteristics": [{"error": 1.0636050433673608e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:11+00:00", "value": 1.673123733758608e-05}], "node_ids": [22]}, {"characteristics": [{"error": 1.7666277309789166e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:15+00:00", "value": 2.386813905763674e-05}], "node_ids": [9]}, {"characteristics": [{"error": 1.2690290326791547e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:26+00:00", "value": 2.12088033633151e-05}], "node_ids": [31]}, {"characteristics": [{"error": 1.5369469162514405e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:30+00:00", "value": 1.5417421503016726e-05}], "node_ids": [26]}, {"characteristics": [{"error": 2.0093475160953738e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:20:32+00:00", "value": 2.3905921237687977e-05}], "node_ids": [64]}, {"characteristics": [{"error": 2.3854822679425596e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:38+00:00", "value": 3.159875876290741e-06}], "node_ids": [1]}, {"characteristics": [{"error": 1.9251473459161675e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:38+00:00", "value": 2.6447993524802985e-05}], "node_ids": [80]}, {"characteristics": [{"error": 1.061181975907464e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:42+00:00", "value": 1.7992194481175616e-05}], "node_ids": [25]}, {"characteristics": [{"error": 1.9676751958088565e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:43+00:00", "value": 2.186179919361209e-05}], "node_ids": [21]}, {"characteristics": [{"error": 1.4990218850162032e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:45+00:00", "value": 2.0257604928408668e-05}], "node_ids": [43]}, {"characteristics": [{"error": 6.655749245709011e-07, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:46+00:00", "value": 8.110359380086862e-06}], "node_ids": [54]}, {"characteristics": [{"error": 1.6381764961150331e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:49+00:00", "value": 1.4877971432403214e-05}], "node_ids": [58]}, {"characteristics": [{"error": 1.7206217937878102e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:52+00:00", "value": 1.9380985893713287e-05}], "node_ids": [63]}, {"characteristics": [{"error": 1.5229575253248524e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:56+00:00", "value": 1.9691987025227675e-05}], "node_ids": [67]}, {"characteristics": [{"error": 2.8410473350159364e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:56+00:00", "value": 4.298098015054208e-05}], "node_ids": [83]}, {"characteristics": [{"error": 1.2388128203832663e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:25:58+00:00", "value": 1.9351191370864385e-05}], "node_ids": [12]}, {"characteristics": [{"error": 1.3133877810051883e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:26:00+00:00", "value": 1.710338994520555e-05}], "node_ids": [16]}, {"characteristics": [{"error": 1.2935954421731428e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:26:03+00:00", "value": 1.895463619017157e-05}], "node_ids": [38]}, {"characteristics": [{"error": 1.183277365946174e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-03-28T07:23:59+00:00", "value": 2.6915104203162343e-06}], "node_ids": [41]}, {"characteristics": [{"error": 1.7833218679980805e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:21:54+00:00", "value": 1.873586375156222e-05}], "node_ids": [74]}, {"characteristics": [{"error": 1.6928544869706032e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:21:55+00:00", "value": 2.3691847340856494e-05}], "node_ids": [17]}, {"characteristics": [{"error": 1.396035629053656e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:21:58+00:00", "value": 2.053554243697242e-05}], "node_ids": [59]}, {"characteristics": [{"error": 1.918036819129204e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:21:58+00:00", "value": 2.590306806382614e-05}], "node_ids": [20]}, {"characteristics": [{"error": 1.2570572465721838e-06, "name": "T2", "parameter_values": [], "timestamp": "2026-04-01T19:21:59+00:00", "value": 1.9529094431591787e-05}], "node_ids": [29]}]}], "instructions": [{"characteristics": [], "name": "I", "node_count": 1, "parameters": [], "sites": [{"characteristics": [], "node_ids": [0]}, {"characteristics": [], "node_ids": [1]}, {"characteristics": [], "node_ids": [2]}, {"characteristics": [], "node_ids": [3]}, {"characteristics": [], "node_ids": [4]}, {"characteristics": [], "node_ids": [5]}, {"characteristics": [], "node_ids": [6]}, {"characteristics": [], "node_ids": [7]}, {"characteristics": [], "node_ids": [8]}, {"characteristics": [], "node_ids": [9]}, {"characteristics": [], "node_ids": [10]}, {"characteristics": [], "node_ids": [11]}, {"characteristics": [], "node_ids": [12]}, {"characteristics": [], "node_ids": [13]}, {"characteristics": [], "node_ids": [14]}, {"characteristics": [], "node_ids": [15]}, {"characteristics": [], "node_ids": [16]}, {"characteristics": [], "node_ids": [17]}, {"characteristics": [], "node_ids": [18]}, {"characteristics": [], "node_ids": [19]}, {"characteristics": [], "node_ids": [20]}, {"characteristics": [], "node_ids": [21]}, {"characteristics": [], "node_ids": [22]}, {"characteristics": [], "node_ids": [23]}, {"characteristics": [], "node_ids": [24]}, {"characteristics": [], "node_ids": [25]}, {"characteristics": [], "node_ids": [26]}, {"characteristics": [], "node_ids": [27]}, {"characteristics": [], "node_ids": [28]}, {"characteristics": [], "node_ids": [29]}, {"characteristics": [], "node_ids": [30]}, {"characteristics": [], "node_ids": [31]}, {"characteristics": [], "node_ids": [32]}, {"characteristics": [], "node_ids": [33]}, {"characteristics": [], "node_ids": [34]}, {"characteristics": [], "node_ids": [35]}, {"characteristics": [], "node_ids": [36]}, {"characteristics": [], "node_ids": [37]}, {"characteristics": [], "node_ids": [38]}, {"characteristics": [], "node_ids": [39]}, {"characteristics": [], "node_ids": [40]}, {"characteristics": [], "node_ids": [41]}, {"characteristics": [], "node_ids": [43]}, {"characteristics": [], "node_ids": [44]}, {"characteristics": [], "node_ids": [45]}, {"characteristics": [], "node_ids": [46]}, {"characteristics": [], "node_ids": [47]}, {"characteristics": [], "node_ids": [49]}, {"characteristics": [], "node_ids": [50]}, {"characteristics": [], "node_ids": [51]}, {"characteristics": [], "node_ids": [52]}, {"characteristics": [], "node_ids": [53]}, {"characteristics": [], "node_ids": [54]}, {"characteristics": [], "node_ids": [55]}, {"characteristics": [], "node_ids": [56]}, {"characteristics": [], "node_ids": [57]}, {"characteristics": [], "node_ids": [58]}, {"characteristics": [], "node_ids": [59]}, {"characteristics": [], "node_ids": [60]}, {"characteristics": [], "node_ids": [61]}, {"characteristics": [], "node_ids": [62]}, {"characteristics": [], "node_ids": [63]}, {"characteristics": [], "node_ids": [64]}, {"characteristics": [], "node_ids": [65]}, {"characteristics": [], "node_ids": [66]}, {"characteristics": [], "node_ids": [67]}, {"characteristics": [], "node_ids": [68]}, {"characteristics": [], "node_ids": [69]}, {"characteristics": [], "node_ids": [70]}, {"characteristics": [], "node_ids": [71]}, {"characteristics": [], "node_ids": [72]}, {"characteristics": [], "node_ids": [73]}, {"characteristics": [], "node_ids": [74]}, {"characteristics": [], "node_ids": [75]}, {"characteristics": [], "node_ids": [76]}, {"characteristics": [], "node_ids": [77]}, {"characteristics": [], "node_ids": [78]}, {"characteristics": [], "node_ids": [79]}, {"characteristics": [], "node_ids": [80]}, {"characteristics": [], "node_ids": [81]}, {"characteristics": [], "node_ids": [82]}, {"characteristics": [], "node_ids": [83]}]}, {"characteristics": [], "name": "RX", "node_count": 1, "parameters": [{"name": "theta"}], "sites": [{"characteristics": [], "node_ids": [0]}, {"characteristics": [], "node_ids": [1]}, {"characteristics": [], "node_ids": [2]}, {"characteristics": [], "node_ids": [3]}, {"characteristics": [], "node_ids": [4]}, {"characteristics": [], "node_ids": [5]}, {"characteristics": [], "node_ids": [6]}, {"characteristics": [], "node_ids": [7]}, {"characteristics": [], "node_ids": [8]}, {"characteristics": [], "node_ids": [9]}, {"characteristics": [], "node_ids": [10]}, {"characteristics": [], "node_ids": [11]}, {"characteristics": [], "node_ids": [12]}, {"characteristics": [], "node_ids": [13]}, {"characteristics": [], "node_ids": [14]}, {"characteristics": [], "node_ids": [15]}, {"characteristics": [], "node_ids": [16]}, {"characteristics": [], "node_ids": [17]}, {"characteristics": [], "node_ids": [18]}, {"characteristics": [], "node_ids": [19]}, {"characteristics": [], "node_ids": [20]}, {"characteristics": [], "node_ids": [21]}, {"characteristics": [], "node_ids": [22]}, {"characteristics": [], "node_ids": [23]}, {"characteristics": [], "node_ids": [24]}, {"characteristics": [], "node_ids": [25]}, {"characteristics": [], "node_ids": [26]}, {"characteristics": [], "node_ids": [27]}, {"characteristics": [], "node_ids": [28]}, {"characteristics": [], "node_ids": [29]}, {"characteristics": [], "node_ids": [30]}, {"characteristics": [], "node_ids": [31]}, {"characteristics": [], "node_ids": [32]}, {"characteristics": [], "node_ids": [33]}, {"characteristics": [], "node_ids": [34]}, {"characteristics": [], "node_ids": [35]}, {"characteristics": [], "node_ids": [36]}, {"characteristics": [], "node_ids": [37]}, {"characteristics": [], "node_ids": [38]}, {"characteristics": [], "node_ids": [39]}, {"characteristics": [], "node_ids": [40]}, {"characteristics": [], "node_ids": [41]}, {"characteristics": [], "node_ids": [43]}, {"characteristics": [], "node_ids": [44]}, {"characteristics": [], "node_ids": [45]}, {"characteristics": [], "node_ids": [46]}, {"characteristics": [], "node_ids": [47]}, {"characteristics": [], "node_ids": [49]}, {"characteristics": [], "node_ids": [50]}, {"characteristics": [], "node_ids": [51]}, {"characteristics": [], "node_ids": [52]}, {"characteristics": [], "node_ids": [53]}, {"characteristics": [], "node_ids": [54]}, {"characteristics": [], "node_ids": [55]}, {"characteristics": [], "node_ids": [56]}, {"characteristics": [], "node_ids": [57]}, {"characteristics": [], "node_ids": [58]}, {"characteristics": [], "node_ids": [59]}, {"characteristics": [], "node_ids": [60]}, {"characteristics": [], "node_ids": [61]}, {"characteristics": [], "node_ids": [62]}, {"characteristics": [], "node_ids": [63]}, {"characteristics": [], "node_ids": [64]}, {"characteristics": [], "node_ids": [65]}, {"characteristics": [], "node_ids": [66]}, {"characteristics": [], "node_ids": [67]}, {"characteristics": [], "node_ids": [68]}, {"characteristics": [], "node_ids": [69]}, {"characteristics": [], "node_ids": [70]}, {"characteristics": [], "node_ids": [71]}, {"characteristics": [], "node_ids": [72]}, {"characteristics": [], "node_ids": [73]}, {"characteristics": [], "node_ids": [74]}, {"characteristics": [], "node_ids": [75]}, {"characteristics": [], "node_ids": [76]}, {"characteristics": [], "node_ids": [77]}, {"characteristics": [], "node_ids": [78]}, {"characteristics": [], "node_ids": [79]}, {"characteristics": [], "node_ids": [80]}, {"characteristics": [], "node_ids": [81]}, {"characteristics": [], "node_ids": [82]}, {"characteristics": [], "node_ids": [83]}]}, {"characteristics": [], "name": "RZ", "node_count": 1, "parameters": [{"name": "theta"}], "sites": [{"characteristics": [], "node_ids": [0]}, {"characteristics": [], "node_ids": [1]}, {"characteristics": [], "node_ids": [2]}, {"characteristics": [], "node_ids": [3]}, {"characteristics": [], "node_ids": [4]}, {"characteristics": [], "node_ids": [5]}, {"characteristics": [], "node_ids": [6]}, {"characteristics": [], "node_ids": [7]}, {"characteristics": [], "node_ids": [8]}, {"characteristics": [], "node_ids": [9]}, {"characteristics": [], "node_ids": [10]}, {"characteristics": [], "node_ids": [11]}, {"characteristics": [], "node_ids": [12]}, {"characteristics": [], "node_ids": [13]}, {"characteristics": [], "node_ids": [14]}, {"characteristics": [], "node_ids": [15]}, {"characteristics": [], "node_ids": [16]}, {"characteristics": [], "node_ids": [17]}, {"characteristics": [], "node_ids": [18]}, {"characteristics": [], "node_ids": [19]}, {"characteristics": [], "node_ids": [20]}, {"characteristics": [], "node_ids": [21]}, {"characteristics": [], "node_ids": [22]}, {"characteristics": [], "node_ids": [23]}, {"characteristics": [], "node_ids": [24]}, {"characteristics": [], "node_ids": [25]}, {"characteristics": [], "node_ids": [26]}, {"characteristics": [], "node_ids": [27]}, {"characteristics": [], "node_ids": [28]}, {"characteristics": [], "node_ids": [29]}, {"characteristics": [], "node_ids": [30]}, {"characteristics": [], "node_ids": [31]}, {"characteristics": [], "node_ids": [32]}, {"characteristics": [], "node_ids": [33]}, {"characteristics": [], "node_ids": [34]}, {"characteristics": [], "node_ids": [35]}, {"characteristics": [], "node_ids": [36]}, {"characteristics": [], "node_ids": [37]}, {"characteristics": [], "node_ids": [38]}, {"characteristics": [], "node_ids": [39]}, {"characteristics": [], "node_ids": [40]}, {"characteristics": [], "node_ids": [41]}, {"characteristics": [], "node_ids": [43]}, {"characteristics": [], "node_ids": [44]}, {"characteristics": [], "node_ids": [45]}, {"characteristics": [], "node_ids": [46]}, {"characteristics": [], "node_ids": [47]}, {"characteristics": [], "node_ids": [49]}, {"characteristics": [], "node_ids": [50]}, {"characteristics": [], "node_ids": [51]}, {"characteristics": [], "node_ids": [52]}, {"characteristics": [], "node_ids": [53]}, {"characteristics": [], "node_ids": [54]}, {"characteristics": [], "node_ids": [55]}, {"characteristics": [], "node_ids": [56]}, {"characteristics": [], "node_ids": [57]}, {"characteristics": [], "node_ids": [58]}, {"characteristics": [], "node_ids": [59]}, {"characteristics": [], "node_ids": [60]}, {"characteristics": [], "node_ids": [61]}, {"characteristics": [], "node_ids": [62]}, {"characteristics": [], "node_ids": [63]}, {"characteristics": [], "node_ids": [64]}, {"characteristics": [], "node_ids": [65]}, {"characteristics": [], "node_ids": [66]}, {"characteristics": [], "node_ids": [67]}, {"characteristics": [], "node_ids": [68]}, {"characteristics": [], "node_ids": [69]}, {"characteristics": [], "node_ids": [70]}, {"characteristics": [], "node_ids": [71]}, {"characteristics": [], "node_ids": [72]}, {"characteristics": [], "node_ids": [73]}, {"characteristics": [], "node_ids": [74]}, {"characteristics": [], "node_ids": [75]}, {"characteristics": [], "node_ids": [76]}, {"characteristics": [], "node_ids": [77]}, {"characteristics": [], "node_ids": [78]}, {"characteristics": [], "node_ids": [79]}, {"characteristics": [], "node_ids": [80]}, {"characteristics": [], "node_ids": [81]}, {"characteristics": [], "node_ids": [82]}, {"characteristics": [], "node_ids": [83]}]}, {"characteristics": [], "name": "MEASURE", "node_count": 1, "parameters": [], "sites": [{"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.975}], "node_ids": [3]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.971}], "node_ids": [0]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.922}], "node_ids": [1]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.977}], "node_ids": [4]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.972}], "node_ids": [5]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.977}], "node_ids": [6]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.982}], "node_ids": [9]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.982}], "node_ids": [2]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.926}], "node_ids": [10]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.954}], "node_ids": [7]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.975}], "node_ids": [8]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.976}], "node_ids": [12]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.961}], "node_ids": [13]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.953}], "node_ids": [15]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.984}], "node_ids": [14]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.975}], "node_ids": [30]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.933}], "node_ids": [33]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.965}], "node_ids": [32]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.982}], "node_ids": [31]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.984}], "node_ids": [11]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.928}], "node_ids": [34]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.945}], "node_ids": [29]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.961}], "node_ids": [28]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.887}], "node_ids": [46]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.915}], "node_ids": [26]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.974}], "node_ids": [27]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.916}], "node_ids": [47]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.782}], "node_ids": [49]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.989}], "node_ids": [51]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.611}], "node_ids": [53]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.958}], "node_ids": [50]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.964}], "node_ids": [54]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.875}], "node_ids": [55]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.912}], "node_ids": [52]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.867}], "node_ids": [56]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.968}], "node_ids": [35]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.963}], "node_ids": [17]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.985}], "node_ids": [21]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.984}], "node_ids": [20]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.993}], "node_ids": [16]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.962}], "node_ids": [19]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.984}], "node_ids": [18]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.95}], "node_ids": [24]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.982}], "node_ids": [22]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.952}], "node_ids": [25]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.976}], "node_ids": [72]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.972}], "node_ids": [74]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.976}], "node_ids": [76]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.969}], "node_ids": [73]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.981}], "node_ids": [77]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.982}], "node_ids": [75]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.97}], "node_ids": [68]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.979}], "node_ids": [78]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:30+00:00", "value": 0.972}], "node_ids": [23]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.986}], "node_ids": [71]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.955}], "node_ids": [69]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.957}], "node_ids": [70]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.971}], "node_ids": [36]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.952}], "node_ids": [39]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.951}], "node_ids": [37]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.956}], "node_ids": [38]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.94}], "node_ids": [40]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.98}], "node_ids": [43]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.982}], "node_ids": [45]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.7889999999999999}], "node_ids": [41]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:31+00:00", "value": 0.985}], "node_ids": [44]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.965}], "node_ids": [81]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.983}], "node_ids": [57]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.974}], "node_ids": [80]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.973}], "node_ids": [58]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.984}], "node_ids": [83]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.983}], "node_ids": [59]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.981}], "node_ids": [82]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.976}], "node_ids": [60]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.966}], "node_ids": [61]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.963}], "node_ids": [63]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:33+00:00", "value": 0.751}], "node_ids": [79]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.964}], "node_ids": [65]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.987}], "node_ids": [64]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.964}], "node_ids": [66]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.973}], "node_ids": [62]}, {"characteristics": [{"name": "fRO", "parameter_values": [], "timestamp": "2026-04-01T21:00:32+00:00", "value": 0.903}], "node_ids": [67]}]}, {"characteristics": [], "name": "ISWAP", "node_count": 2, "parameters": [], "sites": [{"characteristics": [{"error": 0.0020523126314329295, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:15:53+00:00", "value": 0.972830880815586}], "node_ids": [38, 39]}, {"characteristics": [{"error": 0.0016135699375702949, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:20+00:00", "value": 0.9920306165166098}], "node_ids": [5, 12]}, {"characteristics": [{"error": 0.003718983418958624, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:15:56+00:00", "value": 0.9756022998202828}], "node_ids": [54, 55]}, {"characteristics": [{"error": 0.001548409404357376, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:20+00:00", "value": 0.9868004292779922}], "node_ids": [17, 24]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:15:59+00:00", "value": 0.5}], "node_ids": [78, 79]}, {"characteristics": [{"error": 0.002764151865247328, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:02+00:00", "value": 0.9859378132073529}], "node_ids": [63, 64]}, {"characteristics": [{"error": 0.002397724785335048, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:25+00:00", "value": 0.970912416875865}], "node_ids": [33, 40]}, {"characteristics": [{"error": 0.0011034951276524818, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:04+00:00", "value": 0.992136348162144}], "node_ids": [7, 8]}, {"characteristics": [{"error": 0.0024300564759643976, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:29+00:00", "value": 0.9842223197684328}], "node_ids": [29, 36]}, {"characteristics": [{"error": 0.0024524894709707073, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:07+00:00", "value": 0.994755779965971}], "node_ids": [39, 40]}, {"characteristics": [{"error": 0.00910233447678031, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:16:02+00:00", "value": 0.957656913278202}], "node_ids": [10, 11]}, {"characteristics": [{"error": 0.0014085409746983145, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:16:06+00:00", "value": 0.9865530249774068}], "node_ids": [26, 27]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:31+00:00", "value": 0.5}], "node_ids": [57, 64]}, {"characteristics": [{"error": 0.01677418109234445, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:11+00:00", "value": 0.930357607312253}], "node_ids": [79, 80]}, {"characteristics": [{"error": 0.002297874862076976, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:16:15+00:00", "value": 0.97939166948038}], "node_ids": [50, 51]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:15+00:00", "value": 0.5}], "node_ids": [23, 24]}, {"characteristics": [{"error": 0.001758437809269948, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:16:19+00:00", "value": 0.9877015545916188}], "node_ids": [82, 83]}, {"characteristics": [{"error": 0.002142515452047466, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:20+00:00", "value": 0.9798898325482988}], "node_ids": [67, 68]}, {"characteristics": [{"error": 0.001964050784357842, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:25+00:00", "value": 0.9922606723568403}], "node_ids": [35, 36]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:39+00:00", "value": 0.5}], "node_ids": [45, 52]}, {"characteristics": [{"error": 0.003190230938372724, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:40+00:00", "value": 0.9879151284459982}], "node_ids": [61, 68]}, {"characteristics": [{"error": 0.015142724893389498, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:03:48+00:00", "value": 0.9191282161944608}], "node_ids": [61, 62]}, {"characteristics": [{"error": 0.009703238049479368, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:28+00:00", "value": 0.9604332057879992}], "node_ids": [11, 12]}, {"characteristics": [{"error": 0.006704462848447461, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:10:32+00:00", "value": 0.983697454710035}], "node_ids": [51, 52]}, {"characteristics": [{"error": 0.0018590878043133424, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:03:51+00:00", "value": 0.990437314398422}], "node_ids": [29, 30]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:03:54+00:00", "value": 0.5}], "node_ids": [5, 6]}, {"characteristics": [{"error": 0.0018064302668892333, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:46+00:00", "value": 0.9800520043894412}], "node_ids": [1, 8]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:03:57+00:00", "value": 0.5}], "node_ids": [45, 46]}, {"characteristics": [{"error": 0.0008096035374924961, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:26:49+00:00", "value": 0.9910795510028474}], "node_ids": [73, 80]}, {"characteristics": [{"error": 0.003623029206317629, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:04:49+00:00", "value": 0.9757049266655288}], "node_ids": [1, 2]}, {"characteristics": [{"error": 0.0016358577268871287, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:04:52+00:00", "value": 0.9865014983867044}], "node_ids": [73, 74]}, {"characteristics": [{"error": 0.003986907012071474, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:04:55+00:00", "value": 0.9790410666308405}], "node_ids": [17, 18]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:04:59+00:00", "value": 0.5}], "node_ids": [57, 58]}, {"characteristics": [{"error": 0.0018570784412011555, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:15+00:00", "value": 0.9839306263405342}], "node_ids": [68, 75]}, {"characteristics": [{"error": 0.0028968506896693623, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:17+00:00", "value": 0.98731367331734}], "node_ids": [24, 31]}, {"characteristics": [{"error": 0.0012462539025656976, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:05:02+00:00", "value": 0.990374259696292}], "node_ids": [33, 34]}, {"characteristics": [{"error": 0.0006733678890041793, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:17+00:00", "value": 0.99222850172867}], "node_ids": [76, 83]}, {"characteristics": [{"error": 0.0018449392141845064, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:24+00:00", "value": 0.9851398181242672}], "node_ids": [8, 15]}, {"characteristics": [{"error": 0.00191750950590663, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:24+00:00", "value": 0.9897651539439748}], "node_ids": [36, 43]}, {"characteristics": [{"error": 0.004519288033596028, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:21+00:00", "value": 0.9738700728538509}], "node_ids": [0, 7]}, {"characteristics": [{"error": 0.0015029732708011288, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:25+00:00", "value": 0.9954148499261556}], "node_ids": [52, 59]}, {"characteristics": [{"error": 0.0016060432596860874, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:24+00:00", "value": 0.9939969161776676}], "node_ids": [16, 23]}, {"characteristics": [{"error": 0.02738705861318063, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:32+00:00", "value": 0.8893594786872712}], "node_ids": [40, 47]}, {"characteristics": [{"error": 0.0009395351102621632, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:35+00:00", "value": 0.9922952576919758}], "node_ids": [12, 19]}, {"characteristics": [{"error": 0.0070328307127336155, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:27+00:00", "value": 0.9729520491696676}], "node_ids": [32, 39]}, {"characteristics": [{"error": 0.0010594517573002773, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:31+00:00", "value": 0.99023776306958}], "node_ids": [20, 27]}, {"characteristics": [{"error": 0.0207471711585218, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:28:39+00:00", "value": 0.8944124078517512}], "node_ids": [64, 71]}, {"characteristics": [{"error": 0.001169947728437435, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:36+00:00", "value": 0.9879081789089612}], "node_ids": [44, 51]}, {"characteristics": [{"error": 0.0012003971480138644, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:39+00:00", "value": 0.990534096074308}], "node_ids": [60, 67]}, {"characteristics": [{"error": 0.01830657935775536, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:45+00:00", "value": 0.8965508358859338}], "node_ids": [72, 79]}, {"characteristics": [{"error": 0.0027571511943582268, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:11:58+00:00", "value": 0.9858456255228626}], "node_ids": [36, 37]}, {"characteristics": [{"error": 0.022906523907355036, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:00+00:00", "value": 0.9540672390716004}], "node_ids": [40, 41]}, {"characteristics": [{"error": 0.0036456043891930695, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:47+00:00", "value": 0.9803021260857124}], "node_ids": [56, 63]}, {"characteristics": [{"error": 0.0019245271894915929, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:04+00:00", "value": 0.9770889224811994}], "node_ids": [24, 25]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:53+00:00", "value": 0.5}], "node_ids": [28, 35]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:18:56+00:00", "value": 0.5}], "node_ids": [4, 11]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:06+00:00", "value": 0.5}], "node_ids": [68, 69]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:10+00:00", "value": 0.5}], "node_ids": [12, 13]}, {"characteristics": [{"error": 0.0012190656763955694, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:14+00:00", "value": 0.9923171200006085}], "node_ids": [8, 9]}, {"characteristics": [{"error": 0.004322420018592534, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:18+00:00", "value": 0.9887004101562332}], "node_ids": [80, 81]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:22+00:00", "value": 0.5}], "node_ids": [52, 53]}, {"characteristics": [{"error": 0.00211972102137614, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:12:27+00:00", "value": 0.9858776683127268}], "node_ids": [64, 65]}, {"characteristics": [{"error": 0.0012057272095880426, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:21+00:00", "value": 0.9901824953852708}], "node_ids": [63, 70]}, {"characteristics": [{"error": 0.002067869716714155, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:25+00:00", "value": 0.9889307470016292}], "node_ids": [11, 18]}, {"characteristics": [{"error": 0.0013184145727087443, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:27+00:00", "value": 0.9906466216827808}], "node_ids": [7, 14]}, {"characteristics": [{"error": 0.0015671726262444798, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:31+00:00", "value": 0.9848929562227026}], "node_ids": [55, 62]}, {"characteristics": [{"error": 0.012219924983975589, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:41+00:00", "value": 0.9368817946517184}], "node_ids": [39, 46]}, {"characteristics": [{"error": 0.004512161365462661, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:43+00:00", "value": 0.9835376962391744}], "node_ids": [67, 74]}, {"characteristics": [{"error": 0.0019263024248727253, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:30:51+00:00", "value": 0.9937007061664628}], "node_ids": [59, 66]}, {"characteristics": [{"error": 0.003356181744468628, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:30+00:00", "value": 0.9846223310512938}], "node_ids": [30, 31]}, {"characteristics": [{"error": 0.0013386762430082847, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:46+00:00", "value": 0.9925322928745094}], "node_ids": [51, 58]}, {"characteristics": [{"error": 0.0022933914456688665, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:30+00:00", "value": 0.9802885890302386}], "node_ids": [2, 3]}, {"characteristics": [{"error": 0.0009959779291377458, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:20:51+00:00", "value": 0.993203922291874}], "node_ids": [23, 30]}, {"characteristics": [{"error": 0.0019236095937333665, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:30:56+00:00", "value": 0.9778435942944178}], "node_ids": [71, 78]}, {"characteristics": [{"error": 0.002161437972004001, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:30:58+00:00", "value": 0.9875495600382928}], "node_ids": [31, 38]}, {"characteristics": [{"error": 0.004174129793868212, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:36+00:00", "value": 0.9662678496827012}], "node_ids": [46, 47]}, {"characteristics": [{"error": 0.003640669001203734, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:36+00:00", "value": 0.987275222580185}], "node_ids": [18, 19]}, {"characteristics": [{"error": 0.002190309887476124, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:04+00:00", "value": 0.9901560806213844}], "node_ids": [19, 26]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:05+00:00", "value": 0.5}], "node_ids": [3, 10]}, {"characteristics": [{"error": 0.0016055781473016295, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:39+00:00", "value": 0.9920410123620496}], "node_ids": [58, 59]}, {"characteristics": [{"error": 0.00097514043079677, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:43+00:00", "value": 0.9908223112023724}], "node_ids": [70, 71]}, {"characteristics": [{"error": 0.0021377071588415553, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:11+00:00", "value": 0.9863149720669676}], "node_ids": [43, 50]}, {"characteristics": [{"error": 0.001980967449956831, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:13+00:00", "value": 0.9807173713455628}], "node_ids": [15, 22]}, {"characteristics": [{"error": 0.002904984130564896, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:46+00:00", "value": 0.9820230227436793}], "node_ids": [14, 15]}, {"characteristics": [{"error": 0.003537234680712674, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:23+00:00", "value": 0.973087614529081}], "node_ids": [47, 54]}, {"characteristics": [{"error": 0.0012628101076367216, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:13:53+00:00", "value": 0.9720130216959358}], "node_ids": [25, 26]}, {"characteristics": [{"error": 0.0021559733223045587, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:31:25+00:00", "value": 0.9830111879201562}], "node_ids": [75, 82]}, {"characteristics": [{"error": 0.0038921546976410345, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:06:51+00:00", "value": 0.9703928680898812}], "node_ids": [74, 75]}, {"characteristics": [{"error": 0.008893505609281257, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:13:56+00:00", "value": 0.9419382064010984}], "node_ids": [49, 50]}, {"characteristics": [{"error": 0.008448299931003336, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:13:59+00:00", "value": 0.9588907206853208}], "node_ids": [77, 78]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:02+00:00", "value": 0.5}], "node_ids": [9, 10]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:07+00:00", "value": 0.5}], "node_ids": [53, 54]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:18+00:00", "value": 0.5}], "node_ids": [62, 69]}, {"characteristics": [{"error": 0.004779713626333805, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:20+00:00", "value": 0.9690804508476608}], "node_ids": [18, 25]}, {"characteristics": [{"error": 0.0027792103293938493, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:26+00:00", "value": 0.9814441959855352}], "node_ids": [2, 9]}, {"characteristics": [{"error": 0.014283793237061844, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:28+00:00", "value": 0.9457426991421224}], "node_ids": [34, 41]}, {"characteristics": [{"error": 0.0017987959140883332, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:10+00:00", "value": 0.9881578366413086}], "node_ids": [21, 22]}, {"characteristics": [{"error": 0.0010420147275879755, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:29+00:00", "value": 0.9944064731492744}], "node_ids": [70, 77]}, {"characteristics": [{"error": 0.0012895855849024518, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:15+00:00", "value": 0.9918677913264382}], "node_ids": [65, 66]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:20+00:00", "value": 0.5}], "node_ids": [37, 38]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:35+00:00", "value": 0.5}], "node_ids": [46, 53]}, {"characteristics": [{"error": 0.001134459403283897, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:35+00:00", "value": 0.9909724720620046}], "node_ids": [58, 65]}, {"characteristics": [{"error": 0.0024726458264632415, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:14:25+00:00", "value": 0.9667517489006328}], "node_ids": [81, 82]}, {"characteristics": [{"error": 0.00196910049984848, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:41+00:00", "value": 0.9798886930132078}], "node_ids": [14, 21]}, {"characteristics": [{"error": 0.001828241646545954, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:45+00:00", "value": 0.9900310470079624}], "node_ids": [30, 37]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:51+00:00", "value": 0.5}], "node_ids": [74, 81]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:22:56+00:00", "value": 0.5}], "node_ids": [6, 13]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:32:51+00:00", "value": 0.5}], "node_ids": [26, 33]}, {"characteristics": [{"error": 0.002589770792944524, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:16+00:00", "value": 0.9770017076844172}], "node_ids": [71, 72]}, {"characteristics": [{"error": 0.0014602492198541911, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:32:56+00:00", "value": 0.9907463030744402}], "node_ids": [38, 45]}, {"characteristics": [{"error": 0.011362870821796505, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:32:57+00:00", "value": 0.9482353209646284}], "node_ids": [54, 61]}, {"characteristics": [{"error": 0.0016093754954362234, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:19+00:00", "value": 0.9835157505789152}], "node_ids": [59, 60]}, {"characteristics": [{"error": 0.0011505487217042677, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:22+00:00", "value": 0.9916504543099866}], "node_ids": [15, 16]}, {"characteristics": [{"error": 0.0127293113599363, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:01:58+00:00", "value": 0.9334551477927344}], "node_ids": [56, 57]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:33:02+00:00", "value": 0.5}], "node_ids": [10, 17]}, {"characteristics": [{"error": 0.003627751819976203, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:00+00:00", "value": 0.9874688055667824}], "node_ids": [28, 29]}, {"characteristics": [{"error": 0.011505160611949975, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:22+00:00", "value": 0.9668482985437656}], "node_ids": [13, 20]}, {"characteristics": [{"error": 0.002521060278114888, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:25+00:00", "value": 0.9592982935796084}], "node_ids": [25, 32]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:27+00:00", "value": 0.5}], "node_ids": [3, 4]}, {"characteristics": [{"error": 0.0014509418632912467, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:05+00:00", "value": 0.9865160873487376}], "node_ids": [4, 5]}, {"characteristics": [{"error": 0.002514855495671514, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:33:04+00:00", "value": 0.986508770395212}], "node_ids": [66, 73]}, {"characteristics": [{"error": 0.015559013661034215, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:08+00:00", "value": 0.9316821341274012}], "node_ids": [0, 1]}, {"characteristics": [{"error": 0.007051721096148414, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:09+00:00", "value": 0.9757707281231088}], "node_ids": [32, 33]}, {"characteristics": [{"error": 0.0014466542695409338, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:29+00:00", "value": 0.9935028627241392}], "node_ids": [37, 44]}, {"characteristics": [{"error": 0.002021409924398574, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:32+00:00", "value": 0.9933214887444222}], "node_ids": [9, 16]}, {"characteristics": [{"error": 0.0009379550876076374, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:28+00:00", "value": 0.9899882544922612}], "node_ids": [19, 20]}, {"characteristics": [{"error": 0.0008117081967876479, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:33:08+00:00", "value": 0.988498925550967}], "node_ids": [22, 29]}, {"characteristics": [{"error": 0.004293887774969818, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:36+00:00", "value": 0.9799030496921765}], "node_ids": [49, 56]}, {"characteristics": [{"error": 0.001096032020796743, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:39+00:00", "value": 0.988662285564748}], "node_ids": [21, 28]}, {"characteristics": [{"error": 0.0012975399048417917, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:35+00:00", "value": 0.9891686472523612}], "node_ids": [75, 76]}, {"characteristics": [{"error": 0.010468544660346224, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:08:32+00:00", "value": 0.9623231064965728}], "node_ids": [31, 32]}, {"characteristics": [{"error": 0.0030279633370552277, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:15+00:00", "value": 0.9857093317204076}], "node_ids": [44, 45]}, {"characteristics": [{"error": 0.004024400712452716, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:33:13+00:00", "value": 0.9571681186149608}], "node_ids": [50, 57]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:17+00:00", "value": 0.5}], "node_ids": [72, 73]}, {"characteristics": [{"error": 0.002665316888593806, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:20+00:00", "value": 0.9791387797332078}], "node_ids": [16, 17]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:43+00:00", "value": 0.5}], "node_ids": [53, 60]}, {"characteristics": [{"error": 0.0015019340196730717, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:47+00:00", "value": 0.983063000421199}], "node_ids": [69, 76]}, {"characteristics": [{"error": 0.001345677497059148, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:02:23+00:00", "value": 0.9900766725388108}], "node_ids": [60, 61]}, {"characteristics": [{"error": 1.0, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:24:53+00:00", "value": 0.5}], "node_ids": [65, 72]}, {"characteristics": [{"error": 0.004255109199129451, "name": "fISWAP", "parameter_values": [], "timestamp": "2026-04-01T20:15:50+00:00", "value": 0.9787058183379128}], "node_ids": [22, 23]}]}], "name": "Ankaa-3"}}, "standardized": {"braketSchemaHeader": {"name": "braket.device_schema.standardized_gate_model_qpu_device_properties", "version": "1"}, "oneQubitProperties": {"53": {"T1": {"value": 0.0, "unit": "S"}, "T2": {"value": 5.367916245724302e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.611}]}, "14": {"T1": {"value": 3.3823045295644505e-06, "unit": "S"}, "T2": {"value": 4.789782395153708e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985800609569214, "standardError": 3.5305299864831515e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985800609569214, "standardError": 3.5305299864831515e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "56": {"T1": {"value": 2.977734014786293e-05, "unit": "S"}, "T2": {"value": 9.05052743815915e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969660996691476, "standardError": 0.0004908757425337963}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969660996691476, "standardError": 0.0004908757425337963}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.867}]}, "23": {"T1": {"value": 2.6993181238443853e-05, "unit": "S"}, "T2": {"value": 1.5753991446487703e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980870085568616, "standardError": 9.823186907796164e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980870085568616, "standardError": 9.823186907796164e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.972}]}, "33": {"T1": {"value": 2.5962219295960764e-05, "unit": "S"}, "T2": {"value": 2.476332557299621e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9957758095937578, "standardError": 0.00017678010920833576}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9957758095937578, "standardError": 0.00017678010920833576}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.933}]}, "36": {"T1": {"value": 1.564792291119943e-05, "unit": "S"}, "T2": {"value": 1.2845789084448e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982559523053192, "standardError": 7.695191169681374e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982559523053192, "standardError": 7.695191169681374e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.971}]}, "18": {"T1": {"value": 1.6933156896214996e-05, "unit": "S"}, "T2": {"value": 1.742015682437703e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.98462129234844, "standardError": 0.003074026647383274}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.98462129234844, "standardError": 0.003074026647383274}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "65": {"T1": {"value": 1.9461827462929904e-05, "unit": "S"}, "T2": {"value": 9.623557884808063e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969209225295588, "standardError": 0.0001801525955673932}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9969209225295588, "standardError": 0.0001801525955673932}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.964}]}, "6": {"T1": {"value": 2.637536173910604e-05, "unit": "S"}, "T2": {"value": 2.876233049864396e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992128258425172, "standardError": 7.538425446603384e-06}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992128258425172, "standardError": 7.538425446603384e-06}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.977}]}, "3": {"T1": {"value": 1.762103143154725e-05, "unit": "S"}, "T2": {"value": 1.5928310087787168e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987185379468744, "standardError": 7.747339799714632e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987185379468744, "standardError": 7.747339799714632e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.975}]}, "75": {"T1": {"value": 4.1435268039569095e-05, "unit": "S"}, "T2": {"value": 2.4683039460127176e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989921646512088, "standardError": 4.298536004505488e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989921646512088, "standardError": 4.298536004505488e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "78": {"T1": {"value": 5.023982609353439e-05, "unit": "S"}, "T2": {"value": 4.108803255475912e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992750061669105, "standardError": 2.578981957807264e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992750061669105, "standardError": 2.578981957807264e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.979}]}, "60": {"T1": {"value": 4.4628476277619455e-05, "unit": "S"}, "T2": {"value": 2.6444288211413536e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9957730723102792, "standardError": 0.0002260493683739514}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9957730723102792, "standardError": 0.0002260493683739514}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.976}]}, "45": {"T1": {"value": 4.1338433656168405e-05, "unit": "S"}, "T2": {"value": 1.945470937458893e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998609185493095, "standardError": 0.00033361934274618626}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998609185493095, "standardError": 0.00033361934274618626}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "10": {"T1": {"value": 3.64344493233304e-05, "unit": "S"}, "T2": {"value": 1.8648502133844506e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.926}]}, "35": {"T1": {"value": 5.068198837121507e-05, "unit": "S"}, "T2": {"value": 2.5484425616006945e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991221052530972, "standardError": 1.6907329319478245e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991221052530972, "standardError": 1.6907329319478245e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.968}]}, "61": {"T1": {"value": 2.927282828313338e-05, "unit": "S"}, "T2": {"value": 2.473981779860246e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987416099540284, "standardError": 7.461717441104003e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987416099540284, "standardError": 7.461717441104003e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.966}]}, "34": {"T1": {"value": 4.879837058102687e-05, "unit": "S"}, "T2": {"value": 3.21916220906715e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999126868827722, "standardError": 4.427635278031731e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999126868827722, "standardError": 4.427635278031731e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.928}]}, "19": {"T1": {"value": 3.964177135173941e-05, "unit": "S"}, "T2": {"value": 3.0359455091444332e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992018420667304, "standardError": 1.6326895439749505e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992018420667304, "standardError": 1.6326895439749505e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.962}]}, "15": {"T1": {"value": 2.126060821217024e-05, "unit": "S"}, "T2": {"value": 1.0988376301090952e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984248565630384, "standardError": 0.00010003197784090968}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984248565630384, "standardError": 0.00010003197784090968}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.953}]}, "81": {"T1": {"value": 3.561965310328041e-05, "unit": "S"}, "T2": {"value": 3.0828690463780006e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99907054436771, "standardError": 8.638281729951626e-06}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99907054436771, "standardError": 8.638281729951626e-06}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.965}]}, "52": {"T1": {"value": 2.3338870945188717e-05, "unit": "S"}, "T2": {"value": 1.623196656641568e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9951696356846652, "standardError": 0.00016634177268582906}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9951696356846652, "standardError": 0.00016634177268582906}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.912}]}, "76": {"T1": {"value": 3.6052505050676587e-05, "unit": "S"}, "T2": {"value": 2.8098560830747132e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991021924460656, "standardError": 2.1774867611208885e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991021924460656, "standardError": 2.1774867611208885e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.976}]}, "39": {"T1": {"value": 2.1004398794044477e-05, "unit": "S"}, "T2": {"value": 1.3317899090425913e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9965932988707108, "standardError": 0.0003987022268323851}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9965932988707108, "standardError": 0.0003987022268323851}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.952}]}, "72": {"T1": {"value": 4.012030622013718e-05, "unit": "S"}, "T2": {"value": 2.4773688805712624e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989645348804644, "standardError": 7.788722564553647e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989645348804644, "standardError": 7.788722564553647e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.976}]}, "57": {"T1": {"value": 4.420617846956354e-05, "unit": "S"}, "T2": {"value": 2.209980321099536e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989649731619278, "standardError": 0.00012529907503963758}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989649731619278, "standardError": 0.00012529907503963758}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.983}]}, "30": {"T1": {"value": 3.972689729803136e-05, "unit": "S"}, "T2": {"value": 2.207776098894776e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988369429177484, "standardError": 0.00011242315372433264}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988369429177484, "standardError": 0.00011242315372433264}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.975}]}, "77": {"T1": {"value": 4.49959623389784e-05, "unit": "S"}, "T2": {"value": 3.927544010995376e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9994900367958336, "standardError": 6.26091560974116e-06}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9994900367958336, "standardError": 6.26091560974116e-06}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.981}]}, "4": {"T1": {"value": 4.421454973457806e-05, "unit": "S"}, "T2": {"value": 3.166094464868152e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9994588677518668, "standardError": 7.134240038381511e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9994588677518668, "standardError": 7.134240038381511e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.977}]}, "55": {"T1": {"value": 3.236647504523127e-05, "unit": "S"}, "T2": {"value": 2.5060601417381537e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989118689940653, "standardError": 3.707294511275691e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989118689940653, "standardError": 3.707294511275691e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.875}]}, "26": {"T1": {"value": 3.523406721228639e-05, "unit": "S"}, "T2": {"value": 1.5417421503016726e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997608251588996, "standardError": 0.00011456619294585642}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997608251588996, "standardError": 0.00011456619294585642}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.915}]}, "64": {"T1": {"value": 4.040731312637824e-05, "unit": "S"}, "T2": {"value": 2.3905921237687977e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986716551453604, "standardError": 0.0001299707772066105}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986716551453604, "standardError": 0.0001299707772066105}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.987}]}, "73": {"T1": {"value": 5.102826023883899e-05, "unit": "S"}, "T2": {"value": 2.7373180051526447e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999045164329352, "standardError": 6.03265886955367e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999045164329352, "standardError": 6.03265886955367e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.969}]}, "0": {"T1": {"value": 2.806496975882311e-05, "unit": "S"}, "T2": {"value": 2.8215153828226036e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9993688377703102, "standardError": 3.3246310342923404e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9993688377703102, "standardError": 3.3246310342923404e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.971}]}, "13": {"T1": {"value": 3.370045764672369e-05, "unit": "S"}, "T2": {"value": 1.4230554006289251e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9954373226502068, "standardError": 0.00011359971343380264}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9954373226502068, "standardError": 0.00011359971343380264}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.961}]}, "21": {"T1": {"value": 6.975600003134019e-05, "unit": "S"}, "T2": {"value": 2.186179919361209e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9944825891802236, "standardError": 0.0007317205167092036}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9944825891802236, "standardError": 0.0007317205167092036}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.985}]}, "38": {"T1": {"value": 3.752037742943415e-05, "unit": "S"}, "T2": {"value": 1.895463619017157e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998716796321654, "standardError": 4.3639050317564074e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998716796321654, "standardError": 4.3639050317564074e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.956}]}, "67": {"T1": {"value": 3.060611757832454e-05, "unit": "S"}, "T2": {"value": 1.9691987025227675e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972415948131348, "standardError": 0.00011470482113326892}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972415948131348, "standardError": 0.00011470482113326892}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.903}]}, "43": {"T1": {"value": 4.2353196374911306e-05, "unit": "S"}, "T2": {"value": 2.0257604928408668e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984483566513104, "standardError": 4.0543556966100927e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984483566513104, "standardError": 4.0543556966100927e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.98}]}, "22": {"T1": {"value": 2.505099822713852e-05, "unit": "S"}, "T2": {"value": 1.673123733758608e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983224415201872, "standardError": 0.00013770356868965825}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9983224415201872, "standardError": 0.00013770356868965825}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "25": {"T1": {"value": 3.849481258133558e-05, "unit": "S"}, "T2": {"value": 1.7992194481175616e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986371233372692, "standardError": 5.0223635936392566e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9986371233372692, "standardError": 5.0223635936392566e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.952}]}, "31": {"T1": {"value": 4.092734616634175e-05, "unit": "S"}, "T2": {"value": 2.12088033633151e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9970724421455897, "standardError": 0.00021683360888198044}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9970724421455897, "standardError": 0.00021683360888198044}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "51": {"T1": {"value": 3.9962591245279455e-05, "unit": "S"}, "T2": {"value": 1.884004150487506e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998841187479287, "standardError": 0.00011678286645011716}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998841187479287, "standardError": 0.00011678286645011716}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.989}]}, "12": {"T1": {"value": 2.3365253749130233e-05, "unit": "S"}, "T2": {"value": 1.9351191370864385e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985487885433364, "standardError": 4.557699765625269e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985487885433364, "standardError": 4.557699765625269e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.976}]}, "16": {"T1": {"value": 3.724427188833701e-05, "unit": "S"}, "T2": {"value": 1.710338994520555e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991557075456868, "standardError": 0.00011225250271247071}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991557075456868, "standardError": 0.00011225250271247071}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.993}]}, "63": {"T1": {"value": 6.56039437771927e-05, "unit": "S"}, "T2": {"value": 1.9380985893713287e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991615135847348, "standardError": 2.2719235202981254e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991615135847348, "standardError": 2.2719235202981254e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.963}]}, "1": {"T1": {"value": 7.312957673510923e-05, "unit": "S"}, "T2": {"value": 3.159875876290741e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9973378774239516, "standardError": 0.00042506755301637776}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9973378774239516, "standardError": 0.00042506755301637776}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.922}]}, "83": {"T1": {"value": 5.296790511999383e-05, "unit": "S"}, "T2": {"value": 4.298098015054208e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9993758830734244, "standardError": 3.480651123570261e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9993758830734244, "standardError": 3.480651123570261e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "58": {"T1": {"value": 4.8671045042913974e-05, "unit": "S"}, "T2": {"value": 1.4877971432403214e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988860252799489, "standardError": 3.7371425686168354e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988860252799489, "standardError": 3.7371425686168354e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.973}]}, "54": {"T1": {"value": 1.1343600416990895e-05, "unit": "S"}, "T2": {"value": 8.110359380086862e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9977804272935256, "standardError": 0.00021449846941824465}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9977804272935256, "standardError": 0.00021449846941824465}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.964}]}, "80": {"T1": {"value": 2.609475975479114e-05, "unit": "S"}, "T2": {"value": 2.6447993524802985e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992681953199644, "standardError": 8.812452875636797e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992681953199644, "standardError": 8.812452875636797e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.974}]}, "41": {"T1": {"value": 2.034935724148923e-06, "unit": "S"}, "T2": {"value": 2.6915104203162343e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9672837975199228, "standardError": 0.003543681287979655}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9672837975199228, "standardError": 0.003543681287979655}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.7889999999999999}]}, "68": {"T1": {"value": 4.308321660295711e-05, "unit": "S"}, "T2": {"value": 2.2438986027273344e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998890162742505, "standardError": 7.906778963466623e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998890162742505, "standardError": 7.906778963466623e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.97}]}, "46": {"T1": {"value": 5.32668086461463e-06, "unit": "S"}, "T2": {"value": 1.3327030266463424e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.972090855183602, "standardError": 0.003588849608951686}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.972090855183602, "standardError": 0.003588849608951686}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.887}]}, "9": {"T1": {"value": 5.056644117584774e-05, "unit": "S"}, "T2": {"value": 2.386813905763674e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989632605469718, "standardError": 9.5664802260875e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9989632605469718, "standardError": 9.5664802260875e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "5": {"T1": {"value": 3.6412083814996166e-05, "unit": "S"}, "T2": {"value": 3.913149393031112e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992599980100636, "standardError": 2.8287419315368335e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9992599980100636, "standardError": 2.8287419315368335e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.972}]}, "71": {"T1": {"value": 4.1926656431545695e-05, "unit": "S"}, "T2": {"value": 2.624841566767344e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999136144658096, "standardError": 0.00037045790330448463}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999136144658096, "standardError": 0.00037045790330448463}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.986}]}, "32": {"T1": {"value": 8.519424845809809e-06, "unit": "S"}, "T2": {"value": 1.1154092408371952e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9881529638650224, "standardError": 0.0011679970850470025}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9881529638650224, "standardError": 0.0011679970850470025}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.965}]}, "29": {"T1": {"value": 3.806516210613786e-05, "unit": "S"}, "T2": {"value": 1.9529094431591787e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998362061180356, "standardError": 8.797524396762472e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998362061180356, "standardError": 8.797524396762472e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.945}]}, "62": {"T1": {"value": 2.408342810023001e-05, "unit": "S"}, "T2": {"value": 2.405314918219048e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998767895615932, "standardError": 4.248196627295451e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998767895615932, "standardError": 4.248196627295451e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.973}]}, "59": {"T1": {"value": 3.737327754760322e-05, "unit": "S"}, "T2": {"value": 2.053554243697242e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99741779434722, "standardError": 0.0002500213684374126}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99741779434722, "standardError": 0.0002500213684374126}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.983}]}, "7": {"T1": {"value": 1.7481889822867913e-05, "unit": "S"}, "T2": {"value": 1.4405398374162104e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979522376672058, "standardError": 4.3652628315377166e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9979522376672058, "standardError": 4.3652628315377166e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.954}]}, "17": {"T1": {"value": 3.538097987254574e-05, "unit": "S"}, "T2": {"value": 2.3691847340856494e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.963}]}, "49": {"T1": {"value": 1.2187806081920272e-05, "unit": "S"}, "T2": {"value": 4.18207150265637e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972683022574438, "standardError": 0.00023509326851125847}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9972683022574438, "standardError": 0.00023509326851125847}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.782}]}, "47": {"T1": {"value": 2.765434138929379e-05, "unit": "S"}, "T2": {"value": 1.7423772856517417e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9964660369571712, "standardError": 0.0003158854620624469}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9964660369571712, "standardError": 0.0003158854620624469}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.916}]}, "2": {"T1": {"value": 6.133199493874031e-05, "unit": "S"}, "T2": {"value": 2.607689269962243e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984496237168544, "standardError": 3.5219490020804596e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9984496237168544, "standardError": 3.5219490020804596e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.982}]}, "20": {"T1": {"value": 3.5563394495286005e-05, "unit": "S"}, "T2": {"value": 2.590306806382614e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987482581635484, "standardError": 4.11156188967969e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9987482581635484, "standardError": 4.11156188967969e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "44": {"T1": {"value": 6.886075689060966e-05, "unit": "S"}, "T2": {"value": 2.6578595910820013e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99902149025855, "standardError": 0.000100443047781213}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.99902149025855, "standardError": 0.000100443047781213}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.985}]}, "74": {"T1": {"value": 2.660453010938646e-05, "unit": "S"}, "T2": {"value": 1.873586375156222e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985677682096964, "standardError": 6.941542480096342e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985677682096964, "standardError": 6.941542480096342e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.972}]}, "82": {"T1": {"value": 3.435061667134143e-05, "unit": "S"}, "T2": {"value": 3.3183310464091065e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991869989525743, "standardError": 2.1024876281526345e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991869989525743, "standardError": 2.1024876281526345e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.981}]}, "11": {"T1": {"value": 5.482868875783531e-05, "unit": "S"}, "T2": {"value": 2.9023938268757377e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988411032004832, "standardError": 6.106523113268856e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9988411032004832, "standardError": 6.106523113268856e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.984}]}, "40": {"T1": {"value": 1.987153478588688e-05, "unit": "S"}, "T2": {"value": 8.109605989181645e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9953447999809876, "standardError": 0.00028687881795168703}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9953447999809876, "standardError": 0.00028687881795168703}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.94}]}, "28": {"T1": {"value": 1.6563830007587654e-05, "unit": "S"}, "T2": {"value": 1.8994309685549385e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975816416574208, "standardError": 8.582364069078677e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9975816416574208, "standardError": 8.582364069078677e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.961}]}, "27": {"T1": {"value": 3.3041858984894645e-05, "unit": "S"}, "T2": {"value": 1.2715247638794835e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985759377116548, "standardError": 6.630108849251417e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9985759377116548, "standardError": 6.630108849251417e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.974}]}, "24": {"T1": {"value": 3.865072666875413e-05, "unit": "S"}, "T2": {"value": 1.6758756594903446e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980790307687872, "standardError": 0.00011501509777513916}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9980790307687872, "standardError": 0.00011501509777513916}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.95}]}, "66": {"T1": {"value": 4.2021973730932416e-05, "unit": "S"}, "T2": {"value": 1.6502831176490318e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997796352398992, "standardError": 0.00024509459873896846}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.997796352398992, "standardError": 0.00024509459873896846}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.964}]}, "70": {"T1": {"value": 4.560023458277662e-05, "unit": "S"}, "T2": {"value": 3.0499092682712003e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991773778771944, "standardError": 4.771809352555035e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9991773778771944, "standardError": 4.771809352555035e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.957}]}, "37": {"T1": {"value": 3.199237061846105e-05, "unit": "S"}, "T2": {"value": 1.937825197684262e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998767930661216, "standardError": 4.446011869082307e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998767930661216, "standardError": 4.446011869082307e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.951}]}, "8": {"T1": {"value": 4.062719906028356e-05, "unit": "S"}, "T2": {"value": 2.4512261963316465e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982621875971146, "standardError": 0.0001859638743421775}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.9982621875971146, "standardError": 0.0001859638743421775}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.975}]}, "79": {"T1": {"value": 5.186702286152922e-05, "unit": "S"}, "T2": {"value": 1.0818292544012564e-06, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.5, "standardError": 1.0}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.751}]}, "69": {"T1": {"value": 4.792640622808264e-05, "unit": "S"}, "T2": {"value": 2.665824674763506e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999012048261364, "standardError": 5.3380012767351135e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.999012048261364, "standardError": 5.3380012767351135e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.955}]}, "50": {"T1": {"value": 4.1770295114984535e-05, "unit": "S"}, "T2": {"value": 2.145050587154529e-05, "unit": "S"}, "oneQubitFidelity": [{"fidelityType": {"name": "RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998765508046492, "standardError": 4.123013816202868e-05}, {"fidelityType": {"name": "SIMULTANEOUS_RANDOMIZED_BENCHMARKING"}, "fidelity": 0.998765508046492, "standardError": 4.123013816202868e-05}, {"fidelityType": {"name": "READOUT"}, "fidelity": 0.958}]}}, "twoQubitProperties": {"38-39": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.972830880815586, "standardError": 0.0020523126314329295, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "5-12": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9920306165166098, "standardError": 0.0016135699375702949, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "54-55": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9756022998202828, "standardError": 0.003718983418958624, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "17-24": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9868004292779922, "standardError": 0.001548409404357376, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "78-79": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "63-64": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9859378132073529, "standardError": 0.002764151865247328, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "33-40": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.970912416875865, "standardError": 0.002397724785335048, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "7-8": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.992136348162144, "standardError": 0.0011034951276524818, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "29-36": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9842223197684328, "standardError": 0.0024300564759643976, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "39-40": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.994755779965971, "standardError": 0.0024524894709707073, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "10-11": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.957656913278202, "standardError": 0.00910233447678031, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "26-27": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9865530249774068, "standardError": 0.0014085409746983145, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "57-64": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "79-80": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.930357607312253, "standardError": 0.01677418109234445, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "50-51": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.97939166948038, "standardError": 0.002297874862076976, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "23-24": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "82-83": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9877015545916188, "standardError": 0.001758437809269948, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "67-68": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9798898325482988, "standardError": 0.002142515452047466, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "35-36": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9922606723568403, "standardError": 0.001964050784357842, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "45-52": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "61-68": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9879151284459982, "standardError": 0.003190230938372724, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "61-62": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9191282161944608, "standardError": 0.015142724893389498, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "11-12": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9604332057879992, "standardError": 0.009703238049479368, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "51-52": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.983697454710035, "standardError": 0.006704462848447461, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "29-30": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.990437314398422, "standardError": 0.0018590878043133424, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "5-6": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "1-8": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9800520043894412, "standardError": 0.0018064302668892333, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "45-46": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "73-80": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9910795510028474, "standardError": 0.0008096035374924961, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "1-2": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9757049266655288, "standardError": 0.003623029206317629, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "73-74": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9865014983867044, "standardError": 0.0016358577268871287, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "17-18": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9790410666308405, "standardError": 0.003986907012071474, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "57-58": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "68-75": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9839306263405342, "standardError": 0.0018570784412011555, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "24-31": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.98731367331734, "standardError": 0.0028968506896693623, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "33-34": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.990374259696292, "standardError": 0.0012462539025656976, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "76-83": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.99222850172867, "standardError": 0.0006733678890041793, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "8-15": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9851398181242672, "standardError": 0.0018449392141845064, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "36-43": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9897651539439748, "standardError": 0.00191750950590663, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "0-7": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9738700728538509, "standardError": 0.004519288033596028, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "52-59": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9954148499261556, "standardError": 0.0015029732708011288, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "16-23": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9939969161776676, "standardError": 0.0016060432596860874, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "40-47": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8893594786872712, "standardError": 0.02738705861318063, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "12-19": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9922952576919758, "standardError": 0.0009395351102621632, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "32-39": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9729520491696676, "standardError": 0.0070328307127336155, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "20-27": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.99023776306958, "standardError": 0.0010594517573002773, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "64-71": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8944124078517512, "standardError": 0.0207471711585218, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "44-51": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9879081789089612, "standardError": 0.001169947728437435, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "60-67": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.990534096074308, "standardError": 0.0012003971480138644, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "72-79": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.8965508358859338, "standardError": 0.01830657935775536, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "36-37": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9858456255228626, "standardError": 0.0027571511943582268, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "40-41": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9540672390716004, "standardError": 0.022906523907355036, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "56-63": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9803021260857124, "standardError": 0.0036456043891930695, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "24-25": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9770889224811994, "standardError": 0.0019245271894915929, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "28-35": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "4-11": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "68-69": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "12-13": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "8-9": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9923171200006085, "standardError": 0.0012190656763955694, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "80-81": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9887004101562332, "standardError": 0.004322420018592534, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "52-53": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "64-65": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9858776683127268, "standardError": 0.00211972102137614, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "63-70": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9901824953852708, "standardError": 0.0012057272095880426, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "11-18": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9889307470016292, "standardError": 0.002067869716714155, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "7-14": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9906466216827808, "standardError": 0.0013184145727087443, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "55-62": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9848929562227026, "standardError": 0.0015671726262444798, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "39-46": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9368817946517184, "standardError": 0.012219924983975589, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "67-74": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9835376962391744, "standardError": 0.004512161365462661, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "59-66": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9937007061664628, "standardError": 0.0019263024248727253, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "30-31": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9846223310512938, "standardError": 0.003356181744468628, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "51-58": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9925322928745094, "standardError": 0.0013386762430082847, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "2-3": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9802885890302386, "standardError": 0.0022933914456688665, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "23-30": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.993203922291874, "standardError": 0.0009959779291377458, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "71-78": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9778435942944178, "standardError": 0.0019236095937333665, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "31-38": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9875495600382928, "standardError": 0.002161437972004001, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "46-47": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9662678496827012, "standardError": 0.004174129793868212, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "18-19": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.987275222580185, "standardError": 0.003640669001203734, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "19-26": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9901560806213844, "standardError": 0.002190309887476124, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "3-10": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "58-59": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9920410123620496, "standardError": 0.0016055781473016295, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "70-71": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9908223112023724, "standardError": 0.00097514043079677, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "43-50": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9863149720669676, "standardError": 0.0021377071588415553, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "15-22": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9807173713455628, "standardError": 0.001980967449956831, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "14-15": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9820230227436793, "standardError": 0.002904984130564896, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "47-54": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.973087614529081, "standardError": 0.003537234680712674, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "25-26": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9720130216959358, "standardError": 0.0012628101076367216, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "75-82": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9830111879201562, "standardError": 0.0021559733223045587, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "74-75": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9703928680898812, "standardError": 0.0038921546976410345, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "49-50": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9419382064010984, "standardError": 0.008893505609281257, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "77-78": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9588907206853208, "standardError": 0.008448299931003336, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "9-10": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "53-54": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "62-69": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "18-25": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9690804508476608, "standardError": 0.004779713626333805, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "2-9": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9814441959855352, "standardError": 0.0027792103293938493, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "34-41": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9457426991421224, "standardError": 0.014283793237061844, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "21-22": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9881578366413086, "standardError": 0.0017987959140883332, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "70-77": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9944064731492744, "standardError": 0.0010420147275879755, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "65-66": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9918677913264382, "standardError": 0.0012895855849024518, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "37-38": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "46-53": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "58-65": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9909724720620046, "standardError": 0.001134459403283897, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "81-82": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9667517489006328, "standardError": 0.0024726458264632415, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "14-21": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9798886930132078, "standardError": 0.00196910049984848, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "30-37": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9900310470079624, "standardError": 0.001828241646545954, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "74-81": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "6-13": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "26-33": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "71-72": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9770017076844172, "standardError": 0.002589770792944524, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "38-45": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9907463030744402, "standardError": 0.0014602492198541911, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "54-61": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9482353209646284, "standardError": 0.011362870821796505, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "59-60": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9835157505789152, "standardError": 0.0016093754954362234, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "15-16": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9916504543099866, "standardError": 0.0011505487217042677, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "56-57": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9334551477927344, "standardError": 0.0127293113599363, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "10-17": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "28-29": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9874688055667824, "standardError": 0.003627751819976203, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "13-20": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9668482985437656, "standardError": 0.011505160611949975, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "25-32": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9592982935796084, "standardError": 0.002521060278114888, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "3-4": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "4-5": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9865160873487376, "standardError": 0.0014509418632912467, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "66-73": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.986508770395212, "standardError": 0.002514855495671514, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "0-1": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9316821341274012, "standardError": 0.015559013661034215, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "32-33": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9757707281231088, "standardError": 0.007051721096148414, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "37-44": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9935028627241392, "standardError": 0.0014466542695409338, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "9-16": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9933214887444222, "standardError": 0.002021409924398574, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "19-20": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9899882544922612, "standardError": 0.0009379550876076374, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "22-29": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.988498925550967, "standardError": 0.0008117081967876479, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "49-56": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9799030496921765, "standardError": 0.004293887774969818, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "21-28": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.988662285564748, "standardError": 0.001096032020796743, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "75-76": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9891686472523612, "standardError": 0.0012975399048417917, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "31-32": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9623231064965728, "standardError": 0.010468544660346224, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "44-45": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9857093317204076, "standardError": 0.0030279633370552277, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "50-57": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9571681186149608, "standardError": 0.004024400712452716, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "72-73": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "16-17": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9791387797332078, "standardError": 0.002665316888593806, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "53-60": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "69-76": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.983063000421199, "standardError": 0.0015019340196730717, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "60-61": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9900766725388108, "standardError": 0.001345677497059148, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "65-72": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.5, "standardError": 1.0, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}, "22-23": {"twoQubitGateFidelity": [{"gateName": "ISWAP", "fidelity": 0.9787058183379128, "standardError": 0.004255109199129451, "fidelityType": {"name": "INTERLEAVED_RANDOMIZED_BENCHMARKING"}}]}}}, "pulse": {"braketSchemaHeader": {"name": "braket.device_schema.pulse.pulse_device_action_properties", "version": "1"}, "supportedQhpTemplateWaveforms": {"constant": {"functionName": "constant", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "iq", "type": "complex", "optional": false}]}, "drag_gaussian": {"functionName": "drag_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "beta", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "erf_square": {"functionName": "erf_square", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "width", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "off_center", "type": "float", "optional": true}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "gaussian": {"functionName": "gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "sigma", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "zero_at_edges", "type": "bool", "optional": true}]}, "rigetti_flat": {"functionName": "rigetti_flat", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "iq", "type": "complex", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_boxcar_kernel": {"functionName": "rigetti_boxcar_kernel", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_gaussian": {"functionName": "rigetti_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_drag_gaussian": {"functionName": "rigetti_drag_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "anh", "type": "float", "optional": false}, {"name": "alpha", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_hrm_gaussian": {"functionName": "rigetti_hrm_gaussian", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "t0", "type": "float", "optional": false}, {"name": "fwhm", "type": "float", "optional": false}, {"name": "anh", "type": "float", "optional": false}, {"name": "alpha", "type": "float", "optional": false}, {"name": "second_order_hrm_coeff", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}, "rigetti_erf_square": {"functionName": "rigetti_erf_square", "arguments": [{"name": "length", "type": "float", "optional": false}, {"name": "risetime", "type": "float", "optional": false}, {"name": "pad_left", "type": "float", "optional": false}, {"name": "pad_right", "type": "float", "optional": false}, {"name": "amplitude", "type": "float", "optional": true}, {"name": "phase", "type": "float", "optional": true}, {"name": "detuning", "type": "float", "optional": true}]}}, "ports": {"q63_QDOFastFluxChannel-2": {"portId": "q63_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q106_QDOFastFluxChannel-0": {"portId": "q106_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q139_QDOFastFluxChannel-0": {"portId": "q139_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q11_QDOFastFluxChannel-0": {"portId": "q11_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q81_QGSx2Channel-0": {"portId": "q81_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q31_QDOFastFluxChannel-2": {"portId": "q31_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q223_QDOFastFluxChannel-0": {"portId": "q223_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q6_QRTx2HiChannel-0": {"portId": "q6_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q68_QGSx2Channel-0": {"portId": "q68_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q3_QRRx2Channel-0": {"portId": "q3_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q88_QDOFastFluxChannel-0": {"portId": "q88_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q16_QRRx2Channel-0": {"portId": "q16_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q16_QRTx2HiChannel-0": {"portId": "q16_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q25_QRTx2HiChannel-0": {"portId": "q25_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q83_QDOFastFluxChannel-2": {"portId": "q83_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q118_QDOFastFluxChannel-0": {"portId": "q118_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QDOFastFluxChannel-1": {"portId": "q30_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q53_QRTx2HiChannel-0": {"portId": "q53_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q41_QDOFastFluxChannel-2": {"portId": "q41_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q25_QRRx2Channel-0": {"portId": "q25_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q76_QDOFastFluxChannel-2": {"portId": "q76_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q224_QDOFastFluxChannel-0": {"portId": "q224_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q13_QRTx2HiChannel-0": {"portId": "q13_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q83_QRRx2Channel-0": {"portId": "q83_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q147_QDOFastFluxChannel-0": {"portId": "q147_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q61_QDOFastFluxChannel-0": {"portId": "q61_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q77_QGSx2Channel-0": {"portId": "q77_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q26_QRRx2Channel-0": {"portId": "q26_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q4_QRRx2Channel-0": {"portId": "q4_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q23_QDOFastFluxChannel-1": {"portId": "q23_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q65_QGSx2Channel-0": {"portId": "q65_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q32_QRRx2Channel-0": {"portId": "q32_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q82_QRRx2Channel-0": {"portId": "q82_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q16_QDOFastFluxChannel-1": {"portId": "q16_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q61_QRRx2Channel-0": {"portId": "q61_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q64_QRRx2Channel-0": {"portId": "q64_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q207_QDOFastFluxChannel-0": {"portId": "q207_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q47_QGSx2Channel-0": {"portId": "q47_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q50_QGSx2Channel-0": {"portId": "q50_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q12_QDOFastFluxChannel-0": {"portId": "q12_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q45_QRRx2Channel-0": {"portId": "q45_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q182_QDOFastFluxChannel-0": {"portId": "q182_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q18_QGSx2Channel-0": {"portId": "q18_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q136_QDOFastFluxChannel-0": {"portId": "q136_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q146_QDOFastFluxChannel-0": {"portId": "q146_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q15_QRRx2Channel-0": {"portId": "q15_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q39_QRRx2Channel-0": {"portId": "q39_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q229_QDOFastFluxChannel-0": {"portId": "q229_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q81_QRTx2HiChannel-0": {"portId": "q81_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q32_QDOFastFluxChannel-2": {"portId": "q32_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q190_QDOFastFluxChannel-0": {"portId": "q190_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QDOFastFluxChannel-1": {"portId": "q51_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q5_QDOFastFluxChannel-3": {"portId": "q5_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q59_QGSx2Channel-0": {"portId": "q59_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q20_QRTx2HiChannel-0": {"portId": "q20_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q22_QRRx2Channel-0": {"portId": "q22_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q41_QGSx2Channel-0": {"portId": "q41_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q25_QGSx2Channel-0": {"portId": "q25_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q208_QDOFastFluxChannel-0": {"portId": "q208_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q52_QGSx2Channel-0": {"portId": "q52_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q65_QRTx2HiChannel-0": {"portId": "q65_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q104_QDOFastFluxChannel-0": {"portId": "q104_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q37_QGSx2Channel-0": {"portId": "q37_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q14_QRRx2Channel-0": {"portId": "q14_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q68_QRRx2Channel-0": {"portId": "q68_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q53_QDOFastFluxChannel-3": {"portId": "q53_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q120_QDOFastFluxChannel-0": {"portId": "q120_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q21_QRRx2Channel-0": {"portId": "q21_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q73_QDOFastFluxChannel-2": {"portId": "q73_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q68_QRTx2HiChannel-0": {"portId": "q68_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q62_QRTx2HiChannel-0": {"portId": "q62_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q214_QDOFastFluxChannel-0": {"portId": "q214_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q73_QRRx2Channel-0": {"portId": "q73_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q11_QGSx2Channel-0": {"portId": "q11_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q12_QGSx2Channel-0": {"portId": "q12_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q180_QDOFastFluxChannel-0": {"portId": "q180_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q19_QGSx2Channel-0": {"portId": "q19_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q63_QRTx2HiChannel-0": {"portId": "q63_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q109_QDOFastFluxChannel-0": {"portId": "q109_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QGSx2Channel-0": {"portId": "q29_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q7_QRRx2Channel-0": {"portId": "q7_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q29_QDOFastFluxChannel-2": {"portId": "q29_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q203_QDOFastFluxChannel-0": {"portId": "q203_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q211_QDOFastFluxChannel-0": {"portId": "q211_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q151_QDOFastFluxChannel-0": {"portId": "q151_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q27_QRTx2HiChannel-0": {"portId": "q27_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q22_QDOFastFluxChannel-1": {"portId": "q22_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q76_QRTx2HiChannel-0": {"portId": "q76_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q89_QDOFastFluxChannel-0": {"portId": "q89_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q181_QDOFastFluxChannel-0": {"portId": "q181_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q37_QRTx2HiChannel-0": {"portId": "q37_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q55_QGSx2Channel-0": {"portId": "q55_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q61_QRTx2HiChannel-0": {"portId": "q61_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q185_QDOFastFluxChannel-0": {"portId": "q185_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q44_QRRx2Channel-0": {"portId": "q44_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q65_QRRx2Channel-0": {"portId": "q65_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q192_QDOFastFluxChannel-0": {"portId": "q192_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q69_QRRx2Channel-0": {"portId": "q69_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q157_QDOFastFluxChannel-0": {"portId": "q157_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q20_QRRx2Channel-0": {"portId": "q20_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q201_QDOFastFluxChannel-0": {"portId": "q201_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q32_QRTx2HiChannel-0": {"portId": "q32_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q228_QDOFastFluxChannel-0": {"portId": "q228_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q209_QDOFastFluxChannel-0": {"portId": "q209_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q38_QDOFastFluxChannel-2": {"portId": "q38_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q46_QGSx2Channel-0": {"portId": "q46_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q17_QRTx2HiChannel-0": {"portId": "q17_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q52_QDOFastFluxChannel-3": {"portId": "q52_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q28_QRRx2Channel-0": {"portId": "q28_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q75_QDOFastFluxChannel-2": {"portId": "q75_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q12_QRRx2Channel-0": {"portId": "q12_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q52_QRTx2HiChannel-0": {"portId": "q52_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q5_QGSx2Channel-0": {"portId": "q5_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q60_QDOFastFluxChannel-0": {"portId": "q60_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q33_QDOFastFluxChannel-0": {"portId": "q33_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q28_QRTx2HiChannel-0": {"portId": "q28_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q40_QRTx2HiChannel-0": {"portId": "q40_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q27_QDOFastFluxChannel-0": {"portId": "q27_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QRRx2Channel-0": {"portId": "q76_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q70_QRRx2Channel-0": {"portId": "q70_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q5_QDOFastFluxChannel-0": {"portId": "q5_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q227_QDOFastFluxChannel-0": {"portId": "q227_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q222_QDOFastFluxChannel-0": {"portId": "q222_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q9_QRTx2HiChannel-0": {"portId": "q9_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q74_QDOFastFluxChannel-2": {"portId": "q74_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q188_QDOFastFluxChannel-0": {"portId": "q188_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q6_QRRx2Channel-0": {"portId": "q6_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q72_QGSx2Channel-0": {"portId": "q72_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q4_QRTx2HiChannel-0": {"portId": "q4_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q7_QRTx2HiChannel-0": {"portId": "q7_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q6_QDOFastFluxChannel-0": {"portId": "q6_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q52_QRRx2Channel-0": {"portId": "q52_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q35_QGSx2Channel-0": {"portId": "q35_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q8_QRRx2Channel-0": {"portId": "q8_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q58_QRRx2Channel-0": {"portId": "q58_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q20_QGSx2Channel-0": {"portId": "q20_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q53_QGSx2Channel-0": {"portId": "q53_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [5750000000.0]}, "q69_QDOFastFluxChannel-0": {"portId": "q69_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q26_QDOFastFluxChannel-2": {"portId": "q26_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q43_QRRx2Channel-0": {"portId": "q43_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q70_QGSx2Channel-0": {"portId": "q70_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q33_QRRx2Channel-0": {"portId": "q33_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q15_QDOFastFluxChannel-1": {"portId": "q15_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q67_QDOFastFluxChannel-2": {"portId": "q67_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q70_QRTx2HiChannel-0": {"portId": "q70_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q19_QDOFastFluxChannel-0": {"portId": "q19_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q141_QDOFastFluxChannel-0": {"portId": "q141_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q0_QDOFastFluxChannel-1": {"portId": "q0_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q64_QDOFastFluxChannel-1": {"portId": "q64_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q210_QDOFastFluxChannel-0": {"portId": "q210_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q14_QRTx2HiChannel-0": {"portId": "q14_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q165_QDOFastFluxChannel-0": {"portId": "q165_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QRTx2HiChannel-0": {"portId": "q2_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q46_QDOFastFluxChannel-0": {"portId": "q46_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q55_QRTx2HiChannel-0": {"portId": "q55_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q56_QDOFastFluxChannel-1": {"portId": "q56_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q37_QDOFastFluxChannel-1": {"portId": "q37_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q195_QDOFastFluxChannel-0": {"portId": "q195_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q31_QGSx2Channel-0": {"portId": "q31_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q143_QDOFastFluxChannel-0": {"portId": "q143_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q187_QDOFastFluxChannel-0": {"portId": "q187_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q60_QGSx2Channel-0": {"portId": "q60_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q154_QDOFastFluxChannel-0": {"portId": "q154_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q64_QRTx2HiChannel-0": {"portId": "q64_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q137_QDOFastFluxChannel-0": {"portId": "q137_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q70_QDOFastFluxChannel-2": {"portId": "q70_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q35_QDOFastFluxChannel-1": {"portId": "q35_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q11_QRTx2HiChannel-0": {"portId": "q11_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q177_QDOFastFluxChannel-0": {"portId": "q177_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q64_QGSx2Channel-0": {"portId": "q64_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q29_QDOFastFluxChannel-1": {"portId": "q29_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q94_QDOFastFluxChannel-0": {"portId": "q94_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QGSx2Channel-0": {"portId": "q76_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q8_QRTx2HiChannel-0": {"portId": "q8_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q45_QRTx2HiChannel-0": {"portId": "q45_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q53_QDOFastFluxChannel-0": {"portId": "q53_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q149_QDOFastFluxChannel-0": {"portId": "q149_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q206_QDOFastFluxChannel-0": {"portId": "q206_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QDOFastFluxChannel-2": {"portId": "q23_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q83_QGSx2Channel-0": {"portId": "q83_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q153_QDOFastFluxChannel-0": {"portId": "q153_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q7_QDOFastFluxChannel-1": {"portId": "q7_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q226_QDOFastFluxChannel-0": {"portId": "q226_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q59_QRRx2Channel-0": {"portId": "q59_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q115_QDOFastFluxChannel-0": {"portId": "q115_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q43_QDOFastFluxChannel-3": {"portId": "q43_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q26_QGSx2Channel-0": {"portId": "q26_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q55_QDOFastFluxChannel-0": {"portId": "q55_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q150_QDOFastFluxChannel-0": {"portId": "q150_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q57_QDOFastFluxChannel-1": {"portId": "q57_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q96_QDOFastFluxChannel-0": {"portId": "q96_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q71_QGSx2Channel-0": {"portId": "q71_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q69_QGSx2Channel-0": {"portId": "q69_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q32_QGSx2Channel-0": {"portId": "q32_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q77_QDOFastFluxChannel-2": {"portId": "q77_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q1_QGSx2Channel-0": {"portId": "q1_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q129_QDOFastFluxChannel-0": {"portId": "q129_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q58_QGSx2Channel-0": {"portId": "q58_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q56_QGSx2Channel-0": {"portId": "q56_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q37_QRRx2Channel-0": {"portId": "q37_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q63_QRRx2Channel-0": {"portId": "q63_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q61_QGSx2Channel-0": {"portId": "q61_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q49_QDOFastFluxChannel-1": {"portId": "q49_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q212_QDOFastFluxChannel-0": {"portId": "q212_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QGSx2Channel-0": {"portId": "q51_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q46_QRRx2Channel-0": {"portId": "q46_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q44_QDOFastFluxChannel-3": {"portId": "q44_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q38_QGSx2Channel-0": {"portId": "q38_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q122_QDOFastFluxChannel-0": {"portId": "q122_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q198_QDOFastFluxChannel-0": {"portId": "q198_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q99_QDOFastFluxChannel-0": {"portId": "q99_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q6_QGSx2Channel-0": {"portId": "q6_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q217_QDOFastFluxChannel-0": {"portId": "q217_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q74_QRRx2Channel-0": {"portId": "q74_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q59_QRTx2HiChannel-0": {"portId": "q59_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q75_QRRx2Channel-0": {"portId": "q75_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q4_QGSx2Channel-0": {"portId": "q4_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q107_QDOFastFluxChannel-0": {"portId": "q107_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q15_QGSx2Channel-0": {"portId": "q15_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q14_QDOFastFluxChannel-1": {"portId": "q14_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q10_QRRx2Channel-0": {"portId": "q10_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q205_QDOFastFluxChannel-0": {"portId": "q205_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q49_QRTx2HiChannel-0": {"portId": "q49_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q35_QDOFastFluxChannel-2": {"portId": "q35_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q133_QDOFastFluxChannel-0": {"portId": "q133_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q19_QRTx2HiChannel-0": {"portId": "q19_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q184_QDOFastFluxChannel-0": {"portId": "q184_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q101_QDOFastFluxChannel-0": {"portId": "q101_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q231_QDOFastFluxChannel-0": {"portId": "q231_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QRRx2Channel-0": {"portId": "q36_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q0_QDOFastFluxChannel-3": {"portId": "q0_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q72_QDOFastFluxChannel-1": {"portId": "q72_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q13_QGSx2Channel-0": {"portId": "q13_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q60_QRTx2HiChannel-0": {"portId": "q60_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q78_QGSx2Channel-0": {"portId": "q78_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q44_QDOFastFluxChannel-1": {"portId": "q44_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q171_QDOFastFluxChannel-0": {"portId": "q171_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q60_QRRx2Channel-0": {"portId": "q60_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q28_QGSx2Channel-0": {"portId": "q28_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q81_QRRx2Channel-0": {"portId": "q81_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q14_QGSx2Channel-0": {"portId": "q14_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q44_QRTx2HiChannel-0": {"portId": "q44_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q80_QRRx2Channel-0": {"portId": "q80_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q66_QRTx2HiChannel-0": {"portId": "q66_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q193_QDOFastFluxChannel-0": {"portId": "q193_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q79_QRTx2HiChannel-0": {"portId": "q79_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q82_QDOFastFluxChannel-0": {"portId": "q82_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QRTx2HiChannel-0": {"portId": "q54_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q50_QRRx2Channel-0": {"portId": "q50_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q200_QDOFastFluxChannel-0": {"portId": "q200_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q67_QGSx2Channel-0": {"portId": "q67_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q27_QGSx2Channel-0": {"portId": "q27_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q170_QDOFastFluxChannel-0": {"portId": "q170_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q156_QDOFastFluxChannel-0": {"portId": "q156_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q31_QRRx2Channel-0": {"portId": "q31_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q175_QDOFastFluxChannel-0": {"portId": "q175_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QRRx2Channel-0": {"portId": "q54_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q65_QDOFastFluxChannel-2": {"portId": "q65_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q83_QRTx2HiChannel-0": {"portId": "q83_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q43_QGSx2Channel-0": {"portId": "q43_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q25_QDOFastFluxChannel-0": {"portId": "q25_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QDOFastFluxChannel-0": {"portId": "q2_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q23_QRRx2Channel-0": {"portId": "q23_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q56_QRTx2HiChannel-0": {"portId": "q56_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q218_QDOFastFluxChannel-0": {"portId": "q218_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q71_QRTx2HiChannel-0": {"portId": "q71_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q164_QDOFastFluxChannel-0": {"portId": "q164_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q33_QRTx2HiChannel-0": {"portId": "q33_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q8_QDOFastFluxChannel-1": {"portId": "q8_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q172_QDOFastFluxChannel-0": {"portId": "q172_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q77_QDOFastFluxChannel-1": {"portId": "q77_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q9_QGSx2Channel-0": {"portId": "q9_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q18_QRTx2HiChannel-0": {"portId": "q18_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q39_QDOFastFluxChannel-2": {"portId": "q39_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q81_QDOFastFluxChannel-0": {"portId": "q81_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q35_QRRx2Channel-0": {"portId": "q35_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q24_QDOFastFluxChannel-2": {"portId": "q24_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q24_QRTx2HiChannel-0": {"portId": "q24_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q2_QDOFastFluxChannel-1": {"portId": "q2_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q43_QRTx2HiChannel-0": {"portId": "q43_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q71_QDOFastFluxChannel-1": {"portId": "q71_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q34_QGSx2Channel-0": {"portId": "q34_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q71_QRRx2Channel-0": {"portId": "q71_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q16_QGSx2Channel-0": {"portId": "q16_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q36_QRTx2HiChannel-0": {"portId": "q36_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QGSx2Channel-0": {"portId": "q49_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q45_QDOFastFluxChannel-3": {"portId": "q45_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q7_QDOFastFluxChannel-3": {"portId": "q7_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q74_QGSx2Channel-0": {"portId": "q74_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q197_QDOFastFluxChannel-0": {"portId": "q197_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q10_QGSx2Channel-0": {"portId": "q10_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q73_QGSx2Channel-0": {"portId": "q73_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q50_QRTx2HiChannel-0": {"portId": "q50_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q77_QRTx2HiChannel-0": {"portId": "q77_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q44_QGSx2Channel-0": {"portId": "q44_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q126_QDOFastFluxChannel-0": {"portId": "q126_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q41_QRTx2HiChannel-0": {"portId": "q41_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q103_QDOFastFluxChannel-0": {"portId": "q103_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q6_QDOFastFluxChannel-3": {"portId": "q6_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q0_QGSx2Channel-0": {"portId": "q0_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q69_QDOFastFluxChannel-2": {"portId": "q69_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q15_QRTx2HiChannel-0": {"portId": "q15_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q130_QDOFastFluxChannel-0": {"portId": "q130_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q132_QDOFastFluxChannel-0": {"portId": "q132_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q34_QDOFastFluxChannel-0": {"portId": "q34_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QGSx2Channel-0": {"portId": "q36_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q158_QDOFastFluxChannel-0": {"portId": "q158_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q79_QGSx2Channel-0": {"portId": "q79_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q68_QDOFastFluxChannel-2": {"portId": "q68_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q140_QDOFastFluxChannel-0": {"portId": "q140_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q57_QGSx2Channel-0": {"portId": "q57_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q189_QDOFastFluxChannel-0": {"portId": "q189_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q22_QDOFastFluxChannel-2": {"portId": "q22_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q160_QDOFastFluxChannel-0": {"portId": "q160_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q46_QRTx2HiChannel-0": {"portId": "q46_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q57_QRTx2HiChannel-0": {"portId": "q57_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q57_QRRx2Channel-0": {"portId": "q57_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q62_QGSx2Channel-0": {"portId": "q62_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q11_QDOFastFluxChannel-3": {"portId": "q11_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q144_QDOFastFluxChannel-0": {"portId": "q144_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q28_QDOFastFluxChannel-1": {"portId": "q28_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q152_QDOFastFluxChannel-0": {"portId": "q152_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q138_QDOFastFluxChannel-0": {"portId": "q138_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q9_QRRx2Channel-0": {"portId": "q9_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q72_QDOFastFluxChannel-2": {"portId": "q72_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q24_QRRx2Channel-0": {"portId": "q24_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q22_QGSx2Channel-0": {"portId": "q22_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q191_QDOFastFluxChannel-0": {"portId": "q191_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q4_QDOFastFluxChannel-3": {"portId": "q4_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q13_QDOFastFluxChannel-0": {"portId": "q13_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q68_QDOFastFluxChannel-0": {"portId": "q68_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q72_QRRx2Channel-0": {"portId": "q72_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q27_QDOFastFluxChannel-2": {"portId": "q27_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q34_QRTx2HiChannel-0": {"portId": "q34_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q179_QDOFastFluxChannel-0": {"portId": "q179_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q41_QRRx2Channel-0": {"portId": "q41_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q78_QDOFastFluxChannel-1": {"portId": "q78_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q36_QDOFastFluxChannel-3": {"portId": "q36_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q13_QDOFastFluxChannel-3": {"portId": "q13_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q125_QDOFastFluxChannel-0": {"portId": "q125_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q39_QRTx2HiChannel-0": {"portId": "q39_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q202_QDOFastFluxChannel-0": {"portId": "q202_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q63_QDOFastFluxChannel-1": {"portId": "q63_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q39_QDOFastFluxChannel-0": {"portId": "q39_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q50_QDOFastFluxChannel-3": {"portId": "q50_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q40_QDOFastFluxChannel-2": {"portId": "q40_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q114_QDOFastFluxChannel-0": {"portId": "q114_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q80_QGSx2Channel-0": {"portId": "q80_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q47_QDOFastFluxChannel-0": {"portId": "q47_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q77_QRRx2Channel-0": {"portId": "q77_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q199_QDOFastFluxChannel-0": {"portId": "q199_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q112_QDOFastFluxChannel-0": {"portId": "q112_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q51_QDOFastFluxChannel-3": {"portId": "q51_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q33_QDOFastFluxChannel-2": {"portId": "q33_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q62_QDOFastFluxChannel-0": {"portId": "q62_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q127_QDOFastFluxChannel-0": {"portId": "q127_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QDOFastFluxChannel-2": {"portId": "q30_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q70_QDOFastFluxChannel-1": {"portId": "q70_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q8_QDOFastFluxChannel-3": {"portId": "q8_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q37_QDOFastFluxChannel-3": {"portId": "q37_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q116_QDOFastFluxChannel-0": {"portId": "q116_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q66_QDOFastFluxChannel-2": {"portId": "q66_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q67_QRRx2Channel-0": {"portId": "q67_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q56_QRRx2Channel-0": {"portId": "q56_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q21_QRTx2HiChannel-0": {"portId": "q21_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q49_QDOFastFluxChannel-3": {"portId": "q49_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q58_QDOFastFluxChannel-1": {"portId": "q58_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q84_QDOFastFluxChannel-0": {"portId": "q84_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q38_QDOFastFluxChannel-3": {"portId": "q38_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q38_QRTx2HiChannel-0": {"portId": "q38_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q91_QDOFastFluxChannel-0": {"portId": "q91_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q37_QDOFastFluxChannel-2": {"portId": "q37_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q13_QRRx2Channel-0": {"portId": "q13_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q213_QDOFastFluxChannel-0": {"portId": "q213_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q80_QDOFastFluxChannel-2": {"portId": "q80_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q69_QRTx2HiChannel-0": {"portId": "q69_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q51_QRTx2HiChannel-0": {"portId": "q51_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q8_QGSx2Channel-0": {"portId": "q8_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q11_QRRx2Channel-0": {"portId": "q11_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q55_QRRx2Channel-0": {"portId": "q55_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q0_QRTx2HiChannel-0": {"portId": "q0_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q35_QRTx2HiChannel-0": {"portId": "q35_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q21_QGSx2Channel-0": {"portId": "q21_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q108_QDOFastFluxChannel-0": {"portId": "q108_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q47_QDOFastFluxChannel-3": {"portId": "q47_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q166_QDOFastFluxChannel-0": {"portId": "q166_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q3_QRTx2HiChannel-0": {"portId": "q3_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q18_QRRx2Channel-0": {"portId": "q18_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q97_QDOFastFluxChannel-0": {"portId": "q97_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q66_QGSx2Channel-0": {"portId": "q66_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q142_QDOFastFluxChannel-0": {"portId": "q142_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q159_QDOFastFluxChannel-0": {"portId": "q159_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q79_QDOFastFluxChannel-2": {"portId": "q79_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q123_QDOFastFluxChannel-0": {"portId": "q123_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q25_QDOFastFluxChannel-2": {"portId": "q25_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q26_QDOFastFluxChannel-0": {"portId": "q26_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q173_QDOFastFluxChannel-0": {"portId": "q173_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q76_QDOFastFluxChannel-0": {"portId": "q76_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QGSx2Channel-0": {"portId": "q30_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q78_QRRx2Channel-0": {"portId": "q78_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q39_QDOFastFluxChannel-3": {"portId": "q39_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q220_QDOFastFluxChannel-0": {"portId": "q220_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q4_QDOFastFluxChannel-0": {"portId": "q4_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q9_QDOFastFluxChannel-1": {"portId": "q9_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q79_QDOFastFluxChannel-1": {"portId": "q79_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q23_QRTx2HiChannel-0": {"portId": "q23_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q148_QDOFastFluxChannel-0": {"portId": "q148_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q20_QDOFastFluxChannel-0": {"portId": "q20_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QRTx2HiChannel-0": {"portId": "q30_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q55_QDOFastFluxChannel-3": {"portId": "q55_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q90_QDOFastFluxChannel-0": {"portId": "q90_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q8_QDOFastFluxChannel-2": {"portId": "q8_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q26_QRTx2HiChannel-0": {"portId": "q26_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q34_QRRx2Channel-0": {"portId": "q34_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q24_QGSx2Channel-0": {"portId": "q24_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q113_QDOFastFluxChannel-0": {"portId": "q113_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QDOFastFluxChannel-2": {"portId": "q36_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q119_QDOFastFluxChannel-0": {"portId": "q119_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q0_QRRx2Channel-0": {"portId": "q0_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q41_QDOFastFluxChannel-0": {"portId": "q41_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q196_QDOFastFluxChannel-0": {"portId": "q196_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q39_QGSx2Channel-0": {"portId": "q39_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q74_QDOFastFluxChannel-0": {"portId": "q74_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q47_QRTx2HiChannel-0": {"portId": "q47_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q121_QDOFastFluxChannel-0": {"portId": "q121_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q78_QRTx2HiChannel-0": {"portId": "q78_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q194_QDOFastFluxChannel-0": {"portId": "q194_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q145_QDOFastFluxChannel-0": {"portId": "q145_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q74_QRTx2HiChannel-0": {"portId": "q74_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q17_QRRx2Channel-0": {"portId": "q17_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q33_QGSx2Channel-0": {"portId": "q33_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q40_QDOFastFluxChannel-0": {"portId": "q40_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q215_QDOFastFluxChannel-0": {"portId": "q215_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q71_QDOFastFluxChannel-2": {"portId": "q71_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q93_QDOFastFluxChannel-0": {"portId": "q93_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QDOFastFluxChannel-3": {"portId": "q54_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q117_QDOFastFluxChannel-0": {"portId": "q117_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q17_QGSx2Channel-0": {"portId": "q17_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4250000000.0]}, "q9_QDOFastFluxChannel-3": {"portId": "q9_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q58_QRTx2HiChannel-0": {"portId": "q58_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q75_QRTx2HiChannel-0": {"portId": "q75_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q53_QRRx2Channel-0": {"portId": "q53_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q27_QRRx2Channel-0": {"portId": "q27_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q19_QRRx2Channel-0": {"portId": "q19_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q54_QGSx2Channel-0": {"portId": "q54_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q64_QDOFastFluxChannel-2": {"portId": "q64_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q18_QDOFastFluxChannel-0": {"portId": "q18_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q81_QDOFastFluxChannel-2": {"portId": "q81_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q21_QDOFastFluxChannel-1": {"portId": "q21_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q46_QDOFastFluxChannel-3": {"portId": "q46_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q3_QGSx2Channel-0": {"portId": "q3_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q31_QRTx2HiChannel-0": {"portId": "q31_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q22_QRTx2HiChannel-0": {"portId": "q22_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q219_QDOFastFluxChannel-0": {"portId": "q219_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QDOFastFluxChannel-3": {"portId": "q2_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q1_QRTx2HiChannel-0": {"portId": "q1_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q82_QDOFastFluxChannel-2": {"portId": "q82_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q38_QRRx2Channel-0": {"portId": "q38_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q124_QDOFastFluxChannel-0": {"portId": "q124_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QGSx2Channel-0": {"portId": "q2_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q1_QRRx2Channel-0": {"portId": "q1_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q47_QRRx2Channel-0": {"portId": "q47_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q169_QDOFastFluxChannel-0": {"portId": "q169_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q10_QRTx2HiChannel-0": {"portId": "q10_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q75_QDOFastFluxChannel-0": {"portId": "q75_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q36_QDOFastFluxChannel-1": {"portId": "q36_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q79_QRRx2Channel-0": {"portId": "q79_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q32_QDOFastFluxChannel-0": {"portId": "q32_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QRTx2HiChannel-0": {"portId": "q29_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q176_QDOFastFluxChannel-0": {"portId": "q176_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q66_QRRx2Channel-0": {"portId": "q66_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q128_QDOFastFluxChannel-0": {"portId": "q128_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q110_QDOFastFluxChannel-0": {"portId": "q110_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q28_QDOFastFluxChannel-2": {"portId": "q28_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q5_QRRx2Channel-0": {"portId": "q5_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q12_QRTx2HiChannel-0": {"portId": "q12_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q12_QDOFastFluxChannel-3": {"portId": "q12_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q186_QDOFastFluxChannel-0": {"portId": "q186_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q29_QRRx2Channel-0": {"portId": "q29_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q10_QDOFastFluxChannel-3": {"portId": "q10_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q95_QDOFastFluxChannel-0": {"portId": "q95_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q225_QDOFastFluxChannel-0": {"portId": "q225_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q54_QDOFastFluxChannel-0": {"portId": "q54_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q75_QGSx2Channel-0": {"portId": "q75_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q67_QRTx2HiChannel-0": {"portId": "q67_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q85_QDOFastFluxChannel-0": {"portId": "q85_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q111_QDOFastFluxChannel-0": {"portId": "q111_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q78_QDOFastFluxChannel-2": {"portId": "q78_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q230_QDOFastFluxChannel-0": {"portId": "q230_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q49_QRRx2Channel-0": {"portId": "q49_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q98_QDOFastFluxChannel-0": {"portId": "q98_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q80_QRTx2HiChannel-0": {"portId": "q80_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q102_QDOFastFluxChannel-0": {"portId": "q102_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q216_QDOFastFluxChannel-0": {"portId": "q216_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q83_QDOFastFluxChannel-0": {"portId": "q83_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q40_QGSx2Channel-0": {"portId": "q40_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q5_QRTx2HiChannel-0": {"portId": "q5_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q3_QDOFastFluxChannel-3": {"portId": "q3_QDOFastFluxChannel-3", "direction": "tx", "portType": "QDOFastFluxChannel-3", "dt": 1e-09, "centerFrequencies": []}, "q92_QDOFastFluxChannel-0": {"portId": "q92_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q82_QGSx2Channel-0": {"portId": "q82_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4750000000.0]}, "q40_QRRx2Channel-0": {"portId": "q40_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q62_QRRx2Channel-0": {"portId": "q62_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q232_QDOFastFluxChannel-0": {"portId": "q232_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q183_QDOFastFluxChannel-0": {"portId": "q183_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q100_QDOFastFluxChannel-0": {"portId": "q100_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q2_QRRx2Channel-0": {"portId": "q2_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q131_QDOFastFluxChannel-0": {"portId": "q131_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q87_QDOFastFluxChannel-0": {"portId": "q87_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q178_QDOFastFluxChannel-0": {"portId": "q178_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q30_QRRx2Channel-0": {"portId": "q30_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q73_QRTx2HiChannel-0": {"portId": "q73_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q45_QGSx2Channel-0": {"portId": "q45_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q23_QGSx2Channel-0": {"portId": "q23_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q221_QDOFastFluxChannel-0": {"portId": "q221_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q86_QDOFastFluxChannel-0": {"portId": "q86_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q7_QGSx2Channel-0": {"portId": "q7_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}, "q134_QDOFastFluxChannel-0": {"portId": "q134_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q105_QDOFastFluxChannel-0": {"portId": "q105_QDOFastFluxChannel-0", "direction": "tx", "portType": "QDOFastFluxChannel-0", "dt": 1e-09, "centerFrequencies": []}, "q72_QRTx2HiChannel-0": {"portId": "q72_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q82_QRTx2HiChannel-0": {"portId": "q82_QRTx2HiChannel-0", "direction": "tx", "portType": "QRTx2HiChannel-0", "dt": 1e-09, "centerFrequencies": [7250000000.0]}, "q51_QRRx2Channel-0": {"portId": "q51_QRRx2Channel-0", "direction": "rx", "portType": "QRRx2Channel-0", "dt": 5e-10, "centerFrequencies": []}, "q21_QDOFastFluxChannel-2": {"portId": "q21_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q47_QDOFastFluxChannel-2": {"portId": "q47_QDOFastFluxChannel-2", "direction": "tx", "portType": "QDOFastFluxChannel-2", "dt": 1e-09, "centerFrequencies": []}, "q65_QDOFastFluxChannel-1": {"portId": "q65_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q50_QDOFastFluxChannel-1": {"portId": "q50_QDOFastFluxChannel-1", "direction": "tx", "portType": "QDOFastFluxChannel-1", "dt": 1e-09, "centerFrequencies": []}, "q63_QGSx2Channel-0": {"portId": "q63_QGSx2Channel-0", "direction": "tx", "portType": "QGSx2Channel-0", "dt": 1e-09, "centerFrequencies": [4500000000.0]}}, "supportedFunctions": {"shift_phase": {"functionName": "shift_phase", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "phase", "type": "float", "optional": false}]}, "swap_phases": {"functionName": "swap_phases", "arguments": [{"name": "frame_1", "type": "frame", "optional": false}, {"name": "frame_2", "type": "frame", "optional": false}]}, "set_phase": {"functionName": "set_phase", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "phase", "type": "float", "optional": false}]}, "shift_frequency": {"functionName": "shift_frequency", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "frequency", "type": "float", "optional": false}]}, "set_frequency": {"functionName": "set_frequency", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "frequency", "type": "float", "optional": false}]}, "play": {"functionName": "play", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "waveform", "type": "waveform", "optional": false}]}, "set_scale": {"functionName": "set_scale", "arguments": [{"name": "frame", "type": "frame", "optional": false}, {"name": "scale", "type": "float", "optional": false}]}, "capture_v0": {"functionName": "capture_v0", "arguments": [{"name": "frame", "type": "frame", "optional": false}], "returnType": "bit"}}, "frames": {"Transmon_63_flux_tx_iswap_56": {"frameId": "Transmon_63_flux_tx_iswap_56", "portId": "q63_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [63]}, "Transmon_106_flux_tx_iswap": {"frameId": "Transmon_106_flux_tx_iswap", "portId": "q106_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [106]}, "Transmon_139_flux_tx_iswap": {"frameId": "Transmon_139_flux_tx_iswap", "portId": "q139_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [139]}, "Transmon_11_flux_tx_iswap_10": {"frameId": "Transmon_11_flux_tx_iswap_10", "portId": "q11_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_81_charge_tx": {"frameId": "Transmon_81_charge_tx", "portId": "q81_QGSx2Channel-0", "frequency": 4663312289.540755, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_31_flux_tx_iswap_24": {"frameId": "Transmon_31_flux_tx_iswap_24", "portId": "q31_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_223_flux_tx_iswap": {"frameId": "Transmon_223_flux_tx_iswap", "portId": "q223_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [223]}, "Transmon_6_readout_tx": {"frameId": "Transmon_6_readout_tx", "portId": "q6_QRTx2HiChannel-0", "frequency": 7049486274.728067, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_68_charge_tx": {"frameId": "Transmon_68_charge_tx", "portId": "q68_QGSx2Channel-0", "frequency": 4635811990.8253, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_3_readout_rx": {"frameId": "Transmon_3_readout_rx", "portId": "q3_QRRx2Channel-0", "frequency": 7048081176.815867, "phase": 0.0, "qubitMappings": [3]}, "Transmon_88_flux_tx_iswap": {"frameId": "Transmon_88_flux_tx_iswap", "portId": "q88_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [88]}, "Transmon_16_readout_rx": {"frameId": "Transmon_16_readout_rx", "portId": "q16_QRRx2Channel-0", "frequency": 7054109283.181229, "phase": 0.0, "qubitMappings": [16]}, "Transmon_16_readout_tx": {"frameId": "Transmon_16_readout_tx", "portId": "q16_QRTx2HiChannel-0", "frequency": 7054109283.181229, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [16]}, "Transmon_25_readout_tx": {"frameId": "Transmon_25_readout_tx", "portId": "q25_QRTx2HiChannel-0", "frequency": 7297780396.840102, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_83_flux_tx_iswap_76": {"frameId": "Transmon_83_flux_tx_iswap_76", "portId": "q83_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_118_flux_tx_iswap": {"frameId": "Transmon_118_flux_tx_iswap", "portId": "q118_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [118]}, "Transmon_30_flux_tx_iswap_31": {"frameId": "Transmon_30_flux_tx_iswap_31", "portId": "q30_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_53_readout_tx": {"frameId": "Transmon_53_readout_tx", "portId": "q53_QRTx2HiChannel-0", "frequency": 7136814721.544458, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_41_flux_tx_iswap_34": {"frameId": "Transmon_41_flux_tx_iswap_34", "portId": "q41_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_25_readout_rx": {"frameId": "Transmon_25_readout_rx", "portId": "q25_QRRx2Channel-0", "frequency": 7297780396.840102, "phase": 0.0, "qubitMappings": [25]}, "Transmon_76_flux_tx_iswap_69": {"frameId": "Transmon_76_flux_tx_iswap_69", "portId": "q76_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_224_flux_tx_iswap": {"frameId": "Transmon_224_flux_tx_iswap", "portId": "q224_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [224]}, "Transmon_13_readout_tx": {"frameId": "Transmon_13_readout_tx", "portId": "q13_QRTx2HiChannel-0", "frequency": 7458563503.200013, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_83_readout_rx": {"frameId": "Transmon_83_readout_rx", "portId": "q83_QRRx2Channel-0", "frequency": 7293440999.785696, "phase": 0.0, "qubitMappings": [83]}, "Transmon_147_flux_tx_iswap": {"frameId": "Transmon_147_flux_tx_iswap", "portId": "q147_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [147]}, "Transmon_61_flux_tx_iswap_60": {"frameId": "Transmon_61_flux_tx_iswap_60", "portId": "q61_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [61]}, "Transmon_77_charge_tx": {"frameId": "Transmon_77_charge_tx", "portId": "q77_QGSx2Channel-0", "frequency": 4858424886.272808, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_26_readout_rx": {"frameId": "Transmon_26_readout_rx", "portId": "q26_QRRx2Channel-0", "frequency": 7459736427.641405, "phase": 0.0, "qubitMappings": [26]}, "Transmon_4_readout_rx": {"frameId": "Transmon_4_readout_rx", "portId": "q4_QRRx2Channel-0", "frequency": 7209865504.7812195, "phase": 0.0, "qubitMappings": [4]}, "Transmon_23_flux_tx_iswap_24": {"frameId": "Transmon_23_flux_tx_iswap_24", "portId": "q23_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_65_charge_tx": {"frameId": "Transmon_65_charge_tx", "portId": "q65_QGSx2Channel-0", "frequency": 4530873362.670456, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_32_readout_rx": {"frameId": "Transmon_32_readout_rx", "portId": "q32_QRRx2Channel-0", "frequency": 7056717167.610811, "phase": 0.0, "qubitMappings": [32]}, "Transmon_82_readout_rx": {"frameId": "Transmon_82_readout_rx", "portId": "q82_QRRx2Channel-0", "frequency": 7128440819.576143, "phase": 0.0, "qubitMappings": [82]}, "Transmon_16_flux_tx_iswap_17": {"frameId": "Transmon_16_flux_tx_iswap_17", "portId": "q16_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [16]}, "Transmon_61_readout_rx": {"frameId": "Transmon_61_readout_rx", "portId": "q61_QRRx2Channel-0", "frequency": 7053585525.654169, "phase": 0.0, "qubitMappings": [61]}, "Transmon_64_readout_rx": {"frameId": "Transmon_64_readout_rx", "portId": "q64_QRRx2Channel-0", "frequency": 7293773075.36448, "phase": 0.0, "qubitMappings": [64]}, "Transmon_207_flux_tx_iswap": {"frameId": "Transmon_207_flux_tx_iswap", "portId": "q207_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [207]}, "Transmon_47_charge_tx": {"frameId": "Transmon_47_charge_tx", "portId": "q47_QGSx2Channel-0", "frequency": 4694226530.472424, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_50_charge_tx": {"frameId": "Transmon_50_charge_tx", "portId": "q50_QGSx2Channel-0", "frequency": 4642980464.150135, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_12_flux_tx_iswap_11": {"frameId": "Transmon_12_flux_tx_iswap_11", "portId": "q12_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_45_readout_rx": {"frameId": "Transmon_45_readout_rx", "portId": "q45_QRRx2Channel-0", "frequency": 7052519974.725286, "phase": 0.0, "qubitMappings": [45]}, "Transmon_182_flux_tx_iswap": {"frameId": "Transmon_182_flux_tx_iswap", "portId": "q182_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [182]}, "Transmon_18_charge_tx": {"frameId": "Transmon_18_charge_tx", "portId": "q18_QGSx2Channel-0", "frequency": 4506158678.188941, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_136_flux_tx_iswap": {"frameId": "Transmon_136_flux_tx_iswap", "portId": "q136_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [136]}, "Transmon_146_flux_tx_iswap": {"frameId": "Transmon_146_flux_tx_iswap", "portId": "q146_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [146]}, "Transmon_15_readout_rx": {"frameId": "Transmon_15_readout_rx", "portId": "q15_QRRx2Channel-0", "frequency": 7378593466.8457, "phase": 0.0, "qubitMappings": [15]}, "Transmon_39_readout_rx": {"frameId": "Transmon_39_readout_rx", "portId": "q39_QRRx2Channel-0", "frequency": 7461480652.962648, "phase": 0.0, "qubitMappings": [39]}, "Transmon_229_flux_tx_iswap": {"frameId": "Transmon_229_flux_tx_iswap", "portId": "q229_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [229]}, "Transmon_81_readout_tx": {"frameId": "Transmon_81_readout_tx", "portId": "q81_QRTx2HiChannel-0", "frequency": 7456206444.794813, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_32_flux_tx_iswap_25": {"frameId": "Transmon_32_flux_tx_iswap_25", "portId": "q32_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_190_flux_tx_iswap": {"frameId": "Transmon_190_flux_tx_iswap", "portId": "q190_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [190]}, "Transmon_51_flux_tx_iswap_52": {"frameId": "Transmon_51_flux_tx_iswap_52", "portId": "q51_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_5_flux_tx_iswap_12": {"frameId": "Transmon_5_flux_tx_iswap_12", "portId": "q5_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_59_charge_tx": {"frameId": "Transmon_59_charge_tx", "portId": "q59_QGSx2Channel-0", "frequency": 4437515052.164505, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_20_readout_tx": {"frameId": "Transmon_20_readout_tx", "portId": "q20_QRTx2HiChannel-0", "frequency": 7217111294.83804, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_22_readout_rx": {"frameId": "Transmon_22_readout_rx", "portId": "q22_QRRx2Channel-0", "frequency": 7293496557.16463, "phase": 0.0, "qubitMappings": [22]}, "Transmon_41_charge_tx": {"frameId": "Transmon_41_charge_tx", "portId": "q41_QGSx2Channel-0", "frequency": 4854935865.146529, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_25_charge_tx": {"frameId": "Transmon_25_charge_tx", "portId": "q25_QGSx2Channel-0", "frequency": 4560508459.603831, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_208_flux_tx_iswap": {"frameId": "Transmon_208_flux_tx_iswap", "portId": "q208_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [208]}, "Transmon_52_charge_tx": {"frameId": "Transmon_52_charge_tx", "portId": "q52_QGSx2Channel-0", "frequency": 4469377161.531094, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_65_readout_tx": {"frameId": "Transmon_65_readout_tx", "portId": "q65_QRTx2HiChannel-0", "frequency": 7458789559.711252, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_104_flux_tx_iswap": {"frameId": "Transmon_104_flux_tx_iswap", "portId": "q104_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [104]}, "Transmon_37_charge_tx": {"frameId": "Transmon_37_charge_tx", "portId": "q37_QGSx2Channel-0", "frequency": 4656463798.66208, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_14_readout_rx": {"frameId": "Transmon_14_readout_rx", "portId": "q14_QRRx2Channel-0", "frequency": 7214544050.181746, "phase": 0.0, "qubitMappings": [14]}, "Transmon_68_readout_rx": {"frameId": "Transmon_68_readout_rx", "portId": "q68_QRRx2Channel-0", "frequency": 7458146580.166639, "phase": 0.0, "qubitMappings": [68]}, "Transmon_53_flux_tx_iswap_60": {"frameId": "Transmon_53_flux_tx_iswap_60", "portId": "q53_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_120_flux_tx_iswap": {"frameId": "Transmon_120_flux_tx_iswap", "portId": "q120_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [120]}, "Transmon_21_readout_rx": {"frameId": "Transmon_21_readout_rx", "portId": "q21_QRRx2Channel-0", "frequency": 7130939572.409798, "phase": 0.0, "qubitMappings": [21]}, "Transmon_73_flux_tx_iswap_66": {"frameId": "Transmon_73_flux_tx_iswap_66", "portId": "q73_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [73]}, "Transmon_68_readout_tx": {"frameId": "Transmon_68_readout_tx", "portId": "q68_QRTx2HiChannel-0", "frequency": 7458146580.166639, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_62_readout_tx": {"frameId": "Transmon_62_readout_tx", "portId": "q62_QRTx2HiChannel-0", "frequency": 7215019205.597924, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_214_flux_tx_iswap": {"frameId": "Transmon_214_flux_tx_iswap", "portId": "q214_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [214]}, "Transmon_73_readout_rx": {"frameId": "Transmon_73_readout_rx", "portId": "q73_QRRx2Channel-0", "frequency": 7376391831.38598, "phase": 0.0, "qubitMappings": [73]}, "Transmon_11_charge_tx": {"frameId": "Transmon_11_charge_tx", "portId": "q11_QGSx2Channel-0", "frequency": 4585838377.450592, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_12_charge_tx": {"frameId": "Transmon_12_charge_tx", "portId": "q12_QGSx2Channel-0", "frequency": 4632412726.137407, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_180_flux_tx_iswap": {"frameId": "Transmon_180_flux_tx_iswap", "portId": "q180_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [180]}, "Transmon_19_charge_tx": {"frameId": "Transmon_19_charge_tx", "portId": "q19_QGSx2Channel-0", "frequency": 4572142854.779912, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [19]}, "Transmon_63_readout_tx": {"frameId": "Transmon_63_readout_tx", "portId": "q63_QRTx2HiChannel-0", "frequency": 7133655362.27549, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [63]}, "Transmon_109_flux_tx_iswap": {"frameId": "Transmon_109_flux_tx_iswap", "portId": "q109_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [109]}, "Transmon_29_charge_tx": {"frameId": "Transmon_29_charge_tx", "portId": "q29_QGSx2Channel-0", "frequency": 4691374569.063887, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_7_readout_rx": {"frameId": "Transmon_7_readout_rx", "portId": "q7_QRRx2Channel-0", "frequency": 7454268793.657668, "phase": 0.0, "qubitMappings": [7]}, "Transmon_29_flux_tx_iswap_22": {"frameId": "Transmon_29_flux_tx_iswap_22", "portId": "q29_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_203_flux_tx_iswap": {"frameId": "Transmon_203_flux_tx_iswap", "portId": "q203_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [203]}, "Transmon_211_flux_tx_iswap": {"frameId": "Transmon_211_flux_tx_iswap", "portId": "q211_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [211]}, "Transmon_151_flux_tx_iswap": {"frameId": "Transmon_151_flux_tx_iswap", "portId": "q151_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [151]}, "Transmon_27_readout_tx": {"frameId": "Transmon_27_readout_tx", "portId": "q27_QRTx2HiChannel-0", "frequency": 7133076464.685689, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_22_flux_tx_iswap_23": {"frameId": "Transmon_22_flux_tx_iswap_23", "portId": "q22_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_76_readout_tx": {"frameId": "Transmon_76_readout_tx", "portId": "q76_QRTx2HiChannel-0", "frequency": 7377201549.099761, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_89_flux_tx_iswap": {"frameId": "Transmon_89_flux_tx_iswap", "portId": "q89_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [89]}, "Transmon_181_flux_tx_iswap": {"frameId": "Transmon_181_flux_tx_iswap", "portId": "q181_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [181]}, "Transmon_37_readout_tx": {"frameId": "Transmon_37_readout_tx", "portId": "q37_QRTx2HiChannel-0", "frequency": 7132870943.017814, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_55_charge_tx": {"frameId": "Transmon_55_charge_tx", "portId": "q55_QGSx2Channel-0", "frequency": 4732434751.658537, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_61_readout_tx": {"frameId": "Transmon_61_readout_tx", "portId": "q61_QRTx2HiChannel-0", "frequency": 7053585525.654169, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [61]}, "Transmon_185_flux_tx_iswap": {"frameId": "Transmon_185_flux_tx_iswap", "portId": "q185_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [185]}, "Transmon_44_readout_rx": {"frameId": "Transmon_44_readout_rx", "portId": "q44_QRRx2Channel-0", "frequency": 7378051686.205892, "phase": 0.0, "qubitMappings": [44]}, "Transmon_65_readout_rx": {"frameId": "Transmon_65_readout_rx", "portId": "q65_QRRx2Channel-0", "frequency": 7458789559.711252, "phase": 0.0, "qubitMappings": [65]}, "Transmon_192_flux_tx_iswap": {"frameId": "Transmon_192_flux_tx_iswap", "portId": "q192_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [192]}, "Transmon_69_readout_rx": {"frameId": "Transmon_69_readout_rx", "portId": "q69_QRRx2Channel-0", "frequency": 7131096167.470656, "phase": 0.0, "qubitMappings": [69]}, "Transmon_157_flux_tx_iswap": {"frameId": "Transmon_157_flux_tx_iswap", "portId": "q157_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [157]}, "Transmon_20_readout_rx": {"frameId": "Transmon_20_readout_rx", "portId": "q20_QRRx2Channel-0", "frequency": 7217111294.83804, "phase": 0.0, "qubitMappings": [20]}, "Transmon_201_flux_tx_iswap": {"frameId": "Transmon_201_flux_tx_iswap", "portId": "q201_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [201]}, "Transmon_32_readout_tx": {"frameId": "Transmon_32_readout_tx", "portId": "q32_QRTx2HiChannel-0", "frequency": 7056717167.610811, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_228_flux_tx_iswap": {"frameId": "Transmon_228_flux_tx_iswap", "portId": "q228_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [228]}, "Transmon_209_flux_tx_iswap": {"frameId": "Transmon_209_flux_tx_iswap", "portId": "q209_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [209]}, "Transmon_38_flux_tx_iswap_31": {"frameId": "Transmon_38_flux_tx_iswap_31", "portId": "q38_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_46_charge_tx": {"frameId": "Transmon_46_charge_tx", "portId": "q46_QGSx2Channel-0", "frequency": 4624402421.702196, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_17_readout_tx": {"frameId": "Transmon_17_readout_tx", "portId": "q17_QRTx2HiChannel-0", "frequency": 7213282501.804149, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [17]}, "Transmon_52_flux_tx_iswap_59": {"frameId": "Transmon_52_flux_tx_iswap_59", "portId": "q52_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_28_readout_rx": {"frameId": "Transmon_28_readout_rx", "portId": "q28_QRRx2Channel-0", "frequency": 7375475371.401771, "phase": 0.0, "qubitMappings": [28]}, "Transmon_75_flux_tx_iswap_68": {"frameId": "Transmon_75_flux_tx_iswap_68", "portId": "q75_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_12_readout_rx": {"frameId": "Transmon_12_readout_rx", "portId": "q12_QRRx2Channel-0", "frequency": 7294096022.614103, "phase": 0.0, "qubitMappings": [12]}, "Transmon_52_readout_tx": {"frameId": "Transmon_52_readout_tx", "portId": "q52_QRTx2HiChannel-0", "frequency": 7462857622.699225, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [52]}, "Transmon_5_charge_tx": {"frameId": "Transmon_5_charge_tx", "portId": "q5_QGSx2Channel-0", "frequency": 4694996803.744884, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_60_flux_tx_iswap_59": {"frameId": "Transmon_60_flux_tx_iswap_59", "portId": "q60_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_33_flux_tx_iswap_32": {"frameId": "Transmon_33_flux_tx_iswap_32", "portId": "q33_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_28_readout_tx": {"frameId": "Transmon_28_readout_tx", "portId": "q28_QRTx2HiChannel-0", "frequency": 7375475371.401771, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_40_readout_tx": {"frameId": "Transmon_40_readout_tx", "portId": "q40_QRTx2HiChannel-0", "frequency": 7131535257.563849, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_27_flux_tx_iswap_26": {"frameId": "Transmon_27_flux_tx_iswap_26", "portId": "q27_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_76_readout_rx": {"frameId": "Transmon_76_readout_rx", "portId": "q76_QRRx2Channel-0", "frequency": 7377201549.099761, "phase": 0.0, "qubitMappings": [76]}, "Transmon_70_readout_rx": {"frameId": "Transmon_70_readout_rx", "portId": "q70_QRRx2Channel-0", "frequency": 7373142654.381173, "phase": 0.0, "qubitMappings": [70]}, "Transmon_5_flux_tx_iswap_4": {"frameId": "Transmon_5_flux_tx_iswap_4", "portId": "q5_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_227_flux_tx_iswap": {"frameId": "Transmon_227_flux_tx_iswap", "portId": "q227_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [227]}, "Transmon_222_flux_tx_iswap": {"frameId": "Transmon_222_flux_tx_iswap", "portId": "q222_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [222]}, "Transmon_9_readout_tx": {"frameId": "Transmon_9_readout_tx", "portId": "q9_QRTx2HiChannel-0", "frequency": 7293248808.046715, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_74_flux_tx_iswap_67": {"frameId": "Transmon_74_flux_tx_iswap_67", "portId": "q74_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_188_flux_tx_iswap": {"frameId": "Transmon_188_flux_tx_iswap", "portId": "q188_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [188]}, "Transmon_6_readout_rx": {"frameId": "Transmon_6_readout_rx", "portId": "q6_QRRx2Channel-0", "frequency": 7049486274.728067, "phase": 0.0, "qubitMappings": [6]}, "Transmon_72_charge_tx": {"frameId": "Transmon_72_charge_tx", "portId": "q72_QGSx2Channel-0", "frequency": 4610853665.200558, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_4_readout_tx": {"frameId": "Transmon_4_readout_tx", "portId": "q4_QRTx2HiChannel-0", "frequency": 7209865504.7812195, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_7_readout_tx": {"frameId": "Transmon_7_readout_tx", "portId": "q7_QRTx2HiChannel-0", "frequency": 7454268793.657668, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_6_flux_tx_iswap_5": {"frameId": "Transmon_6_flux_tx_iswap_5", "portId": "q6_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_52_readout_rx": {"frameId": "Transmon_52_readout_rx", "portId": "q52_QRRx2Channel-0", "frequency": 7462857622.699225, "phase": 0.0, "qubitMappings": [52]}, "Transmon_35_charge_tx": {"frameId": "Transmon_35_charge_tx", "portId": "q35_QGSx2Channel-0", "frequency": 4821661382.752494, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_8_readout_rx": {"frameId": "Transmon_8_readout_rx", "portId": "q8_QRRx2Channel-0", "frequency": 7130520966.31906, "phase": 0.0, "qubitMappings": [8]}, "Transmon_58_readout_rx": {"frameId": "Transmon_58_readout_rx", "portId": "q58_QRRx2Channel-0", "frequency": 7056440328.965771, "phase": 0.0, "qubitMappings": [58]}, "Transmon_20_charge_tx": {"frameId": "Transmon_20_charge_tx", "portId": "q20_QGSx2Channel-0", "frequency": 4652258742.201715, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_53_charge_tx": {"frameId": "Transmon_53_charge_tx", "portId": "q53_QGSx2Channel-0", "frequency": 5971626675.113874, "centerFrequency": 5750000000.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_69_flux_tx_iswap_68": {"frameId": "Transmon_69_flux_tx_iswap_68", "portId": "q69_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_26_flux_tx_iswap_19": {"frameId": "Transmon_26_flux_tx_iswap_19", "portId": "q26_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_43_readout_rx": {"frameId": "Transmon_43_readout_rx", "portId": "q43_QRRx2Channel-0", "frequency": 7213313830.254553, "phase": 0.0, "qubitMappings": [43]}, "Transmon_70_charge_tx": {"frameId": "Transmon_70_charge_tx", "portId": "q70_QGSx2Channel-0", "frequency": 4771266522.31967, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_33_readout_rx": {"frameId": "Transmon_33_readout_rx", "portId": "q33_QRRx2Channel-0", "frequency": 7217974685.268906, "phase": 0.0, "qubitMappings": [33]}, "Transmon_15_flux_tx_iswap_16": {"frameId": "Transmon_15_flux_tx_iswap_16", "portId": "q15_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_67_flux_tx_iswap_60": {"frameId": "Transmon_67_flux_tx_iswap_60", "portId": "q67_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_70_readout_tx": {"frameId": "Transmon_70_readout_tx", "portId": "q70_QRTx2HiChannel-0", "frequency": 7373142654.381173, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_19_flux_tx_iswap_18": {"frameId": "Transmon_19_flux_tx_iswap_18", "portId": "q19_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [19]}, "Transmon_141_flux_tx_iswap": {"frameId": "Transmon_141_flux_tx_iswap", "portId": "q141_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [141]}, "Transmon_0_flux_tx_iswap_1": {"frameId": "Transmon_0_flux_tx_iswap_1", "portId": "q0_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_64_flux_tx_iswap_65": {"frameId": "Transmon_64_flux_tx_iswap_65", "portId": "q64_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_210_flux_tx_iswap": {"frameId": "Transmon_210_flux_tx_iswap", "portId": "q210_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [210]}, "Transmon_14_readout_tx": {"frameId": "Transmon_14_readout_tx", "portId": "q14_QRTx2HiChannel-0", "frequency": 7214544050.181746, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_165_flux_tx_iswap": {"frameId": "Transmon_165_flux_tx_iswap", "portId": "q165_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [165]}, "Transmon_2_readout_tx": {"frameId": "Transmon_2_readout_tx", "portId": "q2_QRTx2HiChannel-0", "frequency": 7368710291.554294, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_46_flux_tx_iswap_45": {"frameId": "Transmon_46_flux_tx_iswap_45", "portId": "q46_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_55_readout_tx": {"frameId": "Transmon_55_readout_tx", "portId": "q55_QRTx2HiChannel-0", "frequency": 7459760844.96324, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_56_flux_tx_iswap_57": {"frameId": "Transmon_56_flux_tx_iswap_57", "portId": "q56_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_37_flux_tx_iswap_38": {"frameId": "Transmon_37_flux_tx_iswap_38", "portId": "q37_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_195_flux_tx_iswap": {"frameId": "Transmon_195_flux_tx_iswap", "portId": "q195_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [195]}, "Transmon_31_charge_tx": {"frameId": "Transmon_31_charge_tx", "portId": "q31_QGSx2Channel-0", "frequency": 4510975701.393183, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_143_flux_tx_iswap": {"frameId": "Transmon_143_flux_tx_iswap", "portId": "q143_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [143]}, "Transmon_187_flux_tx_iswap": {"frameId": "Transmon_187_flux_tx_iswap", "portId": "q187_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [187]}, "Transmon_60_charge_tx": {"frameId": "Transmon_60_charge_tx", "portId": "q60_QGSx2Channel-0", "frequency": 4525720887.400099, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_154_flux_tx_iswap": {"frameId": "Transmon_154_flux_tx_iswap", "portId": "q154_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [154]}, "Transmon_64_readout_tx": {"frameId": "Transmon_64_readout_tx", "portId": "q64_QRTx2HiChannel-0", "frequency": 7293773075.36448, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_137_flux_tx_iswap": {"frameId": "Transmon_137_flux_tx_iswap", "portId": "q137_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [137]}, "Transmon_70_flux_tx_iswap_63": {"frameId": "Transmon_70_flux_tx_iswap_63", "portId": "q70_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_35_flux_tx_iswap_36": {"frameId": "Transmon_35_flux_tx_iswap_36", "portId": "q35_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_11_readout_tx": {"frameId": "Transmon_11_readout_tx", "portId": "q11_QRTx2HiChannel-0", "frequency": 7135523176.371867, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_177_flux_tx_iswap": {"frameId": "Transmon_177_flux_tx_iswap", "portId": "q177_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [177]}, "Transmon_64_charge_tx": {"frameId": "Transmon_64_charge_tx", "portId": "q64_QGSx2Channel-0", "frequency": 4635620144.901796, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_29_flux_tx_iswap_30": {"frameId": "Transmon_29_flux_tx_iswap_30", "portId": "q29_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_94_flux_tx_iswap": {"frameId": "Transmon_94_flux_tx_iswap", "portId": "q94_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [94]}, "Transmon_76_charge_tx": {"frameId": "Transmon_76_charge_tx", "portId": "q76_QGSx2Channel-0", "frequency": 4791825121.968277, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_8_readout_tx": {"frameId": "Transmon_8_readout_tx", "portId": "q8_QRTx2HiChannel-0", "frequency": 7130520966.31906, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_45_readout_tx": {"frameId": "Transmon_45_readout_tx", "portId": "q45_QRTx2HiChannel-0", "frequency": 7052519974.725286, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_53_flux_tx_iswap_52": {"frameId": "Transmon_53_flux_tx_iswap_52", "portId": "q53_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [53]}, "Transmon_149_flux_tx_iswap": {"frameId": "Transmon_149_flux_tx_iswap", "portId": "q149_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [149]}, "Transmon_206_flux_tx_iswap": {"frameId": "Transmon_206_flux_tx_iswap", "portId": "q206_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [206]}, "Transmon_23_flux_tx_iswap_16": {"frameId": "Transmon_23_flux_tx_iswap_16", "portId": "q23_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_83_charge_tx": {"frameId": "Transmon_83_charge_tx", "portId": "q83_QGSx2Channel-0", "frequency": 4838039684.385093, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_153_flux_tx_iswap": {"frameId": "Transmon_153_flux_tx_iswap", "portId": "q153_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [153]}, "Transmon_7_flux_tx_iswap_8": {"frameId": "Transmon_7_flux_tx_iswap_8", "portId": "q7_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_226_flux_tx_iswap": {"frameId": "Transmon_226_flux_tx_iswap", "portId": "q226_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [226]}, "Transmon_59_readout_rx": {"frameId": "Transmon_59_readout_rx", "portId": "q59_QRRx2Channel-0", "frequency": 7215990514.068388, "phase": 0.0, "qubitMappings": [59]}, "Transmon_115_flux_tx_iswap": {"frameId": "Transmon_115_flux_tx_iswap", "portId": "q115_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [115]}, "Transmon_149_flux_tx": {"frameId": "Transmon_149_flux_tx", "portId": "q149_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [149]}, "Transmon_43_flux_tx_iswap_50": {"frameId": "Transmon_43_flux_tx_iswap_50", "portId": "q43_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_26_charge_tx": {"frameId": "Transmon_26_charge_tx", "portId": "q26_QGSx2Channel-0", "frequency": 4635105697.714625, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_55_flux_tx_iswap_54": {"frameId": "Transmon_55_flux_tx_iswap_54", "portId": "q55_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_150_flux_tx_iswap": {"frameId": "Transmon_150_flux_tx_iswap", "portId": "q150_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [150]}, "Transmon_57_flux_tx_iswap_58": {"frameId": "Transmon_57_flux_tx_iswap_58", "portId": "q57_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_96_flux_tx_iswap": {"frameId": "Transmon_96_flux_tx_iswap", "portId": "q96_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [96]}, "Transmon_71_charge_tx": {"frameId": "Transmon_71_charge_tx", "portId": "q71_QGSx2Channel-0", "frequency": 4684091746.195388, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_69_charge_tx": {"frameId": "Transmon_69_charge_tx", "portId": "q69_QGSx2Channel-0", "frequency": 4714114215.6889925, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_32_charge_tx": {"frameId": "Transmon_32_charge_tx", "portId": "q32_QGSx2Channel-0", "frequency": 4613515844.32029, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_77_flux_tx_iswap_70": {"frameId": "Transmon_77_flux_tx_iswap_70", "portId": "q77_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_1_charge_tx": {"frameId": "Transmon_1_charge_tx", "portId": "q1_QGSx2Channel-0", "frequency": 4434044901.395, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [1]}, "Transmon_129_flux_tx_iswap": {"frameId": "Transmon_129_flux_tx_iswap", "portId": "q129_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [129]}, "Transmon_58_charge_tx": {"frameId": "Transmon_58_charge_tx", "portId": "q58_QGSx2Channel-0", "frequency": 4499803282.34411, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [58]}, "Transmon_56_charge_tx": {"frameId": "Transmon_56_charge_tx", "portId": "q56_QGSx2Channel-0", "frequency": 4674060449.1133585, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_37_readout_rx": {"frameId": "Transmon_37_readout_rx", "portId": "q37_QRRx2Channel-0", "frequency": 7132870943.017814, "phase": 0.0, "qubitMappings": [37]}, "Transmon_63_readout_rx": {"frameId": "Transmon_63_readout_rx", "portId": "q63_QRRx2Channel-0", "frequency": 7133655362.27549, "phase": 0.0, "qubitMappings": [63]}, "Transmon_61_charge_tx": {"frameId": "Transmon_61_charge_tx", "portId": "q61_QGSx2Channel-0", "frequency": 4564851011.189579, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [61]}, "Transmon_49_flux_tx_iswap_50": {"frameId": "Transmon_49_flux_tx_iswap_50", "portId": "q49_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_212_flux_tx_iswap": {"frameId": "Transmon_212_flux_tx_iswap", "portId": "q212_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [212]}, "Transmon_51_charge_tx": {"frameId": "Transmon_51_charge_tx", "portId": "q51_QGSx2Channel-0", "frequency": 4564392852.564852, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_46_readout_rx": {"frameId": "Transmon_46_readout_rx", "portId": "q46_QRRx2Channel-0", "frequency": 7213118128.041715, "phase": 0.0, "qubitMappings": [46]}, "Transmon_44_flux_tx_iswap_51": {"frameId": "Transmon_44_flux_tx_iswap_51", "portId": "q44_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_38_charge_tx": {"frameId": "Transmon_38_charge_tx", "portId": "q38_QGSx2Channel-0", "frequency": 4583565471.263591, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_122_flux_tx_iswap": {"frameId": "Transmon_122_flux_tx_iswap", "portId": "q122_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [122]}, "Transmon_198_flux_tx_iswap": {"frameId": "Transmon_198_flux_tx_iswap", "portId": "q198_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [198]}, "Transmon_99_flux_tx_iswap": {"frameId": "Transmon_99_flux_tx_iswap", "portId": "q99_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [99]}, "Transmon_6_charge_tx": {"frameId": "Transmon_6_charge_tx", "portId": "q6_QGSx2Channel-0", "frequency": 4798746010.042033, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_217_flux_tx_iswap": {"frameId": "Transmon_217_flux_tx_iswap", "portId": "q217_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [217]}, "Transmon_74_readout_rx": {"frameId": "Transmon_74_readout_rx", "portId": "q74_QRRx2Channel-0", "frequency": 7050358444.561615, "phase": 0.0, "qubitMappings": [74]}, "Transmon_59_readout_tx": {"frameId": "Transmon_59_readout_tx", "portId": "q59_QRTx2HiChannel-0", "frequency": 7215990514.068388, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [59]}, "Transmon_75_readout_rx": {"frameId": "Transmon_75_readout_rx", "portId": "q75_QRRx2Channel-0", "frequency": 7215867671.083923, "phase": 0.0, "qubitMappings": [75]}, "Transmon_4_charge_tx": {"frameId": "Transmon_4_charge_tx", "portId": "q4_QGSx2Channel-0", "frequency": 4636826237.251445, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_107_flux_tx_iswap": {"frameId": "Transmon_107_flux_tx_iswap", "portId": "q107_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [107]}, "Transmon_15_charge_tx": {"frameId": "Transmon_15_charge_tx", "portId": "q15_QGSx2Channel-0", "frequency": 4565699422.14629, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_14_flux_tx_iswap_15": {"frameId": "Transmon_14_flux_tx_iswap_15", "portId": "q14_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_10_readout_rx": {"frameId": "Transmon_10_readout_rx", "portId": "q10_QRRx2Channel-0", "frequency": 7458013697.295549, "phase": 0.0, "qubitMappings": [10]}, "Transmon_205_flux_tx_iswap": {"frameId": "Transmon_205_flux_tx_iswap", "portId": "q205_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [205]}, "Transmon_49_readout_tx": {"frameId": "Transmon_49_readout_tx", "portId": "q49_QRTx2HiChannel-0", "frequency": 7455843276.765102, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_35_flux_tx_iswap_28": {"frameId": "Transmon_35_flux_tx_iswap_28", "portId": "q35_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_133_flux_tx_iswap": {"frameId": "Transmon_133_flux_tx_iswap", "portId": "q133_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [133]}, "Transmon_19_readout_tx": {"frameId": "Transmon_19_readout_tx", "portId": "q19_QRTx2HiChannel-0", "frequency": 7055615687.020925, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [19]}, "Transmon_184_flux_tx_iswap": {"frameId": "Transmon_184_flux_tx_iswap", "portId": "q184_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [184]}, "Transmon_101_flux_tx_iswap": {"frameId": "Transmon_101_flux_tx_iswap", "portId": "q101_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [101]}, "Transmon_231_flux_tx_iswap": {"frameId": "Transmon_231_flux_tx_iswap", "portId": "q231_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [231]}, "Transmon_36_readout_rx": {"frameId": "Transmon_36_readout_rx", "portId": "q36_QRRx2Channel-0", "frequency": 7457280459.387157, "phase": 0.0, "qubitMappings": [36]}, "Transmon_0_flux_tx_iswap_7": {"frameId": "Transmon_0_flux_tx_iswap_7", "portId": "q0_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_72_flux_tx_iswap_73": {"frameId": "Transmon_72_flux_tx_iswap_73", "portId": "q72_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_13_charge_tx": {"frameId": "Transmon_13_charge_tx", "portId": "q13_QGSx2Channel-0", "frequency": 4683109360.405813, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_60_readout_tx": {"frameId": "Transmon_60_readout_tx", "portId": "q60_QRTx2HiChannel-0", "frequency": 7378988371.917042, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [60]}, "Transmon_78_charge_tx": {"frameId": "Transmon_78_charge_tx", "portId": "q78_QGSx2Channel-0", "frequency": 4724744467.162919, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_44_flux_tx_iswap_45": {"frameId": "Transmon_44_flux_tx_iswap_45", "portId": "q44_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_171_flux_tx_iswap": {"frameId": "Transmon_171_flux_tx_iswap", "portId": "q171_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [171]}, "Transmon_60_readout_rx": {"frameId": "Transmon_60_readout_rx", "portId": "q60_QRRx2Channel-0", "frequency": 7378988371.917042, "phase": 0.0, "qubitMappings": [60]}, "Transmon_28_charge_tx": {"frameId": "Transmon_28_charge_tx", "portId": "q28_QGSx2Channel-0", "frequency": 4756961689.760734, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_81_readout_rx": {"frameId": "Transmon_81_readout_rx", "portId": "q81_QRRx2Channel-0", "frequency": 7456206444.794813, "phase": 0.0, "qubitMappings": [81]}, "Transmon_14_charge_tx": {"frameId": "Transmon_14_charge_tx", "portId": "q14_QGSx2Channel-0", "frequency": 4686818031.666176, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [14]}, "Transmon_44_readout_tx": {"frameId": "Transmon_44_readout_tx", "portId": "q44_QRTx2HiChannel-0", "frequency": 7378051686.205892, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_80_readout_rx": {"frameId": "Transmon_80_readout_rx", "portId": "q80_QRRx2Channel-0", "frequency": 7294883467.925549, "phase": 0.0, "qubitMappings": [80]}, "Transmon_66_readout_tx": {"frameId": "Transmon_66_readout_tx", "portId": "q66_QRTx2HiChannel-0", "frequency": 7133289459.146734, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [66]}, "Transmon_193_flux_tx_iswap": {"frameId": "Transmon_193_flux_tx_iswap", "portId": "q193_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [193]}, "Transmon_79_readout_tx": {"frameId": "Transmon_79_readout_tx", "portId": "q79_QRTx2HiChannel-0", "frequency": 7131302725.886498, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_82_flux_tx_iswap_81": {"frameId": "Transmon_82_flux_tx_iswap_81", "portId": "q82_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_54_readout_tx": {"frameId": "Transmon_54_readout_tx", "portId": "q54_QRTx2HiChannel-0", "frequency": 7296275681.173329, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_50_readout_rx": {"frameId": "Transmon_50_readout_rx", "portId": "q50_QRRx2Channel-0", "frequency": 7133896511.559501, "phase": 0.0, "qubitMappings": [50]}, "Transmon_200_flux_tx_iswap": {"frameId": "Transmon_200_flux_tx_iswap", "portId": "q200_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [200]}, "Transmon_67_charge_tx": {"frameId": "Transmon_67_charge_tx", "portId": "q67_QGSx2Channel-0", "frequency": 4546421538.643751, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_27_charge_tx": {"frameId": "Transmon_27_charge_tx", "portId": "q27_QGSx2Channel-0", "frequency": 4712362072.922921, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_170_flux_tx_iswap": {"frameId": "Transmon_170_flux_tx_iswap", "portId": "q170_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [170]}, "Transmon_156_flux_tx_iswap": {"frameId": "Transmon_156_flux_tx_iswap", "portId": "q156_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [156]}, "Transmon_31_readout_rx": {"frameId": "Transmon_31_readout_rx", "portId": "q31_QRRx2Channel-0", "frequency": 7377026331.085485, "phase": 0.0, "qubitMappings": [31]}, "Transmon_175_flux_tx_iswap": {"frameId": "Transmon_175_flux_tx_iswap", "portId": "q175_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [175]}, "Transmon_54_readout_rx": {"frameId": "Transmon_54_readout_rx", "portId": "q54_QRRx2Channel-0", "frequency": 7296275681.173329, "phase": 0.0, "qubitMappings": [54]}, "Transmon_65_flux_tx_iswap_58": {"frameId": "Transmon_65_flux_tx_iswap_58", "portId": "q65_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_83_readout_tx": {"frameId": "Transmon_83_readout_tx", "portId": "q83_QRTx2HiChannel-0", "frequency": 7293440999.785696, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_43_charge_tx": {"frameId": "Transmon_43_charge_tx", "portId": "q43_QGSx2Channel-0", "frequency": 4697774462.550575, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_25_flux_tx_iswap_24": {"frameId": "Transmon_25_flux_tx_iswap_24", "portId": "q25_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_2_flux_tx_iswap_1": {"frameId": "Transmon_2_flux_tx_iswap_1", "portId": "q2_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_23_readout_rx": {"frameId": "Transmon_23_readout_rx", "portId": "q23_QRRx2Channel-0", "frequency": 7459921769.558166, "phase": 0.0, "qubitMappings": [23]}, "Transmon_56_readout_tx": {"frameId": "Transmon_56_readout_tx", "portId": "q56_QRTx2HiChannel-0", "frequency": 7213440469.639351, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [56]}, "Transmon_218_flux_tx_iswap": {"frameId": "Transmon_218_flux_tx_iswap", "portId": "q218_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [218]}, "Transmon_71_readout_tx": {"frameId": "Transmon_71_readout_tx", "portId": "q71_QRTx2HiChannel-0", "frequency": 7054245678.364844, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_164_flux_tx_iswap": {"frameId": "Transmon_164_flux_tx_iswap", "portId": "q164_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [164]}, "Transmon_33_readout_tx": {"frameId": "Transmon_33_readout_tx", "portId": "q33_QRTx2HiChannel-0", "frequency": 7217974685.268906, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_8_flux_tx_iswap_9": {"frameId": "Transmon_8_flux_tx_iswap_9", "portId": "q8_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_172_flux_tx_iswap": {"frameId": "Transmon_172_flux_tx_iswap", "portId": "q172_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [172]}, "Transmon_77_flux_tx_iswap_78": {"frameId": "Transmon_77_flux_tx_iswap_78", "portId": "q77_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_9_charge_tx": {"frameId": "Transmon_9_charge_tx", "portId": "q9_QGSx2Channel-0", "frequency": 4555363860.973744, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_18_readout_tx": {"frameId": "Transmon_18_readout_tx", "portId": "q18_QRTx2HiChannel-0", "frequency": 7376756233.406573, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_39_flux_tx_iswap_32": {"frameId": "Transmon_39_flux_tx_iswap_32", "portId": "q39_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_81_flux_tx_iswap_80": {"frameId": "Transmon_81_flux_tx_iswap_80", "portId": "q81_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_35_readout_rx": {"frameId": "Transmon_35_readout_rx", "portId": "q35_QRRx2Channel-0", "frequency": 7289562925.784004, "phase": 0.0, "qubitMappings": [35]}, "Transmon_24_flux_tx_iswap_17": {"frameId": "Transmon_24_flux_tx_iswap_17", "portId": "q24_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_24_readout_tx": {"frameId": "Transmon_24_readout_tx", "portId": "q24_QRTx2HiChannel-0", "frequency": 7132999142.654233, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_2_flux_tx_iswap_3": {"frameId": "Transmon_2_flux_tx_iswap_3", "portId": "q2_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_43_readout_tx": {"frameId": "Transmon_43_readout_tx", "portId": "q43_QRTx2HiChannel-0", "frequency": 7213313830.254553, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [43]}, "Transmon_71_flux_tx_iswap_72": {"frameId": "Transmon_71_flux_tx_iswap_72", "portId": "q71_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_34_charge_tx": {"frameId": "Transmon_34_charge_tx", "portId": "q34_QGSx2Channel-0", "frequency": 4754363663.028642, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_71_readout_rx": {"frameId": "Transmon_71_readout_rx", "portId": "q71_QRRx2Channel-0", "frequency": 7054245678.364844, "phase": 0.0, "qubitMappings": [71]}, "Transmon_16_charge_tx": {"frameId": "Transmon_16_charge_tx", "portId": "q16_QGSx2Channel-0", "frequency": 4498298291.437342, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [16]}, "Transmon_36_readout_tx": {"frameId": "Transmon_36_readout_tx", "portId": "q36_QRTx2HiChannel-0", "frequency": 7457280459.387157, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_49_charge_tx": {"frameId": "Transmon_49_charge_tx", "portId": "q49_QGSx2Channel-0", "frequency": 4732609520.532859, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_45_flux_tx_iswap_52": {"frameId": "Transmon_45_flux_tx_iswap_52", "portId": "q45_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_7_flux_tx_iswap_14": {"frameId": "Transmon_7_flux_tx_iswap_14", "portId": "q7_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_74_charge_tx": {"frameId": "Transmon_74_charge_tx", "portId": "q74_QGSx2Channel-0", "frequency": 4607951596.943572, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_197_flux_tx_iswap": {"frameId": "Transmon_197_flux_tx_iswap", "portId": "q197_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [197]}, "Transmon_10_charge_tx": {"frameId": "Transmon_10_charge_tx", "portId": "q10_QGSx2Channel-0", "frequency": 4474695924.655334, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_73_charge_tx": {"frameId": "Transmon_73_charge_tx", "portId": "q73_QGSx2Channel-0", "frequency": 4541162855.746925, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [73]}, "Transmon_50_readout_tx": {"frameId": "Transmon_50_readout_tx", "portId": "q50_QRTx2HiChannel-0", "frequency": 7133896511.559501, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_77_readout_tx": {"frameId": "Transmon_77_readout_tx", "portId": "q77_QRTx2HiChannel-0", "frequency": 7296283822.911464, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [77]}, "Transmon_44_charge_tx": {"frameId": "Transmon_44_charge_tx", "portId": "q44_QGSx2Channel-0", "frequency": 4623316962.584616, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [44]}, "Transmon_126_flux_tx_iswap": {"frameId": "Transmon_126_flux_tx_iswap", "portId": "q126_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [126]}, "Transmon_41_readout_tx": {"frameId": "Transmon_41_readout_tx", "portId": "q41_QRTx2HiChannel-0", "frequency": 7293675950.995474, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_103_flux_tx_iswap": {"frameId": "Transmon_103_flux_tx_iswap", "portId": "q103_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [103]}, "Transmon_6_flux_tx_iswap_13": {"frameId": "Transmon_6_flux_tx_iswap_13", "portId": "q6_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [6]}, "Transmon_0_charge_tx": {"frameId": "Transmon_0_charge_tx", "portId": "q0_QGSx2Channel-0", "frequency": 4804354386.109495, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_69_flux_tx_iswap_62": {"frameId": "Transmon_69_flux_tx_iswap_62", "portId": "q69_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_15_readout_tx": {"frameId": "Transmon_15_readout_tx", "portId": "q15_QRTx2HiChannel-0", "frequency": 7378593466.8457, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [15]}, "Transmon_130_flux_tx_iswap": {"frameId": "Transmon_130_flux_tx_iswap", "portId": "q130_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [130]}, "Transmon_132_flux_tx_iswap": {"frameId": "Transmon_132_flux_tx_iswap", "portId": "q132_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [132]}, "Transmon_34_flux_tx_iswap_33": {"frameId": "Transmon_34_flux_tx_iswap_33", "portId": "q34_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_36_charge_tx": {"frameId": "Transmon_36_charge_tx", "portId": "q36_QGSx2Channel-0", "frequency": 4759256276.362262, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_158_flux_tx_iswap": {"frameId": "Transmon_158_flux_tx_iswap", "portId": "q158_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [158]}, "Transmon_79_charge_tx": {"frameId": "Transmon_79_charge_tx", "portId": "q79_QGSx2Channel-0", "frequency": 4668854664.57146, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_68_flux_tx_iswap_61": {"frameId": "Transmon_68_flux_tx_iswap_61", "portId": "q68_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_140_flux_tx_iswap": {"frameId": "Transmon_140_flux_tx_iswap", "portId": "q140_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [140]}, "Transmon_57_charge_tx": {"frameId": "Transmon_57_charge_tx", "portId": "q57_QGSx2Channel-0", "frequency": 4589897688.168683, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_189_flux_tx_iswap": {"frameId": "Transmon_189_flux_tx_iswap", "portId": "q189_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [189]}, "Transmon_22_flux_tx_iswap_15": {"frameId": "Transmon_22_flux_tx_iswap_15", "portId": "q22_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_160_flux_tx_iswap": {"frameId": "Transmon_160_flux_tx_iswap", "portId": "q160_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [160]}, "Transmon_46_readout_tx": {"frameId": "Transmon_46_readout_tx", "portId": "q46_QRTx2HiChannel-0", "frequency": 7213118128.041715, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_57_readout_tx": {"frameId": "Transmon_57_readout_tx", "portId": "q57_QRTx2HiChannel-0", "frequency": 7380827653.062664, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [57]}, "Transmon_57_readout_rx": {"frameId": "Transmon_57_readout_rx", "portId": "q57_QRRx2Channel-0", "frequency": 7380827653.062664, "phase": 0.0, "qubitMappings": [57]}, "Transmon_62_charge_tx": {"frameId": "Transmon_62_charge_tx", "portId": "q62_QGSx2Channel-0", "frequency": 4664958458.921784, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_11_flux_tx_iswap_18": {"frameId": "Transmon_11_flux_tx_iswap_18", "portId": "q11_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [11]}, "Transmon_144_flux_tx_iswap": {"frameId": "Transmon_144_flux_tx_iswap", "portId": "q144_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [144]}, "Transmon_28_flux_tx_iswap_29": {"frameId": "Transmon_28_flux_tx_iswap_29", "portId": "q28_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_152_flux_tx_iswap": {"frameId": "Transmon_152_flux_tx_iswap", "portId": "q152_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [152]}, "Transmon_138_flux_tx_iswap": {"frameId": "Transmon_138_flux_tx_iswap", "portId": "q138_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [138]}, "Transmon_9_readout_rx": {"frameId": "Transmon_9_readout_rx", "portId": "q9_QRRx2Channel-0", "frequency": 7293248808.046715, "phase": 0.0, "qubitMappings": [9]}, "Transmon_72_flux_tx_iswap_65": {"frameId": "Transmon_72_flux_tx_iswap_65", "portId": "q72_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_24_readout_rx": {"frameId": "Transmon_24_readout_rx", "portId": "q24_QRRx2Channel-0", "frequency": 7132999142.654233, "phase": 0.0, "qubitMappings": [24]}, "Transmon_22_charge_tx": {"frameId": "Transmon_22_charge_tx", "portId": "q22_QGSx2Channel-0", "frequency": 4658822213.073777, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_191_flux_tx_iswap": {"frameId": "Transmon_191_flux_tx_iswap", "portId": "q191_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [191]}, "Transmon_4_flux_tx_iswap_11": {"frameId": "Transmon_4_flux_tx_iswap_11", "portId": "q4_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_13_flux_tx_iswap_12": {"frameId": "Transmon_13_flux_tx_iswap_12", "portId": "q13_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_68_flux_tx_iswap_67": {"frameId": "Transmon_68_flux_tx_iswap_67", "portId": "q68_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [68]}, "Transmon_72_readout_rx": {"frameId": "Transmon_72_readout_rx", "portId": "q72_QRRx2Channel-0", "frequency": 7216296448.758303, "phase": 0.0, "qubitMappings": [72]}, "Transmon_27_flux_tx_iswap_20": {"frameId": "Transmon_27_flux_tx_iswap_20", "portId": "q27_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [27]}, "Transmon_34_readout_tx": {"frameId": "Transmon_34_readout_tx", "portId": "q34_QRTx2HiChannel-0", "frequency": 7380382908.28971, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [34]}, "Transmon_179_flux_tx_iswap": {"frameId": "Transmon_179_flux_tx_iswap", "portId": "q179_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [179]}, "Transmon_41_readout_rx": {"frameId": "Transmon_41_readout_rx", "portId": "q41_QRRx2Channel-0", "frequency": 7293675950.995474, "phase": 0.0, "qubitMappings": [41]}, "Transmon_78_flux_tx_iswap_79": {"frameId": "Transmon_78_flux_tx_iswap_79", "portId": "q78_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_36_flux_tx_iswap_43": {"frameId": "Transmon_36_flux_tx_iswap_43", "portId": "q36_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_13_flux_tx_iswap_20": {"frameId": "Transmon_13_flux_tx_iswap_20", "portId": "q13_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [13]}, "Transmon_125_flux_tx_iswap": {"frameId": "Transmon_125_flux_tx_iswap", "portId": "q125_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [125]}, "Transmon_39_readout_tx": {"frameId": "Transmon_39_readout_tx", "portId": "q39_QRTx2HiChannel-0", "frequency": 7461480652.962648, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_202_flux_tx_iswap": {"frameId": "Transmon_202_flux_tx_iswap", "portId": "q202_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [202]}, "Transmon_63_flux_tx_iswap_64": {"frameId": "Transmon_63_flux_tx_iswap_64", "portId": "q63_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [63]}, "Transmon_39_flux_tx_iswap_38": {"frameId": "Transmon_39_flux_tx_iswap_38", "portId": "q39_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_50_flux_tx_iswap_57": {"frameId": "Transmon_50_flux_tx_iswap_57", "portId": "q50_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_40_flux_tx_iswap_33": {"frameId": "Transmon_40_flux_tx_iswap_33", "portId": "q40_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_114_flux_tx_iswap": {"frameId": "Transmon_114_flux_tx_iswap", "portId": "q114_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [114]}, "Transmon_80_charge_tx": {"frameId": "Transmon_80_charge_tx", "portId": "q80_QGSx2Channel-0", "frequency": 4595977368.576541, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_47_flux_tx_iswap_46": {"frameId": "Transmon_47_flux_tx_iswap_46", "portId": "q47_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_77_readout_rx": {"frameId": "Transmon_77_readout_rx", "portId": "q77_QRRx2Channel-0", "frequency": 7296283822.911464, "phase": 0.0, "qubitMappings": [77]}, "Transmon_199_flux_tx_iswap": {"frameId": "Transmon_199_flux_tx_iswap", "portId": "q199_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [199]}, "Transmon_112_flux_tx_iswap": {"frameId": "Transmon_112_flux_tx_iswap", "portId": "q112_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [112]}, "Transmon_51_flux_tx_iswap_58": {"frameId": "Transmon_51_flux_tx_iswap_58", "portId": "q51_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_33_flux_tx_iswap_26": {"frameId": "Transmon_33_flux_tx_iswap_26", "portId": "q33_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_62_flux_tx_iswap_61": {"frameId": "Transmon_62_flux_tx_iswap_61", "portId": "q62_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [62]}, "Transmon_127_flux_tx_iswap": {"frameId": "Transmon_127_flux_tx_iswap", "portId": "q127_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [127]}, "Transmon_30_flux_tx_iswap_23": {"frameId": "Transmon_30_flux_tx_iswap_23", "portId": "q30_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_70_flux_tx_iswap_71": {"frameId": "Transmon_70_flux_tx_iswap_71", "portId": "q70_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [70]}, "Transmon_8_flux_tx_iswap_15": {"frameId": "Transmon_8_flux_tx_iswap_15", "portId": "q8_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_37_flux_tx_iswap_44": {"frameId": "Transmon_37_flux_tx_iswap_44", "portId": "q37_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_116_flux_tx_iswap": {"frameId": "Transmon_116_flux_tx_iswap", "portId": "q116_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [116]}, "Transmon_66_flux_tx_iswap_59": {"frameId": "Transmon_66_flux_tx_iswap_59", "portId": "q66_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [66]}, "Transmon_67_readout_rx": {"frameId": "Transmon_67_readout_rx", "portId": "q67_QRRx2Channel-0", "frequency": 7297020241.539611, "phase": 0.0, "qubitMappings": [67]}, "Transmon_56_readout_rx": {"frameId": "Transmon_56_readout_rx", "portId": "q56_QRRx2Channel-0", "frequency": 7213440469.639351, "phase": 0.0, "qubitMappings": [56]}, "Transmon_21_readout_tx": {"frameId": "Transmon_21_readout_tx", "portId": "q21_QRTx2HiChannel-0", "frequency": 7130939572.409798, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_49_flux_tx_iswap_56": {"frameId": "Transmon_49_flux_tx_iswap_56", "portId": "q49_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [49]}, "Transmon_58_flux_tx_iswap_59": {"frameId": "Transmon_58_flux_tx_iswap_59", "portId": "q58_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [58]}, "Transmon_84_flux_tx_iswap": {"frameId": "Transmon_84_flux_tx_iswap", "portId": "q84_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [84]}, "Transmon_38_flux_tx_iswap_45": {"frameId": "Transmon_38_flux_tx_iswap_45", "portId": "q38_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_38_readout_tx": {"frameId": "Transmon_38_readout_tx", "portId": "q38_QRTx2HiChannel-0", "frequency": 7296608110.218321, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [38]}, "Transmon_91_flux_tx_iswap": {"frameId": "Transmon_91_flux_tx_iswap", "portId": "q91_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [91]}, "Transmon_37_flux_tx_iswap_30": {"frameId": "Transmon_37_flux_tx_iswap_30", "portId": "q37_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [37]}, "Transmon_13_readout_rx": {"frameId": "Transmon_13_readout_rx", "portId": "q13_QRRx2Channel-0", "frequency": 7458563503.200013, "phase": 0.0, "qubitMappings": [13]}, "Transmon_213_flux_tx_iswap": {"frameId": "Transmon_213_flux_tx_iswap", "portId": "q213_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [213]}, "Transmon_80_flux_tx_iswap_73": {"frameId": "Transmon_80_flux_tx_iswap_73", "portId": "q80_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_69_readout_tx": {"frameId": "Transmon_69_readout_tx", "portId": "q69_QRTx2HiChannel-0", "frequency": 7131096167.470656, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [69]}, "Transmon_51_readout_tx": {"frameId": "Transmon_51_readout_tx", "portId": "q51_QRTx2HiChannel-0", "frequency": 7298007278.306641, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [51]}, "Transmon_8_charge_tx": {"frameId": "Transmon_8_charge_tx", "portId": "q8_QGSx2Channel-0", "frequency": 4634825639.94854, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_11_readout_rx": {"frameId": "Transmon_11_readout_rx", "portId": "q11_QRRx2Channel-0", "frequency": 7135523176.371867, "phase": 0.0, "qubitMappings": [11]}, "Transmon_55_readout_rx": {"frameId": "Transmon_55_readout_rx", "portId": "q55_QRRx2Channel-0", "frequency": 7459760844.96324, "phase": 0.0, "qubitMappings": [55]}, "Transmon_0_readout_tx": {"frameId": "Transmon_0_readout_tx", "portId": "q0_QRTx2HiChannel-0", "frequency": 7047747928.0808115, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [0]}, "Transmon_35_readout_tx": {"frameId": "Transmon_35_readout_tx", "portId": "q35_QRTx2HiChannel-0", "frequency": 7289562925.784004, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [35]}, "Transmon_21_charge_tx": {"frameId": "Transmon_21_charge_tx", "portId": "q21_QGSx2Channel-0", "frequency": 4737476613.421236, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_108_flux_tx_iswap": {"frameId": "Transmon_108_flux_tx_iswap", "portId": "q108_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [108]}, "Transmon_47_flux_tx_iswap_54": {"frameId": "Transmon_47_flux_tx_iswap_54", "portId": "q47_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_166_flux_tx_iswap": {"frameId": "Transmon_166_flux_tx_iswap", "portId": "q166_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [166]}, "Transmon_3_readout_tx": {"frameId": "Transmon_3_readout_tx", "portId": "q3_QRTx2HiChannel-0", "frequency": 7048081176.815867, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [3]}, "Transmon_18_readout_rx": {"frameId": "Transmon_18_readout_rx", "portId": "q18_QRRx2Channel-0", "frequency": 7376756233.406573, "phase": 0.0, "qubitMappings": [18]}, "Transmon_97_flux_tx_iswap": {"frameId": "Transmon_97_flux_tx_iswap", "portId": "q97_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [97]}, "Transmon_66_charge_tx": {"frameId": "Transmon_66_charge_tx", "portId": "q66_QGSx2Channel-0", "frequency": 4466339306.983693, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [66]}, "Transmon_142_flux_tx_iswap": {"frameId": "Transmon_142_flux_tx_iswap", "portId": "q142_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [142]}, "Transmon_159_flux_tx_iswap": {"frameId": "Transmon_159_flux_tx_iswap", "portId": "q159_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [159]}, "Transmon_79_flux_tx_iswap_72": {"frameId": "Transmon_79_flux_tx_iswap_72", "portId": "q79_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_123_flux_tx_iswap": {"frameId": "Transmon_123_flux_tx_iswap", "portId": "q123_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [123]}, "Transmon_25_flux_tx_iswap_18": {"frameId": "Transmon_25_flux_tx_iswap_18", "portId": "q25_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [25]}, "Transmon_26_flux_tx_iswap_25": {"frameId": "Transmon_26_flux_tx_iswap_25", "portId": "q26_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_173_flux_tx_iswap": {"frameId": "Transmon_173_flux_tx_iswap", "portId": "q173_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [173]}, "Transmon_76_flux_tx_iswap_75": {"frameId": "Transmon_76_flux_tx_iswap_75", "portId": "q76_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [76]}, "Transmon_30_charge_tx": {"frameId": "Transmon_30_charge_tx", "portId": "q30_QGSx2Channel-0", "frequency": 4602586984.829927, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_78_readout_rx": {"frameId": "Transmon_78_readout_rx", "portId": "q78_QRRx2Channel-0", "frequency": 7457889332.609863, "phase": 0.0, "qubitMappings": [78]}, "Transmon_39_flux_tx_iswap_46": {"frameId": "Transmon_39_flux_tx_iswap_46", "portId": "q39_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_220_flux_tx_iswap": {"frameId": "Transmon_220_flux_tx_iswap", "portId": "q220_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [220]}, "Transmon_4_flux_tx_iswap_3": {"frameId": "Transmon_4_flux_tx_iswap_3", "portId": "q4_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [4]}, "Transmon_9_flux_tx_iswap_10": {"frameId": "Transmon_9_flux_tx_iswap_10", "portId": "q9_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_79_flux_tx_iswap_80": {"frameId": "Transmon_79_flux_tx_iswap_80", "portId": "q79_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [79]}, "Transmon_23_readout_tx": {"frameId": "Transmon_23_readout_tx", "portId": "q23_QRTx2HiChannel-0", "frequency": 7459921769.558166, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_148_flux_tx_iswap": {"frameId": "Transmon_148_flux_tx_iswap", "portId": "q148_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [148]}, "Transmon_20_flux_tx_iswap_19": {"frameId": "Transmon_20_flux_tx_iswap_19", "portId": "q20_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [20]}, "Transmon_30_readout_tx": {"frameId": "Transmon_30_readout_tx", "portId": "q30_QRTx2HiChannel-0", "frequency": 7219000198.15293, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [30]}, "Transmon_55_flux_tx_iswap_62": {"frameId": "Transmon_55_flux_tx_iswap_62", "portId": "q55_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [55]}, "Transmon_90_flux_tx_iswap": {"frameId": "Transmon_90_flux_tx_iswap", "portId": "q90_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [90]}, "Transmon_8_flux_tx_iswap_1": {"frameId": "Transmon_8_flux_tx_iswap_1", "portId": "q8_QDOFastFluxChannel-2", "frequency": 0.0, "phase": 0.0, "qubitMappings": [8]}, "Transmon_26_readout_tx": {"frameId": "Transmon_26_readout_tx", "portId": "q26_QRTx2HiChannel-0", "frequency": 7459736427.641405, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [26]}, "Transmon_34_readout_rx": {"frameId": "Transmon_34_readout_rx", "portId": "q34_QRRx2Channel-0", "frequency": 7380382908.28971, "phase": 0.0, "qubitMappings": [34]}, "Transmon_24_charge_tx": {"frameId": "Transmon_24_charge_tx", "portId": "q24_QGSx2Channel-0", "frequency": 4475296757.504894, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [24]}, "Transmon_113_flux_tx_iswap": {"frameId": "Transmon_113_flux_tx_iswap", "portId": "q113_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [113]}, "Transmon_36_flux_tx_iswap_29": {"frameId": "Transmon_36_flux_tx_iswap_29", "portId": "q36_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_119_flux_tx_iswap": {"frameId": "Transmon_119_flux_tx_iswap", "portId": "q119_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [119]}, "Transmon_0_readout_rx": {"frameId": "Transmon_0_readout_rx", "portId": "q0_QRRx2Channel-0", "frequency": 7047747928.0808115, "phase": 0.0, "qubitMappings": [0]}, "Transmon_41_flux_tx_iswap_40": {"frameId": "Transmon_41_flux_tx_iswap_40", "portId": "q41_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [41]}, "Transmon_196_flux_tx_iswap": {"frameId": "Transmon_196_flux_tx_iswap", "portId": "q196_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [196]}, "Transmon_39_charge_tx": {"frameId": "Transmon_39_charge_tx", "portId": "q39_QGSx2Channel-0", "frequency": 4668903081.638267, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [39]}, "Transmon_74_flux_tx_iswap_73": {"frameId": "Transmon_74_flux_tx_iswap_73", "portId": "q74_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_47_readout_tx": {"frameId": "Transmon_47_readout_tx", "portId": "q47_QRTx2HiChannel-0", "frequency": 7375997910.028979, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_121_flux_tx_iswap": {"frameId": "Transmon_121_flux_tx_iswap", "portId": "q121_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [121]}, "Transmon_78_readout_tx": {"frameId": "Transmon_78_readout_tx", "portId": "q78_QRTx2HiChannel-0", "frequency": 7457889332.609863, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_194_flux_tx_iswap": {"frameId": "Transmon_194_flux_tx_iswap", "portId": "q194_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [194]}, "Transmon_145_flux_tx_iswap": {"frameId": "Transmon_145_flux_tx_iswap", "portId": "q145_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [145]}, "Transmon_74_readout_tx": {"frameId": "Transmon_74_readout_tx", "portId": "q74_QRTx2HiChannel-0", "frequency": 7050358444.561615, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [74]}, "Transmon_17_readout_rx": {"frameId": "Transmon_17_readout_rx", "portId": "q17_QRRx2Channel-0", "frequency": 7213282501.804149, "phase": 0.0, "qubitMappings": [17]}, "Transmon_33_charge_tx": {"frameId": "Transmon_33_charge_tx", "portId": "q33_QGSx2Channel-0", "frequency": 4663972928.923761, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [33]}, "Transmon_40_flux_tx_iswap_39": {"frameId": "Transmon_40_flux_tx_iswap_39", "portId": "q40_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_215_flux_tx_iswap": {"frameId": "Transmon_215_flux_tx_iswap", "portId": "q215_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [215]}, "Transmon_71_flux_tx_iswap_64": {"frameId": "Transmon_71_flux_tx_iswap_64", "portId": "q71_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [71]}, "Transmon_93_flux_tx_iswap": {"frameId": "Transmon_93_flux_tx_iswap", "portId": "q93_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [93]}, "Transmon_54_flux_tx_iswap_61": {"frameId": "Transmon_54_flux_tx_iswap_61", "portId": "q54_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_117_flux_tx_iswap": {"frameId": "Transmon_117_flux_tx_iswap", "portId": "q117_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [117]}, "Transmon_17_charge_tx": {"frameId": "Transmon_17_charge_tx", "portId": "q17_QGSx2Channel-0", "frequency": 4398977315.263585, "centerFrequency": 4250000000.0, "phase": 0.0, "qubitMappings": [17]}, "Transmon_9_flux_tx_iswap_16": {"frameId": "Transmon_9_flux_tx_iswap_16", "portId": "q9_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [9]}, "Transmon_58_readout_tx": {"frameId": "Transmon_58_readout_tx", "portId": "q58_QRTx2HiChannel-0", "frequency": 7056440328.965771, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [58]}, "Transmon_75_readout_tx": {"frameId": "Transmon_75_readout_tx", "portId": "q75_QRTx2HiChannel-0", "frequency": 7215867671.083923, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_53_readout_rx": {"frameId": "Transmon_53_readout_rx", "portId": "q53_QRRx2Channel-0", "frequency": 7136814721.544458, "phase": 0.0, "qubitMappings": [53]}, "Transmon_27_readout_rx": {"frameId": "Transmon_27_readout_rx", "portId": "q27_QRRx2Channel-0", "frequency": 7133076464.685689, "phase": 0.0, "qubitMappings": [27]}, "Transmon_19_readout_rx": {"frameId": "Transmon_19_readout_rx", "portId": "q19_QRRx2Channel-0", "frequency": 7055615687.020925, "phase": 0.0, "qubitMappings": [19]}, "Transmon_54_charge_tx": {"frameId": "Transmon_54_charge_tx", "portId": "q54_QGSx2Channel-0", "frequency": 4646588647.573858, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_64_flux_tx_iswap_57": {"frameId": "Transmon_64_flux_tx_iswap_57", "portId": "q64_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [64]}, "Transmon_18_flux_tx_iswap_17": {"frameId": "Transmon_18_flux_tx_iswap_17", "portId": "q18_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [18]}, "Transmon_81_flux_tx_iswap_74": {"frameId": "Transmon_81_flux_tx_iswap_74", "portId": "q81_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [81]}, "Transmon_21_flux_tx_iswap_22": {"frameId": "Transmon_21_flux_tx_iswap_22", "portId": "q21_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_46_flux_tx_iswap_53": {"frameId": "Transmon_46_flux_tx_iswap_53", "portId": "q46_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [46]}, "Transmon_3_charge_tx": {"frameId": "Transmon_3_charge_tx", "portId": "q3_QGSx2Channel-0", "frequency": 4560645858.641058, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [3]}, "Transmon_31_readout_tx": {"frameId": "Transmon_31_readout_tx", "portId": "q31_QRTx2HiChannel-0", "frequency": 7377026331.085485, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [31]}, "Transmon_22_readout_tx": {"frameId": "Transmon_22_readout_tx", "portId": "q22_QRTx2HiChannel-0", "frequency": 7293496557.16463, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [22]}, "Transmon_219_flux_tx_iswap": {"frameId": "Transmon_219_flux_tx_iswap", "portId": "q219_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [219]}, "Transmon_2_flux_tx_iswap_9": {"frameId": "Transmon_2_flux_tx_iswap_9", "portId": "q2_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_1_readout_tx": {"frameId": "Transmon_1_readout_tx", "portId": "q1_QRTx2HiChannel-0", "frequency": 7207299829.413894, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [1]}, "Transmon_82_flux_tx_iswap_75": {"frameId": "Transmon_82_flux_tx_iswap_75", "portId": "q82_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_38_readout_rx": {"frameId": "Transmon_38_readout_rx", "portId": "q38_QRRx2Channel-0", "frequency": 7296608110.218321, "phase": 0.0, "qubitMappings": [38]}, "Transmon_124_flux_tx_iswap": {"frameId": "Transmon_124_flux_tx_iswap", "portId": "q124_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [124]}, "Transmon_2_charge_tx": {"frameId": "Transmon_2_charge_tx", "portId": "q2_QGSx2Channel-0", "frequency": 4647845402.403963, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [2]}, "Transmon_1_readout_rx": {"frameId": "Transmon_1_readout_rx", "portId": "q1_QRRx2Channel-0", "frequency": 7207299829.413894, "phase": 0.0, "qubitMappings": [1]}, "Transmon_47_readout_rx": {"frameId": "Transmon_47_readout_rx", "portId": "q47_QRRx2Channel-0", "frequency": 7375997910.028979, "phase": 0.0, "qubitMappings": [47]}, "Transmon_169_flux_tx_iswap": {"frameId": "Transmon_169_flux_tx_iswap", "portId": "q169_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [169]}, "Transmon_10_readout_tx": {"frameId": "Transmon_10_readout_tx", "portId": "q10_QRTx2HiChannel-0", "frequency": 7458013697.295549, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_75_flux_tx_iswap_74": {"frameId": "Transmon_75_flux_tx_iswap_74", "portId": "q75_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_36_flux_tx_iswap_37": {"frameId": "Transmon_36_flux_tx_iswap_37", "portId": "q36_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [36]}, "Transmon_79_readout_rx": {"frameId": "Transmon_79_readout_rx", "portId": "q79_QRRx2Channel-0", "frequency": 7131302725.886498, "phase": 0.0, "qubitMappings": [79]}, "Transmon_32_flux_tx_iswap_31": {"frameId": "Transmon_32_flux_tx_iswap_31", "portId": "q32_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [32]}, "Transmon_29_readout_tx": {"frameId": "Transmon_29_readout_tx", "portId": "q29_QRTx2HiChannel-0", "frequency": 7054856608.619191, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [29]}, "Transmon_176_flux_tx_iswap": {"frameId": "Transmon_176_flux_tx_iswap", "portId": "q176_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [176]}, "Transmon_66_readout_rx": {"frameId": "Transmon_66_readout_rx", "portId": "q66_QRRx2Channel-0", "frequency": 7133289459.146734, "phase": 0.0, "qubitMappings": [66]}, "Transmon_128_flux_tx_iswap": {"frameId": "Transmon_128_flux_tx_iswap", "portId": "q128_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [128]}, "Transmon_110_flux_tx_iswap": {"frameId": "Transmon_110_flux_tx_iswap", "portId": "q110_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [110]}, "Transmon_28_flux_tx_iswap_21": {"frameId": "Transmon_28_flux_tx_iswap_21", "portId": "q28_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [28]}, "Transmon_5_readout_rx": {"frameId": "Transmon_5_readout_rx", "portId": "q5_QRRx2Channel-0", "frequency": 7375489897.138375, "phase": 0.0, "qubitMappings": [5]}, "Transmon_12_readout_tx": {"frameId": "Transmon_12_readout_tx", "portId": "q12_QRTx2HiChannel-0", "frequency": 7294096022.614103, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_12_flux_tx_iswap_19": {"frameId": "Transmon_12_flux_tx_iswap_19", "portId": "q12_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [12]}, "Transmon_186_flux_tx_iswap": {"frameId": "Transmon_186_flux_tx_iswap", "portId": "q186_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [186]}, "Transmon_29_readout_rx": {"frameId": "Transmon_29_readout_rx", "portId": "q29_QRRx2Channel-0", "frequency": 7054856608.619191, "phase": 0.0, "qubitMappings": [29]}, "Transmon_10_flux_tx_iswap_17": {"frameId": "Transmon_10_flux_tx_iswap_17", "portId": "q10_QDOFastFluxChannel-3", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [10]}, "Transmon_95_flux_tx_iswap": {"frameId": "Transmon_95_flux_tx_iswap", "portId": "q95_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [95]}, "Transmon_225_flux_tx_iswap": {"frameId": "Transmon_225_flux_tx_iswap", "portId": "q225_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [225]}, "Transmon_54_flux_tx_iswap_53": {"frameId": "Transmon_54_flux_tx_iswap_53", "portId": "q54_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [54]}, "Transmon_75_charge_tx": {"frameId": "Transmon_75_charge_tx", "portId": "q75_QGSx2Channel-0", "frequency": 4688409677.036526, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [75]}, "Transmon_67_readout_tx": {"frameId": "Transmon_67_readout_tx", "portId": "q67_QRTx2HiChannel-0", "frequency": 7297020241.539611, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [67]}, "Transmon_85_flux_tx_iswap": {"frameId": "Transmon_85_flux_tx_iswap", "portId": "q85_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [85]}, "Transmon_111_flux_tx_iswap": {"frameId": "Transmon_111_flux_tx_iswap", "portId": "q111_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [111]}, "Transmon_78_flux_tx_iswap_71": {"frameId": "Transmon_78_flux_tx_iswap_71", "portId": "q78_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [78]}, "Transmon_230_flux_tx_iswap": {"frameId": "Transmon_230_flux_tx_iswap", "portId": "q230_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [230]}, "Transmon_49_readout_rx": {"frameId": "Transmon_49_readout_rx", "portId": "q49_QRRx2Channel-0", "frequency": 7455843276.765102, "phase": 0.0, "qubitMappings": [49]}, "Transmon_98_flux_tx_iswap": {"frameId": "Transmon_98_flux_tx_iswap", "portId": "q98_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [98]}, "Transmon_80_readout_tx": {"frameId": "Transmon_80_readout_tx", "portId": "q80_QRTx2HiChannel-0", "frequency": 7294883467.925549, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [80]}, "Transmon_102_flux_tx_iswap": {"frameId": "Transmon_102_flux_tx_iswap", "portId": "q102_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [102]}, "Transmon_216_flux_tx_iswap": {"frameId": "Transmon_216_flux_tx_iswap", "portId": "q216_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [216]}, "Transmon_83_flux_tx_iswap_82": {"frameId": "Transmon_83_flux_tx_iswap_82", "portId": "q83_QDOFastFluxChannel-0", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [83]}, "Transmon_40_charge_tx": {"frameId": "Transmon_40_charge_tx", "portId": "q40_QGSx2Channel-0", "frequency": 4671640808.006061, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [40]}, "Transmon_5_readout_tx": {"frameId": "Transmon_5_readout_tx", "portId": "q5_QRTx2HiChannel-0", "frequency": 7375489897.138375, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [5]}, "Transmon_3_flux_tx_iswap_10": {"frameId": "Transmon_3_flux_tx_iswap_10", "portId": "q3_QDOFastFluxChannel-3", "frequency": 0.0, "phase": 0.0, "qubitMappings": [3]}, "Transmon_92_flux_tx_iswap": {"frameId": "Transmon_92_flux_tx_iswap", "portId": "q92_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [92]}, "Transmon_82_charge_tx": {"frameId": "Transmon_82_charge_tx", "portId": "q82_QGSx2Channel-0", "frequency": 4760603009.417252, "centerFrequency": 4750000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_40_readout_rx": {"frameId": "Transmon_40_readout_rx", "portId": "q40_QRRx2Channel-0", "frequency": 7131535257.563849, "phase": 0.0, "qubitMappings": [40]}, "Transmon_62_readout_rx": {"frameId": "Transmon_62_readout_rx", "portId": "q62_QRRx2Channel-0", "frequency": 7215019205.597924, "phase": 0.0, "qubitMappings": [62]}, "Transmon_232_flux_tx_iswap": {"frameId": "Transmon_232_flux_tx_iswap", "portId": "q232_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [232]}, "Transmon_183_flux_tx_iswap": {"frameId": "Transmon_183_flux_tx_iswap", "portId": "q183_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [183]}, "Transmon_100_flux_tx_iswap": {"frameId": "Transmon_100_flux_tx_iswap", "portId": "q100_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [100]}, "Transmon_2_readout_rx": {"frameId": "Transmon_2_readout_rx", "portId": "q2_QRRx2Channel-0", "frequency": 7368710291.554294, "phase": 0.0, "qubitMappings": [2]}, "Transmon_131_flux_tx_iswap": {"frameId": "Transmon_131_flux_tx_iswap", "portId": "q131_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [131]}, "Transmon_87_flux_tx_iswap": {"frameId": "Transmon_87_flux_tx_iswap", "portId": "q87_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [87]}, "Transmon_178_flux_tx_iswap": {"frameId": "Transmon_178_flux_tx_iswap", "portId": "q178_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [178]}, "Transmon_30_readout_rx": {"frameId": "Transmon_30_readout_rx", "portId": "q30_QRRx2Channel-0", "frequency": 7219000198.15293, "phase": 0.0, "qubitMappings": [30]}, "Transmon_73_readout_tx": {"frameId": "Transmon_73_readout_tx", "portId": "q73_QRTx2HiChannel-0", "frequency": 7376391831.38598, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [73]}, "Transmon_45_charge_tx": {"frameId": "Transmon_45_charge_tx", "portId": "q45_QGSx2Channel-0", "frequency": 4540748481.251848, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [45]}, "Transmon_23_charge_tx": {"frameId": "Transmon_23_charge_tx", "portId": "q23_QGSx2Channel-0", "frequency": 4557546337.780285, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [23]}, "Transmon_221_flux_tx_iswap": {"frameId": "Transmon_221_flux_tx_iswap", "portId": "q221_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [221]}, "Transmon_86_flux_tx_iswap": {"frameId": "Transmon_86_flux_tx_iswap", "portId": "q86_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [86]}, "Transmon_7_charge_tx": {"frameId": "Transmon_7_charge_tx", "portId": "q7_QGSx2Channel-0", "frequency": 4716193279.623828, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [7]}, "Transmon_134_flux_tx_iswap": {"frameId": "Transmon_134_flux_tx_iswap", "portId": "q134_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [134]}, "Transmon_105_flux_tx_iswap": {"frameId": "Transmon_105_flux_tx_iswap", "portId": "q105_QDOFastFluxChannel-0", "frequency": 0.0, "phase": 0.0, "qubitMappings": [105]}, "Transmon_72_readout_tx": {"frameId": "Transmon_72_readout_tx", "portId": "q72_QRTx2HiChannel-0", "frequency": 7216296448.758303, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [72]}, "Transmon_82_readout_tx": {"frameId": "Transmon_82_readout_tx", "portId": "q82_QRTx2HiChannel-0", "frequency": 7128440819.576143, "centerFrequency": 7250000000.0, "phase": 0.0, "qubitMappings": [82]}, "Transmon_51_readout_rx": {"frameId": "Transmon_51_readout_rx", "portId": "q51_QRRx2Channel-0", "frequency": 7298007278.306641, "phase": 0.0, "qubitMappings": [51]}, "Transmon_21_flux_tx_iswap_14": {"frameId": "Transmon_21_flux_tx_iswap_14", "portId": "q21_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [21]}, "Transmon_47_flux_tx_iswap_40": {"frameId": "Transmon_47_flux_tx_iswap_40", "portId": "q47_QDOFastFluxChannel-2", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [47]}, "Transmon_65_flux_tx_iswap_66": {"frameId": "Transmon_65_flux_tx_iswap_66", "portId": "q65_QDOFastFluxChannel-1", "frequency": 0.0, "phase": 0.0, "qubitMappings": [65]}, "Transmon_50_flux_tx_iswap_51": {"frameId": "Transmon_50_flux_tx_iswap_51", "portId": "q50_QDOFastFluxChannel-1", "frequency": 100000000.0, "phase": 0.0, "qubitMappings": [50]}, "Transmon_63_charge_tx": {"frameId": "Transmon_63_charge_tx", "portId": "q63_QGSx2Channel-0", "frequency": 4727749832.54241, "centerFrequency": 4500000000.0, "phase": 0.0, "qubitMappings": [63]}}, "supportsLocalPulseElements": false, "supportsDynamicFrames": false, "supportsNonNativeGatesWithPulses": false, "validationParameters": {"MAX_SCALE": 4.0, "MAX_AMPLITUDE": 1.0, "PERMITTED_FREQUENCY_DIFFERENCE": 400000000.0, "MAX_WAVEFORM_SAMPLES": 65536.0, "MAX_PULSE_LENGTH": 0.067}, "nativeGateCalibrationsRef": "https://dsq6c4wdong7p.cloudfront.net/native_gate_calibrations/device:arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-3?versionId=Hm2fZ7ZDxhQH64mOT2MB6o3UHQNhs.go"}} \ No newline at end of file diff --git a/test/integ_tests/test_all_notebooks.py b/test/integ_tests/test_all_notebooks.py index d5d209691..df2f542aa 100644 --- a/test/integ_tests/test_all_notebooks.py +++ b/test/integ_tests/test_all_notebooks.py @@ -21,10 +21,7 @@ "0_Getting_started_papermill.ipynb", # Some AHS examples are running long especially on Mac. Removing while investigating "05_Running_Analog_Hamiltonian_Simulation_with_local_simulator.ipynb", - # Some pulse examples does not converge due to device quality - "2_Native_gate_calibrations.ipynb", - "3_Bell_pair_with_pulses_Rigetti.ipynb", - "4_Build_single_qubit_gates.ipynb", + # Requires amazon-braket-simulator-v2 package (optional install) "Using_the_experimental_local_simulator.ipynb", # CUDA-Q hybrid job notebooks "0_Getting_started_with_CUDA-Q.ipynb",