{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "f5b2beb9", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:42.013344Z", "iopub.status.busy": "2025-10-02T01:24:42.013163Z", "iopub.status.idle": "2025-10-02T01:24:42.016364Z", "shell.execute_reply": "2025-10-02T01:24:42.015849Z" }, "nbsphinx": "hidden" }, "outputs": [], "source": [ "# Copyright 2025 Keysight Technologies Inc." ] }, { "cell_type": "raw", "id": "ab478469", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Sweeping program variables\n", "==========================\n", "\n", "The :doc:`hello_hardware` tutorial covers the basic workflow for running experiments\n", "on hardware and extracting trace data and I/Q data. Here we expand on that and add\n", "sweeps to the programs.\n", "\n", "Setting up\n", "----------\n", "\n", "As before, we use two AWG channels and two digitizers." ] }, { "cell_type": "code", "execution_count": 2, "id": "c9471562", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:42.018178Z", "iopub.status.busy": "2025-10-02T01:24:42.018013Z", "iopub.status.idle": "2025-10-02T01:24:45.128322Z", "shell.execute_reply": "2025-10-02T01:24:45.127700Z" }, "lines_to_next_cell": 2 }, "outputs": [], "source": [ "import keysight.qcs as qcs\n", "import numpy as np\n", "\n", "# set the following to True when connected to hardware:\n", "run_on_hw = False\n", "\n", "# instantiate channels representing two AWGs and two digitizers\n", "awgs = qcs.Channels(range(2), \"readoutawg\")\n", "digs = qcs.Channels(range(2), \"readoutreceiver\")\n", "\n", "# load our channel mapper to connect the virtual channels above to physical ones\n", "mapper = qcs.load(\"../../assets/channel_mapper.qcs\")" ] }, { "cell_type": "raw", "id": "83290248", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Single variable sweeps\n", "----------------------\n", "\n", "We define a program that plays a single RF waveform on our AWG channels and performs\n", "an acquisition on the digitizer channels with an\n", ":py:class:`~keysight.qcs.channels.acquisitions.IntegrationFilter`\\ to perform I/Q\n", "demodulation of the trace data.\n", "\n", "We are sweeping the frequency of the RF pulse but keep the frequency of the\n", "integration filter constant." ] }, { "cell_type": "code", "execution_count": 3, "id": "30843312", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:45.130920Z", "iopub.status.busy": "2025-10-02T01:24:45.130554Z", "iopub.status.idle": "2025-10-02T01:24:45.271627Z", "shell.execute_reply": "2025-10-02T01:24:45.271065Z" }, "lines_to_next_cell": 2 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 5 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
rfArray(name=frequencies, shape=(5,), dtype=float, unit=none, value=[4.05 GHz, 4.1 GHz, 4.15 GHz, 4.2 GHz, 4.25 GHz])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (SW)Sweep_rf\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
Layers1
Targets4
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readoutreceiver\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "# define the frequency and amplitude of our RF waveform as QCS variables\n", "frequency = qcs.Scalar(\"rf\", dtype=float)\n", "amplitude = qcs.Scalar(\"amp\", dtype=float, value=1)\n", "\n", "\n", "def make_program():\n", " \"\"\"Creates a simple program with a single RF waveform\"\"\"\n", " program = qcs.Program()\n", " # define the waveform using this frequency variable & add it to the program\n", " gauss = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), 1, frequency)\n", " program.add_waveform(gauss, awgs)\n", "\n", " # define an integration filter using the same RF waveform but with fixed frequency\n", " int_filter = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), 1, 4.15e9)\n", " program.add_acquisition(int_filter, digs)\n", "\n", " # specify the number of shots\n", " return program.n_shots(10)\n", "\n", "\n", "program = make_program()\n", "\n", "# specify the frequency values to be swept over\n", "frequencies = qcs.Array(\n", " \"frequencies\", value=[4.05e9, 4.1e9, 4.15e9, 4.2e9, 4.25e9], dtype=float\n", ")\n", "\n", "# add the sweep, targeting the `frequency` variable\n", "program.sweep(frequencies, frequency)\n", "\n", "program.draw()" ] }, { "cell_type": "raw", "id": "c8265e1e", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can inspect the sweep settings on the program visualization by hovering over the\n", "table header. Alternatively, we can retrieve them through the ``repetitions``\n", "attribute:" ] }, { "cell_type": "code", "execution_count": 4, "id": "98abee22", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:45.273445Z", "iopub.status.busy": "2025-10-02T01:24:45.273262Z", "iopub.status.idle": "2025-10-02T01:24:45.276982Z", "shell.execute_reply": "2025-10-02T01:24:45.276492Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[Sweep(rf=Array(name=frequencies, shape=(5,), dtype=float, unit=none)), Repeat(10)]\n" ] } ], "source": [ "print(program.repetitions.items)" ] }, { "cell_type": "raw", "id": "d427645b", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Next, we execute the program on hardware." ] }, { "cell_type": "code", "execution_count": 5, "id": "67da2e96", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:45.278596Z", "iopub.status.busy": "2025-10-02T01:24:45.278437Z", "iopub.status.idle": "2025-10-02T01:24:45.415012Z", "shell.execute_reply": "2025-10-02T01:24:45.414423Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " # initialize the backend pass\n", " backend = qcs.HclBackend(channel_mapper=mapper)\n", " # the executor returns the program populated with results\n", " program = qcs.Executor(backend).execute(program)\n", " # (optional) export the data to an HDF5 file\n", " program.to_hdf5(\"program2.hdf5\")\n", "\n", "# we are loading a previously run program here for this example\n", "program = qcs.load(\"program2.hdf5\")" ] }, { "cell_type": "raw", "id": "42c5d239", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The results will now consist of five traces for each sweep point and for each channel." ] }, { "cell_type": "code", "execution_count": 6, "id": "b02ea859", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:45.417366Z", "iopub.status.busy": "2025-10-02T01:24:45.417187Z", "iopub.status.idle": "2025-10-02T01:24:47.409822Z", "shell.execute_reply": "2025-10-02T01:24:47.409035Z" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Re(V) for (rf, 4.05 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.000747070275247097, -0.0007250976748764514, -0.0006591796409338713, -0.000922851450741291, -0.0007250976748764514, -0.00032958984375, -0.0008129882626235485, -0.0006591797806322575, -0.0006152343237772584, -0.00030761715024709704, 0.00010986328125, -0.00026367199316155163, -0.0007470702141290531, -0.0004833984421566129, -0.000791015790309757, -0.0003955079009756446, -0.0004174806643277407, -0.0007031249813735485, -0.0008569334633648396, -0.0004614257253706455, -0.000483398512005806, -0.0005493162665516138, -0.0012304686941206455, -0.0005053709726780653, -0.0012963867047801614, -0.0012524413177743554, -0.0016699218831490725, -0.0015600587241351605, -0.001977538946084678, -0.002504882914945483, -0.0028564452193677427, -0.00274658203125, -0.003383789211511612, -0.003779297322034836, -0.003933105431497097, -0.004262695275247097, -0.004636230506002903, -0.0043505864217877385, -0.005273437686264515, -0.005405273381620645, -0.006218261923640967, -0.006899413745850324, -0.007229003915563225, -0.007492675236426294, -0.008129882998764515, -0.008459472097456455, -0.009514158964157105, -0.009250488691031932, -0.009580078907310963, -0.010151366144418717, -0.011162109300494194, -0.010854492336511612, -0.011469725146889686, -0.011777342855930328, -0.012128906138241292, -0.012392578460276128, -0.012326659262180328, -0.012238769885152578, -0.012722166534513236, -0.012502442122786306, -0.012590332329273224, -0.011997068859636783, -0.012238768674433232, -0.011601560935378074, -0.011513671651482583, -0.010700683295726775, -0.01087646335363388, -0.009689942002296448, -0.008217772096395492, -0.007229002565145493, -0.006459961459040642, -0.005449221655726433, -0.004987794533371925, -0.004438476450741291, -0.0032299837097525597, -0.0018896501744166017, -0.0008349610492587089, 4.394538700580597e-05, 0.0003515634685754776, 0.0017578136175870895, 0.0036694340407848356, 0.0047900393605232235, 0.006679687649011612, 0.00780029445886612, 0.008217772096395492, 0.009667967259883881, 0.011667483299970628, 0.013645017892122269, 0.015974120050668717, 0.017204590514302252, 0.018786617182195188, 0.021247556796879508, 0.022895507141947748, 0.02421386316418648, 0.02713622823357582, 0.02900390625, 0.029948729276657104, 0.03265136852860451, 0.03359619379043579, 0.0340136706829071, 0.03495849668979645, 0.03680419772863388, 0.035903317481279375, 0.03541991859674454, 0.03487059995532036, 0.03359619341790676, 0.03142089992761612, 0.03137695025652647, 0.028454586770385502, 0.02647705115377903, 0.02271972820162773, 0.02030273899435997, 0.01716064065694809, 0.01439209058880806, 0.012766113877296448, 0.008986815810203552, 0.004460446536540985, 0.0039331063628196715, 0.0010986313223838805, -0.0026367194950580597, -0.001098630577325821, -0.003383786231279373, -0.00703125111758709, -0.007536616455763578, -0.00832763547077775, -0.009755859896540642, -0.008415529504418373, -0.009338377416133881, -0.01230468526482582, -0.011491701006889343, -0.012150883674621582, -0.013908693194389343, -0.014897462725639344, -0.01669921875, -0.019643552601337433, -0.02239013910293579, -0.02533447593450546, -0.027663571387529375, -0.030827637016773223, -0.0342333946377039, -0.03783691579010338, -0.04091308787465096, -0.045791011303663254, -0.04869140684604645, -0.05231689438223839, -0.05499755889177323, -0.056425778567790984, -0.05963378995656967, -0.061062011122703555, -0.06141357123851776, -0.061040037870407106, -0.06097411885857582, -0.05800780802965164, -0.055656736344099046, -0.053437498211860654, -0.04987792931497097, -0.04559325985610485, -0.042670893296599385, -0.0368481457233429, -0.032695312052965164, -0.02900390401482582, -0.02408202737569809, -0.020478515326976775, -0.016677246987819673, -0.013710938394069672, -0.010634765028953552, -0.008767089247703553, -0.006416019052267075, -0.005405271798372269, -0.003911133855581284, -0.003581540659070015, -0.001757814735174179, -0.0011865234468132258, -0.0005932573229074478, -0.00019775107502937317, 0.0006811574101448059, 0.0007690422236919404, 0.0019335955381393432, 0.004504391551017761, 0.004812014102935791, 0.006635743379592896, 0.009404292702674866, 0.011228028684854507, 0.013139649480581283, 0.016765137761831285, 0.018676755577325822, 0.020544430986046792, 0.023488769493997096, 0.026433100178837775, 0.027443845570087434, 0.029069821536540984, 0.030278322845697404, 0.030388183891773224, 0.03139892667531967, 0.030256345868110657, 0.030520017445087432, 0.03010254055261612, 0.029619137942790984, 0.027663573622703552, 0.02559814453125, 0.02384033128619194, 0.02274170033633709, 0.020566408149898054, 0.019841308053582907, 0.018127439729869365, 0.01599609088152647, 0.013469238206744194, 0.012788086384534835, 0.010612792521715163, 0.009602051228284836, 0.007976076006889344, 0.006569824367761612, 0.004658203572034836, 0.004570312052965164, 0.0030981443822383882, 0.0023510735481977463, 0.0009667962789535522, 0.0004833979532122612, -0.0008129877503961324, -0.0016479483136208728, -0.002790528442710638, -0.0032080065459012983, -0.004350585490465164, -0.0045043941587209705, -0.00516357384622097, -0.005800781026482582, -0.006723632290959358, -0.006987303867936135, -0.007712402567267418, -0.00802001915872097, -0.008195801079273224, -0.008349609188735485, -0.008964843302965163, -0.009162597730755806, -0.00920654321089387, -0.008898925594985485, -0.009052734111901373, -0.008613281743600964, -0.009228515625, -0.008920898754149675, -0.008481444604694844, -0.008085938170552254, -0.00856933481991291, -0.007866210117936135, -0.00747070275247097, -0.006899414211511612, -0.007426757644861936, -0.007031249534338713, -0.006613769102841616, -0.006196288531646133, -0.005712889903225005, -0.005515136133180931, -0.005361327808350325, -0.005053710797801614, -0.005053711030632258, -0.004350585862994194, -0.004130859021097421, -0.0038012695498764516, -0.003032226487994194, -0.0034497070126235487, -0.0029663083143532274, -0.0027026369236409662, -0.003054199181497097, -0.0023730465676635505, -0.002263183565810323, -0.0021752928849309685, -0.001977539248764515, -0.0010986327892169357, -0.001384277135366574, -0.0016259766067378222, -0.001999511761823669, -0.0011206054710783063, -0.0016259764146525414, -0.0016259765368886292, -0.0014282227260991932, -0.0009228516137227416, -0.0010766601422801613, -0.0011425781529396772, -0.0014062499860301614, -0.0009228515787981451, -0.0010327148280339315, -0.0007250976806972176, -0.0011206054827198387, -0.0009667969105066731, -0.0011865233915159478, -0.0008129882509820164, -0.0009008788852952421, -0.0005932616768404841, -0.0009887695894576609, -0.001076660118997097, -0.001472167926840484, -0.0006372070754878223, -0.0011645507765933871, -0.0009887695196084678, -0.0011645507533103228, -0.0012963866640347988, -0.0012744140287395567, -0.0011865234351716935, -0.0017797851091017947, -0.0014941405592253433, -0.0012744140345603227, -0.001428222598042339, -0.0016479491343488917, -0.0012963866698555647, -0.0012304686999414117, -0.0012524414021754637, -0.0006372070318320766, -0.0015600585378706456, -0.0015600585378706456, -0.00136230468924623, -0.0017358397686621173, -0.0008129882597131654, -0.0014062499511055648, -0.0013623046339489519, -0.0009887694963254035, -0.0017797850887291133, -0.0018237303855130449, -0.0020434569829376414, -0.0016040038783103228, -0.0017138671566499398, -0.0019775390333961695, -0.001032714801840484, -0.0018676756881177425, -0.0016040038346545771, -0.0015600585436914116, -0.0014062499743886293, -0.0016259765136055649, -0.001472167926840484, -0.0013403319753706455, -0.0015600585320498794, -0.0013183593458961696, -0.0012744140345603227, -0.001713867112994194, -0.001010742157814093, -0.0022192382137291135, -0.001757812430150807, -0.0012304687086725607, -0.0012524413672508673, -0.0018676757521461696, -0.0013842772867064923, -0.001647949157631956, -0.0014062499423744157, -0.0020214842981658874, -0.0017797850538045167, -0.0015161132207140327, -0.0013842772925272584, -0.0015820311731658877, -0.0014062499394640326, -0.0017797850887291133, -0.0013623046426801011, -0.0015161132119828834, -0.0015380859113065526, -0.001208496029721573, -0.00142822258931119, -0.0014501952595310287, -0.0015600585233187304, -0.0016259764874121175, -0.0015380859025754035, -0.0016259765136055649, -0.0011645507300272584, -0.0017358397773932666, -0.0016699218074791133, -0.0016479491780046374, -0.0015161132061621175, -0.001296386687317863, -0.0012084960471838713, -0.0014282226271461695, -0.001428222592221573, -0.0019775389693677424, -0.0018237304058857263, -0.0009887694905046374, -0.001208496023900807, -0.0015161132119828834, -0.0015600585495121777, -0.0022412108461139723, -0.0011865233769640326, -0.0013842773070791737, -0.001252441361430101, -0.0014282226038631052, -0.0016259765048744156, -0.001428222592221573, -0.0014721679297508671, -0.002043456945102662, -0.0012744139996357263 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Re(V) for (rf, 4.1 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0021752928849309685, -0.0014721679035574198, -0.001999511616304517, -0.0016479491023346782, -0.0013183594157453627, -0.001318359369179234, -0.001494140611612238, -0.0005712891230359674, -0.0007031249813735485, -0.0001757812686264515, -0.0007470703683793544, 2.1972821559756995e-05, -0.00028564443346112967, 0.00019775384571403266, 0.0002636717166751623, -0.0001977539621293545, -0.00046142563223838806, 0.0003735351376235485, -8.789049461483955e-05, 0.0007031251210719347, 0.0009008787339553237, 0.0008129884197842329, -0.00019775382243096827, -2.197287976741791e-05, 4.394538700580597e-05, -0.0002197267487645149, -0.000988769344985485, -0.0011206058319658042, -0.0013623046805150806, -0.0014062499161809684, -0.0023510740138590336, -0.00296630896627903, -0.0035815427079796793, -0.003691405802965164, -0.005141601897776127, -0.005383300501853228, -0.006086425716057419, -0.006372070254292339, -0.0072509761899709705, -0.0071630854159593586, -0.006855469010770321, -0.007514647766947746, -0.008305664733052253, -0.007272948697209358, -0.008195801032707095, -0.0071411125361919405, -0.007075194828212261, -0.006437988206744194, -0.0060864251106977465, -0.004855956509709358, -0.003955078125, -0.002790527045726776, -0.001845702901482582, -0.0002197270281612873, -0.0001757809892296791, 0.0020874034613370895, 0.003317871317267418, 0.004877929762005806, 0.006240234896540642, 0.007998045906424523, 0.008437500265426934, 0.010546876024454832, 0.011843262054026128, 0.013249510899186134, 0.013161619752645492, 0.014084473252296448, 0.01461181566119194, 0.013996582478284836, 0.013666993472725153, 0.012524413876235485, 0.009733889251947403, 0.009030762687325477, 0.0069653339684009555, 0.005471192300319672, 0.0028344731777906417, 0.0005932621657848358, -0.0014062486588954926, -0.0034936513751745225, -0.0052075210958719255, -0.0076904304325580595, -0.01142578199505806, -0.012963865697383881, -0.016611329466104507, -0.019423826411366463, -0.021577147487550973, -0.02491699205711484, -0.02867431715130806, -0.030476076155900957, -0.0323657214641571, -0.03311279192566872, -0.032937011867761615, -0.03225586265325546, -0.03001464856788516, -0.027509766072034834, -0.02249999940395355, -0.018984371423721315, -0.01711670160293579, -0.012744136154651642, -0.009602050483226775, -0.00736083984375, -0.004064942337572574, -0.0008569320663809777, -0.0007470730692148208, 0.00351562425494194, 0.0064379915595054625, 0.009799805283546448, 0.013623049855232239, 0.01749023199081421, 0.02362060695886612, 0.02808105368167162, 0.0342553660273552, 0.03902343288064003, 0.04137450903654098, 0.04295654147863388, 0.04168212860822677, 0.038518065214157106, 0.03612304516136646, 0.03104736553505063, 0.02197265885770321, 0.01645752042531967, 0.010546877980232239, 0.004833984375, -0.0005493119359016418, -0.004833982139825821, -0.006525878980755806, -0.008964842185378075, -0.008789061009883881, -0.009624022990465164, -0.013227535784244538, -0.015644529461860658, -0.02096191644668579, -0.026630859076976775, -0.032277828082442284, -0.039111326448619366, -0.04862548671662807, -0.05275634452700615, -0.05704101324081421, -0.05954589992761612, -0.05877685248851776, -0.05730468854308128, -0.05031738076359034, -0.043967284448444846, -0.03458496406674385, -0.026477047801017763, -0.020830076932907105, -0.013293454051017761, -0.008020018041133881, -0.005361331999301911, -0.0024169936776161196, -0.0013623000122606754, -0.0018237277865409852, 0.000637209415435791, 0.002373047173023224, 0.006416013836860657, 0.011381839215755463, 0.015556644648313522, 0.022829590179026128, 0.02928954940289259, 0.037177731096744535, 0.04337402433156967, 0.0466479480266571, 0.04921875149011612, 0.04656005650758743, 0.04196776896715164, 0.03803466763347387, 0.03080566506832838, 0.020434566587209702, 0.014897459000349045, 0.00826171636581421, 0.003164063394069672, -0.0011425748467445373, -0.004658201709389687, -0.005581051856279373, -0.007404781505465507, -0.007712402939796447, -0.00944824144244194, -0.013930661976337433, -0.015314944088459015, -0.019599611312150954, -0.025949710607528688, -0.030080565065145493, -0.03484863601624966, -0.03981445431709289, -0.04256103113293648, -0.04273681342601776, -0.042055658996105194, -0.03935302719473839, -0.037397459894418714, -0.03232177498284727, -0.028212891519069673, -0.021862791478633882, -0.017006834596395494, -0.014963380992412567, -0.010393062978982926, -0.006855466961860656, -0.004855956509709358, -0.0014501961879432202, -6.591789424419403e-05, 0.0012744106352329254, 0.004746095091104507, 0.006569824367761612, 0.009470213949680329, 0.011821288615465164, 0.014216307550668716, 0.01628173890057951, 0.018039550073444842, 0.019204099848866462, 0.020192869007587433, 0.01924804672598839, 0.019511716067790986, 0.018193357065320014, 0.016589354351162912, 0.01439209048403427, 0.012194824405014515, 0.008789063617587089, 0.00823974572122097, 0.00582275316119194, 0.003317870944738388, 0.0011425778269767762, -0.0005273444578051568, -0.0023950192029587925, -0.003911133483052253, -0.0048999015241861345, -0.005427245795726776, -0.00769042856991291, -0.008305663987994195, -0.009624023735523225, -0.009536132868379354, -0.010458983451826498, -0.010437011159956456, -0.011645506508648396, -0.010942383110523224, -0.011162108555436135, -0.010085449181497097, -0.010085449554026127, -0.009755859337747096, -0.008569336286745966, -0.007822265941649675, -0.005998534709215164, -0.005405273474752903, -0.005185546725988388, -0.003977050632238388, -0.003515625, -0.0023730469867587088, -0.0012084959307685494, -0.0007470705546438694, -0.001362304762005806, 0.00037353532388806343, 0.00017578136175870894, 0.0015380858443677426, 0.0012524412013590336, 0.002197265485301614, 0.0012084959307685494, 0.0012304687406867743, 0.002175292745232582, 0.0013403323478996753, 0.0009228515438735486, 0.000878906063735485, 0.0005932616069912911, 0.0009667966980487109, 0.0005273438058793545, 0.00017578107654117047, -6.591787096112966e-05, -0.0005493164993822574, -0.0011206055525690318, -0.0006811525207012891, -0.0017358398152282461, -0.0014501951722195373, -0.001691894547548145, -0.00199951168615371, -0.0022851560730487107, -0.001933593675494194, -0.002219238318502903, -0.0022851561661809683, -0.0023291014600545167, -0.0016259765718132258, -0.002395019412506372, -0.0021752929606009275, -0.0025268553057685495, -0.002263183565810323, -0.0030322265258291735, -0.0021313476376235486, -0.002548828019644134, -0.002285156212747097, -0.002131347544491291, -0.0018676757114008068, -0.002021484333090484, -0.0018237304640933872, -0.0019116210285574197, -0.001494140614522621, -0.002197265560971573, -0.001208496082108468, -0.0014062499743886293, -0.0011865233624121173, -0.0014062499511055648, -0.0014062499540159479, -0.0018457030790159478, -0.0014941406057914718, -0.002285156137077138, -0.001054687486612238, -0.0017138671333668753, -0.0016259765019640327, -0.002197265566792339, -0.001384277333272621, -0.0012084960471838713, -0.0014062499220017343, -0.0011645507358480245, -0.0012524413410574197, -0.0016259765368886292, -0.0012744140229187905, -0.0011425780830904841, -0.001186523397336714, -0.0019335936871357263, -0.0014501952537102625, -0.001999511616304517, -0.0017358397715725004, -0.001977538986830041, -0.0013403319520875812, -0.0013403319870121777, -0.0013403319782810286, -0.0015380858909338712, -0.0014282226213254035, -0.001867675717221573, -0.0015161132236244158, -0.0017358397599309683, -0.0017138671042630448, -0.0018017577414866537, -0.001933593666763045, -0.0018017577094724402, -0.0010766601044451818, -0.001713867112994194, -0.0017797850974602624, -0.0017358397482894361, -0.0009887695137877016, -0.0015380858851131052, -0.0014721679064678029, -0.0021752929082140327, -0.0013183593051508068, -0.0022192381729837507, -0.0016040038142818957, -0.0021972655551508067, -0.0014501952391583472, -0.0015380858851131052, -0.0011645507445791736, -0.0012963866902282462, -0.0014501952595310287, -0.0020654296269640325, -0.0010546874575084076, -0.0013183593226131051, -0.001362304636859335, -0.0016259764728602023, -0.0012744140083668753, -0.001252441358519718, -0.0013842773012584075, -0.0015600585087668152, -0.0014721679122885688, -0.0018896483932621777, -0.0010546874575084076, -0.001757812430150807, -0.0011206054216017947, -0.0016699217958375812, -0.001362304631038569, -0.0021313475561328234, -0.0015600585466017947, -0.0016259764990536496, -0.0012084960588254034, -0.0016699217958375812, -0.001538085873471573, -0.0017578124097781256, -0.0009887694905046374, -0.0013842773041687906, -0.001296386681497097, -0.0020434569858480247, -0.0014721679006470367, -0.001296386675676331, -0.0014721679035574198, -0.001757812438881956, -0.0014721678802743555, -0.0013623046339489519, -0.0018237303942441941, -0.0018017577269347385, -0.0009667968290159479, -0.0012744140083668753, -0.0014501952769933268 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Re(V) for (rf, 4.15 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.005603027157485485, -0.00720703094266355, -0.008107909886166453, -0.009799804538488388, -0.010305175464600325, -0.011008300352841616, -0.01133789038285613, -0.011359862796962262, -0.011447753477841615, -0.009777831751853228, -0.007888183370232582, -0.006064452975988388, -0.0032519530155695974, -0.0005493163946084679, 0.0025268553872592747, 0.005778808472678065, 0.008525390550494194, 0.012282714433968066, 0.01604003868997097, 0.01834716759622097, 0.020478515326976775, 0.02214843649417162, 0.022390135936439036, 0.022192381881177427, 0.02054443322122097, 0.01784179639071226, 0.014370116777718068, 0.009580077975988388, 0.0027905272494535894, -0.003713378799147904, -0.010854491777718068, -0.01790771447122097, -0.026059569790959358, -0.033024901524186134, -0.039484862610697745, -0.045747068524360654, -0.0503393542021513, -0.053107908368110655, -0.052888181805610654, -0.05231689400970936, -0.04836181476712227, -0.04273681491613388, -0.0342993151396513, -0.025290526822209357, -0.011843261402100324, 0.0016259765077847987, 0.01652343710884452, 0.031376952305436134, 0.0468237292021513, 0.06117187328636646, 0.07404785007238388, 0.0853637658059597, 0.09333983957767486, 0.09802001640200615, 0.09784423485398293, 0.09544921442866325, 0.08677001595497132, 0.07644286826252937, 0.05954589694738388, 0.04029785096645355, 0.01700683534145355, -0.007207031035795808, -0.03449706956744194, -0.06049072109162808, -0.08683593422174454, -0.11118163764476777, -0.13436278998851775, -0.15150146186351776, -0.1646630808711052, -0.17176024615764618, -0.17224364429712297, -0.16556396335363388, -0.15062255412340164, -0.13007812350988388, -0.10274413749575614, -0.0709277331829071, -0.033222655579447744, 0.004724121000617742, 0.04717529118061066, 0.08780273050069809, 0.12882567793130875, 0.16692626774311065, 0.20058837234973909, 0.22717528641223908, 0.24604979753494263, 0.2559814423322678, 0.25310302078723906, 0.24180907458066941, 0.21612304002046584, 0.18511962294578552, 0.14207519292831422, 0.0973828099668026, 0.042890623956918714, -0.009931640233844519, -0.06734619066119193, -0.12300292551517486, -0.17738524973392486, -0.2256591722369194, -0.26969237327575685, -0.3047167927026749, -0.32996337711811063, -0.34180662631988523, -0.3371923744678497, -0.32055907547473905, -0.28579833805561067, -0.2450390562415123, -0.19032714366912842, -0.1329345688223839, -0.06752197071909904, -0.0011865233915159478, 0.06747802570462227, 0.13346191346645356, 0.19832518696784973, 0.25683837234973905, 0.31069335639476775, 0.3539575070142746, 0.3850488156080246, 0.3999902218580246, 0.3915527254343033, 0.3697558522224426, 0.32745849192142484, 0.27786621153354646, 0.21287108659744264, 0.14686523228883744, 0.07147704884409904, -0.0030761717818677424, -0.07918945103883743, -0.1506445288658142, -0.2206933543086052, -0.28278807997703553, -0.3401586800813675, -0.3869164913892746, -0.4200732260942459, -0.4376074105501175, -0.42947752475738527, -0.40469237565994265, -0.3575610280036926, -0.3046728432178497, -0.23688720166683197, -0.16587157994508744, -0.08901122733950614, -0.012634277064353227, 0.06624755710363388, 0.13935058265924455, 0.21084960401058198, 0.27529540061950686, 0.3333251863718033, 0.3820825099945068, 0.41745848655700685, 0.4345092624425888, 0.42596190571784975, 0.3982324093580246, 0.3482006698846817, 0.2930493116378784, 0.22146240025758743, 0.15084228068590164, 0.07292724475264549, -0.0021533202525461093, -0.07967284992337227, -0.15139159709215164, -0.22067138105630874, -0.2813598573207855, -0.33497314453125, -0.3774462789297104, -0.40682371854782107, -0.41833738684654237, -0.4065380752086639, -0.3782153189182281, -0.32917235493659974, -0.276547846198082, -0.2097729414701462, -0.1439428672194481, -0.07180663868784905, -0.0006591796496650204, 0.06919189244508743, 0.13625244051218033, 0.19891844987869262, 0.2533007740974426, 0.3002124011516571, 0.3350170850753784, 0.35602293312549593, 0.36010984778404237, 0.34417967200279237, 0.3157470703125, 0.27177977859973906, 0.22425292283296586, 0.1658715784549713, 0.10841308236122131, 0.045791014656424524, -0.013117675390094518, -0.07281738147139549, -0.12579345256090163, -0.1745507761836052, -0.2155517518520355, -0.24760985672473906, -0.2701537996530533, -0.2798217713832855, -0.2794482409954071, -0.26419920921325685, -0.24099608659744262, -0.20788329243659973, -0.1708154261112213, -0.12695800438523291, -0.08263915777206421, -0.03627685457468033, 0.007756347535178065, 0.04998779147863388, 0.08806640356779098, 0.1229809544980526, 0.14985351115465165, 0.1687280222773552, 0.1816918894648552, 0.18531737625598907, 0.1821972593665123, 0.17015624344348906, 0.15495117008686066, 0.13148437291383744, 0.10753417611122132, 0.07811279222369194, 0.049328611418604854, 0.018610839359462263, -0.008459472516551613, -0.03500244058668613, -0.05838134661316872, -0.07811279147863388, -0.09358153864741325, -0.10443603247404099, -0.11019286811351776, -0.11236816123127938, -0.10858886390924453, -0.10197509452700615, -0.09180175364017487, -0.07842040956020355, -0.06420410014688968, -0.04785644374787808, -0.03117919825017452, -0.014216308202594518, 0.001186523406067863, 0.016435546241700648, 0.028806151263415812, 0.03926513530313969, 0.0475927721709013, 0.05249267444014549, 0.056293944269418715, 0.05539306476712227, 0.05411865115165711, 0.04965820126235485, 0.045021971315145494, 0.03737548775970936, 0.030146483704447745, 0.02173095624893904, 0.013271483965218068, 0.004394531156867743, -0.002570800733519718, -0.010349120851606131, -0.015996093302965163, -0.020742186717689036, -0.02493896409869194, -0.027443846873939037, -0.02874023374170065, -0.02792724557220936, -0.02772949170321226, -0.02583984285593033, -0.022741698287427427, -0.01953369062393904, -0.01588623011484742, -0.012370605114847421, -0.008393554529175163, -0.004592284979298711, -0.0008569335652282462, 0.0018237304175272584, 0.0045922850258648396, 0.006877441192045808, 0.008305663848295808, 0.009162597451359033, 0.009953612927347422, 0.00927246049977839, 0.009777831844985485, 0.008525390503928065, 0.007690429408103228, 0.006262206798419356, 0.004372558440081775, 0.0028564451728016137, 0.0012304686912102624, -0.00017578123952262105, -0.0017138671246357262, -0.00292236318346113, -0.003383789025247097, -0.004460449097678065, -0.004899902269244194, -0.005515136523172259, -0.005405273288488388, -0.005515136523172259, -0.005251464620232582, -0.005075683444738388, -0.004855956975370645, -0.004108886537142098, -0.0037573241163045166, -0.0032958983327262105, -0.002922363160178065, -0.0023510741419158878, -0.001076660116086714, -0.0012304686941206455, -0.0009887695108773188, -2.9103830456733705e-12, -0.0004614257515640929, -0.0002416992123471573, 2.1972646936774255e-05, -0.00019775389519054442, -0.0005493163800565526, -0.0005712890415452421, 0.00013183593982830645, -0.0005493163887877017, -0.0012304687028517947, -0.0009228515264112502, -0.0009667968231951817, -0.001472167915198952, -0.0017358398239593954, -0.0018896483466960489, -0.0019775389810092747, -0.001977538998471573, -0.0014282225747592747, -0.0020214843039866536, -0.0019116210256470366, -0.0017797850858187303, -0.0018457030528225005, -0.002263183519244194, -0.0014501952449791134, -0.0018676756793865935, -0.0013623046426801011, -0.0011865234031574801, -0.0017797851003706455, -0.0012304687115829438, -0.0015820311673451215, -0.0017138671304564924, -0.0010546874720603228, -0.0016699218191206454, -0.0018457030761055647, -0.0013183593167923392, -0.0013842773099895568, -0.0021972655784338714, -0.0015161132178036496, -0.0011645507183857262, -0.0015161132323555648, -0.0014062499394640326, -0.0016040038666687907, -0.0014941405679564923, -0.0013842773012584075, -0.0012963866698555647, -0.001406249968567863, -0.001977539010113105, -0.001428222598042339, -0.0014721679035574198, -0.0016259765077847987, -0.001582031196448952, -0.0013183593429857865, -0.001494140553404577, -0.0015380858967546374, -0.0014941405766876414, -0.0012304687115829438, -0.0018017577473074197, -0.0015820311906281858, -0.0015161132119828834, -0.0016259764903225004, -0.0015820312139112503, -0.0014721678977366536, -0.0016918944544158875, -0.0018457030644640326, -0.0014721678948262707, -0.0009228515235008671, -0.0006811523169744759, -0.001516113238176331, -0.0014062499511055648, -0.0010766601248178632, -0.001494140553404577, -0.0016918945126235484, -0.0016259764903225004, -0.0019116210052743555, -0.001560058566974476, -0.0016259764903225004, -0.0019555663282517345, -0.0012744140170980246, -0.0020434569858480247, -0.002219238178804517 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Re(V) for (rf, 4.2 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0009008789667859674, -0.0009887695079669357, -0.0016479490732308477, -0.0004833984421566129, -0.001142578202416189, -0.0008569337223889306, -0.0012524414341896772, -0.0017578124534338713, -0.002395019447430968, -0.0026147459400817754, -0.0021752929547801613, -0.0027026366908103226, -0.002812499972060323, -0.0027026366558857264, -0.0026806640438735486, -0.00208740234375, -0.0021533201448619365, -0.0013403320102952422, -0.0007690428989008069, -0.000439453125, -0.0002636718330904841, 0.0008569335244828835, 0.0014282225631177426, 0.001142578013241291, 0.001472167856991291, 0.0014282227144576608, 0.00024169902317225934, -2.197250723838806e-05, -0.0010107426438480615, -0.0014282225165516138, -0.0028564452193677427, -0.003339843265712261, -0.004746093787252903, -0.0051196289656218145, -0.005559081677347422, -0.006196288578212261, -0.007075195200741291, -0.005998534912941977, -0.005383300688117742, -0.003801269270479679, -0.002944334875792265, -0.0015161128016188742, -0.0002856447361409664, 0.0015820307657122613, 0.003186034969985485, 0.004812012135516852, 0.005668945983052254, 0.006328124925494194, 0.006657715328037739, 0.00610839799628593, 0.004218749515712261, 0.002724609524011612, 0.0005273429676890373, -0.001669921400025487, -0.004636229388415814, -0.007009276747703552, -0.00911865234375, -0.010810546576976776, -0.013469237461686134, -0.013798827677965165, -0.01432617213577032, -0.012941894505638629, -0.01054687388241291, -0.007470704615116119, -0.004570311680436134, -0.0010986328066792338, 0.002175292745232582, 0.005624998360872269, 0.008811034634709359, 0.012568360008299351, 0.015666504576802253, 0.0169189453125, 0.016765135154128075, 0.014743652651668526, 0.010349122434854507, 0.007053221017122269, 0.0013183612376451493, -0.0024829086614772677, -0.00626220665872097, -0.010722655802965164, -0.01678711026906967, -0.021533204568549992, -0.026103514805436136, -0.02748779281973839, -0.02724609337747097, -0.024960936594288795, -0.01845702975988388, -0.011623533070087433, -0.00725097581744194, -0.0021752923261374236, 0.002460937574505806, 0.007646484673023224, 0.013579096645116806, 0.02137939244566951, 0.028256836533546447, 0.03232177495956421, 0.030585939437150954, 0.02555419746786356, 0.01641357019543648, 0.009030762314796447, 0.00015380755066871644, -0.0039770508068613705, -0.00670166015625, -0.012458497285842895, -0.02274169698357582, -0.030827635433524847, -0.03977050334215164, -0.04506591558456421, -0.04471435472369194, -0.03803466861136258, -0.024345707148313522, -0.014633789658546448, -0.008020018041133881, -0.002988278679549694, -0.00010985955595970154, 0.006306153535842895, 0.013974610716104507, 0.024631351139396428, 0.03867186978459358, 0.04554931670427322, 0.04174804463982582, 0.03346435073763132, 0.020302736759185792, 0.008283691108226776, -0.003383791446685791, -0.0075805683620274065, -0.007185056060552597, -0.010964356362819672, -0.022456054389476777, -0.03493652436882257, -0.047065429389476776, -0.056118160486221313, -0.05550293028354645, -0.046098629385232924, -0.029838865250349046, -0.01606200933456421, -0.007294920831918716, -0.0025927720591425894, -0.0014501966536045075, 0.0035375967621803285, 0.012019044905900955, 0.023994138184934854, 0.040517575293779376, 0.04899902194738388, 0.047021481394767764, 0.03673828151077032, 0.02019287571310997, 0.007163085043430328, -0.003713376820087433, -0.008745117858052254, -0.008371588587760926, -0.011887206137180329, -0.02175292894244194, -0.034079586155712605, -0.04768065959215164, -0.05642578452825546, -0.05603027418255806, -0.044890134362503886, -0.02755370959639549, -0.014216308295726777, -0.00593261793255806, -0.0022192333824932577, -0.0008569307625293732, 0.004152832925319672, 0.012656252086162566, 0.02504883105866611, 0.040144041925668714, 0.04557128846645355, 0.041616206616163255, 0.032255856599658725, 0.0173583947122097, 0.006723633408546448, -0.001955566555261612, -0.006108399032382294, -0.006855469197034836, -0.012348631024360656, -0.021401365846395494, -0.03161864993162453, -0.041594237089157104, -0.04418700784444809, -0.04159423783421516, -0.0340136748040095, -0.02199462801218033, -0.013117678463459015, -0.007426755875349045, -0.0025048797717317937, 0.001538083702325821, 0.007712401449680328, 0.015095213800668717, 0.02307128910906613, 0.029201661795377733, 0.03109131008386612, 0.02792724743485451, 0.022192384288064203, 0.013754881173372268, 0.007009278982877731, 0.0010546855628490448, -0.0030322258826345205, -0.006064452975988388, -0.011623534560203552, -0.01790771484375, -0.022236327850259842, -0.02605956792831421, -0.026433106511831284, -0.024565428122878076, -0.020104979211464525, -0.014809570088982583, -0.009052734076976775, -0.00527343936264515, -0.0009667984209954739, 0.0024389650672674177, 0.006394043564796448, 0.010041504353284835, 0.012634277064353227, 0.015117187052965164, 0.015227048844099044, 0.01351318471133709, 0.01087646438390948, 0.006943359225988388, 0.004548340290784836, 0.00037353411316871644, -0.002351074479520321, -0.004438476264476776, -0.00714111328125, -0.010415039397776127, -0.010942382691428065, -0.01263427659869194, -0.011711425706744194, -0.011184081621468066, -0.009492187621071934, -0.007646484486758709, -0.0058447267860174176, -0.0038012690842151643, -0.0013403315853793174, -4.394538700580597e-05, 0.001845703274011612, 0.003339843824505806, 0.004768066410906613, 0.005207519233226776, 0.004855956509709358, 0.004064941965043545, 0.003295898681972176, 0.00186767578125, 0.001538085751235485, -0.0009887694381177426, -0.0015600584913045168, -0.002988281100988388, -0.003757324069738388, -0.004702147748321295, -0.004855957149993628, -0.005427246447652578, -0.00518554663285613, -0.004768066480755806, -0.004592285247053951, -0.003867187350988388, -0.0032299802638590335, -0.0022631836123764514, -0.0009667966718552634, -0.001142578013241291, -8.789077401161194e-05, -0.0001977539388462901, 0.00019775386899709702, -9.313225746154786e-11, 0.0006152343936264515, 0.0005053710658103228, 6.591790588572621e-05, -0.0006591796176508069, -0.00010986332781612874, -0.001032714790198952, -0.0015600585611537099, -0.0019116210285574197, -0.001625976525247097, -0.0019555663224309684, -0.002197265566792339, -0.0018896483350545167, -0.002109374781139195, -0.0027905272669158875, -0.0019335937919095158, -0.0020214842632412912, -0.0014501952100545168, -0.0013183593517169356, -0.0013623046921566128, -0.0009887695778161287, -0.0011645507591310888, -0.0007470702694263309, -0.0012304687552386895, -0.0018457030761055647, -0.0008569336030632257, -0.0013403319870121777, -0.0007470702868886292, -0.001362304636859335, -0.0011865234147990123, -0.0018676757608773187, -0.0017358398297801613, -0.0015380858909338712, -0.001604003840475343, -0.0023291015095310286, -0.0017138671217253431, -0.0013403319841017946, -0.0016040038259234279, -0.002241210825741291, -0.0015600585262291133, -0.0015380858996650204, -0.0015161132236244158, -0.001340331995743327, -0.001142578068538569, -0.001823730397154577, -0.0016918944718781858, -0.0014282226416980847, -0.001472167909378186, -0.0016479491285281255, -0.0012963866669451819, -0.0010986327601131053, -0.0016479491343488917, -0.0016699218074791133, -0.0011206054186914116, -0.0019995116512291134, -0.0017797850945498795, -0.002021484321448952, -0.00140624996565748, -0.001516113243997097, -0.0011206054332433268, -0.0018676756881177425, -0.0015380858560092748, -0.0010327147843781858, -0.0013183593342546373, -0.0020214842865243555, -0.0014501952624414115, -0.001691894483519718, -0.0013842772925272584, -0.0018017577298451216, -0.001472167926840484, -0.0016699218074791133, -0.00129638668440748, -0.0011206054274225607, -0.001186523388605565, -0.001625976525247097, -0.0010546874633291735, -0.001384277321631089, -0.001274413990904577, -0.001538085879292339, -0.0015161132061621175, -0.0017578124185092746, -0.0013183593458961696, -0.001362304636859335, -0.0014282225951319561, -0.0015820311586139725, -0.0013623046339489519, -0.0014062499452847988, -0.001142578077269718, -0.001735839754110202, -0.0016040038259234279, -0.0017578124563442544, -0.0012524413468781859, -0.001362304648500867, -0.001647949154721573, -0.0014941405766876414, -0.0014282226184150204, -0.0012744140170980246, -0.0012963866465725005, -0.001582031187717803, -0.001098632742650807, -0.0012304686970310286, -0.0010546874778810888, -0.0015380858938442543, -0.0011645507533103228, -0.0020654296269640325, -0.002197265543509275, -0.001472167909378186, -0.0011865234118886292, -0.0017138671420980245, -0.0013623046514112502, -0.0014062499743886293, -0.0014501952478894963, -0.0017578124214196577, -0.0012524413468781859, -0.0015600585320498794, -0.0013403319986537098, -0.0012304686970310286, -0.0010327148105716334, -0.001713867101352662, -0.001494140550494194, -0.0013842772954376415, -0.0012744139996357263 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Re(V) for (rf, 4.25 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0019116210285574197, -0.001054687416763045, -0.000988769461400807, -0.0007250976312207058, -0.0006811522878706455, -0.0004614257719367743, -0.000747070275247097, -0.0007690428901696578, -0.001230468787252903, -0.0005493163946084679, -0.0016479491023346782, -0.001999511616304517, -0.0026367186103016136, -0.0024609374318970366, -0.0027026365511119365, -0.0031201171223074198, -0.003208007657667622, -0.0027026365511119365, -0.0027246092446148395, -0.002131347684189677, -0.0012744139879941941, -0.000703124888241291, -0.0003515624674037099, 0.0013842773623764515, 0.001010742224752903, 0.000944824144244194, 0.0009228514827555045, 0.0006591795943677425, -0.000747070275247097, -0.0012744137668050826, -0.0023950194008648396, -0.003713378496468067, -0.00492187486961484, -0.006086425669491291, -0.005646972730755806, -0.005559081863611937, -0.005097656697034836, -0.003559570387005806, -0.0029223632998764517, -0.0006591795012354851, 0.00030761752277612685, 0.002504882402718067, 0.003977050632238388, 0.004218749515712261, 0.0048999030143022535, 0.005471191764809191, 0.0024609372019767763, 0.0014282219111919404, -0.0005932618863880634, -0.0031201165169477464, -0.006877440959215164, -0.008195801172405481, -0.010590820666402578, -0.011491698771715164, -0.011447753943502902, -0.010458984784781933, -0.00812988243997097, -0.004899903759360313, -0.001252442505210638, 0.002790527418255806, 0.005251464620232582, 0.009118651886819863, 0.011953125149011612, 0.012634278461337089, 0.010722658410668374, 0.008986816182732582, 0.004768066853284836, -4.394538700580597e-05, -0.00487793106585741, -0.008547363430261612, -0.013886717334389686, -0.017446290142834185, -0.020808105170726777, -0.020478515699505807, -0.01894042966887355, -0.013996583223342896, -0.006943358480930329, -0.0019995124079287053, 0.002592773735523224, 0.009096679091453553, 0.015688476152718067, 0.02142333947122097, 0.02293945327401161, 0.021379391849040984, 0.015798338502645493, 0.009096679091453553, 0.0018237300217151641, -0.0044384760782122615, -0.010502930730581284, -0.017995604127645493, -0.025839843787252903, -0.0318164050579071, -0.03502441048622131, -0.029685056954622268, -0.019863276183605193, -0.010986329615116119, -0.005317383259534836, 0.0009008776396512985, 0.009250485897064209, 0.01832519322633743, 0.02909179776906967, 0.035112299025058746, 0.03311278969049454, 0.024411617405712606, 0.011953122913837433, 0.002285158634185791, -0.004877930786460638, -0.009492190927267075, -0.017775878310203552, -0.029465330578386784, -0.04418700709939003, -0.04750488102436066, -0.0413745079189539, -0.028498534858226777, -0.014414064586162567, -0.0061962902545928955, -0.0003295879811048508, 0.005009768903255463, 0.015490719676017761, 0.029926755651831626, 0.04231933355331421, 0.04368163943290711, 0.033596192067489025, 0.017512208223342894, -0.0009228542447090148, -0.006613765098154545, -0.008041992783546448, -0.014062495529651641, -0.030563969165086746, -0.04526366852223873, -0.05657958984375, -0.05328368917107582, -0.036958006024360654, -0.019072267413139343, -0.004372556507587433, -0.0018676770851016045, 0.0020214855670928956, 0.010261233150959014, 0.025466308649629354, 0.0433959923684597, 0.050053708255290985, 0.04115478694438934, 0.01790771633386612, 0.0011865198612213135, -0.007602535933256149, -0.009052735567092896, -0.013183592259883881, -0.025883788615465163, -0.04315429106354714, -0.05662353336811066, -0.05800781100988388, -0.04172607697546482, -0.019907227158546446, -0.007009278237819672, 0.0003076143097132444, 0.0024829089641571047, 0.0064379900693893434, 0.022258301638066767, 0.04161620885133743, 0.04965820163488388, 0.03950683325529099, 0.023444825410842897, 0.004746094346046448, -0.005383303016424179, -0.007580568268895149, -0.011777345836162568, -0.021796876192092897, -0.038408200815320016, -0.05128417760133743, -0.05148193463683128, -0.03895752001553774, -0.020917966961860657, -0.0069873049855232235, -0.0010766597464680673, -0.00028564706444740296, 0.0072949200868606566, 0.021884771436452864, 0.035090329498052596, 0.040495604276657104, 0.035661622136831286, 0.022456054762005805, 0.008767090737819672, -0.0014062486588954926, -0.005515137314796447, -0.010568849742412567, -0.020961911231279374, -0.030300293024629353, -0.037902836501598355, -0.04007812291383743, -0.03153076176531613, -0.018830565363168718, -0.009316405653953553, -0.003383789025247097, 0.0023730453103780746, 0.00922851637005806, 0.01762206479907036, 0.024455565959215164, 0.027553708851337434, 0.025664062425494193, 0.017995604686439036, 0.009338377416133881, 0.0035815440118312837, -0.004152831993997097, -0.009030761569738388, -0.014128420501947403, -0.02025878755375743, -0.025180663168430328, -0.024895020574331284, -0.021247557178139687, -0.015402832627296447, -0.009206543117761612, -0.00362548902630806, 0.0014941398054361343, 0.006064452230930328, 0.01076660193502903, 0.014172363840043545, 0.015534668415784835, 0.014545898512005806, 0.010744630172848702, 0.007207031175494194, 0.00175781212747097, -0.0016040041897213086, -0.005910643935203552, -0.00889892652630806, -0.012106933444738389, -0.01355712879449129, -0.013798828050494195, -0.012348632328212261, -0.009799805469810963, -0.006328124552965164, -0.0032519537955522535, -0.00021972646936774254, 0.002219238877296448, 0.005383300967514515, 0.005866699013859033, 0.006130371615290642, 0.0063940431922674176, 0.0051196283427998425, 0.003251952864229679, 0.0009667962789535522, -0.0013623047852888703, -0.002504882775247097, -0.004746093787252903, -0.0063281250186264515, -0.00727294972166419, -0.0074926760047674176, -0.006416015699505806, -0.005976561736315489, -0.004328612983226776, -0.0025268553756177424, -0.0012084960471838713, -6.591798737645149e-05, 0.000461425818502903, 0.0016040033660829067, 0.002373046800494194, 0.002351074293255806, 0.0015600585145875811, 0.00076904296875, -0.0007031253539025783, -0.0012524414341896772, -0.0021533202845603226, -0.0029003906063735487, -0.003449706733226776, -0.0033398436033166947, -0.003251953050494194, -0.0037353512132540347, -0.003142089699395001, -0.002834472618997097, -0.002087402297183871, -0.001538085867650807, -0.0006372069707140327, -0.0006591795478016138, -0.0004174805973889306, -0.0005932617466896772, -0.0008569335099309683, -0.0005273435497656464, -0.000900878946413286, -0.0006372069939970971, -0.001977539068320766, -0.001186523330397904, -0.0017578124534338713, -0.002395019493997097, -0.0019775390654103832, -0.001911621168255806, -0.0024389649246586488, -0.002285156154539436, -0.0021093749441206456, -0.0018457031110301614, -0.0019775390275754033, -0.0015161132643697784, -0.0013623046193970366, -0.0015600585611537099, -0.001625976516515948, -0.0012524413992650806, -0.0012304687406867743, -0.0009008788707433269, -0.0008129882480716333, -0.0010766601655632258, -0.0013623046252178028, -0.0012304687057621776, -0.0010546874633291735, -0.0020214843010762707, -0.0018896483728894965, -0.0016479491867357865, -0.0015600585262291133, -0.0019335936958668754, -0.0021752928936621175, -0.0013183593313442544, -0.0014941405912395566, -0.001164550767862238, -0.0011865233944263309, -0.0010546874720603228, -0.0013183593167923392, -0.0011206054157810285, -0.0017358397773932666, -0.0014501952449791134, -0.0020434569247299804, -0.0013623046193970366, -0.0017797851003706455, -0.0013623046164866538, -0.001538085879292339, -0.0011865233856951818, -0.001691894477698952, -0.0017138670984422788, -0.001757812435971573, -0.0014721678948262707, -0.001406249956926331, -0.0014941405679564923, -0.0016259765048744156, -0.001911621043109335, -0.0016699218278517947, -0.0016259765136055649, -0.0020654296153225006, -0.0012744140316499398, -0.0014062499220017343, -0.001538085879292339, -0.0014282226213254035, -0.0016040038375649602, -0.0020874022855423393, -0.001252441352698952, -0.0018017577356658876, -0.0016040038346545771, -0.0013183593226131051, -0.0015600585320498794, -0.0018896483932621777, -0.0015600585524225608, -0.0015820312110008672, -0.001625976525247097, -0.0019116210140055045, -0.001604003831744194, -0.001604003828833811, -0.0009008788591017946, -0.0016699218365829438, -0.0016699218191206454, -0.0016479491372592748, -0.0011206054128706454, -0.0019775389693677424, -0.001713867112994194, -0.0015380858880234883, -0.001208496032631956, -0.001757812427240424, -0.0010986327572027222, -0.0014941405737772585, -0.001494140550494194, -0.0012084960442734882, -0.0013183593400754035, -0.0016479491663631053, -0.001252441361430101, -0.0009667968493886292, -0.0011645507533103228, -0.0015600585233187304, -0.0014501952595310287, -0.001625976467039436, -0.001428222598042339, -0.001801757758948952, -0.0014941405563149602, -0.0015820311935385689, -0.0013403319811914117, -0.0015600585436914116, -0.001120605444884859, -0.0018457030644640326, -0.0019995116628706453, -0.0012304687115829438, -0.0010546874487772583 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Re(V) for (rf, 4.05 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ 0.002790527231991291, 1.1641532182693482e-11, 0.0018017578084254637, 0.0018676756415516138, 0.0010327147552743553, 0.0007470704033039511, 0.00048339836066588757, 0.0004394532035803422, 0.0027465820108773186, 0.0026147460215725006, -0.00013183588162064553, -0.000878906063735485, 0.001955566508695483, -0.0001977539621293545, 0.0009008789900690317, -0.0006152343470603227, -0.0006152344634756446, -8.789044804871082e-05, -0.00195556643884629, -2.1972693502902985e-05, -0.00048339830245822666, -0.0016918945824727417, -0.0014282227493822575, -0.0014721679966896773, -0.0002416994422674179, -0.0010107421316206456, -0.0021313476376235486, -0.001208496280014515, -0.00296630859375, -0.003251953050494194, -0.002131347730755806, -0.0030322263017296793, -0.001977539248764515, -0.0030322267208248376, -0.003999023186042905, -0.003691406050347723, -0.004702148385695182, -0.002878417950705625, -0.0028564448468387125, -0.004570312332361937, -0.003691405523568392, -0.004504394344985485, -0.004064940474927425, -0.0017797855660319328, -0.0031420905143022537, -0.0022851550951600076, -0.00010986384004354476, -4.394538700580597e-05, -0.001999511756002903, 0.00037353532388806343, 0.0006152342073619365, 0.001955566185642965, 0.0016479491896461695, 0.0023510742466896772, 0.002109374850988388, 0.0025048818439245223, 0.0034277338534593584, 0.0055371087044477465, 0.006108398735523224, 0.006416016444563866, 0.007844237983226776, 0.007536622136831284, 0.010151366144418717, 0.010151366516947747, 0.011623534187674523, 0.013710938207805157, 0.013864743523299694, 0.01562255942262709, 0.015974120231112464, 0.01966552631929517, 0.019138180650770664, 0.02032470740377903, 0.02067626975476742, 0.023049315065145494, 0.024016112834215165, 0.025202637165784837, 0.026718749850988387, 0.025136718153953554, 0.025466307997703552, 0.026279296725988388, 0.026499022915959358, 0.028168946132063867, 0.026213377714157104, 0.023291016835719346, 0.024851072719320653, 0.023334959894418715, 0.021137698739767074, 0.02067626900970936, 0.018654783815145494, 0.01636962667107582, 0.016962888836860656, 0.012282715737819671, 0.011865232884883881, 0.00911865234375, 0.007602539658546448, 0.006679683178663254, 0.002768555283546448, 0.003603513538837433, 0.0015600599348545075, -0.0004394512623548508, -0.0001757825259119272, -0.00035156477242708205, -0.0032299771904945374, -0.003669431060552597, -0.004680178314447403, -0.0034277372062206267, -0.004262699186801911, -0.0072949215769767765, -0.009338375926017762, -0.009667967259883881, -0.011733402311801911, -0.01628173589706421, -0.019797364622354506, -0.022214355319738387, -0.02482910454273224, -0.029135743528604506, -0.032365722581744194, -0.038518067169934514, -0.043813475966453554, -0.04695556759834289, -0.052932126075029375, -0.054052728414535525, -0.05183349251747131, -0.05319579839706421, -0.05042724460363388, -0.05080078095197678, -0.05141601413488388, -0.052272945642471313, -0.05049316585063934, -0.05277832001447678, -0.05506347343325615, -0.05293212980031967, -0.04985595587641001, -0.04581298637203872, -0.04073730316013098, -0.032563477754592896, -0.03267333805561066, -0.032893069088459015, -0.03260742574930191, -0.02722412198781967, -0.026938474178314208, -0.0239501953125, -0.021511231362819672, -0.016875003278255463, -0.01393066644668579, -0.01043701395392418, -0.003164062649011612, 0.0011865228414535522, 0.0014721654355525971, 0.0013623029051814228, 0.0012084964662790298, 0.0009008750319480896, 0.004790035635232925, 0.006635743379592896, 0.011865234375, 0.014282223582267762, 0.015446777641773223, 0.018413086235523225, 0.018808594346046446, 0.019379881024360657, 0.023862305283546447, 0.023225099593400956, 0.021687009185552598, 0.026279298588633537, 0.03454101607203484, 0.03891357136890292, 0.03972656168043613, 0.045219726860523224, 0.04979003518819809, 0.05088866576552391, 0.054228512942790984, 0.05383300483226776, 0.05607421696186066, 0.055305175483226776, 0.05512939244508743, 0.05442626923322678, 0.05049316138029099, 0.048735351860523225, 0.04401123002171516, 0.037990716844797136, 0.03695800841087475, 0.03181640841066837, 0.028256835788488387, 0.02395019344985485, 0.021555178612470628, 0.015754395723342897, 0.016655273735523224, 0.013557128608226776, 0.011074216663837433, 0.007778322696685791, 0.008063963800668716, 0.004702146351337433, 0.0047021470963954926, 0.0022412084043025972, 0.0013403307646512985, -2.197297289967537e-05, -0.0005712925922125578, -0.0009448238648474217, 0.0005053725093603134, -0.004020997136831283, -0.006020510941743851, -0.006306151300668717, -0.007448731362819672, -0.007207033038139343, -0.009492184966802597, -0.010327151417732239, -0.011074218153953552, -0.0134033203125, -0.014853516966104508, -0.013271485269069672, -0.015402831509709359, -0.015117187704890966, -0.01619384770747274, -0.01716064289212227, -0.01713867262005806, -0.016303709894418716, -0.017753906548023224, -0.01716064438223839, -0.016875000298023225, -0.013645020127296448, -0.015688476711511613, -0.01406250149011612, -0.012788085639476776, -0.012788085639476776, -0.012282714620232582, -0.011887207068502903, -0.01083251964300871, -0.010524902399629355, -0.011997069790959358, -0.008591308072209359, -0.006350096873939037, -0.005361328646540642, -0.005229492485523224, -0.005932617746293545, -0.003229979798197746, -0.00318603515625, -0.0036254875361919404, -0.0021533198654651643, -0.003647460415959358, 0.00013183671981096268, -0.000681152381002903, 2.19724141061306e-05, 0.0005932620726525784, 0.002197265508584678, 0.001889648661017418, 0.0005493160104379057, 0.002592773362994194, 0.002373046334832907, 0.0025268560275435448, 0.0022851564921438695, 0.002153320610523224, 0.0034936522133648396, 0.002570800855755806, 0.004020996019244194, 0.0028124996460974216, 0.004020996019244194, 0.004416503477841616, 0.0032958985306322575, 0.004724121047183871, 0.0026147460332140325, 0.0023291015648283066, 0.002658691321266815, 0.00320800777990371, 0.0024609375512227418, 0.004218749806750566, 0.004108886420726776, 0.003955077938735485, 0.004130859207361936, 0.001296386495232582, 0.0037133788457140325, 0.003010253934189677, 0.0008349609095603227, 0.0019335938151925803, 0.002219238074030727, 0.0032739256508648395, 0.002329101413488388, 0.0028124998789280653, 0.0012084960355423391, 0.0015161132207140327, 0.0019335937220603227, 0.0001757812104187906, 0.0010986327892169357, 0.0005932616535574198, 0.0026586913038045166, 0.0022851561894640326, 0.0017138670955318958, 0.0008349609444849194, 0.002043456950923428, 0.0015161132294451817, 0.002790527229080908, -0.001164550764951855, 0.002065429650247097, 0.0021533202845603226, 0.001252441352698952, 0.001340332004474476, 0.0018457030644640326, 0.001032714790198952, 0.0006372070434736088, -8.78905993886292e-05, 2.197265566792339e-05, 0.0011425781063735484, 0.0025927733775461094, -0.0007910156011348591, 0.0019335937016876415, 0.000988769461400807, 0.001076660110265948, 0.0022192381758941336, 0.0019775390246650204, 0.0008349608979187906, 0.00035156244994141164, 0.000944824141333811, 0.00010986330162268131, 0.002307128836400807, 0.001933593727881089, 0.0020874022680800407, 0.0017138671275461093, 0.0010327148280339315, 0.0005053711036453023, 0.0009008788882056251, 0.0010986327601131053, 0.002175292925676331, 0.0007910155953140929, 0.0003955078107537702, 0.0012084961053915322, 0.0014941405854187906, 0.0033618163026403634, 0.0012304687406867743, 0.0009448242111830041, 0.0020874023088254035, 0.0027026366209611298, 0.001933593666763045, 0.002373046794673428, 0.0030541991494828836, 0.0011645507212961093, 0.001757812430150807, 0.0018457030731951819, 0.0026147459750063716, 0.0020654295920394363, 0.0030541991436621174, 0.0005053710890933871, 0.001955566316610202, -0.00010986326087731868, 0.0016040037909988314, 0.001142578071448952, 0.0017797851265640928, 0.0014062499452847988, 0.001823730455362238, 0.0015820312168216334, 0.001647949148900807, 0.0003735351725481451, 0.0014941405854187906, 0.000900878879474476, 0.0009008788270875812, 0.0019775390159338714, 0.0013842773128999396, 0.0017578124563442544, 0.0010766601481009275, 0.0020434570033103228, 0.0008569335128413514, -0.00039550778456032276, 0.0012084960879292339, 0.0023730468325084074, 0.0038012693868950008, 0.0007250976399518549, 0.001977538978098892, 0.0008129882509820164, 0.0021313475968781858, 0.0020874023059150202, 0.002526855407631956, 0.0003735351492650807, 0.0006152343761641532, -0.0013623046776046976, 0.0013842773565556853, 0.00024169918615370988, 0.0032739257003413513, 0.0003076171880820766, 0.0001318358990829438, 0.0015161132323555648, 0.0010327148251235486, 0.0016918944951612503, 0.0009887695050565526, 0.002680664006038569, 0.0009667968435678632, 0.0012744140170980246 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Re(V) for (rf, 4.1 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ 0.0014501952478894963, 0.002197265625, 0.004372558591421693, 0.002395019493997097, 0.001867675653193146, 0.0028564453125, -0.0005712890531867742, 0.00344970692822244, 0.003186034969985485, 0.004306640615686775, 0.004460449135513045, 0.003186034969985485, 0.002702636644244194, 0.0017797849141061306, 0.0022192382253706454, 0.0011206052848137915, 0.002416991931386292, 0.000659179745707661, -0.00017578133847564458, 0.0010986328590661288, -0.00120849609375, -0.0011645506136119365, -0.0001538085052743554, -0.0007910156855359674, -0.0003295899514341727, -0.0016479495621751993, -0.0003076174296438694, -0.0010986329987645149, -0.004174804221838713, -0.0030322268605232237, -0.002658691629767418, -0.0010766604915261268, -0.003999023302458227, -0.0019335941120516508, -0.004350586142390966, -0.0010986329987645149, -0.0009008791297674179, -0.00013183597475290297, -0.00019775358960032462, 0.0005932619795203208, 0.0005273439921438694, 0.0003295899834483862, 0.0025268547236919404, 0.004218749515712261, 0.005734862759709358, 0.003669433295726776, 0.006679686903953552, 0.006503905914723873, 0.007382813468575477, 0.009931640780996532, 0.011337890941649675, 0.01006347667425871, 0.011118163168430329, 0.012392577156424523, 0.013754882663488389, 0.012458495795726776, 0.014084472437389195, 0.011315917409956456, 0.01116210948675871, 0.00922851637005806, 0.010063476487994194, 0.008547362685203553, 0.004812010005116463, 0.0026147451251745226, 0.0021093733608722686, 0.0004394529387354851, -0.00037353541702032087, -0.002438964694738388, -0.004877927899360657, -0.007250977307558059, -0.010041502118110657, -0.013820800930261612, -0.01577636431902647, -0.017204589024186135, -0.020170896127820016, -0.02351073995232582, -0.023137206584215163, -0.025642088800668716, -0.02430175542831421, -0.02287353537976742, -0.02093994040042162, -0.02052246080711484, -0.01658935770392418, -0.013227538019418717, -0.012502441555261612, -0.006987302750349045, -0.005844725668430329, -0.002373044192790985, 0.0017797859385609628, 0.001955567533150315, 0.0037573233246803285, 0.005559083074331284, 0.013908690214157105, 0.010678710043430328, 0.015468748658895493, 0.023884275555610658, 0.027312007918953895, 0.0306958026252687, 0.03792479895055294, 0.04135253578424454, 0.04328612983226776, 0.04636230319738388, 0.04383544698357582, 0.04264892116189003, 0.0386498998850584, 0.03374999812804162, 0.025004882365465164, 0.01957763135433197, 0.015314942598342896, 0.007272948324680328, 0.003911134600639343, 0.004812013357877731, -0.002570801600813866, -0.0021313476143404843, -0.003295900672674179, -0.001560056209564209, -0.006262210011482239, -0.009272460639476777, -0.015754395723342897, -0.024455568194389342, -0.0269165001809597, -0.037199707608669995, -0.045285644754767415, -0.053767091035842894, -0.05321776866912842, -0.05328368991613388, -0.054228515923023225, -0.05493164211511612, -0.051459961012005805, -0.043417965760454535, -0.03436523526906967, -0.02744385153055191, -0.0261474609375, -0.019797365367412566, -0.012919922173023225, -0.009492190182209015, -0.0002416953444480896, 0.002746582729741931, -0.0007470693439245224, 0.005097655206918716, 0.013161619007587434, 0.017709961533546446, 0.023576660454273222, 0.025554198026657104, 0.02540039159357548, 0.034343262304901145, 0.043923338130116465, 0.04827392101287842, 0.04528563916683197, 0.04759276956319809, 0.04759276658296585, 0.050515130162239075, 0.05172362811863422, 0.044406738295219836, 0.028894037008285522, 0.023334961384534836, 0.021906736493110656, 0.013051757216453552, 0.007932126522064209, 0.0010327167809009552, -0.005361331999301911, -0.0033178710378706454, -0.0022192370146512986, -0.0041748046875, -0.009294435381889343, -0.014128419756889343, -0.015952152013778687, -0.021687010675668715, -0.028498534113168716, -0.03792480416595936, -0.046472164988517764, -0.051108398288488385, -0.05451415628194809, -0.055239255726337436, -0.05119628757238388, -0.046318355947732925, -0.041418449580669404, -0.032124022115021945, -0.024367672204971314, -0.019885255396366118, -0.011535643041133881, -0.004987794160842896, -0.0021533235907554627, -0.004372560232877731, -0.0006811544299125671, 0.00046142386272549627, 0.0025927718728780747, 0.003471682220697403, 0.011535643041133881, 0.011359861493110657, 0.017314454913139342, 0.024016113206744193, 0.026015620678663254, 0.030036617629230024, 0.03276123106479645, 0.03357421904802323, 0.03377196937799454, 0.03234375193715096, 0.0333984375, 0.02777344062924385, 0.026894529536366462, 0.02249999586492777, 0.017512204870581628, 0.017644044011831284, 0.013051757216453552, 0.008305662870407104, 0.006613770127296447, 0.00604248009622097, 0.0026147444266825916, -0.0005053722299635411, -0.001955565810203552, -0.0029223620891571044, -0.00648193359375, -0.007954102754592896, -0.010371094197034835, -0.01406250037252903, -0.012304686242714524, -0.012875975295901298, -0.013359376415610313, -0.015666503086686136, -0.014458009600639343, -0.014414061233401299, -0.01494140662252903, -0.011425781436264515, -0.010151366936042905, -0.008547362964600324, -0.008217773213982583, -0.006789551302790642, -0.0042407229542732235, -0.0025708001106977464, 0.0005493158474564553, 0.0009008792228996753, 0.0008129879919579252, 0.0029223633930087088, 0.003779296763241291, 0.004482422396540642, 0.004548339918255806, 0.006020507216453553, 0.007294922508299351, 0.007756347581744194, 0.006503906496800482, 0.007910155958961695, 0.007976073771715164, 0.007294921949505806, 0.006943358853459358, 0.00516357421875, 0.005998534895479679, 0.0055371088907122615, 0.007207030430436134, 0.005712890019640327, 0.005910644587129354, 0.003911132737994194, 0.0036474606953561307, 0.0038452147506177425, 0.001230468787252903, 0.0016699218191206454, 0.002724609337747097, 0.0019335936347488313, 0.0008569337427616119, 0.0006372068077325821, -0.0014941407367587089, -0.0014941404573619367, 0.0007910152984550223, 0.001384277193574235, -0.0017138669441919773, 0.0012524412246420979, -2.1972670219838618e-05, -0.00046142584178596733, -0.0005712889600545168, -0.0013842772459611297, 0.00010986328125, 0.0010327146854251623, 0.000856933556497097, 0.002636718557914719, 0.001757812569849193, -0.0001977539621293545, 0.001164550706744194, 0.0007690429105423391, 0.0012744140025461093, 0.000812988233519718, 0.0019775389810092747, 0.0019116210751235485, 0.0027026367461076006, 0.0015600585262291133, 0.0017138672061264514, 0.0038671874441206454, 0.0015380859025754035, 0.003933105384930968, 0.0011645507533103228, 0.0023071288131177427, 0.001494140550494194, 0.0019775389606365933, 0.0025268553901696576, 0.002856445184443146, 0.002109374949941412, 0.0020654296269640325, 0.0014282225631177426, 0.0026586912921629847, 0.0014941405912395566, 0.0025048827461432665, 0.00030761719681322576, 0.001999511630856432, 0.002526855340693146, 6.591794081032277e-05, 0.0010546874575084076, 0.0017358398297801613, 0.002482910128310323, 0.0014721678802743555, 0.0011645507329376414, -0.00010986323468387127, 0.002373046800494194, 0.0015161132148932665, 0.0004833984305150807, 0.00048339848581235856, 0.0016699218191206454, 0.0017797850945498795, 0.0011645507474895567, 0.000791015662252903, 0.0025268553872592747, 0.0019995116599602625, 0.002329101410578005, 0.001274414046201855, 0.0010986327863065526, 0.002087402279721573, 0.0010327147960197181, 0.001010742218932137, 0.003471679554786533, 0.002087402270990424, 0.0003295898844953626, 0.0030761717236600815, 0.0009448242257349193, 0.0025488280516583472, 0.0019995116745121777, 0.0012744140345603227, 0.00199951164831873, 0.0011865233740536497, 0.0018237304640933872, -0.00017578128026798367, 0.001252441361430101, 0.0011865233740536497, 0.0035815428709611297, 0.00098876953125, -2.197264111600816e-05, 0.0015600585495121777, 0.0008569335448555648, 0.0017358398152282461, 0.001274414052022621, 0.0016918944573262706, 0.001164550773683004, 0.0018896483990829438, 0.0026147459982894363, 0.0015820311731658877, 0.0016479491809150205, 0.0010327148076612503, 0.002768554593785666, 0.003427734228898771, 0.00237304677721113, 0.0005273437825962901, 0.00120849609375, -0.00030761718517169356, 0.0017358398094074801, 0.0021533202263526617, 0.0035815428476780654, 0.0014941406290745363, 0.0017578124417923391, 0.0019775390159338714, 0.0007031249784631655, 0.003186035086400807, 0.0017138671450084076, 0.0032519530068384483, 0.002241210881038569, 0.0009008788503706456, 0.0017578124534338713, 0.0008789061714196578, 0.0008129882742650806, 0.0022192382195498793, 0.0020214842777932064, 0.0007031249697320163, 0.002944335830397904, 0.0019335936958668754, 0.0028564452746650203, 0.0009008788620121777, 0.0020654296269640325, 0.0017358398268697782 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Re(V) for (rf, 4.15 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.006481933477334678, -0.005141601408831775, -0.0037133787758648396, -0.0027026365976780655, -0.0001977539126528427, 0.0031201170902932064, 0.002878417877946049, 0.006459960783831775, 0.008239745860919356, 0.010327148297801615, 0.011271972395479678, 0.015490722097456455, 0.01669921837747097, 0.018830565828830005, 0.017951659765094517, 0.019445800315588714, 0.016677245497703552, 0.016105956491082908, 0.013513183314353227, 0.009909667680040002, 0.006020507565699518, -0.0009008788474602625, -0.005053710844367743, -0.009294433379545807, -0.017424315959215165, -0.022302245534956456, -0.030168455839157105, -0.029069823585450648, -0.03328857310116291, -0.03656249903142452, -0.03867187425494194, -0.03555175699293613, -0.034738768637180326, -0.03161865118891001, -0.02555419858545065, -0.015974120516330004, -0.005954589683096856, 0.0039111327263526615, 0.01463378882035613, 0.026916502974927425, 0.03860595561563969, 0.04943847507238388, 0.05947997905313969, 0.06875244081020356, 0.07617919817566872, 0.08112304583191872, 0.08101318180561065, 0.07811279147863388, 0.07261962741613388, 0.06378661915659904, 0.05203124806284905, 0.035222166776657106, 0.01762206954881549, -0.004680175561225042, -0.02614746019244194, -0.04862548634409904, -0.07051025182008744, -0.09028564170002937, -0.11043456718325614, -0.12326659858226777, -0.1350439429283142, -0.14192138314247132, -0.14249267578125, -0.1388671875, -0.12766112983226777, -0.11017089635133744, -0.08786864876747132, -0.060270994901657104, -0.027949217706918716, 0.00804199194535613, 0.04293456934392452, 0.08151855245232582, 0.11619140356779098, 0.15086425393819808, 0.18274657428264618, 0.20821288377046585, 0.22478026896715164, 0.23490966111421585, 0.2356347605586052, 0.22458251267671586, 0.20392821878194808, 0.17417724132537843, 0.13822997510433196, 0.09186767339706421, 0.04361572191119194, -0.004833984258584678, -0.059721678122878076, -0.11221435368061065, -0.16413573920726776, -0.2129589781165123, -0.25914550125598906, -0.2939062476158142, -0.317746576666832, -0.3304907202720642, -0.3295678645372391, -0.31135253608226776, -0.2820190370082855, -0.2385571241378784, -0.18749267011880874, -0.13135253638029099, -0.06765380650758743, -0.001362304631038569, 0.06829101406037807, 0.135527341067791, 0.2032470628619194, 0.26514403223991395, 0.3215478479862213, 0.36630613803863527, 0.4029785066843033, 0.4181835770606995, 0.41392089128494264, 0.3880371004343033, 0.3480248898267746, 0.2925659090280533, 0.23071288466453552, 0.15925780981779097, 0.08224364891648292, 0.006921386555768549, -0.07257568389177323, -0.1486230418086052, -0.22135253250598907, -0.2940161108970642, -0.3534741073846817, -0.40781248807907106, -0.44865965843200684, -0.44999998807907104, -0.44999998807907104, -0.4376513510942459, -0.39267333447933195, -0.3316992104053497, -0.2613207966089249, -0.1859765574336052, -0.1037548802793026, -0.020786131918430328, 0.06596191190183162, 0.14605224281549453, 0.22704345136880874, 0.300146484375, 0.369030749797821, 0.4273022323846817, 0.44978025555610657, 0.44978025555610657, 0.44978025555610657, 0.4485058456659317, 0.4051977425813675, 0.33508299887180326, 0.2619580000638962, 0.18074706345796585, 0.09894286915659904, 0.013337402045726776, -0.07290527150034905, -0.15281982123851776, -0.23396483808755875, -0.30269530415534973, -0.3714037984609604, -0.4238305568695068, -0.44999998807907104, -0.44999998807907104, -0.44999998807907104, -0.43692625463008883, -0.3888281166553497, -0.32161376178264617, -0.2522680625319481, -0.1733422800898552, -0.09138427451252937, -0.008020019344985484, 0.0736743152141571, 0.14934814274311065, 0.2246044844388962, 0.2916210860013962, 0.354199206829071, 0.3999462753534317, 0.42978514432907106, 0.4377392500638962, 0.4232812404632568, 0.38693846464157106, 0.3370605379343033, 0.27569091618061065, 0.21157470047473909, 0.13908691257238387, 0.06824706867337227, -0.003955078043509275, -0.07593749761581421, -0.1395483359694481, -0.20225829333066941, -0.2559594660997391, -0.29992675185203554, -0.3320068299770355, -0.34725584983825686, -0.34718993306159973, -0.3327099561691284, -0.3016845673322678, -0.261716303229332, -0.21344237476587297, -0.16075194925069808, -0.10344726219773293, -0.046406248956918715, 0.009338378673419356, 0.06607177555561065, 0.11498290747404098, 0.16011474132537842, 0.19683105051517485, 0.22302245646715163, 0.2424682557582855, 0.25037841200828553, 0.2455224558711052, 0.2328442305326462, 0.21012450605630875, 0.17969237715005876, 0.1462499976158142, 0.10942382588982583, 0.06820312291383743, 0.030300292000174523, -0.007822265336290001, -0.04462646320462227, -0.07479492127895356, -0.1017773412168026, -0.12249755561351776, -0.13899902105331421, -0.14737060219049453, -0.15235839486122132, -0.1491503894329071, -0.13660400062799455, -0.12484862953424454, -0.10694091469049453, -0.08499023169279099, -0.06407226473093033, -0.039199217408895495, -0.017863768991082905, 0.006789550581015646, 0.027619628049433232, 0.0440771471709013, 0.05941406078636646, 0.0709497056901455, 0.07921142429113388, 0.08483642265200615, 0.08652831763029098, 0.08228759616613388, 0.07899169698357582, 0.06811523362994194, 0.05934814363718033, 0.04862548708915711, 0.03513427656143904, 0.024367675185203552, 0.011337890196591616, -0.0004394530813442543, -0.010920409858226777, -0.020764159597456457, -0.02801513597369194, -0.031574706360697744, -0.03847412019968033, -0.04073730371892452, -0.03744140528142452, -0.037968749180436134, -0.036386717855930326, -0.03093749936670065, -0.02702636644244194, -0.020786132477223874, -0.015358886308968067, -0.008591308491304517, -0.0037133788398932667, 0.0012084960646461696, 0.006108398246578872, 0.009865722293034196, 0.015798339620232582, 0.01621581967920065, 0.020061034709215164, 0.021137694455683233, 0.017402343265712262, 0.018193358927965163, 0.018149413261562587, 0.01551269507035613, 0.012348632514476775, 0.01001953100785613, 0.007470702892169357, 0.0053833006997592745, 0.003911132703069598, 0.0029663085093488916, -8.789061103016138e-05, -0.003273925662506372, -0.003559570200741291, -0.0042407225584611295, -0.006064452836290002, -0.004724121070466936, -0.005229492043145001, -0.004724120948230848, -0.003032226487994194, -0.004965820201323368, -0.0033398436498828232, -0.0017578124185092746, 8.789063722360879e-05, 0.00024169917742256075, -0.0003735351638169959, 0.00226318352506496, 0.003317871005856432, 0.002043457026593387, 0.0042626951937563716, 0.0034716795722488313, 0.001955566360265948, 0.00362548821431119, 0.0019555664068320764, 0.0016918944485951215, 0.00459228505496867, 0.003405761640169658, 0.0015161132032517344, 0.0024609374231658876, 0.002812499925494194, 0.0008129882626235485, -0.0004394530929857865, -0.00013183592818677425, 0.0011645507212961093, 0.0014062499714782462, 0.0019775390217546375, 0.0012084960559150203, 0.0015161133545916528, 8.789063722360879e-05, 0.0015600585960783065, 0.0012084960471838713, 0.0007031249348074198, 0.0011206054623471573, 0.0022192382137291135, 0.0011206053983187302, 0.0007690429512877018, 0.0006591796642169357, 0.0014282226416980847, 0.0009667968028225004, 0.000637206991086714, 0.0008789062267169356, 0.0030981444637291134, 0.003339843632420525, 0.0020654296153225006, 0.002592773362994194, 0.0026147460332140325, 0.0028124998440034687, 0.002878417796455324, 0.001735839794855565, 0.0012304686912102624, 0.0028124999080318958, 0.001208496032631956, 0.0006591797107830643, 0.0017797850799979643, 0.0006152343965368345, 0.0013623046048451214, 0.001955566368997097, 0.0021313475910574196, 0.001010742166545242, 0.0005493163800565526, 0.00162597646121867, 0.0004833984130527824, 0.0023071288247592746, 0.00232910152990371, 0.00123046871740371, 0.0020214843098074198, 0.0024829101166687906, 0.0005053711240179837, 0.002307128836400807, 0.002878417889587581, 0.0030981444870121777, 0.0016040038462961093, 0.0, 0.00046142576611600815, 0.0018017577938735485, 0.0010986327717546374, -0.00019775391556322574, 0.0006152343645226211, 0.0009448242257349193, 0.0015820312168216334, 0.0023510741622885687, 0.0010986327688442543, 0.0004614257719367743, 0.0021752929082140327, 0.002329101497889496, -0.00048339838976971803, 0.0029223631892818956, -0.00024169918324332685, -0.00019775388645939528, 0.0016699218307621778, 0.0019335936842253432, 0.0011645507474895567, 0.0018896483845310286, 0.002636718680150807, 0.0007910156273283064, 0.003691406111465767, -1.746229827404022e-11 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Re(V) for (rf, 4.2 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ 0.0018457030004356057, 0.0013183593982830644, 0.001098632742650807, -0.0010107421432621777, 0.0007690429920330644, 0.0006591798271983861, -0.0008569335099309683, -0.0010546874807914719, 0.0006591795478016138, -0.00046142565552145245, 0.0011206054245121778, 0.0008349608862772584, 0.001845703087747097, 0.0011645505437627435, 0.003405761532485485, 0.003933105408214033, 0.0032299802871420978, 0.00417480431497097, 0.002834472665563226, 0.004108886458561755, 0.001647949288599193, 0.004987792950123549, 0.002944336039945483, 0.0005493163684150204, 0.0009228512877598405, -0.0025268553756177424, -0.00263671912252903, -0.0021313480800017716, -0.0023510743863880633, -0.0034936519339680673, -0.0016040036454796792, -0.003164062718860805, -0.004042968247085809, -0.0005712892860174179, 0.0005273432470858097, 0.00191162129631266, 0.0036474606953561307, 0.004899902455508709, 0.0033618160523474216, 0.007382812863215804, 0.0073388669639825824, 0.006394042447209358, 0.00861328188329935, 0.005119628529064358, 0.007646484486758709, 0.00472412146627903, 0.002658691257238388, 0.0020874014706350865, -0.001779785379767418, -0.0028564453125, -0.005251464806497097, -0.00843750077765435, -0.008898925222456455, -0.00933837890625, -0.01048095729202032, -0.01043701167218387, -0.006130370870232582, -0.00296630896627903, -0.0014062484726309777, 0.0017578120809048415, 0.004921875149011612, 0.009514159709215163, 0.012106933631002903, 0.013359373528510332, 0.015534670278429984, 0.01628173664212227, 0.01669921875, 0.014501951611600816, 0.011843262240290642, 0.007272948324680328, 0.002043456584215164, -0.0007690443890169263, -0.004636230319738388, -0.00922851487994194, -0.013227538391947746, -0.017709960066713392, -0.02096191272139549, -0.023444823175668716, -0.023312988132238387, -0.019291993376100436, -0.014589840918779374, -0.009162598848342895, -0.004636231064796448, -0.0005932625907007604, 0.005383300036191941, 0.011623534560203552, 0.016325681656599044, 0.025378416827879845, 0.03240967020392418, 0.034365229308605194, 0.03269531428813934, 0.027202143651084042, 0.01900634840130806, 0.011799316108226775, 0.002504882961511612, 0.0008349609182914719, -0.0036914080381393434, -0.011601559817790985, -0.017534181475639343, -0.028828125598374756, -0.04104491993784905, -0.04324218332767486, -0.040847166627645495, -0.03385986448265612, -0.02188476175069809, -0.010349121689796448, -0.0026147454977035523, 0.0008129877503961324, 0.0019116215407848358, 0.007163085043430328, 0.017841795831918715, 0.033112795324996114, 0.046142578125, 0.05238281339406967, 0.051459957659244535, 0.03790283165872097, 0.020390626043081284, 0.009865719079971313, -0.0014501966536045075, 0.0019335930235683918, -0.004086914658546448, -0.009909671545028687, -0.019599611312150954, -0.03700195122510195, -0.048999018222093585, -0.05504150390625, -0.05504150167107582, -0.04409912303090095, -0.027312014251947403, -0.01700683683156967, -0.004174807667732238, 0.0016699263826012612, 0.0008129857480525971, 0.013183592259883881, 0.020830077677965166, 0.03234374867752195, 0.05080077946186066, 0.047570797801017764, 0.050603026151657106, 0.04568115063011646, 0.024653322249650955, 0.01920410096645355, 0.005844727158546448, -0.001955568976700306, -0.0030542030930519105, -0.015644532442092896, -0.02403808832168579, -0.03546386398375034, -0.052932126075029375, -0.05042724609375, -0.05334960445761681, -0.047131347749382255, -0.026718750596046448, -0.021533204615116118, -0.007404786348342895, 0.0007250942289829254, 0.0015161126852035523, 0.011931152641773224, 0.016896970570087433, 0.033156735729426144, 0.050273438543081285, 0.05198730081319809, 0.05592040866613388, 0.041330563463270666, 0.02217041179537773, 0.009865723550319672, 0.0007250986993312836, -0.002329098153859377, -0.0016479507088661195, -0.009821778535842896, -0.019643552601337433, -0.03254150082357228, -0.04842773005366326, -0.054733884334564206, -0.04928466379642486, -0.03359618668328039, -0.021115718781948088, -0.009667967259883881, -0.0009448200464248658, 0.00028564393287524583, 0.0034057646989822388, 0.008854980766773223, 0.021401368826627732, 0.03155273268930614, 0.04031982347369194, 0.042692871391773225, 0.03812255710363388, 0.027026364789344372, 0.020346677303314208, 0.012392573058605194, 0.003889159858226776, 0.001010741596110165, -0.004240720719099045, -0.010590822994709015, -0.01628173515200615, -0.024521482340060175, -0.03021240308880806, -0.030366207659244537, -0.02485107332468033, -0.021774900238960983, -0.014436035603284835, -0.009799806028604507, -0.0021533194929361345, 0.0005493159871548415, 0.0075366213917732235, 0.01043701171875, 0.017556151375174522, 0.02001708806492388, 0.021665038540959358, 0.02285156175494194, 0.02021483927965164, 0.018193359626457094, 0.012282715737819671, 0.009470215439796448, 0.004042969644069671, 0.0008789071813225746, -0.003757324442267418, -0.007734373211860657, -0.008833006396889687, -0.012348632141947747, -0.013820801302790642, -0.011821288615465164, -0.013051756098866463, -0.008635253133252262, -0.007888183370232582, -0.0043505851179361345, -0.0010766604915261268, 0.0019116217503324152, 0.0035815432667732237, 0.00758056603372097, 0.00758056640625, 0.010305175348185003, 0.011118162982165813, 0.009689942002296448, 0.010744627565145493, 0.00889892689883709, 0.005888671614229679, 0.004877929016947747, 0.0010327144525945186, 0.0012963872723048553, -0.00010986374691128731, -0.002241210825741291, -0.004548339359462261, -0.004658202934660949, -0.004460448864847422, -0.002109374850988388, -0.004174804408103227, -0.0033837890485301616, -0.0007690425962209701, 0.00039550745859742167, 0.0010546873323619365, 0.0019116209354251624, 0.0025488280691206453, 0.0045922849327325824, 0.002922363067045808, 0.006196288962382823, 0.003955078031867743, 0.0027246094308793546, 0.005053710634820163, 0.00393310512881726, 0.0031420896295458077, 0.002373046800494194, 0.0005932615720666945, 0.001318359375, 0.0004174805944785476, 0.0017578124534338713, -0.0015600583981722593, -0.0013403320597717538, -0.000900879071559757, 0.001076659979298711, -0.0001757811987772584, -0.00087890625, 0.0002416991483187303, 0.0014721680548973382, 0.0001757814083248377, 0.0006811523577198386, 0.002790527360048145, 0.002241210825741291, 0.0026586912805214523, 0.002680663950741291, 0.001076660177204758, 0.00015380857512354852, 0.003208007715875283, 0.0037792968330904843, 0.0019995116657810287, 0.0011206054041394964, 0.002285156227299012, 0.003251953059225343, 0.001494140620343387, 0.0008129882451612502, 0.0025708007160574198, 0.0004174804518697783, 0.0015820312022697181, -0.0010986327659338712, 0.002504882763605565, 0.0018676757463254035, 0.0013842772925272584, 0.002768554585054517, 0.001142578074359335, 0.0011865234118886292, 0.0018237304291687905, 0.004394531133584678, 0.0016479491721838712, 0.0043066404294222595, 0.001142578074359335, 0.001582031196448952, 0.0012304687028517947, 0.0036914061842253433, 0.0011865234118886292, 0.0017797851061914117, 0.00030761719099245963, -0.0004174804838839918, 0.0020654296182328834, 0.0016040038375649602, 0.0005932616972131654, 0.0018237304291687905, -0.0001977539010113105, 0.00019775390392169357, 0.0015600585087668152, 0.00032958982337731867, 0.0019116210314678028, 0.003493652251199819, 0.0007690429571084678, -0.00013183590199332683, 0.0005493163946084679, 0.0005053711007349193, 0.0027026366209611298, 0.0017138671246357262, 0.0007690429396461695, 0.0006372070347424597, 0.0013183592993300409, -0.0004174804751528427, 0.0005053710367064923, 0.0018457029946148396, 0.001318359319702722, 0.0006811522878706455, 0.0010107422072906046, 0.0017358397861244157, 0.002065429562935606, 0.0013842773187207058, 0.0006591796583961696, 0.001010742160724476, 0.001735839794855565, 0.00026367188256699593, 0.001054687495343387, 0.0024169921351131054, -0.0005932616884820163, 0.0010327148076612503, 0.0009228515438735486, 0.0014721679501235486, 0.0017578124039573594, 0.001010742166545242, 0.0002636718563735485, 0.0003955077932914719, 0.0014721679617650807, 0.00037353514635469766, 0.0008129882597131654, 0.002482910073013045, 0.0009008788503706456, 0.00024169920943677424, 0.001669921784196049, 0.0035595701774582267, 0.0014721678860951215, 0.0018457031110301614, 0.0003515624674037099, 0.0009228514856658876, 0.0014062499540159479, -0.00015380858676508068, 0.002482910163234919, 0.001801757761859335, 0.002021484324359335, 0.0006591796875, 0.0008349608746357262, 0.002834472607355565, 0.0016259765136055649, 0.0029223631776403637, 0.0015600585873471573, 0.0023950194590725005, 0.0024609374086139724, 0.0004394531133584678, 0.0021313475794158877, 0.0012963866698555647, 0.0019995116454083472, 0.0011425781121943146 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Re(V) for (rf, 4.25 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ 0.0025268553756177424, 0.001032714801840484, 0.002438964741304517, 0.002087402297183871, 0.0018017577938735485, 0.0020654296269640325, 0.0010107421025168152, 0.0006811522442148998, 0.0006372070405632257, -0.0003955078893341124, -0.000747070275247097, -0.0002856446080841124, -0.0006372070376528427, 0.0013623045524582267, 0.0003955078194849193, 0.0010766602208605036, 0.0014062499161809684, 0.003164062462747097, 0.004702148211072199, 0.00391113287769258, 0.004746093740686774, 0.004350585839711129, 0.003010253794491291, 0.003076171875, 0.002614746114704758, 0.0014062501955777406, -0.0018017576076090336, -0.002021484373835847, -0.0013403322082012892, -0.002460937574505806, -0.001472167856991291, -0.0015820316271856426, -0.000527343712747097, 0.0010107424110174178, 0.003032226487994194, 0.002219238318502903, 0.0041748047806322575, 0.006613769289106131, 0.007558593060821295, 0.007163085602223873, 0.008041991922073066, 0.005778808984905482, 0.003098144568502903, 0.002087401878088713, -0.0011206050403416157, -0.0039331063628196715, -0.005800780653953552, -0.007470703031867742, -0.0070312488824129105, -0.007294921763241291, -0.006811524135991931, -0.003010254353284836, -0.0008129877969622612, 0.0021972660440951588, 0.003427734598517418, 0.008173828944563866, 0.010239257803186774, 0.013645019754767418, 0.015446775779128074, 0.013469238579273225, 0.012348633259534836, 0.007800293713808059, 0.003361816518008709, 2.197297289967537e-05, -0.004921874403953553, -0.009250487387180328, -0.014392088446766139, -0.015974120050668717, -0.017226560786366463, -0.015886230138130487, -0.010305175930261612, -0.004328612983226776, 0.00024169841781258584, 0.005603029206395149, 0.011184082180261613, 0.015974121913313866, 0.020566405728459358, 0.026740721613168716, 0.024565431103110314, 0.01966552697122097, 0.011909180134534837, 0.00582275465130806, -0.001955567952245474, -0.006306150555610656, -0.012502441555261612, -0.021445311279967426, -0.03023437559604645, -0.031838377565145494, -0.0274877917021513, -0.017402342706918716, -0.008789061009883881, -0.0027905259281396865, 0.0028784174472093584, 0.010107426345348359, 0.019819334149360657, 0.03531005848199129, 0.03897949308156967, 0.037683102488517764, 0.02735595926642418, 0.01527099609375, 0.0055810526013374325, 8.789049461483955e-05, -0.0034716814756393433, -0.011843261122703553, -0.027509768307209016, -0.04291259273886681, -0.0477465808391571, -0.04326415657997131, -0.027509763091802596, -0.010942381620407105, 0.00048339962959289553, -0.0015161147341132164, 0.005844728648662567, 0.020434565842151642, 0.034870602563023566, 0.051174315810203555, 0.05447021573781967, 0.04207763504236937, 0.018391113728284836, 0.004416501522064209, -0.002307126298546791, -0.0036474645137786867, -0.01426025629043579, -0.026938478648662566, -0.045175781846046446, -0.05407470613718033, -0.056711424887180326, -0.03625487871468067, -0.019907230138778688, -0.006328129768371582, 0.0008789050625637174, 0.0039990216493606566, 0.017226563394069673, 0.0304101524874568, 0.0512622058391571, 0.05014159828424454, 0.05044921264052391, 0.026389157772064208, 0.016413573920726777, -0.0028564453125, -0.005141601711511612, -0.01680908054113388, -0.025861818343400955, -0.04201172031462193, -0.05071288645267487, -0.050361324846744535, -0.04473632747249212, -0.028300781548023225, -0.012260746955871583, 0.0018457004800438881, 0.003339843451976776, 0.017402343451976776, 0.02669677734375, 0.05066894069314003, 0.047592771053314206, 0.05352538600564003, 0.031376953795552255, 0.014326171576976776, -0.0018896505236625672, -0.0001318337395787239, -0.011733399331569671, -0.01856689602136612, -0.03651854994241148, -0.057216794788837434, -0.05710693150758743, -0.04372558416798711, -0.021269531548023225, -0.004899904131889343, -0.00028564222157001495, 0.001186525821685791, 0.007998049259185791, 0.023686527833342554, 0.044033201038837434, 0.054470211267471313, 0.04930663853883743, 0.028454588353633882, 0.01065674126148224, 0.0030322268605232237, -0.001713869720697403, -0.006174315512180328, -0.012656249850988389, -0.03161865049041808, -0.04478027373552322, -0.0474169909954071, -0.032563481107354166, -0.01986328586935997, -0.007338866591453552, -0.0005053725093603134, 0.004482420906424522, 0.010964354872703553, 0.020961912348866463, 0.03399170078337192, 0.037111812829971315, 0.031157225370407104, 0.02665283251553774, 0.015556640177965163, 0.006591794639825821, 0.002285158052109182, -0.003867185115814209, -0.013688961416482926, -0.020654297061264516, -0.027377928048372267, -0.025576171278953553, -0.022082520090043543, -0.014941404387354851, -0.00889892503619194, -0.001955564692616463, 0.0036914069205522537, 0.009382323175668717, 0.015754393860697748, 0.01929199118167162, 0.02021484300494194, 0.023378904908895493, 0.019028319418430327, 0.012678221240639687, 0.007053223252296448, 0.002460937388241291, -0.0016699213534593581, -0.006833495944738388, -0.012238767649978399, -0.013579101487994193, -0.01342529132962227, -0.011931152082979679, -0.008129881881177425, -0.00450439453125, -0.0006152341142296791, 0.0025927732698619367, 0.00582275353372097, 0.00784423816949129, 0.01010742235230282, 0.012590331584215164, 0.010393066331744194, 0.010371092800050974, 0.008173827454447747, 0.005405273661017418, 0.0033618162386119367, -0.0009448245167732239, -0.002109375037252903, -0.0042407230474054815, -0.006899414211511612, -0.0061962887644767765, -0.004130859114229679, -0.004482421604916453, -0.001384277641773224, -0.002065429836511612, 0.0028564447537064554, 0.0029663087800145147, 0.004921875149011612, 0.004899901608587243, 0.005888671614229679, 0.007514648139476776, 0.005844726297073066, 0.004658203478902579, 0.002416992001235485, 0.0023291015066206457, 0.001142578001599759, -0.00024169953539967536, -0.0007031251210719347, -0.0012744141626171769, 0.0001757812686264515, -0.003251952864229679, -0.0005712889775168151, 0.001010742038488388, 0.00017578122206032276, 0.0011206054710783063, 0.001933593861758709, 0.0012304688338190318, 0.0028784180874936284, 0.001801757887005806, 0.0026586913038045166, 0.0021972656017169357, 0.0026806641835719347, 0.0017797849606722594, 0.0015380857978016139, 0.001054687495343387, 0.00030761711532250046, 0.000571289169602096, 0.0006591795710846782, 0.0012304686475545167, 0.00043945317156612873, 0.0023291015066206457, -0.0006811523577198386, 0.0010107421141583473, 0.0010766601393697784, 0.001999511639587581, 0.0012304687406867743, 0.0022631835541687905, 0.002856445251381956, 0.0021752928616479037, 0.002482910070102662, 0.0030102538177743552, 0.0025927733979187904, 0.00030761718517169356, 0.00369140611437615, -2.1972684771753846e-05, -0.0005053711211076006, 0.0021533202147111298, 0.0020874022622592745, -0.00013183593982830645, 0.0011645506601780653, 0.001186523400247097, 0.00010986330162268131, 0.00019775394757743926, 0.001647949160542339, 0.0014721679501235486, 0.00015380859258584678, 0.0018896483612479641, 0.001010742166545242, -6.59179437207058e-05, 0.0015600585291394963, 0.00151611324690748, 0.0019995116541394963, 0.0022412108490243556, -0.0002636718621943146, 0.00026367189129814503, -0.00043945312791038305, 0.00046142574574332685, 0.0012524413701612501, 0.0014282226125942542, -0.0003076171677093953, 0.0030322264588903635, 0.002197265569702722, 0.00048339845088776203, 0.0016040038521168754, 0.001757812430150807, 0.0013623046921566128, 0.0019116210140055045, -0.00032958985539153216, 0.0007031250017462299, 0.0014062499860301614, 0.0010327148251235486, 0.0019335936522111297, 0.0010327148454962298, 0.0020214842865243555, 0.002922363125253469, -0.00043945306388195606, 0.0006811523402575403, 0.00026367189129814503, 0.0008789061743300408, 0.002219238202087581, 0.0003515625139698386, 0.0008129882480716333, 0.0025927733979187904, -0.00019775387772824615, 0.0014282226184150204, 0.00228515614871867, 0.0002636718796566129, 0.001669921854045242, 0.00030761721718590706, 0.001494140544673428, 0.001977538986830041, 0.0007690429454669356, 0.003295898321084678, 0.0030322264821734278, 0.0010986327659338712, 0.0019775390159338714, 0.00048339845379814507, 0.00028564453532453626, 0.0021533202845603226, 0.0029003905423451216, 0.002438964755856432, 0.0020874023030046374, 0.001604003889951855, 0.0012963866320205852, 0.002438964755856432, 0.0006591796292923391, 0.0004833984334254637, 0.002329101489158347, 0.0002636718563735485, 0.0010546874487772583, 0.0007690429454669356, 0.003142089780885726, 0.00043945311626885085, 0.0009448241791687906, -1.1641532182693482e-11, 0.002109374990686774, 0.0023510742059443144, 0.0018676756706554442, -0.00010986325796693563, 0.0007470702927093953, 0.0017797850799979643, 0.0014721678802743555, 0.0025708007102366536, 0.0013183593226131051 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Re(V) for (rf, 4.05 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x3", "y": [ -0.0005712890182621777, 4.394528223201632e-05, -0.0014721679617650807, -0.0007470702403225005, -0.0008349609415745363, -0.0015161132207140327, -0.0008569335273932666, -0.001406250084983185, -0.0018676756415516138, -0.0010766599676571786, -0.0014282226329669356, -0.002153320156503469, -0.002416992047801614, -0.001845702901482582, -0.0026147461496293543, -0.0025927735026925803, -0.0025268552359193563, -0.0020214844029396773, -0.0023730467073619366, -0.0021313474513590335, -0.0018896480556577443, -0.0020214841468259694, -0.002592773307696916, -0.0024829101166687906, -0.002526855460018851, -0.0024609370622783898, -0.002504882635548711, -0.0023291015066206457, -0.0030761717818677424, -0.0025268552824854853, -0.002944335713982582, -0.0029223626479506493, -0.003098144195973873, -0.0023950196802616118, -0.001955567114055157, -0.001450195349752903, -0.0010327150113880635, -0.001010742597281933, -0.0005273435730487108, 8.789107669144869e-05, -0.0005053710658103228, 0.00048339865170419214, 0.0002856440842151642, 0.0018237300217151641, 0.0012524412944912911, 0.0028124993667006494, 0.0034936517477035522, 0.003032226487994194, 0.004196776822209358, 0.005075684189796448, 0.005251465365290642, 0.006789550743997097, 0.006899414956569672, 0.008371582627296448, 0.008679198939353228, 0.009030761872418224, 0.010041503934189677, 0.011008299980312585, 0.011755371652543544, 0.012041015177965164, 0.012568358331918716, 0.013908690959215163, 0.013886717706918716, 0.015666504204273225, 0.01573241949081421, 0.01669921837747097, 0.016501465067267417, 0.015908203646540643, 0.016215820237994193, 0.017644041776657106, 0.016545408777892588, 0.01674316469579935, 0.015227052802219986, 0.016303711757063865, 0.01549072228372097, 0.013469237834215164, 0.012810059264302254, 0.012480468302965165, 0.010283202677965165, 0.008635253459215165, 0.008964842557907105, 0.006350098550319672, 0.005976561456918716, 0.004833982139825821, 0.0022412117570638655, 0.002812499552965164, 0.0019335957244038583, -0.0003515605814754963, -0.0013403337681666017, -0.0007250938564538955, -0.0023510765284299852, -0.0040429670363664625, -0.005053709447383881, -0.006394040584564209, -0.007075199484825134, -0.008393557369709015, -0.010480958223342895, -0.012370601296424866, -0.014238281548023224, -0.01590820625424385, -0.0190502904355526, -0.02067626714706421, -0.024851076304912567, -0.026279297657310963, -0.03014648789539933, -0.03418944971635938, -0.03669433258473873, -0.039924313127994535, -0.043308106064796445, -0.04482421278953552, -0.04713134467601776, -0.05038329660892486, -0.050383298099040984, -0.05275634527206421, -0.052866210043430326, -0.05218505859375, -0.05139403864741325, -0.04908691048622131, -0.048647454008460045, -0.045900878682732585, -0.04205566300079226, -0.038913572859019044, -0.034321288019418715, -0.02988281175494194, -0.0256420873105526, -0.02293945401906967, -0.017138671875, -0.0140625, -0.011887209117412567, -0.007558591663837433, -0.004877926409244537, -0.004592281579971313, -0.0010546885430812835, 0.0008789055049419403, 0.0011425800621509552, 0.003779298439621925, 0.001977536827325821, 0.0020874058973276988, 0.002131348103284836, 0.0029223617166280746, 0.0014501973986625672, 0.00252685621380806, 0.00250488817691803, 0.002812497317790985, 0.006064453721046447, 0.007185056805610657, 0.008349609375, 0.011118163168430329, 0.010986326634883881, 0.015534669160842896, 0.020083007961511613, 0.02423584312200546, 0.02810302544385195, 0.033640137407928705, 0.03715576082468033, 0.04163818396627903, 0.045791014283895495, 0.04979003816843033, 0.053898924589157106, 0.05519531220197678, 0.056447753310203554, 0.057414548099040986, 0.05728271156549454, 0.05453612953424454, 0.05436035096645355, 0.05132812187075615, 0.04666991978883743, 0.043879395350813866, 0.03801269358955324, 0.03295898549258709, 0.029487305507063865, 0.02647705003619194, 0.021247562021017075, 0.01744629144668579, 0.013864745199680329, 0.010524903237819672, 0.007207031548023224, 0.005559082329273224, 0.003537598252296448, 0.0023730479180812834, 0.0006152346730232238, 0.0009887710213661194, 0.0007250946015119553, -0.0014941408298909664, -0.0005932640749961137, -0.0015380866825580597, -0.002460936829447746, -0.0032519523054361345, -0.003977048397064209, -0.00505371019244194, -0.007272947579622269, -0.007932126522064209, -0.010480958223342895, -0.011711424589157105, -0.013051755726337433, -0.015227050334215165, -0.017709957808256148, -0.018676755577325822, -0.02034667693078518, -0.020830078050494194, -0.024016114231199027, -0.024301756359636783, -0.023950192704796792, -0.024257812649011612, -0.024433590471744537, -0.0240600548684597, -0.02579589933156967, -0.024016111344099044, -0.02309326156973839, -0.021159668266773225, -0.02098388597369194, -0.01955566518008709, -0.01823730245232582, -0.017512206360697745, -0.016874999180436133, -0.014589844131842255, -0.013073730422183872, -0.012568358797580004, -0.01087646447122097, -0.009470213577151299, -0.00933837853372097, -0.007844236120581627, -0.006679687649011612, -0.005690918490290642, -0.005756835266947746, -0.004921875149011612, -0.0035156257450580596, -0.001867675967514515, -0.0021972648799419405, -0.0010766598396003246, 0.0007470692973583937, 0.0006152348534669728, 0.0011865230742841959, 0.0018017577938735485, 0.003208007849752903, 0.001801757514476776, 0.0033398428931832314, 0.004548338986933231, 0.003142090141773224, 0.003669433668255806, 0.003911133296787739, 0.003427734412252903, 0.00362548828125, 0.005009765736758709, 0.005317382141947746, 0.004680175334215164, 0.004240722628310323, 0.004086913459468633, 0.003977050876710564, 0.0036474607652053235, 0.004196777334436774, 0.004812011867761612, 0.005163574079051614, 0.004548340104520321, 0.003823242336511612, 0.003229980356991291, 0.0040649411268532274, 0.0035156246274709703, 0.0035156245343387128, 0.003383788838982582, 0.002702636504545808, 0.0024829098954796793, 0.0027246092329733075, 0.00252685546875, 0.0023730470275040716, 0.002768554716021754, 0.0027246092678979037, 0.0020434568636119367, 0.0018457029946148396, 0.002329101413488388, 0.0009448241908103228, 0.0015600584913045168, 0.0011206054594367742, 0.0007031249348074198, 0.001582031138241291, 0.000571289099752903, -6.591808050870895e-05, 0.00024169919779524208, -0.000109863345278427, 0.0005273437476716935, -0.0002197265683207661, 6.591796700377018e-05, 0.0006152344169095159, 6.591800483874976e-05, 0.0007031249813735485, -0.0004614257253706455, -8.789064595475793e-05, -2.1972623653709888e-05, 0.0006811523373471573, -0.00010986325796693563, 0.000505371080362238, -0.0006811523257056251, 0.0007031249697320163, -0.00032958983210846783, 0.0003295898379292339, 0.00030761718517169356, 0.0003515624615829438, -0.00041748045769054445, -0.0011645507387584076, 0.0003735351114301011, 0.0006372070085490123, 0.0002856445120414719, -0.0005932616797508672, -0.0003735351492650807, 0.0006591796671273186, 0.0003076171764405444, -6.591794081032277e-05, 0.0008349609124707058, 0.00010986328416038305, 0.0001757812511641532, 0.0007690429338254035, 0.0005273437331197783, 0.000417480431497097, 0.0005932616884820163, 0.000659179690410383, -0.00037353514053393153, -0.00017578123952262105, -0.0002636718680150807, 0.0004614257690263912, 0.00017578124534338712, 6.591796118300408e-05, 0.00041748045478016136, 0.0005712890444556252, 0.0005932616884820163, 0.0008789062034338712, 0.0007470703014405445, 0.0004174804606009275, -0.0004833984217839316, 0.0008129882568027824, 0.00024169922980945557, -8.73114913702011e-12, 0.0004833984305150807, 0.0008349609299330041, -0.0005273437331197783, 0.00021972655376885087, 0.00021972655376885087, 0.0005493164004292339, 0.0006591796700377017, -0.0005273437360301614, 0.0004833984130527824, -0.00019775389810092748, 0.00013183594564907252, -0.0001098632754292339, -0.0005712890299037099, -0.00026367185928393154, 0.0006152343703433871, 8.789061103016138e-05, 0.00037353513180278243, -0.00013183593691792339, 8.789062849245965e-05, 0.0005932617175858467, 0.00039550781657453625, 0.0003076171880820766, -0.0008129882626235485, -4.394532006699592e-05, 0.0005273437505820766, 0.0010546874371357262, -0.00048339843924622984, 0.001208496082108468, 0.00030761715315748007, 0.00015380859840661288, 0.0011425781063735484, 0.0008789062354480848, 0.000681152314064093, -0.0003295898379292339, -0.000681152314064093, 0.0003076171764405444, -0.00010986330453306436, 0.00028564450331032277, 0.000527343712747097, 0.0007690429309150204, 0.00030761715897824614, 8.789060229901225e-05, 0.0001977539010113105, 0.0005053710687207058, 0.0002856444945791736, 0.0006372070085490123, -0.00037353514053393153, 0.00013183593691792339, 0.00028564453241415323, 0.0011645507416687905, 0.0008569335739593952, 0.0007031249610008672, -2.9103830456733705e-12 ], "yaxis": "y3" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Re(V) for (rf, 4.1 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x3", "y": [ 0.000900878879474476, 8.789053536020219e-05, 0.0003735351958312094, 0.000593261665198952, -0.00015380863333120943, -4.656612873077393e-11, 2.1972670219838618e-05, -0.000241699256002903, 0.0004394530318677425, 0.00030761719681322576, 0.00032958985830191525, -0.00013183581468183546, -0.0010107421316206456, -0.001494140550494194, -0.0010546874720603228, -0.0010986329056322575, -0.0011206054128706454, -0.0011865233071148395, -0.0018676757579669356, -0.0019116210751235485, -0.003295898181386292, -0.0029223632998764517, -0.002944335900247097, -0.0031640625558793543, -0.0032958984840661286, -0.0034057616256177427, -0.003251952934078872, -0.0033398436149582266, -0.003317870944738388, -0.0022412111051380635, -0.0021313478238880633, -0.0019555661827325823, -0.0019995116628706453, -0.0012304692529141903, -0.0008789066690951586, -0.0007031243614619598, 0.0005932618863880634, 0.001362304948270321, 0.002153320610523224, 0.00263671875, 0.004108886793255806, 0.0037792968563735486, 0.004943847539834678, 0.005734862992540002, 0.005339355580508709, 0.006789550185203552, 0.007844237983226776, 0.00758056640625, 0.007932129316031933, 0.008415527269244194, 0.00791015662252903, 0.006987304473295808, 0.006877442076802254, 0.006569823250174522, 0.005581054463982582, 0.003427734225988388, 0.003317871689796448, 0.0011206056922674179, 0.00048339907079935073, -0.0008129886351525784, -0.0028564458712935447, -0.005075684189796448, -0.005734862759709358, -0.007382811605930328, -0.010349120572209358, -0.010063475370407105, -0.012810057308524848, -0.01538086012005806, -0.015754393860697748, -0.018039549887180328, -0.020939939469099045, -0.019072262942790984, -0.01924804598093033, -0.01964355483651161, -0.019907225482165815, -0.017709961719810964, -0.015996093675494195, -0.01349121257662773, -0.009096679091453553, -0.008657226711511612, -0.006503906100988388, -0.0030981451272964478, -0.0017797842621803284, 2.1972227841615677e-05, 0.0031201161444187166, 0.00615234375, 0.006218260526657105, 0.010744629055261612, 0.014545893669128418, 0.016501466184854506, 0.0230493126437068, 0.026982422918081284, 0.029575198888778687, 0.03282715231180191, 0.03711181506514549, 0.03752929419279098, 0.036232910305261615, 0.035859370976686476, 0.031948241963982583, 0.026630862290039657, 0.02315917834639549, 0.017644044756889344, 0.010810548067092895, 0.008635254204273224, 0.0057348646223545074, 0.00048339739441871643, -0.001362302154302597, -0.000944825354963541, -0.004306643828749656, -0.004526369273662567, -0.0061962887644767765, -0.010107421875, -0.014216308295726777, -0.018281251937150956, -0.02680664211511612, -0.03462890742230229, -0.03996825851500034, -0.045681151747703555, -0.053217774629592894, -0.05361328274011612, -0.05354736298322678, -0.05488769561052322, -0.04750487878918648, -0.04005614995257929, -0.03337646946310997, -0.023774417489767073, -0.013337402045726776, -0.010261231660842895, -0.005251464247703552, -0.0003515586256980896, 0.0010107379406690598, -6.59154262393713e-05, 0.0030981454998254775, 0.0019335910677909852, 0.0001538112759590149, 0.005361327528953552, 0.00977783203125, 0.012282715737819671, 0.020939940214157106, 0.032189937180373815, 0.038254394009709355, 0.04761474058032036, 0.05655761659145355, 0.05624999701976776, 0.05682128518819809, 0.05594238117337227, 0.04891113191843033, 0.03928710888139904, 0.032255856692790984, 0.023027341812849045, 0.010590820014476776, 0.006108397245407104, -0.0010107412934303283, -0.0054931633174419405, -0.005163576081395149, -0.0034936505602672697, -0.0051855482161045074, -0.004020997881889343, -0.0037573233246803285, -0.007097171247005462, -0.013491216301918029, -0.016984865069389343, -0.025620122626423835, -0.036035150894895195, -0.04001220501959324, -0.0494824230670929, -0.05629394203424454, -0.055964356660842894, -0.054711911082267764, -0.052075190097093584, -0.043242181092500685, -0.034892577491700646, -0.02770751416683197, -0.019907227158546446, -0.00845947265625, -0.007163085043430328, -0.0041528336703777315, 0.0010986335575580597, -0.00015380773693323134, -0.0007031228393316269, 0.0026367198675870895, 0.0028344720602035524, 0.004833985865116119, 0.008833004534244538, 0.014260251820087434, 0.018435056135058404, 0.02542236428707838, 0.03148681949824095, 0.03416748121380806, 0.037001951783895495, 0.039396972954273225, 0.036870115995407106, 0.03473876789212227, 0.03210205212235451, 0.028081052470952272, 0.021840817108750344, 0.01876464895904064, 0.014106442779302597, 0.009184571355581284, 0.008767091482877732, 0.004746092110872268, 0.0018237303942441941, 0.0008569346740841865, -0.0017578128725290298, -0.0043505851179361345, -0.00527343675494194, -0.007426758110523224, -0.01043701171875, -0.012568360194563866, -0.013469238393008709, -0.015864259796217084, -0.016523434594273568, -0.017446288466453554, -0.018962401151657104, -0.018544920533895493, -0.01823730245232582, -0.017292481288313864, -0.015227050334215165, -0.013403320079669356, -0.01175537146627903, -0.010744628682732581, -0.009008788317441941, -0.005844727903604507, -0.004240721836686135, -0.0027026373893022535, -0.0007470699027180671, 0.00010986258275806904, 0.0006372069008648395, 0.003471680171787739, 0.004702147468924523, 0.004548339918255806, 0.00714111328125, 0.006635742634534836, 0.006591797154396772, 0.007778319856151938, 0.008503418043255806, 0.007734374143183231, 0.00802001915872097, 0.007426757737994194, 0.006921386159956455, 0.007053222134709358, 0.0069873050786554815, 0.005339354812167585, 0.00516357368323952, 0.004724121000617742, 0.003823242336511612, 0.00285644493997097, 0.001384277455508709, 0.0011425781063735484, 0.00046142609789967537, 0.0005273438757285476, 8.789063431322575e-05, 0.00019775410182774067, -0.0005273434333503246, -0.001757812686264515, -0.002241211012005806, -0.0011865230742841959, -0.002812499925494194, -0.002351073929457925, -0.0022631834784988315, -0.0020434566773474216, -0.0023510742001235487, -0.0023950195871293547, -0.0018896481953561306, -0.001735839806497097, -0.0011645505437627435, -0.00030761728412471713, -0.0014282225165516138, -0.0004394531017169356, -0.0005493163596838712, -0.00142822265625, -0.0011206055525690318, -0.00048339839559048415, -0.00035156240337528286, 0.0002856445731595159, -0.001164550764951855, 0.0005493163946084679, 4.3945340439677236e-05, 0.0006811522413045168, -0.00021972651593387126, 0.0006591796409338713, 0.000571289099752903, 0.0008349608688149601, 0.0007031249930150807, 0.0015820312546566129, 0.0004614257719367743, 0.0009008788736537098, 0.0003955078456783667, 0.00046142575738485905, 0.000725097645772621, 0.0006811523460783064, 0.0004394531366415322, 0.0003955077612772584, 0.0007470703159924597, 0.0002856445265933871, 6.591799901798368e-05, 0.00028564450331032277, 0.000615234361612238, -0.00013183591654524206, 0.0001538086013169959, 0.0005932616943027825, 0.000505371083272621, 0.00041748050134629013, 0.0008349608862772584, -0.00024169919488485901, -0.0005053710861830041, 0.0003515625023283064, -0.0008349609182914719, -0.0005712890560971573, -0.0002416992065263912, 0.0001757812307914719, 0.00015380858676508068, 2.197264111600816e-05, 0.0007910156185971573, -0.00010986328998114913, 6.59179815556854e-05, 0.0005493163800565526, -0.00024169919779524208, 0.0005273437360301614, 0.0005712890473660081, 0.0002197265625, 0.0006152343528810888, -0.00015380858676508068, 0.00041748043440748006, 0.00035156248486600816, 0.00015380857221316546, -0.00043945310462731866, -0.00032958982046693563, -0.00028564452077262104, 0.0006811523227952421, -0.0003955077874707058, 0.0005932617001235485, 0.0004833984421566129, 0.0006591796583961696, 0.0008569335623178631, -0.0004614257602952421, 0.000593261668109335, -0.00015380857512354852, -0.000395507799112238, 0.0009228515293216333, 0.000681152314064093, 6.5917955362238e-05, 0.0007470702606951818, -8.789061685092747e-05, 0.0003735351492650807, 2.197264111600816e-05, -0.0006372069998178631, -0.00041748045478016136, 0.0008129882509820164, -0.0001538086129585281, 0.0009667968261055648, -6.591793789993972e-05, 0.000527343712747097, 0.0007470702810678631, -6.591797282453626e-05, -0.00017578122497070582, -0.0004174804489593953, 8.789058192633092e-05, 0.00017578125407453627, -0.000285644517862238, 2.1972658578306438e-05, -8.789062849245965e-05, -0.000615234361612238, -0.00032958984666038306, -0.00032958983210846783, -0.0008789062150754035, 0.0006811523315263912, -0.0008789062063442543, -0.00019775388354901225, 0.00010986329289153218, -0.0003076171618886292, -0.0005712890299037099, 0.0006591796613065526, 0.0004614257690263912, 2.19726498471573e-05, -0.0014501952566206456, 0.001032714781467803, -0.000131835910724476, 0.0006591796671273186, -0.0005273437476716935, -4.3945340439677236e-05, -0.0003735351492650807, 0.00010986328416038305, 0.0009448241558857262 ], "yaxis": "y3" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Re(V) for (rf, 4.15 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x3", "y": [ -0.0008789062208961696, -0.00043945310753770175, 0.002307128848042339, 0.0032519530388526617, 0.005668945144861937, 0.007558593573048711, 0.009360351413488389, 0.01056884741410613, 0.011953124683350325, 0.012216796446591616, 0.012875976227223872, 0.013227538671344519, 0.011799316201359034, 0.010041503608226776, 0.008986816089600325, 0.0054052732419222595, 0.0020874022680800407, -0.0016040038608480245, -0.005537109263241291, -0.009865722432732583, -0.012919921614229678, -0.018061522860080004, -0.021774901263415813, -0.02553222607821226, -0.02750976476818323, -0.029201659746468066, -0.031047362275421618, -0.03071777243167162, -0.027751464024186136, -0.024895019084215163, -0.02030273377895355, -0.014501952659338712, -0.006328124832361936, 0.0012963866407517343, 0.01120605431497097, 0.019775390066206454, 0.029399413242936136, 0.03779296800494194, 0.04574706926941872, 0.053459471091628075, 0.05945800617337227, 0.06266601383686066, 0.06325927525758743, 0.06295165903866291, 0.05712890513241291, 0.04882324077188969, 0.039396971464157104, 0.026674804277718067, 0.012348632514476775, -0.004042968642897904, -0.021269530430436133, -0.04020995981991291, -0.05761230289936066, -0.07433349490165711, -0.0909887671470642, -0.10265624672174453, -0.11241210773587226, -0.11805907934904099, -0.11779540851712227, -0.11551025211811065, -0.10531493797898292, -0.09235107153654099, -0.07261962816119194, -0.04989990033209324, -0.022939452342689036, 0.0054272459354251625, 0.036606444790959355, 0.06776366904377937, 0.09823974296450615, 0.12774901911616326, 0.15253417640924455, 0.17316650003194808, 0.18931639939546585, 0.19590820074081422, 0.1957104429602623, 0.18694335222244263, 0.1697167918086052, 0.14624999612569808, 0.11252196878194809, 0.07833251729607582, 0.03568359278142452, -0.006921386439353227, -0.05262451022863388, -0.09881103187799453, -0.1439868152141571, -0.1853393480181694, -0.2234838768839836, -0.25395995676517485, -0.2762621968984604, -0.28650145828723905, -0.28509520292282103, -0.2718456983566284, -0.24457762986421586, -0.20955321490764617, -0.16404785066843033, -0.11228027045726777, -0.055964354425668716, 0.001538085867650807, 0.06104003749787808, 0.12115722298622131, 0.17980224192142485, 0.2349755808711052, 0.2845678687095642, 0.32464599013328554, 0.35424315333366396, 0.36828367710113524, 0.36316404938697816, 0.3416967660188675, 0.30636473894119265, 0.2588159114122391, 0.2020165964961052, 0.14187743961811067, 0.07191650196909904, 0.004965820070356131, -0.06543456874787808, -0.13385741859674455, -0.20096190869808198, -0.26217772662639616, -0.3189770460128784, -0.36751464009284973, -0.4040331900119781, -0.42501707673072814, -0.4214135617017746, -0.3963867098093033, -0.35428709387779234, -0.3006738185882568, -0.23519530445337294, -0.16554198861122132, -0.09149413704872131, -0.015424804203212262, 0.0593481432646513, 0.13436279296875, 0.2057519480586052, 0.2729662984609604, 0.33372069597244264, 0.38761961460113525, 0.42857664823532104, 0.4479565262794495, 0.44246336817741394, 0.4139208853244781, 0.36742674112319945, 0.30873778760433196, 0.24018309712409974, 0.1687280237674713, 0.08927489966154098, 0.013161620870232583, -0.06369872875511647, -0.13746093213558197, -0.20935546308755876, -0.27344970107078553, -0.33587401509284975, -0.38557615876197815, -0.4269067257642746, -0.4459130734205246, -0.44171629250049593, -0.41238279938697814, -0.36248289942741396, -0.3046728432178497, -0.23447020798921586, -0.16290527284145356, -0.08606689125299453, -0.012150878692045808, 0.06486327983438969, 0.1376367136836052, 0.20680663287639617, 0.27019775211811065, 0.3259863257408142, 0.3736010640859604, 0.4048901230096817, 0.4136791855096817, 0.401989734172821, 0.37030516266822816, 0.32163573801517487, 0.26808837354183196, 0.20278563797473909, 0.13583495765924453, 0.06468749865889549, -0.003010253922548145, -0.07070800587534905, -0.13436278998851775, -0.19415038377046584, -0.24782958179712294, -0.2921923786401749, -0.32572264671325685, -0.3442455977201462, -0.34573972821235655, -0.3315234273672104, -0.30280516743659974, -0.2618481397628784, -0.21304686665534972, -0.15952147990465165, -0.10364501625299453, -0.046450193598866464, 0.00953613263554871, 0.06459960713982582, 0.1135107398033142, 0.160246579349041, 0.1979077100753784, 0.22717528492212297, 0.24796141684055328, 0.25457518696784975, 0.2528173789381981, 0.23851317763328553, 0.2158154234290123, 0.1861083909869194, 0.15053466558456421, 0.11023681387305259, 0.07020263448357582, 0.030234374292194843, -0.008679199079051615, -0.04796630628407002, -0.08037597313523293, -0.10916015282273292, -0.13218749612569808, -0.14730468541383743, -0.1592797815799713, -0.16176269054412842, -0.15725829750299453, -0.14882079660892486, -0.13398925364017486, -0.11401611045002938, -0.09232909828424454, -0.06769775226712227, -0.04207763560116291, -0.01858886666595936, 0.00788818341679871, 0.029685057885944843, 0.048273924738168716, 0.06442382596433163, 0.07798095494508743, 0.08619872853159904, 0.09072509407997131, 0.09160400107502938, 0.08949462622404099, 0.08255126774311065, 0.07455322220921516, 0.06352294757962226, 0.05128417760133743, 0.03752929605543613, 0.023488768935203554, 0.010283202864229679, -0.002592773362994194, -0.013315429352223873, -0.024191893823444843, -0.031508788093924524, -0.03829833902418613, -0.04205566272139549, -0.04499999843537807, -0.04460449106991291, -0.043264159187674525, -0.039968261122703554, -0.035771483182907106, -0.02988281175494194, -0.025466307811439038, -0.017622070014476778, -0.01153564415872097, -0.003625488211400807, 0.00193359374825377, 0.006591796781867743, 0.011997069884091615, 0.014655761420726776, 0.01768798753619194, 0.019160155951976777, 0.020236816070973874, 0.020610351115465164, 0.019599609076976776, 0.018786620534956455, 0.01674316357821226, 0.013908691052347422, 0.011074218526482582, 0.007866210723295807, 0.0052954099839553235, 0.0033618163026403634, -0.000615234358701855, -0.0022631835483480243, -0.004416503780521453, -0.006437988206744194, -0.006767577957361937, -0.006723632616922259, -0.00740478509105742, -0.007272949069738388, -0.008173827873542905, -0.007141113094985485, -0.005976562295109034, -0.004899902152828872, -0.0037133787875063716, -0.003098144428804517, -0.0015600585291394963, -0.0003295898495707661, 0.0015380858822027221, 0.0016040038637584076, 0.002043456956744194, 0.0029003905539866535, 0.003186035086400807, 0.002768554585054517, 0.0019335936842253432, 0.0023071288189385085, 0.0018457030790159478, 0.001955566310789436, 0.002658691315446049, 0.002548828022554517, 0.0016040038433857262, 0.0017578124330611899, 0.0005932616855716333, -4.394531424622983e-05, 0.0015380858618300407, 0.0006811523082433269, -0.0004833984188735485, 0.0007470702897990122, -0.0005273437272990122, -0.0007250976312207058, -0.0012084960530046374, -0.00015380859840661288, 4.394532588776201e-05, -0.0004174804606009275, -0.00024169920943677424, 0.0003735351434443146, 0.00032958984375, -0.0002856445295037702, 0.0003735351609066129, -0.00019775389810092748, 0.00032958982337731867, 0.0010327148251235486, 0.0002636718563735485, 0.0004174804722424597, 0.00035156249650754036, 0.0005053710687207058, 0.0006811523344367743, 0.0005273437272990122, 0.00015380857512354852, -0.00024169919779524208, -0.00032958983210846783, 0.0006372069881763309, 0.0004833984130527824, -0.00010986327833961695, -0.0002197265566792339, 4.394530260469765e-05, 0.00017578123952262105, -0.00013183594273868948, 0.0007250976195791736, 0.0011645507387584076, 4.394530260469765e-05, 0.0009448241849895567, 0.0010327148076612503, 0.00030761719681322576, -6.591797573491931e-05, 0.0005053710425272584, 2.19726498471573e-05, 0.0007910155924037099, 6.59179815556854e-05, 0.00046142575447447596, 0.00013183592527639122, 0.00026367188256699593, 0.000856933556497097, 8.789062267169356e-05, 0.00021972656541038304, -2.1972658578306438e-05, 0.0004614257428329438, -0.0003735351521754637, 0.00017578122206032276, 0.00019775392138399184, 0.000944824205362238, 0.0010327147843781858, -0.0010986327717546374, 0.0011206054186914116, -0.0007031249901046976, -0.00021972654503770172, 0.0006811523227952421, 0.0005493164033396169, 0.0006591796642169357, 0.00010986326378770173, -0.00028564452368300407, 0.0005932616972131654, 0.00024169922107830644, 0.0007031249639112503, 0.00041748044604901225, -0.0001757812686264515, 0.0006591796613065526, 0.0005493163800565526, 0.0011865233653225004, 0.0005932617059443146, 0.0003735351492650807, 0.00085693355940748, 0.00026367186510469767 ], "yaxis": "y3" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Re(V) for (rf, 4.2 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x3", "y": [ -0.001142578077269718, -0.0003955077612772584, -0.000747070275247097, -0.0007910155924037099, -0.0015161132090725006, -0.00019775384571403266, -0.000549316336400807, -0.0007031248649582266, -0.0004174804431386292, 0.00041748045478016136, 0.00076904296875, 0.0007690430385991931, 0.001757812371943146, 0.0011425779899582266, 0.00039550764486193655, 0.0017138672061264514, 0.0012304687086725607, 0.001428222842514515, 0.0007690427359193563, 0.00037353504449129106, -2.19726498471573e-05, -0.0008349610026925803, -0.00098876953125, -0.0012304688338190318, -0.0025268553901696576, -0.0028564448934048415, -0.0027026365511119365, -0.003669433295726776, -0.0029443356092087925, -0.003361816331744194, -0.001955566368997097, -0.0004394527059048414, -0.00046142524806782605, 0.001428222469985485, 0.0016479495912790298, 0.0032080075703561305, 0.003933104663155973, 0.0055590813979506494, 0.004921874776482582, 0.006174315605312586, 0.003779297467553988, 0.004482421651482582, 0.0034936517477035522, 0.002021483890712261, 0.00015380852564703674, -0.0023071294650435447, -0.0044384758919477465, -0.0055371088907122615, -0.007185058179311454, -0.008415526337921619, -0.008942870423197746, -0.009404296241700649, -0.008261719322763383, -0.007009277306497097, -0.004965820163488388, -0.001428222469985485, 0.00010986279230564832, 0.002834471128880978, 0.0053833011537790295, 0.008767089247703553, 0.01151367174461484, 0.014238281548023224, 0.014018554240465164, 0.014216310158371926, 0.013293456420069561, 0.01032714769244194, 0.006481932848691941, 0.0035156238824129104, 2.1971785463392736e-05, -0.003537598252296448, -0.007536622136831284, -0.01252441555261612, -0.01665527344448492, -0.01880859360098839, -0.022390134632587433, -0.020302733406424522, -0.017885741882491858, -0.013249511644244195, -0.008415527641773224, -0.003471679985523224, 2.197295834776014e-05, 0.00494384765625, 0.00823974609375, 0.015095213055610656, 0.02181884767196607, 0.028278807923197747, 0.03065185695886612, 0.029069824516773222, 0.023444823356112466, 0.01702880710363388, 0.00922851711511612, 0.0033398441970348357, 0.0004394548712298274, -0.005976563692092896, -0.009448237717151642, -0.01724853441119194, -0.027290041372179986, -0.03502441421151161, -0.040649409592151645, -0.036716309189796445, -0.03062988109886646, -0.020302730053663252, -0.009470218420028686, -0.004636231064796448, -0.0016040001995861531, 0.0041528336703777315, 0.008151854574680328, 0.01661132723093033, 0.02821289114654064, 0.04086913913488388, 0.04680175334215164, 0.044802242517471315, 0.03517822278663516, 0.021665040403604507, 0.007888182997703552, 0.0012084946036338806, -0.0018017562106251717, -0.004526367038488388, -0.00705321878194809, -0.01549072414636612, -0.030168460495769978, -0.044538574665784834, -0.0559863269329071, -0.054338375478982924, -0.041660154983401296, -0.026564940065145492, -0.008613280951976776, -0.002504882216453552, 0.001230468414723873, 0.0017797850072383881, 0.004196774959564209, 0.012480470538139343, 0.027487791143357754, 0.0456372082233429, 0.05679931640625, 0.054755857586860655, 0.042539064399898054, 0.02482910454273224, 0.007075195014476776, -0.0025268524885177614, -0.004526367597281933, -0.004306638240814209, -0.0055810555815696715, -0.013666990399360656, -0.030541988275945186, -0.04768065959215164, -0.059062497317790986, -0.057282714545726775, -0.046428220346570015, -0.02845458984375, -0.008261717855930328, 0.0017138689756393433, 0.002329100668430328, 0.003208010643720627, 0.004020993411540985, 0.012150880694389344, 0.028894044645130634, 0.04570311903953552, 0.05745849460363388, 0.0529541015625, 0.04045165721327067, 0.02362060621380806, 0.006086425483226776, -0.0016699247062206268, -0.002702636830508709, -0.003229977935552597, -0.0048559561371803285, -0.016479489952325822, -0.031486813351511954, -0.04409912005066872, -0.054140622913837436, -0.04941650107502937, -0.03539794567041099, -0.022763671725988387, -0.006613771617412567, -0.0013183556497097016, 0.000812988355755806, 0.003208007663488388, 0.007207030057907104, 0.018127444386482238, 0.029794920096173884, 0.03922118991613388, 0.04385741800069809, 0.03972656205296517, 0.02898193357686978, 0.01902831867337227, 0.008151853084564209, 0.003933105617761612, -0.00043945424258708956, -0.0036694347858428956, -0.00944824367761612, -0.017885740101337432, -0.026213380740955472, -0.03157470151782036, -0.03487060517072678, -0.030673827975988388, -0.023334960313513876, -0.015864256769418716, -0.007734375447034836, -0.002153320237994194, 0.0016259776428341865, 0.005844727903604507, 0.010085447877645492, 0.015754395350813865, 0.02135742288082838, 0.024147948995232583, 0.02471923753619194, 0.02326904274523258, 0.017578124022111296, 0.013029785081744193, 0.006064454466104508, 0.004768067598342895, 0.00035156323574483397, -0.004196778684854507, -0.00867919847369194, -0.01197509653866291, -0.01483154301531613, -0.01513916216790676, -0.015996094793081284, -0.01318359412252903, -0.011821288336068391, -0.008613282069563865, -0.004965820908546447, -0.0018676754087209701, 0.0009887691121548414, 0.004746094346046448, 0.0062402341514825824, 0.008942870795726776, 0.009953612694516778, 0.010480955801904201, 0.01043701134622097, 0.009492187201976776, 0.007998046278953553, 0.005888671427965164, 0.0037133783102035523, 0.0026367181912064553, -8.789100684225559e-05, -0.003010253794491291, -0.003339843638241291, -0.004899901896715164, -0.005273437313735485, -0.0052734375, -0.006262206844985485, -0.004460449703037739, -0.0047900390403810885, -0.0029443361796438693, -0.0017797850072383881, -0.0001757812686264515, 0.0011206051334738732, 0.000505371019244194, 0.0019995115697383882, 0.003142089769244194, 0.0034277340047992764, 0.005119628924876452, 0.003251952771097422, 0.003669433714821935, 0.0039550780551508066, 0.002021484496071935, 0.0011865232139825822, 0.0007910156156867743, -0.00015380852855741977, -0.0005493165459483862, -0.0002197267487645149, -0.0009228514973074198, -0.0019335938413860276, -0.000747070275247097, -0.0017797852400690318, -0.0012963867280632257, -0.0013623046746943147, -6.591794081032277e-05, 0.0005712890066206455, -0.0002636718563735485, 0.0007250976253999397, 0.0003735351376235485, 0.0010327148251235486, -0.00017578119586687536, 0.0006372070172801613, 0.0010546875884756446, 0.0005712890764698386, 0.0019555662875063717, 0.0006372070347424597, 0.001406249962747097, 0.0005273436778225005, 0.0006591796525754034, 0.0003955078369472176, 0.0010107421927386894, 0.000373535230755806, -8.789064886514098e-05, -0.0005273437389405444, -0.0006372070231009275, -0.0002416992123471573, 4.394530551508069e-05, 0.0005273437011055649, 0.00037353516672737895, 0.0006372069939970971, 0.00024169923563022166, 0.0007250976777868345, 0.0005493163742357865, 0.0007250976224895567, 8.78906052093953e-05, 0.0003735351288923994, 0.0009667968144640327, 0.00015380858967546375, 0.0005493163625942543, 0.0008569335797801614, 0.001164550764951855, 1.4551915228366852e-11, 0.0005932617088546977, 0.0005493163684150204, 0.0005053710774518549, -0.0005493163742357865, 0.00015380857221316546, 0.0008789062179857865, 0.0015600585349602625, 0.0005712890328140929, -0.0001757812569849193, -0.0004614257602952421, 0.00021972654212731868, 0.0007250976137584076, 0.0006811523227952421, 0.0006811523344367743, 0.0004174804518697783, -0.0004174804431386292, 0.0010766601044451818, 0.0010986327775754034, 0.00030761719681322576, 0.0005273437360301614, 0.0006372070085490123, 6.591796118300408e-05, 2.3283064365386964e-11, 0.0001977539126528427, -0.0008129882480716333, -0.0003076171880820766, 4.39452996943146e-05, 0.0009448241675272584, 0.0007031249610008672, 0.0007031249580904842, 0.0005053710541687906, 0.0005932617175858467, 0.00021972653921693565, 0.0006591796613065526, 0.0010546874371357262, 0.0007910155924037099, 0.0007250976283103228, 0.00013183592818677425, 0.0005493163916980848, 0.0005273437389405444, 0.00039550778456032276, 0.00021972655376885087, 0.0002856445062207058, 4.394529096316546e-05, 0.0007910155924037099, 0.0007470703014405445, 0.0006152343936264515, -2.197265566792339e-05, 0.00048339842760469764, 0.00010986326378770173, 0.00039550779620185496, 6.59179815556854e-05, 0.00035156248195562513, 0.00030761718226131053, -0.00021972654794808478, 0.00013183593400754035, 0.0006372070027282461, -2.1972646936774255e-05, 0.0012304687377763912, 0.0003295898059150204, 2.19726498471573e-05, -0.0001098632754292339, 0.0008349608920980245, 0.001142578080180101, 0.0006152343383291736, 0.00043945309007540343, -2.9103830456733705e-12, 0.0010546874662395566, -0.0005273437476716935, -0.0003295898379292339, 0.0004614257632056251, 0.0003735351521754637, 0.0005493163858773187, 0.00035156249650754036, 0.00043945309589616955, 0.0010546874662395566, -0.00037353513471316546 ], "yaxis": "y3" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Re(V) for (rf, 4.25 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x3", "y": [ -0.00037353521038312464, 0.0003515624674037099, -8.789057610556484e-05, -8.789055282250046e-05, -0.0008789061801508069, -0.0008569336030632257, -0.0011865235312143341, -0.001669921714346856, -0.0011645507765933871, -0.0008569334400817752, -0.0006591797573491931, -0.0007250978611409664, -0.00024169914540834726, 8.789065759629011e-05, 0.0009008790832012892, 0.0017358399374643341, 0.0006372072966769338, 0.0013183592818677425, 0.0015161131042987109, 0.0019775391556322575, 0.0010546873323619365, -0.00017578131519258022, -0.0005932616302743554, -0.000922851450741291, -0.002329101599752903, -0.0023510742059443144, -0.004152831900864839, -0.003142089955508709, -0.004086913701030426, -0.002680664137005806, -0.001428222469985485, -0.0001538084587082267, 0.00043945321813225745, 0.002373047359287739, 0.0031201169826090337, 0.004680175008252263, 0.004790039174258709, 0.005383300315588713, 0.003823242010548711, 0.003054199181497097, 0.001823730207979679, 0.00015380861586891114, -0.002790527231991291, -0.004482422024011612, -0.006020507588982582, -0.008085937239229679, -0.007976074144244194, -0.007536620460450649, -0.006218261178582906, -0.00494384728372097, -0.002109375409781933, 0.001296386681497097, 0.00340576209127903, 0.006350097246468067, 0.009382323967292905, 0.012216797098517418, 0.011755370348691941, 0.008745115669444203, 0.00791015662252903, 0.005515136569738388, 0.0004394530784338713, -0.003208008036017418, -0.0069873049855232235, -0.011249998025596142, -0.01494140550494194, -0.015139160305261612, -0.015249024331569671, -0.013557128980755806, -0.009206541627645493, -0.0043725591152906414, 0.000109862070530653, 0.005097656697034836, 0.011118163913488388, 0.018215334368869664, 0.019379882141947746, 0.02012695148587227, 0.01865478474646807, 0.014677734300494193, 0.006130371242761612, 0.0018237294629216195, -0.00208740197122097, -0.009228515625, -0.01724853366613388, -0.02318115271627903, -0.028278806060552598, -0.02854248136281967, -0.022631836403161288, -0.012744140625, -0.006635738164186477, -0.002416993584483862, 0.005119628459215164, 0.014018552750349045, 0.02104980256408453, 0.03030029162764549, 0.037353515625, 0.03243164159357548, 0.019182126969099045, 0.011184082925319671, 0.0030541978776454926, -0.0023950213566422463, -0.007932129502296447, -0.01573241800069809, -0.030278319772332907, -0.04179198816418648, -0.042670896649360655, -0.033464351948350665, -0.01968750134110451, -0.0072509765625, 0.0003076143562793732, 0.0024829089641571047, 0.006877443194389344, 0.020017093420028685, 0.03792480118572712, 0.048164059221744535, 0.04427490085363388, 0.03199218772351742, 0.013645017147064209, -0.0016479462385177613, -0.004064940777607262, -0.0036474607884883882, -0.013139648735523224, -0.03034423924982548, -0.045109864324331284, -0.05372314602136612, -0.049592279642820356, -0.027180175483226775, -0.0070532247424125675, 0.0012744113802909852, 0.000461428239941597, 0.004152831435203552, 0.015073242783546447, 0.034101560898125174, 0.05277832001447678, 0.05541503876447677, 0.04029785045422614, 0.017490234225988388, 0.00019775629043579103, -0.003427734598517418, -0.003911133855581284, -0.009624020755290985, -0.023269039392471314, -0.04451659731566906, -0.06205078065395355, -0.05559081882238388, -0.03315674029290676, -0.01188720464706421, 0.0006372064352035522, 0.003120115213096142, 0.003889167308807373, 0.010041509568691254, 0.02948730525095016, 0.052009275555610655, 0.057502441108226776, 0.042451174557209016, 0.02208251804113388, 0.003405760228633881, -0.006284177303314209, -0.003911136090755463, -0.005844727158546448, -0.020544438064098357, -0.04192382879555225, -0.053986817598342896, -0.05363525450229645, -0.03601318225264549, -0.013864745199680329, -0.0006152339279651642, 0.0027026372496038674, 0.00272461399435997, 0.011975100636482239, 0.02757568396627903, 0.04528564512729645, 0.050998535752296445, 0.04058349244296551, 0.024125972390174867, 0.004350583255290985, -0.0009887676686048507, -0.001362306997179985, -0.007624511420726776, -0.020258791744709015, -0.034672850370407106, -0.04359374791383743, -0.042912594974040985, -0.029201659932732583, -0.01318359375, -0.003581545501947403, -0.00184570187702775, 0.0050976559519767765, 0.013403316587209701, 0.02313720975071192, 0.0336840808391571, 0.03845214694738388, 0.031442873552441596, 0.01913817971944809, 0.010173340141773225, 0.0034057632088661193, -0.0012963838875293733, -0.006877443194389344, -0.014040526002645493, -0.023181154020130636, -0.02757568359375, -0.026520995050668718, -0.019929197159945032, -0.012612305581569672, -0.005668945610523224, 0.0012744157575070858, 0.006130370870232582, 0.010107421129941941, 0.01665527354925871, 0.020830075815320016, 0.022917480021715165, 0.019291991367936134, 0.01568847391754389, 0.008833007514476776, 0.0033837884664535524, -0.0014941422268748283, -0.004526367411017418, -0.009909667074680328, -0.013029785756953061, -0.013996582478284836, -0.013205566257238389, -0.013095702463760971, -0.010019529983401299, -0.00538330078125, -0.0006591795012354851, 0.0024169923737645147, 0.005844726040959358, 0.009426268748939037, 0.011074218712747098, 0.010986328125, 0.011228027194738388, 0.008437499217689038, 0.005910644307732582, 0.0028125004842877387, 0.0001977542182430625, -0.002658691257238388, -0.003559570200741291, -0.005998533498495817, -0.00637207068502903, -0.006350097246468067, -0.005449218582361937, -0.004482421837747097, -0.0022631829604506494, -0.0012744135223329068, 0.0007031248416751624, 0.0032519526779651643, 0.003339843824505806, 0.004702148027718067, 0.005251464620232582, 0.005119629018008709, 0.003823242412181571, 0.002351073920726776, 0.00230712853372097, -0.0005493165459483862, -0.0006152345333248377, -0.0009008791297674179, -0.00283447268884629, -0.003164062695577741, -0.0030761717818677424, -0.0016479493118822575, -0.0015820313012227416, -0.0008129882626235485, 4.3945340439677236e-05, 0.0005712893849704415, 0.0010107421781867742, 0.0017797847278416157, 0.0018457030761055647, 0.0020654296968132257, 0.0018237303011119366, 0.0011425782227888702, 0.0011645507300272584, 0.0005712888669222593, 0.0007690429949434475, -0.00024169923271983863, -0.0013842773623764515, -0.0001538085169158876, -0.00035156249068677423, -0.0010327147785574198, -0.0011645507998764514, -4.394529387354851e-05, 0.0004614256788045168, 0.0001757812045980245, 0.0003955078573198989, 2.1972658578306438e-05, 0.0013403319753706455, 0.0011865234031574801, 0.0005932616593781858, 0.00107666012190748, 0.0003735352278454229, 0.00035156249068677423, -0.0004614258068613708, 0.00010986335691995919, -4.394528223201632e-05, 0.00010986326960846782, -4.3945322977378966e-05, 0.0004833983985008672, 0.00021972651593387126, -0.00010986329289153218, -0.0002197265508584678, -0.0006152343470603227, 0.00028564454114530233, 0.0001538085809443146, -0.0004174804373178631, -0.0002856445062207058, -0.000659179684589617, 2.1972673130221666e-05, -0.00028564451495185497, 0.0004394530929857865, 0.0009008788736537098, 0.00013183593400754035, 0.00015380858385469765, 0.0005712890560971573, -0.00026367188256699593, 2.9103830456733705e-12, 0.0006372070085490123, 0.000285644517862238, 0.00017578122206032276, 0.0006811523315263912, -0.00015380861004814504, 0.000747070272336714, 0.0005493163946084679, 0.0003955078253056854, 8.789062849245965e-05, 0.00030761717353016137, -0.00015380859549622982, 0.0005493163858773187, 0.0005493163887877017, -6.591795827262103e-05, -0.0006152343412395567, -0.0004614257719367743, -0.0005712890502763912, -4.394531424622983e-05, -0.0005932616884820163, -0.0010107421374414116, -8.789062267169356e-05, -0.00015380858385469765, -0.0005932616884820163, 0.0010107421432621777, 0.0003735351434443146, 0.00021972654503770172, 0.00046142575447447596, 4.394532006699592e-05, -8.789061685092747e-05, -0.0005712890502763912, 8.789060811977833e-05, -8.789061394054443e-05, 0.0013403320015640929, 0.0001318359572906047, 0.0007910156156867743, 0.0008569335972424596, 0.0002636718621943146, 8.78906255820766e-05, -0.0006372070056386292, -0.0005712890415452421, -0.000527343712747097, 0.0004174804518697783, 0.0007690429396461695, -0.00019775392720475793, 0.000395507799112238, -0.00015380859840661288, 0.0005493163887877017, 0.0003735351376235485, -0.0002416992007056251, 4.394531133584678e-05, -6.591792916879057e-05, 0.0003955077932914719, 0.0, 0.0009887694963254035, 0.0008569335652282462, 0.00032958980882540344, 0.0007031249784631655, -0.00035156248486600816, 0.00017578122206032276, 0.00021972654212731868, 0.0004614257602952421, -0.00021972653339616955, -0.00019775389228016138, 0.0003076171880820766, 0.00041748045478016136, 0.000153808607137762, 0.00015380861586891114, -0.0005273437214782462, 0.0007250976399518549, 0.0007690429221838713, -0.00035156248486600816 ], "yaxis": "y3" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Re(V) for (rf, 4.05 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x4", "y": [ 0.005383300589164719, 0.005844726401846856, 0.005427245967439376, 0.006306152202887461, 0.0049438475514762105, 0.0060424804221838714, 0.0050537107745185494, 0.00610839833971113, 0.005317382654175163, 0.005185546865686774, 0.004240722535178066, 0.004877929575741291, 0.004658202966675162, 0.0054052731487900015, 0.005229491926729679, 0.004746093740686774, 0.003955078125, 0.005273437453433871, 0.004812011681497097, 0.004790038941428066, 0.004812011495232582, 0.003933105431497097, 0.00443847612477839, 0.00441650387365371, 0.0043066406564321365, 0.004284667689353228, 0.003603515587747097, 0.005075683491304517, 0.0052294922061264515, 0.004812011774629354, 0.004833984188735485, 0.005471191136166453, 0.005668945098295808, 0.005778808274772018, 0.0055371093447320165, 0.006547851162031293, 0.005778808565810323, 0.005998534616082907, 0.0055810542777180675, 0.007734375260770321, 0.006635742262005806, 0.008833007700741292, 0.008745117485523224, 0.009140624850988387, 0.008217773586511611, 0.010283203050494193, 0.009931641072034836, 0.011667479947209358, 0.010920410230755805, 0.011733399145305157, 0.012810058519244194, 0.012897949106991291, 0.013974609365686775, 0.014941404736600817, 0.014831542177125812, 0.016325682867318392, 0.016457518748939037, 0.017446289397776128, 0.01779785193502903, 0.018369140475988387, 0.01876464709639549, 0.01946777105331421, 0.0195556640625, 0.020698241889476776, 0.02039062660187483, 0.02089599519968033, 0.020588380470871925, 0.020170897571370007, 0.02008300687884912, 0.020170899294316768, 0.01909423731267452, 0.020083004981279372, 0.018610838428139688, 0.01876465044915676, 0.01689697280526161, 0.01702880710363388, 0.01461181640625, 0.015380859375, 0.012678223103284836, 0.012766112387180329, 0.010832518339157104, 0.00988769344985485, 0.008635253086686135, 0.007998045720160007, 0.006130371242761612, 0.007053222053218633, 0.003933105245232582, 0.0036035154014825823, 0.0015600621700286865, 0.001164550334215164, 0.0003295905888080597, -0.0008789055049419403, -0.003142090141773224, -0.005229490995407105, -0.006591795384883881, -0.008085935562849044, -0.010876462608575822, -0.012019041180610656, -0.016062010452151297, -0.018369140103459358, -0.019885255582630636, -0.022565918043255806, -0.026806637831032275, -0.027224124968051912, -0.02990478202700615, -0.032431640475988385, -0.03577148392796516, -0.03649658262729645, -0.03845214545726776, -0.038671875, -0.03926513493061066, -0.03935302346944809, -0.038540036976337434, -0.038122552633285525, -0.03621093481779099, -0.03522216491401196, -0.033178703486919404, -0.02902588015422225, -0.02803711351007223, -0.024082034081220626, -0.019621585309505463, -0.016940917074680328, -0.014436037838459015, -0.00944824367761612, -0.0072290048003196715, -0.005471190810203553, -0.002131347358226776, -0.0004833981394767761, -4.3942034244537355e-05, 0.0029663100838661196, 0.002636720240116119, 0.004438473656773567, 0.004526366479694843, 0.006218263506889343, 0.005603031534701586, 0.007646483927965164, 0.00670166015625, 0.006306153535842895, 0.008481445163488388, 0.008283692598342895, 0.009206543862819671, 0.011359861493110657, 0.012612304091453553, 0.015600587427616119, 0.018171387910842895, 0.021577150374650956, 0.02375243976712227, 0.029267580062150956, 0.032080074027180674, 0.03722167583182454, 0.0404956066980958, 0.04398925341665745, 0.04783447086811066, 0.052976067364215854, 0.054733884334564206, 0.057568359375, 0.059172362089157104, 0.05871093571186066, 0.059787599742412566, 0.058601072430610655, 0.05594237595796585, 0.0559863269329071, 0.0512402318418026, 0.049020997062325475, 0.043417961709201335, 0.04144042853731662, 0.03574951495975256, 0.032717286795377734, 0.029904787242412568, 0.025224607437849045, 0.020961914211511612, 0.018610839545726777, 0.01658935844898224, 0.015512695908546448, 0.011931154131889343, 0.010854490101337433, 0.008920898288488388, 0.007932126522064209, 0.006525881588459015, 0.0067016597837209705, 0.004812012240290642, 0.005712889425922185, 0.0039990231394767765, 0.00263671837747097, 0.0013623058795928956, 0.0017138659954071046, -0.0011206023395061494, -0.0015600554645061493, -0.0034057632088661193, -0.005251464247703552, -0.006459961086511612, -0.008635250478982925, -0.009953611344099045, -0.01054687388241291, -0.013469236716628075, -0.014985350146889686, -0.016457520698895677, -0.01685302723199129, -0.018039549328386785, -0.01867675930261612, -0.018984375521540642, -0.018435058742761613, -0.01878662109375, -0.01865478530526161, -0.01924804598093033, -0.01702880784869194, -0.016896972060203554, -0.014238280057907105, -0.013996580988168717, -0.013249508664011955, -0.011975095421075822, -0.01037109475582838, -0.009470215812325478, -0.007756347951362841, -0.007778318785130978, -0.005976562201976776, -0.005031738989055156, -0.003339843824505806, -0.002680663391947746, -0.0008789051324129104, -0.0003076169639825821, 0.00030761659145355224, 0.0002416994422674179, 0.0023950189352035522, 0.0027685554698109625, 0.004790038429200649, 0.00417480394244194, 0.005581053881905973, 0.004943846864625812, 0.007602538261562586, 0.006921386253088713, 0.008305663242936134, 0.008217773213982583, 0.009250487573444844, 0.009140624850988387, 0.009470214322209358, 0.01010742224752903, 0.011228027194738388, 0.010173339769244194, 0.01175537072122097, 0.009953613206744195, 0.011184081435203552, 0.01120605431497097, 0.011030273884534836, 0.010942382086068392, 0.01124999918974936, 0.010832519130781293, 0.010898437479045241, 0.009865721873939037, 0.010854491824284196, 0.009250487899407744, 0.009953612741082907, 0.009997558314353228, 0.01032714806497097, 0.008525390177965164, 0.009602050669491291, 0.008811035379767417, 0.008701171877328306, 0.009008788969367743, 0.008481445256620646, 0.008349609072320163, 0.008920898148790001, 0.008547363011166454, 0.008151855412870645, 0.007492675632238388, 0.007888183370232582, 0.007888183277100325, 0.007778320275247097, 0.00667968736961484, 0.006811523251235485, 0.0065698240417987105, 0.007470702845603227, 0.006965331733226776, 0.007712402148172259, 0.00676757802721113, 0.006965331849642098, 0.006437988020479679, 0.007316894229734317, 0.006064453051658347, 0.007185058284085244, 0.005603027110919356, 0.006679687229916453, 0.005910644313553348, 0.006459960679057986, 0.006196288834325969, 0.006591796618886292, 0.005427246005274356, 0.006503906077705323, 0.005866699130274355, 0.0064599606674164535, 0.0054931639228016135, 0.005515136546455324, 0.006218261527828872, 0.006240234221331775, 0.005690917850006372, 0.006350097479298711, 0.006635741959325969, 0.006086425622925162, 0.005646972497925162, 0.0070751951541751625, 0.006372070219367742, 0.006503906100988388, 0.006020507658831775, 0.006877441192045808, 0.005712890462018549, 0.006328124832361936, 0.005976562318392098, 0.005646972544491291, 0.006437988206744194, 0.007141113094985485, 0.006306152138859033, 0.00639404277317226, 0.006459960807114839, 0.007053222414106131, 0.005646972497925162, 0.006635741842910647, 0.006525878701359034, 0.005954589694738388, 0.006196288857609034, 0.007712402148172259, 0.005778808426111936, 0.006196288904175162, 0.005954589601606131, 0.0067895505577325824, 0.0060205076355487105, 0.007448730245232582, 0.005383300641551614, 0.006459960760548711, 0.006042480189353228, 0.006855468545109033, 0.006262206844985485, 0.006855468498542905, 0.0059326169546693565, 0.007404784951359033, 0.005646972567774355, 0.006503906031139195, 0.006350097572430968, 0.006745605263859034, 0.006064452975988388, 0.006350097549147904, 0.006416015513241291, 0.006613769382238388, 0.005690917791798711, 0.007470702938735485, 0.006416015373542905, 0.006877441238611936, 0.005712890392169356, 0.007119140401482582, 0.005954589741304517, 0.0061962887644767765, 0.006108398223295808, 0.006855468591675162, 0.006811523297801614, 0.007185058342292905, 0.005624999804422259, 0.006372070126235485, 0.006416015420109033, 0.006525878701359034, 0.006503906194120645, 0.006416015420109033, 0.005668945098295808, 0.0062402342446148396, 0.00639404272660613, 0.006437988160178066, 0.006723632570356131, 0.006306152138859033, 0.006372070079669357, 0.006042480235919356, 0.0059765623416751625, 0.0076684568542987105, 0.005493163876235485, 0.006459960760548711, 0.0059985349420458075, 0.0065258786547929045, 0.006042480375617743, 0.006328124692663551, 0.006350097432732582, 0.0067456051707267765, 0.005515136546455324, 0.007448730338364839, 0.006174316164106131, 0.006174316257238388, 0.006613769382238388, 0.006328124785795808 ], "yaxis": "y4" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Re(V) for (rf, 4.1 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x4", "y": [ 0.006350097424001433, 0.007360839628381655, 0.006525878820684739, 0.0065478513482958075, 0.006503905897261575, 0.006481933337636292, 0.006701659830287099, 0.007470702938735485, 0.006196288927458227, 0.005734863178804517, 0.005866699060425163, 0.006657714676111937, 0.004702148408978246, 0.005383300440735183, 0.004833984340075403, 0.005185546580469236, 0.00446044912096113, 0.005031738011166453, 0.0035815429873764515, 0.004548339638859034, 0.004306640569120645, 0.003955078031867743, 0.0041967774741351604, 0.004790038801729679, 0.00406494140625, 0.004218749841675163, 0.004328613157849759, 0.004152832040563226, 0.003493652259930968, 0.005119629018008709, 0.004921874543651938, 0.004790039220824838, 0.005251464477623813, 0.006723632523790002, 0.006240234710276127, 0.006767578236758709, 0.007712402194738388, 0.009470214881002904, 0.00834960900247097, 0.01146972570568323, 0.010612792614847422, 0.01175537072122097, 0.012304687511641533, 0.01166748022660613, 0.012348632887005806, 0.013315429911017418, 0.013974608853459358, 0.013754883408546447, 0.013381347339600325, 0.013359373761340975, 0.012480468489229679, 0.011579588614404201, 0.01120605506002903, 0.011140137165784835, 0.00966796837747097, 0.009360351972281933, 0.007492675632238388, 0.0056249990593642, 0.004921875149011612, 0.0042407229542732235, 0.0012304686009883881, -0.0005932621657848358, -0.0016918960958719254, -0.0027246080338954926, -0.0048779303207993506, -0.005515136104077101, -0.008833007700741292, -0.009140625596046448, -0.010195312649011612, -0.011293946206569672, -0.0120849609375, -0.010854493081569671, -0.01037109475582838, -0.009602050250396132, -0.008437501639127732, -0.005822755023837089, -0.004877928644418716, -0.0028344720602035524, 0.00048339962959289553, 0.0021313488483428954, 0.004196777008473873, 0.008217772701755166, 0.007954102009534836, 0.01043701097369194, 0.013271484524011612, 0.015534668415784835, 0.017929687350988387, 0.023225096613168718, 0.025905761495232583, 0.02761962884105742, 0.03302490096539259, 0.03583740033209324, 0.035881347954273224, 0.039155271649360654, 0.0390454076230526, 0.03726562634110451, 0.03487060703337193, 0.034167476871516556, 0.027751463279128075, 0.023576658964157105, 0.020522456616163254, 0.015314939618110656, 0.012897947430610656, 0.011557615548372268, 0.0075805652886629105, 0.0035815404728055, 0.002702636830508709, 0.0031201176345348356, 0.00024169832468032837, -0.00252685546875, -0.00758056491613388, -0.014348144084215165, -0.02030273787677288, -0.024082031194120647, -0.03137694783508778, -0.03706786632537842, -0.04027587622404098, -0.04251708537340164, -0.04471435248851776, -0.041176756471395494, -0.037397459894418714, -0.035222165565937755, -0.026718752831220625, -0.017204593867063522, -0.01349121257662773, -0.006855466961860656, -0.0009448260068893432, -0.0002636723220348358, 0.002504881098866463, 0.005822749994695187, 0.006547851860523224, 0.0057128921151161196, 0.008503417670726775, 0.012766112387180329, 0.014128418266773224, 0.02140136808156967, 0.028498536348342894, 0.0327172813937068, 0.04282470792531967, 0.05154785290360451, 0.05567871183156967, 0.06064452826976776, 0.05989746153354645, 0.05695312023162842, 0.05093261301517486, 0.04649413889274001, 0.03643066175282002, 0.028168947249650956, 0.019731447100639343, 0.014150391519069671, 0.008371581137180329, 0.007602541893720627, 0.0035375960171222685, 0.0011206047609448432, 0.0027685513719916343, 0.0036474555730819703, -0.0010546863079071045, -0.002746579051017761, -0.00615234524011612, -0.012524418532848358, -0.021357423439621926, -0.02581786923110485, -0.03456298746168614, -0.04126464799046516, -0.04335204809904099, -0.04535156190395355, -0.04761474132537842, -0.04102294519543648, -0.03678222447633743, -0.03216796647757292, -0.023840334638953208, -0.01568847894668579, -0.010524904727935791, -0.004899905622005462, 0.0010986313223838805, 0.0015380874276161194, 0.0033398404717445373, 0.0077124029165133836, 0.00593261681497097, 0.00758056640625, 0.010107423365116119, 0.015117184817790985, 0.019138182699680328, 0.02441162019968033, 0.028850100189447402, 0.030739744901075026, 0.036650392785668374, 0.0402099609375, 0.039616703242063525, 0.04031982272863388, 0.038913574814796445, 0.03592529371380806, 0.03348632734268904, 0.030432126391679047, 0.02540038898587227, 0.02252197191119194, 0.018984375149011613, 0.015996094048023223, 0.011184082180261613, 0.010283201932907104, 0.007426757737994194, 0.00459228518884629, 0.003537596948444843, 0.0014501962810754775, -0.0018896497786045074, -0.0032299794256687164, -0.0049218755215406414, -0.00681152306497097, -0.008723145630210639, -0.008107910212129355, -0.011557617783546447, -0.01208496019244194, -0.011447753757238388, -0.010612792521715163, -0.01074463054537773, -0.00900878682732582, -0.008393554389476776, -0.006525877839885652, -0.004724121280014515, -0.001845703274011612, -0.0016040027141571045, 0.0010986320674419403, 0.002197265625, 0.0032299799844622613, 0.005778808635659516, 0.0074047851376235485, 0.008393554389476776, 0.009404297918081284, 0.010063475370407105, 0.011162108927965163, 0.01131591759622097, 0.013315430283546448, 0.012832030653953552, 0.01342529314570129, 0.013227538950741292, 0.01465576197952032, 0.013447265326976775, 0.01335937511175871, 0.012678221613168717, 0.01283203037455678, 0.01118408166221343, 0.011667479993775487, 0.010063476953655481, 0.010151366516947747, 0.009558105282485485, 0.008327636681497098, 0.0077563472092151645, 0.00823974609375, 0.006833496410399676, 0.005800781352445483, 0.0052075193059863524, 0.005163574381731451, 0.004702148586511612, 0.005317382514476776, 0.0038012695033103226, 0.004965820079087279, 0.0035595703637227418, 0.004899902269244194, 0.004262695088982582, 0.0051196286454796795, 0.0034497070126235487, 0.004812011495232582, 0.003911133017390966, 0.0045922849327325824, 0.004482421698048711, 0.004658202943392098, 0.004196777241304517, 0.0060864256578497585, 0.005229492086800747, 0.006130370916798711, 0.006240234337747097, 0.007668456784449518, 0.005910644331015647, 0.006921386462636292, 0.005844726506620645, 0.007602538960054517, 0.006196288904175162, 0.007075195177458226, 0.00650390594964847, 0.006350097490940243, 0.007470702938735485, 0.0065039060544222595, 0.007734374771825969, 0.006767578050494194, 0.006701659876853228, 0.007250976306386292, 0.007250976329669356, 0.007954101241193712, 0.005954589601606131, 0.007470702903810888, 0.006174316292162985, 0.0069653318962082265, 0.006020507600624114, 0.006350097456015646, 0.006437988113611936, 0.006833495805040002, 0.006525878678075969, 0.006921386532485485, 0.006350097479298711, 0.007141113094985485, 0.006174316210672259, 0.007163085602223873, 0.006789550604298711, 0.006811523204669356, 0.007272949069738388, 0.00683349585160613, 0.005800781073048711, 0.006284179538488388, 0.005361327994614839, 0.0067895505577325824, 0.006020507588982582, 0.007163085741922259, 0.006328124692663551, 0.006174316210672259, 0.005998535081744194, 0.007119140354916453, 0.006218261504545808, 0.006745605310425162, 0.006042480282485485, 0.006525878701359034, 0.006591796688735485, 0.007207031128928065, 0.00602050768211484, 0.006921386625617742, 0.006437988067045808, 0.006965331779792905, 0.007404784951359033, 0.007558593573048711, 0.005317382654175163, 0.006811523251235485, 0.005229492043145001, 0.00639404277317226, 0.005800780956633389, 0.0065039060544222595, 0.006503906007856131, 0.006811523251235485, 0.005668945144861937, 0.006987304519861936, 0.00604248030576855, 0.006437988113611936, 0.00639404277317226, 0.007207031082361937, 0.005932617001235485, 0.00639404277317226, 0.006372070126235485, 0.0064819333609193565, 0.005910644400864839, 0.006108398269861937, 0.005712890438735485, 0.006350097525864839, 0.006833495991304517, 0.00683349585160613, 0.006086425576359034, 0.005712890485301614, 0.006064452929422259, 0.006811523204669356, 0.0062402341514825824, 0.006416015326976776, 0.0059326169546693565, 0.006262206891551614, 0.006152343610301614, 0.0065698240417987105, 0.006437988160178066, 0.006196288811042905, 0.006152343563735485, 0.006701660016551614, 0.006921386579051614, 0.00683349585160613, 0.005646972497925162, 0.006328124785795808, 0.005734863085672259, 0.0065698240417987105, 0.005866699060425163, 0.006481933500617742, 0.0067895505577325824, 0.0060644530225545164, 0.00584472636692226, 0.0065258786547929045, 0.006679687183350325, 0.006547851534560323, 0.005559081863611937, 0.006328124785795808, 0.005910644307732582, 0.00683349585160613 ], "yaxis": "y4" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Re(V) for (rf, 4.15 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x4", "y": [ 0.0065258787479251625, 0.00861328113824129, 0.008679198985919356, 0.011184081807732582, 0.012612304277718067, 0.01443603467196226, 0.014589843433350324, 0.016391601134091615, 0.017028808407485486, 0.017841796576976775, 0.01687499973922968, 0.016655272990465163, 0.01516113243997097, 0.013996581640094518, 0.010217284923419357, 0.00799804669804871, 0.005119628785178065, 0.002900390489958227, -0.002482910070102662, -0.005009765620343387, -0.010327148158103228, -0.01318359337747097, -0.01680908156558871, -0.018193358927965163, -0.02032470665872097, -0.02006103452295065, -0.02067626900970936, -0.01777587840333581, -0.01546874949708581, -0.010854491870850325, -0.006152343563735485, 0.0011645507271168753, 0.008459472563117743, 0.016391601134091615, 0.02408203072845936, 0.03383788987994194, 0.040166014432907106, 0.04836181476712227, 0.05460204929113388, 0.05965576060116291, 0.06189697161316872, 0.06332519315183163, 0.06099609285593033, 0.057392577081918715, 0.050712888687849046, 0.04130859300494194, 0.029707030206918717, 0.017182616610080005, 0.0021972655318677425, -0.013666991889476777, -0.031047362461686136, -0.04590087756514549, -0.062006833776831624, -0.07358642369508743, -0.08731933236122132, -0.09340575858950614, -0.0990307591855526, -0.09982177391648292, -0.09645995870232582, -0.08826415762305259, -0.07589355260133743, -0.05796386525034904, -0.03827636614441872, -0.01382080027833581, 0.01263427697122097, 0.04064941331744194, 0.06919189393520356, 0.09643798545002938, 0.12368407920002937, 0.14627197086811067, 0.16424560248851777, 0.17650634199380874, 0.18417480140924453, 0.1837353453040123, 0.17514403760433198, 0.16105956882238387, 0.137724606692791, 0.10951171591877937, 0.07450927719473839, 0.03735351487994194, -0.003625488164834678, -0.04423095546662807, -0.08903319984674454, -0.12895751595497132, -0.16701415926218033, -0.20063231736421586, -0.2291308507323265, -0.24717040359973907, -0.25817870497703554, -0.25338867008686067, -0.24172118306159973, -0.21788085401058196, -0.1852734327316284, -0.14464599192142485, -0.0960424780845642, -0.04423095583915711, 0.01076660118997097, 0.06721435487270355, 0.12432128563523293, 0.1793847605586052, 0.23236083388328552, 0.27795409560203554, 0.3145825117826462, 0.34103758335113527, 0.3503759652376175, 0.3458276271820068, 0.32337157130241395, 0.2918188452720642, 0.24413817673921584, 0.19443602710962296, 0.1329125925898552, 0.0702246069908142, 0.0018896483583375812, -0.06312743909657001, -0.13113280832767488, -0.19324950575828553, -0.2548168897628784, -0.3058813393115997, -0.34967283606529237, -0.3803246945142746, -0.3952441275119781, -0.38992674350738527, -0.3647900283336639, -0.32633788585662843, -0.2740869075059891, -0.2155517503619194, -0.14791991859674453, -0.0780908189713955, -0.0037573241395875813, 0.06747802570462227, 0.14238280951976776, 0.21172850877046584, 0.2785693347454071, 0.3352587819099426, 0.3860375851392746, 0.4227099478244781, 0.43613524436950685, 0.4282031118869781, 0.3980566293001175, 0.3556274324655533, 0.2961914002895355, 0.23304198831319808, 0.15991698950529099, 0.08830810338258743, 0.008437499776482582, -0.06416015513241291, -0.13838378936052323, -0.20744384080171585, -0.27298827171325685, -0.32748046815395354, -0.37724852561950684, -0.40950438380241394, -0.4235668867826462, -0.4150195211172104, -0.38421385288238524, -0.33971922993659975, -0.2816235303878784, -0.21772704422473907, -0.145744626224041, -0.07466308325529099, 0.0001757812569849193, 0.07303710877895356, 0.14447021037340163, 0.2108715757727623, 0.27426268756389616, 0.32824950516223905, 0.3705248862504959, 0.3973315328359604, 0.4057690292596817, 0.3897509634494781, 0.3565283060073853, 0.31343993842601775, 0.2560693293809891, 0.19812743365764618, 0.13130859136581421, 0.06591796725988389, -0.003537597553804517, -0.06604980304837227, -0.1292211890220642, -0.18562499284744263, -0.23802977949380874, -0.27797606885433196, -0.3077270478010178, -0.32323973774909975, -0.3233496010303497, -0.30904540717601775, -0.27999754548072814, -0.2421606406569481, -0.1959521397948265, -0.14600829780101776, -0.09263671562075615, -0.03799072168767452, 0.017709960415959358, 0.06859863176941872, 0.11691650077700615, 0.15998290479183197, 0.19760009199380874, 0.22502196580171585, 0.24306151866912842, 0.24967528730630875, 0.24598388075828553, 0.23317382335662842, 0.21122313886880875, 0.1830761671066284, 0.1484912097454071, 0.11164306402206421, 0.07101562321186065, 0.03374999910593033, -0.0060205076355487105, -0.04007812440395355, -0.0737622044980526, -0.09958007484674454, -0.1217504858970642, -0.13704345375299454, -0.14756835550069808, -0.14941405951976777, -0.14620605409145354, -0.13528564125299453, -0.12150878459215164, -0.10335937216877937, -0.08228759691119195, -0.05906249880790711, -0.03502441272139549, -0.009558105235919356, 0.01272216746583581, 0.034123534336686134, 0.052712401002645494, 0.06881835758686065, 0.08107909932732582, 0.0895825169980526, 0.09395507425069809, 0.09544921517372132, 0.09279052466154099, 0.08720947057008743, 0.0781567357480526, 0.06730224490165711, 0.05541503727436066, 0.04293456934392452, 0.028256835415959358, 0.015644530672580002, 0.0023510741884820163, -0.008767089527100324, -0.01931396424770355, -0.026477050222456455, -0.03291503805667162, -0.03687011674046516, -0.03904540948569775, -0.038386229798197745, -0.037485350668430326, -0.0342993151396513, -0.030717772617936134, -0.02379638571292162, -0.019577636010944845, -0.011447753570973874, -0.005053710797801614, 0.0023510741884820163, 0.006811523297801614, 0.013469237927347421, 0.017182617075741292, 0.022258299961686136, 0.02379638608545065, 0.02643310483545065, 0.027312010899186133, 0.02691650316119194, 0.026301268860697745, 0.024455565586686136, 0.021796874329447748, 0.019643554091453554, 0.016040038783103228, 0.015117187052965164, 0.010349120758473874, 0.008525390224531294, 0.006086425576359034, 0.004394531063735485, 0.001757812435971573, 8.78906255820766e-05, -0.002087402279721573, -0.0009887695021461695, -0.0023510741215432064, -0.0018896483816206455, -0.0021533202612772583, -0.001010742157814093, -0.0006152343528810888, 0.0016259764786809682, 0.0015161132614593953, 0.003581542824395001, 0.003911132668145001, 0.005405273288488388, 0.005954589601606131, 0.007163085602223873, 0.007888183370232582, 0.008371581695973873, 0.008085937285795809, 0.009711913671344519, 0.008217773120850324, 0.009602050529792905, 0.007426757551729679, 0.008920898381620645, 0.008437499776482582, 0.00837158178910613, 0.007382812350988388, 0.007712402148172259, 0.00639404277317226, 0.006262206798419356, 0.005712890438735485, 0.005339355324395001, 0.0049438475165516135, 0.005712890438735485, 0.0046142577193677425, 0.005690917815081775, 0.004372558486647904, 0.005537109193392098, 0.004482421767897904, 0.006108398223295808, 0.005668945168145001, 0.005822753719985485, 0.005932616931386292, 0.006196288811042905, 0.005778808426111936, 0.00639404277317226, 0.005163574055768549, 0.0065039060544222595, 0.006196288811042905, 0.0065258787479251625, 0.0070751951541751625, 0.006613769382238388, 0.0064819333609193565, 0.006679687416180968, 0.005646972544491291, 0.006459960760548711, 0.005976562295109034, 0.005932617001235485, 0.005603027204051614, 0.006174316257238388, 0.005559081863611937, 0.006262206844985485, 0.006306152185425162, 0.006899413932114839, 0.005581054510548711, 0.006701660016551614, 0.006064452929422259, 0.005800781119614839, 0.006657714676111937, 0.006416015373542905, 0.005800781026482582, 0.006328124832361936, 0.006196288857609034, 0.006174316210672259, 0.005185546679422259, 0.00639404277317226, 0.00630615227855742, 0.006635742029175162, 0.005954589741304517, 0.006679687323048711, 0.006394042819738388, 0.006635742075741291, 0.005668945191428065, 0.006328124739229679, 0.005185546702705324, 0.006679687276482582, 0.0059765623416751625, 0.006899413932114839, 0.005624999804422259, 0.005866699060425163, 0.006745605263859034, 0.0069873043801635506, 0.006042480282485485, 0.00683349585160613, 0.006350097525864839, 0.007141113048419356, 0.005932617001235485, 0.006394042866304517, 0.005163574102334678, 0.005998534988611937, 0.006745605217292905, 0.0059765623416751625, 0.0059985350351780655, 0.006481933454051614, 0.006196288857609034, 0.007338867010548711, 0.005778808426111936, 0.006328124785795808, 0.005053710821084678, 0.006723632616922259 ], "yaxis": "y4" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Re(V) for (rf, 4.2 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x4", "y": [ 0.005361328055732884, 0.005273437354480848, 0.005712890601716936, 0.0057128904212731865, 0.005361327953869477, 0.005778808239847421, 0.005866698996396735, 0.007272949125035666, 0.0060205076355487105, 0.006591796642169356, 0.006943359272554517, 0.008085937285795809, 0.007976073794998229, 0.00826171835360583, 0.007976074062753469, 0.008657226292416453, 0.007097167801111937, 0.008217773213982583, 0.006394042819738388, 0.006086425622925162, 0.005624999932479113, 0.006328124937135726, 0.005119628671673126, 0.00446044912096113, 0.004328612983226776, 0.003537597693502903, 0.002658691070973873, 0.0036474605556577446, 0.002900390431750566, 0.0048999022226780655, 0.005515136430040002, 0.00604248046875, 0.006789550371468067, 0.009162597358226776, 0.00872314404696226, 0.011118163913488388, 0.010085448808968066, 0.011447753384709358, 0.01096435496583581, 0.01114013623446226, 0.010612792521715163, 0.00966796837747097, 0.007558593526482582, 0.006591796781867743, 0.004438476171344519, 0.003273925743997097, 0.0020214845426380634, -0.0008569342200644315, -0.001472168229520321, -0.0017578128725290298, -0.001823730580508709, -0.0010766599327325821, -0.0005712894722819329, 0.0021313484758138657, 0.003427734039723873, 0.005998535285471007, 0.0077783199027180675, 0.011008299142122268, 0.013249510899186134, 0.015336913615465164, 0.01713867262005806, 0.018786619976162912, 0.019401854276657103, 0.018061522985226473, 0.01560058631002903, 0.014040526002645493, 0.008964844048023224, 0.007514648325741291, 0.0032299818471074105, -0.0002636730670928955, -0.0038452159613370897, -0.008063964219763875, -0.01087646521627903, -0.012128904461860657, -0.012810058519244194, -0.010305175930261612, -0.00791015587747097, -0.003383789211511612, 0.0013842768967151642, 0.004702146374620497, 0.008107910305261612, 0.01494140699505806, 0.019401855021715163, 0.026520995236933232, 0.03021240159869194, 0.03194824308156967, 0.03223388716578483, 0.02812499916180968, 0.022895507514476776, 0.01803954690694809, 0.010986328125, 0.007932129502296447, 0.002373047173023224, -0.0035375989973545074, -0.009909667819738389, -0.017446288652718068, -0.02513672038912773, -0.029223634302616118, -0.028937987238168716, -0.02186279371380806, -0.014370115473866463, -0.007448731362819672, -2.197250723838806e-05, 0.003076177090406418, 0.00804198905825615, 0.013798829913139344, 0.020895998179912566, 0.03278320357203483, 0.041813963651657106, 0.048339839279651645, 0.04768066182732582, 0.040495605766773225, 0.0283886693418026, 0.01790771484375, 0.009404297173023223, 0.006503906473517418, 0.0032958950847387313, -0.0012744158506393433, -0.00999755859375, -0.02252197600901127, -0.03517821952700615, -0.04403320401906967, -0.04447265416383743, -0.03458495885133743, -0.02188476696610451, -0.008657228946685792, 0.0007690444588661193, 0.003471679985523224, 0.0058667011559009555, 0.009448245167732239, 0.01757812649011612, 0.031596680358052256, 0.04539550691843033, 0.05675536692142487, 0.056645506620407106, 0.04601073712110519, 0.03221191428601742, 0.016655273735523224, 0.007075199484825134, 0.004064944759011269, 0.0008569352328777313, -0.0008789077401161194, -0.008701172471046448, -0.02373046875, -0.03873779289424419, -0.048647458851337436, -0.04959228038787842, -0.03812255673110485, -0.023554687574505805, -0.008789063990116119, 0.0023950189352035522, 0.004064939916133881, 0.004372560605406761, 0.0094482421875, 0.01760009825229645, 0.03194824606180191, 0.04691161476075649, 0.05732665807008743, 0.055634763836860654, 0.044560547545552255, 0.030607909709215165, 0.016435547173023222, 0.006723631918430328, 0.005537114292383194, 0.001955561712384224, -0.0007470697164535522, -0.009711915254592895, -0.023466797731816768, -0.035375974327325824, -0.04295654147863388, -0.0402539037168026, -0.031113279238343238, -0.018237306177616118, -0.006240232288837433, 0.001362302154302597, 0.004614259861409664, 0.007668454200029373, 0.014282229542732238, 0.02164306566119194, 0.03247558921575546, 0.040187984332442285, 0.04440673738718033, 0.0424731433391571, 0.034475094825029376, 0.025664063543081282, 0.017753908038139345, 0.010590819269418716, 0.007602537609636783, 0.0021972667425870897, -0.003164062649011612, -0.01008545160293579, -0.017204589769244195, -0.02318115159869194, -0.02362060546875, -0.023972169309854508, -0.01612793067470193, -0.010964354127645492, -0.0039331033825874325, 0.0016699209809303284, 0.004943846189416945, 0.009338380023837089, 0.01494140625, 0.020280759781599045, 0.024873046856373548, 0.02647705040872097, 0.027883299440145493, 0.026081541180610658, 0.023071286067715847, 0.018962401896715164, 0.01560058444738388, 0.010700681060552598, 0.007031248416751623, 0.003120119124650955, -0.0012304686009883881, -0.0031640615314245226, -0.006394043727777898, -0.008349609375, -0.007624512910842896, -0.006987304612994194, -0.004790038336068392, -0.003537598252296448, -0.0003955073654651642, 0.003427734225988388, 0.005822753708343953, 0.008964842557907105, 0.012326660752296447, 0.012875977158546447, 0.01500732395797968, 0.014963378570973873, 0.015358886867761611, 0.015270994696766137, 0.014436035580001772, 0.012985839508473873, 0.01076660118997097, 0.007404785044491291, 0.007712402194738388, 0.0043286138214170935, 0.003208008036017418, 0.0024169917218387128, 0.0014721680432558059, 0.001032714731991291, 0.0010107424110174178, 0.0004833979532122612, 0.002109375037252903, 0.002614746172912419, 0.004086913447827101, 0.0037792969960719347, 0.0063500974094495176, 0.007272949069738388, 0.007888183370232582, 0.008217773027718067, 0.009184570144861936, 0.009667968208668753, 0.009645995683968067, 0.008591308840550482, 0.008876953180879355, 0.006987304519861936, 0.007470703311264515, 0.006767577957361937, 0.006833495805040002, 0.005427245871396735, 0.0053393554640933875, 0.004987792874453589, 0.0048339841421693565, 0.004020995972678065, 0.005031738430261612, 0.004372558370232582, 0.00560302734375, 0.0054052732419222595, 0.006152343409485184, 0.006218261536560021, 0.006481933500617742, 0.0058886717772111295, 0.0066137694288045164, 0.006965331803075969, 0.007360839663306251, 0.007646484122960828, 0.00795410133432597, 0.007053222472313792, 0.0070751951134298, 0.006701659946702421, 0.006701659929240123, 0.006262206868268549, 0.006416015396825969, 0.006657714676111937, 0.005954589578323066, 0.00538330061826855, 0.006108398258220404, 0.006042480346513912, 0.006613769358955324, 0.005822753813117742, 0.007558593573048711, 0.006262206844985485, 0.006196288904175162, 0.006284179491922259, 0.0063281248090788726, 0.005954589671455323, 0.006481933407485485, 0.006437988253310323, 0.007141113094985485, 0.005537109216675162, 0.005954589764587581, 0.0059545896481722595, 0.006437988020479679, 0.006723632616922259, 0.006503906031139195, 0.006987304473295808, 0.007097167894244194, 0.006240234198048711, 0.006657714676111937, 0.006481933407485485, 0.007075195107609034, 0.006701659876853228, 0.006108398223295808, 0.005778808426111936, 0.007009277213364839, 0.006899413885548711, 0.0065258787479251625, 0.006459960807114839, 0.006701660016551614, 0.006723632663488388, 0.006569823995232582, 0.005361327901482582, 0.006833495944738388, 0.006284179538488388, 0.0065478514414280655, 0.006174316164106131, 0.006613769335672259, 0.005976562201976776, 0.006262206798419356, 0.005778808332979679, 0.006372070079669357, 0.006613769335672259, 0.006789550604298711, 0.006086425622925162, 0.005603027157485485, 0.006569823995232582, 0.005603027157485485, 0.006284179538488388, 0.007163085741922259, 0.005317382654175163, 0.006811523251235485, 0.005844726413488388, 0.006657714629545808, 0.006921386672183871, 0.006481933407485485, 0.006416015373542905, 0.0070971678476780655, 0.006987304519861936, 0.00694335913285613, 0.005559081863611937, 0.007250976329669356, 0.006130370916798711, 0.007053222414106131, 0.005910644307732582, 0.00619628899730742, 0.005822753813117742, 0.006635742029175162, 0.005361327948048711, 0.006899413932114839, 0.006525878701359034, 0.006174316210672259, 0.00573486303910613, 0.007448730198666454, 0.006591796642169356, 0.007207030989229679, 0.006459960830397904, 0.006635742122307419, 0.005998535058461129, 0.006152343563735485, 0.005668945144861937, 0.007075195200741291, 0.006218261551111937, 0.007141113048419356, 0.006547851394861937, 0.006657714582979679, 0.006240234198048711, 0.006064452929422259, 0.006284179398790002, 0.007338867010548711, 0.00584472632035613, 0.0054492186289280655, 0.005603027204051614, 0.006328124785795808 ], "yaxis": "y4" }, { "dx": 2.0833333333333334e-10, "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Re(V) for (rf, 4.25 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x4", "y": [ 0.006745605205651373, 0.007075195037759841, 0.0066796872619306665, 0.006130370864411816, 0.00479003885993734, 0.00602050780726131, 0.005273437267169357, 0.005427245981991291, 0.005559081910178065, 0.004680175581597723, 0.004746093665016815, 0.005954589752946049, 0.006328124832361936, 0.00766845690086484, 0.007316894363611937, 0.008591308444738387, 0.007514648209325969, 0.00856933566974476, 0.008898925641551614, 0.007866210583597422, 0.006855468545109033, 0.006679687555879355, 0.005163574079051614, 0.005053710727952421, 0.004240722488611936, 0.003955077845603228, 0.002944335900247097, 0.004108886420726776, 0.004130859379074536, 0.004438476450741291, 0.005273437686264515, 0.0068994141183793545, 0.007492675445973873, 0.009272460825741291, 0.010041503282263876, 0.010678710509091615, 0.010283202771097422, 0.011579589359462262, 0.009887694753706456, 0.00874511692672968, 0.006174316350370646, 0.005668945237994194, 0.002746582217514515, 0.0013183592353016138, -4.394492134451866e-05, -0.000483398512005806, -0.0005712892860174179, 0.00039550758083350956, 0.0024829104542732237, 0.003010253421962261, 0.006174316583201289, 0.010063475742936135, 0.01131591759622097, 0.013974608387798071, 0.015842285193502902, 0.01694091744720936, 0.01544677633792162, 0.014150389283895493, 0.011557615920901298, 0.009140625037252903, 0.005097656976431608, 0.000483398512005806, -0.0029223620891571044, -0.006306151859462261, -0.007448728755116462, -0.007470704615116119, -0.0057128896471112965, -0.002570801600813866, 6.591826677322387e-05, 0.0059765631332993506, 0.010173337906599045, 0.01375488042831421, 0.018413084000349043, 0.024938962422311306, 0.026455076038837434, 0.025092772766947748, 0.0217749023810029, 0.015864256769418716, 0.010239258036017418, 0.0048999021295458075, -0.00015380904078483583, -0.007163086533546447, -0.014326170715503395, -0.01749023497104645, -0.019270018488168717, -0.017226559668779375, -0.010678707808256149, -0.0017578117549419403, 0.0036474600434303283, 0.009470213204622269, 0.014809571206569672, 0.023598632588982583, 0.032167966850101946, 0.03897949159145355, 0.03697998151183128, 0.02953125098720193, 0.019050291180610655, 0.01285400167107582, 0.006240236014127732, 2.1976232528686523e-05, -0.007492674887180329, -0.01720458846539259, -0.030102537572383882, -0.035551758110523225, -0.029289552569389345, -0.014677732065320016, -0.005361329019069672, 0.0020654290914535523, 0.00626220665872097, 0.01096435785293579, 0.02206054553389549, 0.03816650038352236, 0.049570311605930326, 0.048625485599040986, 0.03814453072845936, 0.025708010792732237, 0.012546387314796448, 0.003977050632238388, 0.0027026399970054627, -0.0027026399970054627, -0.01867675520479679, -0.03533203080296517, -0.04484619051218033, -0.040847166627645495, -0.026674806885421277, -0.00856933742761612, 0.002900392562150955, 0.0047680651769042015, 0.007075197994709015, 0.018588866293430328, 0.03557373024523258, 0.05115234032273293, 0.058029782772064206, 0.051020505651831624, 0.028520508110523222, 0.010502927005290985, 0.002988283336162567, 0.0036035168915987013, -0.0014062479138374328, -0.014260255545377732, -0.03304687235504389, -0.04748290777206421, -0.04968017339706421, -0.03282714785891585, -0.01197509691119194, 0.00032958984375, 0.00507568046450615, 0.00856933817267418, 0.013908693194389343, 0.02935546785593033, 0.04932860657572746, 0.060798336565494535, 0.051020506769418716, 0.030959472060203552, 0.01296386867761612, 0.005317381769418717, 0.002460935339331627, -0.00015380829572677612, -0.010810548812150956, -0.02898193006403744, -0.04636230021715164, -0.04532959014177322, -0.03298095222562551, -0.016281741112470625, -0.0006372064352035522, 0.00736083909869194, 0.007426757365465164, 0.011052244901657104, 0.02786133103072643, 0.04434081986546516, 0.05150390118360519, 0.04612060263752937, 0.0320141576230526, 0.01834716647863388, 0.0072949230670928955, 0.005075683631002903, 0.0024169921875, -0.009689943492412567, -0.02408203243394382, -0.033024901151657106, -0.03559570461511612, -0.027773438952863216, -0.012392577528953553, -0.0010327160358428954, 0.004064942523837089, 0.008459469303488731, 0.015776367485523225, 0.02689453065395355, 0.03427734375, 0.04053954780101776, 0.03702392056584358, 0.029443357698619367, 0.018391112983226775, 0.012722163647413253, 0.006240234046708792, 8.789151906967163e-05, -0.007404784113168717, -0.013447266444563866, -0.01944580152630806, -0.020698241889476776, -0.017116699926555158, -0.008217772841453553, -0.003933104872703552, 0.0024389639496803285, 0.009052736684679985, 0.014787597209215164, 0.019841309636831284, 0.025114745320752262, 0.027092283219099046, 0.02540039047598839, 0.021401367988437413, 0.01724853366613388, 0.012106932699680328, 0.005888669937849045, 0.0018457036465406417, -0.0007250960916280746, -0.0052514642011374235, -0.007470703125, -0.008107908815145493, -0.00604248046875, -0.004174803756177426, -4.394426941871643e-05, 0.0033398441970348357, 0.007448730617761612, 0.010832520201802254, 0.013579102233052254, 0.01582031126599759, 0.015380859188735486, 0.016171873919665812, 0.01494140550494194, 0.012150879018008709, 0.010678710788488388, 0.006745604891330003, 0.0041528320871293545, 0.0020654303953051567, 0.0018017579335719348, -0.000483398512005806, 0.00028564445674419405, -0.00037353448569774626, 0.0011865243315696717, 0.002395019307732582, 0.004394531715661287, 0.005603027297183871, 0.00841552708297968, 0.009580077603459358, 0.009667968656867743, 0.011315917503088713, 0.011184081714600325, 0.010195312043651938, 0.00953613268211484, 0.00841552671045065, 0.007712402101606131, 0.005515136523172259, 0.004987792670726776, 0.003999023445066996, 0.0038012695498764516, 0.003493652306497097, 0.00428466796875, 0.004262695461511612, 0.0046801755350315945, 0.005910644208779558, 0.007185058388859034, 0.006525878701359034, 0.008020019251853227, 0.007448730105534196, 0.007976074004545808, 0.00749267558567226, 0.007558593619614839, 0.007185058481991291, 0.00714111328125, 0.006174316303804517, 0.006064452975988388, 0.005888671957654879, 0.005712890659924597, 0.005229492078069597, 0.006174316338729113, 0.005581054525100626, 0.006130370876053348, 0.006240234186407179, 0.006525878826505504, 0.00555908193346113, 0.006833495979662985, 0.006723632535431534, 0.007646484154975042, 0.006767577849677764, 0.007141113048419356, 0.0063500975025817755, 0.006525878762477078, 0.005778808484319597, 0.006328124785795808, 0.005910644400864839, 0.006569824065081775, 0.0048999021470081065, 0.006218261551111937, 0.005471191299147904, 0.005734863132238388, 0.006437988020479679, 0.006108398269861937, 0.005778808449395001, 0.006306152138859033, 0.006108398269861937, 0.0065698240417987105, 0.005866698990575969, 0.007250976376235485, 0.006877441192045808, 0.006394042819738388, 0.007009277120232582, 0.006657714582979679, 0.006108398362994194, 0.007272949069738388, 0.006306152185425162, 0.0070971677545458075, 0.006437988113611936, 0.006064452882856131, 0.0065698240417987105, 0.006218261504545808, 0.00639404272660613, 0.006877441192045808, 0.005822753673419357, 0.006284179398790002, 0.006306152092292905, 0.006921386485919357, 0.006416015373542905, 0.006503906100988388, 0.006372070126235485, 0.006284179538488388, 0.006372070126235485, 0.006877441238611936, 0.0059326169546693565, 0.005405273288488388, 0.005888671707361936, 0.007448730291798711, 0.0065698240417987105, 0.006635741936042905, 0.006328124832361936, 0.005866699106991291, 0.006503906194120645, 0.007163085788488388, 0.005910644400864839, 0.007294921623542905, 0.005954589741304517, 0.006284179538488388, 0.006306152185425162, 0.006591796781867743, 0.006811523111537099, 0.007624511513859034, 0.006855468638241291, 0.006657714582979679, 0.006174316164106131, 0.006635741982609034, 0.005800781073048711, 0.006855468545109033, 0.0054272458422929045, 0.0072949215769767765, 0.006306152138859033, 0.006547851301729679, 0.0064819333609193565, 0.006943359225988388, 0.006218261551111937, 0.005690917791798711, 0.006218261597678065, 0.006306152162142098, 0.005427245912142098, 0.006196288904175162, 0.0059326169546693565, 0.006459960713982582, 0.006108398153446615, 0.006591796642169356, 0.005361327948048711, 0.007558593573048711, 0.006811523297801614, 0.006569823995232582, 0.006613769382238388, 0.006591796688735485, 0.0054711912292987105, 0.006811523204669356, 0.005932617047801614, 0.0071630858350545164, 0.0065478514414280655, 0.006613769335672259, 0.00628417944535613, 0.006635742075741291, 0.006262206798419356, 0.006328124832361936 ], "yaxis": "y4" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (0,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.73125, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (2,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.4625, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (3,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.19375, "yanchor": "bottom", "yref": "paper" } ], "height": 2300, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "Time (s)" } }, "xaxis2": { "anchor": "y2", "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "Time (s)" } }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "Time (s)" } }, "xaxis4": { "anchor": "y4", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.80625, 1.0 ], "title": { "text": "Fractional Voltage" } }, "yaxis2": { "anchor": "x2", "domain": [ 0.5375, 0.73125 ], "title": { "text": "Fractional Voltage" } }, "yaxis3": { "anchor": "x3", "domain": [ 0.26875, 0.4625 ], "title": { "text": "Fractional Voltage" } }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 0.19375 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "program.plot_trace()" ] }, { "cell_type": "raw", "id": "f7ec0f43", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can retrieve the I/Q data by calling the\n", ":py:meth:`~keysight.qcs.programs.Program.get_iq_pandas` method, which\n", "returns a dataframe that has the sweep values in its column header." ] }, { "cell_type": "code", "execution_count": 7, "id": "2edbcbaa", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:47.423971Z", "iopub.status.busy": "2025-10-02T01:24:47.423610Z", "iopub.status.idle": "2025-10-02T01:24:47.762169Z", "shell.execute_reply": "2025-10-02T01:24:47.761193Z" } }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
(rf, 4.05 GHz)...(rf, 4.25 GHz)
0123456789...0123456789
(((readoutreceiver_0)))0.002351-0.002617j0.001562-0.003162j0.001999-0.003444j0.002334-0.002812j0.001619-0.003178j0.001974-0.003325j0.002244-0.002614j0.001584-0.003135j0.001894-0.003386j0.002325-0.002754j...-0.000353-0.000242j-0.000056+0.000357j0.000290-0.000252j-0.000126-0.000030j0.000081+0.000200j0.000281-0.000253j-0.000226-0.000165j0.000205+0.000234j0.000370-0.000073j-0.000272-0.000114j
(((readoutreceiver_1)))-0.003926-0.002629j-0.002427-0.001740j-0.002129-0.000508j-0.003600-0.001572j-0.002188-0.001321j-0.001880-0.000612j-0.004357-0.002121j-0.002159-0.002206j-0.002250-0.000615j-0.004123-0.002111j...0.000047-0.000634j-0.000227+0.000729j0.000404+0.000285j-0.000619-0.000269j-0.000079+0.000723j0.000246+0.000136j-0.000124-0.000674j-0.000112+0.000165j0.000463-0.000247j-0.000024-0.000089j
(((readoutreceiver_2)))0.004186-0.001393j0.004653-0.001658j0.004354-0.000896j0.004046-0.001135j0.004784-0.001412j0.004066-0.000832j0.003935-0.001297j0.004887-0.001311j0.004025-0.000916j0.004254-0.001515j...0.000401-0.000258j-0.000200-0.000369j-0.000081+0.000279j0.000265-0.000322j-0.000437-0.000284j-0.000292+0.000412j0.000202-0.000232j-0.000108-0.000409j0.000152+0.000226j0.000329-0.000201j
(((readoutreceiver_3)))0.003129+0.001425j0.003441+0.001442j0.002865+0.002030j0.003196+0.001574j0.003758+0.001457j0.003232+0.002031j0.002919+0.001560j0.003477+0.001332j0.002991+0.002071j0.003148+0.001320j...-0.000067+0.000023j-0.000269-0.000081j-0.000009+0.000215j0.000104+0.000032j-0.000207+0.000012j0.000041+0.000437j0.000226-0.000166j-0.000123-0.000006j0.000186+0.000372j0.000137-0.000029j
\n", "

4 rows × 50 columns

\n", "
" ], "text/plain": [ " (rf, 4.05 GHz) \\\n", " 0 1 \n", "(((readoutreceiver_0))) 0.002351-0.002617j 0.001562-0.003162j \n", "(((readoutreceiver_1))) -0.003926-0.002629j -0.002427-0.001740j \n", "(((readoutreceiver_2))) 0.004186-0.001393j 0.004653-0.001658j \n", "(((readoutreceiver_3))) 0.003129+0.001425j 0.003441+0.001442j \n", "\n", " \\\n", " 2 3 \n", "(((readoutreceiver_0))) 0.001999-0.003444j 0.002334-0.002812j \n", "(((readoutreceiver_1))) -0.002129-0.000508j -0.003600-0.001572j \n", "(((readoutreceiver_2))) 0.004354-0.000896j 0.004046-0.001135j \n", "(((readoutreceiver_3))) 0.002865+0.002030j 0.003196+0.001574j \n", "\n", " \\\n", " 4 5 \n", "(((readoutreceiver_0))) 0.001619-0.003178j 0.001974-0.003325j \n", "(((readoutreceiver_1))) -0.002188-0.001321j -0.001880-0.000612j \n", "(((readoutreceiver_2))) 0.004784-0.001412j 0.004066-0.000832j \n", "(((readoutreceiver_3))) 0.003758+0.001457j 0.003232+0.002031j \n", "\n", " \\\n", " 6 7 \n", "(((readoutreceiver_0))) 0.002244-0.002614j 0.001584-0.003135j \n", "(((readoutreceiver_1))) -0.004357-0.002121j -0.002159-0.002206j \n", "(((readoutreceiver_2))) 0.003935-0.001297j 0.004887-0.001311j \n", "(((readoutreceiver_3))) 0.002919+0.001560j 0.003477+0.001332j \n", "\n", " ... \\\n", " 8 9 ... \n", "(((readoutreceiver_0))) 0.001894-0.003386j 0.002325-0.002754j ... \n", "(((readoutreceiver_1))) -0.002250-0.000615j -0.004123-0.002111j ... \n", "(((readoutreceiver_2))) 0.004025-0.000916j 0.004254-0.001515j ... \n", "(((readoutreceiver_3))) 0.002991+0.002071j 0.003148+0.001320j ... \n", "\n", " (rf, 4.25 GHz) \\\n", " 0 1 \n", "(((readoutreceiver_0))) -0.000353-0.000242j -0.000056+0.000357j \n", "(((readoutreceiver_1))) 0.000047-0.000634j -0.000227+0.000729j \n", "(((readoutreceiver_2))) 0.000401-0.000258j -0.000200-0.000369j \n", "(((readoutreceiver_3))) -0.000067+0.000023j -0.000269-0.000081j \n", "\n", " \\\n", " 2 3 \n", "(((readoutreceiver_0))) 0.000290-0.000252j -0.000126-0.000030j \n", "(((readoutreceiver_1))) 0.000404+0.000285j -0.000619-0.000269j \n", "(((readoutreceiver_2))) -0.000081+0.000279j 0.000265-0.000322j \n", "(((readoutreceiver_3))) -0.000009+0.000215j 0.000104+0.000032j \n", "\n", " \\\n", " 4 5 \n", "(((readoutreceiver_0))) 0.000081+0.000200j 0.000281-0.000253j \n", "(((readoutreceiver_1))) -0.000079+0.000723j 0.000246+0.000136j \n", "(((readoutreceiver_2))) -0.000437-0.000284j -0.000292+0.000412j \n", "(((readoutreceiver_3))) -0.000207+0.000012j 0.000041+0.000437j \n", "\n", " \\\n", " 6 7 \n", "(((readoutreceiver_0))) -0.000226-0.000165j 0.000205+0.000234j \n", "(((readoutreceiver_1))) -0.000124-0.000674j -0.000112+0.000165j \n", "(((readoutreceiver_2))) 0.000202-0.000232j -0.000108-0.000409j \n", "(((readoutreceiver_3))) 0.000226-0.000166j -0.000123-0.000006j \n", "\n", " \n", " 8 9 \n", "(((readoutreceiver_0))) 0.000370-0.000073j -0.000272-0.000114j \n", "(((readoutreceiver_1))) 0.000463-0.000247j -0.000024-0.000089j \n", "(((readoutreceiver_2))) 0.000152+0.000226j 0.000329-0.000201j \n", "(((readoutreceiver_3))) 0.000186+0.000372j 0.000137-0.000029j \n", "\n", "[4 rows x 50 columns]" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "program.get_iq_pandas(stack_channels=True)" ] }, { "cell_type": "raw", "id": "d8d61480", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can extract data for a sweep and repeat using the following" ] }, { "cell_type": "code", "execution_count": 8, "id": "51d20926", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:47.764171Z", "iopub.status.busy": "2025-10-02T01:24:47.763987Z", "iopub.status.idle": "2025-10-02T01:24:47.796903Z", "shell.execute_reply": "2025-10-02T01:24:47.796063Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/plain": [ "(0.0023512427568418183-0.0026169676054433096j)" ] }, "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df = program.get_iq_pandas(stack_channels=True)\n", "channel0_rf_4_05_data = df[\"(rf, 4.05 GHz)\"][\"0\"][digs[0]]\n", "channel0_rf_4_05_data" ] }, { "cell_type": "raw", "id": "0fafad35", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "This is the data for channel (labels=[0], name=readoutreceiver), 4.05 GHz frequency\n", "and 0th repeat.\n", "\n", "Also, using the results class we can get the data directly as a numpy array:" ] }, { "cell_type": "code", "execution_count": 9, "id": "d225f200", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:47.799763Z", "iopub.status.busy": "2025-10-02T01:24:47.799531Z", "iopub.status.idle": "2025-10-02T01:24:47.814448Z", "shell.execute_reply": "2025-10-02T01:24:47.813806Z" } }, "outputs": [ { "data": { "text/plain": [ "array([[ 2.35124276e-03-2.61696761e-03j, 1.56245443e-03-3.16220147e-03j,\n", " 1.99869235e-03-3.44414807e-03j, 2.33420904e-03-2.81241797e-03j,\n", " 1.61864528e-03-3.17826601e-03j, 1.97415616e-03-3.32476444e-03j,\n", " 2.24370314e-03-2.61436829e-03j, 1.58411493e-03-3.13454107e-03j,\n", " 1.89427713e-03-3.38570377e-03j, 2.32488827e-03-2.75443529e-03j],\n", " [ 9.03837221e-03-1.31979863e-02j, -1.60448812e-02-1.15120579e-03j,\n", " 6.88682387e-03+1.43951763e-02j, 9.14083963e-03-1.32208673e-02j,\n", " -1.60652258e-02-1.13517492e-03j, 6.92790761e-03+1.45518245e-02j,\n", " 9.04989827e-03-1.29691433e-02j, -1.59535191e-02-1.09506675e-03j,\n", " 7.00933728e-03+1.45844746e-02j, 9.11382591e-03-1.31389008e-02j],\n", " [-9.69921596e-02+1.41306446e-01j, -9.68726013e-02+1.41300715e-01j,\n", " -9.66008497e-02+1.41492925e-01j, -9.66862182e-02+1.41401766e-01j,\n", " -9.67742680e-02+1.41309223e-01j, -9.70541093e-02+1.41359629e-01j,\n", " -9.68253698e-02+1.41451627e-01j, -9.64496395e-02+1.41546603e-01j,\n", " -9.70479037e-02+1.41218335e-01j, -9.67055504e-02+1.41535448e-01j],\n", " [ 6.32470779e-03-9.17958610e-03j, 4.52432357e-03+1.00455726e-02j,\n", " -1.11222287e-02-1.06291578e-03j, 6.35371604e-03-9.03682141e-03j,\n", " 4.56529070e-03+1.01961803e-02j, -1.09632058e-02-1.02351663e-03j,\n", " 6.24255967e-03-9.00895436e-03j, 4.78976786e-03+1.02531960e-02j,\n", " -1.10242711e-02-1.02314139e-03j, 6.49037177e-03-8.99366121e-03j],\n", " [-3.52554585e-04-2.42393203e-04j, -5.56220660e-05+3.56588658e-04j,\n", " 2.89539537e-04-2.52136938e-04j, -1.25781980e-04-2.96531565e-05j,\n", " 8.11054827e-05+2.00224330e-04j, 2.81490092e-04-2.52850340e-04j,\n", " -2.25801394e-04-1.64635471e-04j, 2.04950458e-04+2.34214862e-04j,\n", " 3.69634580e-04-7.28241968e-05j, -2.71968595e-04-1.13773288e-04j]])" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "program.results.get_iq()[digs[0]]" ] }, { "cell_type": "raw", "id": "be2c4149", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We can extract data for a sweep, repeat, acquisition using the following:\n" ] }, { "cell_type": "code", "execution_count": 10, "id": "26c92c9b", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:47.816324Z", "iopub.status.busy": "2025-10-02T01:24:47.816129Z", "iopub.status.idle": "2025-10-02T01:24:47.847257Z", "shell.execute_reply": "2025-10-02T01:24:47.846190Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
<xarray.DataArray (channel: 4, rf: 5, shot: 10)> Size: 3kB\n",
       "array([[[ 2.35124276e-03-2.61696761e-03j,\n",
       "          1.56245443e-03-3.16220147e-03j,\n",
       "          1.99869235e-03-3.44414807e-03j,\n",
       "          2.33420904e-03-2.81241797e-03j,\n",
       "          1.61864528e-03-3.17826601e-03j,\n",
       "          1.97415616e-03-3.32476444e-03j,\n",
       "          2.24370314e-03-2.61436829e-03j,\n",
       "          1.58411493e-03-3.13454107e-03j,\n",
       "          1.89427713e-03-3.38570377e-03j,\n",
       "          2.32488827e-03-2.75443529e-03j],\n",
       "        [ 9.03837221e-03-1.31979863e-02j,\n",
       "         -1.60448812e-02-1.15120579e-03j,\n",
       "          6.88682387e-03+1.43951763e-02j,\n",
       "          9.14083963e-03-1.32208673e-02j,\n",
       "         -1.60652258e-02-1.13517492e-03j,\n",
       "          6.92790761e-03+1.45518245e-02j,\n",
       "          9.04989827e-03-1.29691433e-02j,\n",
       "         -1.59535191e-02-1.09506675e-03j,\n",
       "          7.00933728e-03+1.45844746e-02j,\n",
       "          9.11382591e-03-1.31389008e-02j],\n",
       "...\n",
       "        [ 6.18884111e-04+1.08999988e-02j,\n",
       "         -9.91955269e-03-4.80722289e-03j,\n",
       "          9.01942783e-03-6.14082153e-03j,\n",
       "          7.96975201e-04+1.08534687e-02j,\n",
       "         -9.74559262e-03-4.74106531e-03j,\n",
       "          8.86968264e-03-6.14256811e-03j,\n",
       "          8.93213455e-04+1.07568410e-02j,\n",
       "         -1.00829324e-02-5.00753895e-03j,\n",
       "          8.94359127e-03-6.09020717e-03j,\n",
       "          7.95272045e-04+1.09735093e-02j],\n",
       "        [-6.69431427e-05+2.27261535e-05j,\n",
       "         -2.69320267e-04-8.14274398e-05j,\n",
       "         -8.75962302e-06+2.15030159e-04j,\n",
       "          1.03785371e-04+3.24787986e-05j,\n",
       "         -2.06820091e-04+1.24558417e-05j,\n",
       "          4.06028909e-05+4.36860893e-04j,\n",
       "          2.26074919e-04-1.65653841e-04j,\n",
       "         -1.22591191e-04-5.58106242e-06j,\n",
       "          1.86249393e-04+3.71819284e-04j,\n",
       "          1.36530683e-04-2.85289959e-05j]]])\n",
       "Coordinates:\n",
       "  * channel  (channel) <U17 272B 'readoutreceiver_0' ... 'readoutreceiver_3'\n",
       "  * rf       (rf) float64 40B 4.05e+09 4.1e+09 4.15e+09 4.2e+09 4.25e+09\n",
       "  * shot     (shot) int64 80B 0 1 2 3 4 5 6 7 8 9
" ], "text/plain": [ " Size: 3kB\n", "array([[[ 2.35124276e-03-2.61696761e-03j,\n", " 1.56245443e-03-3.16220147e-03j,\n", " 1.99869235e-03-3.44414807e-03j,\n", " 2.33420904e-03-2.81241797e-03j,\n", " 1.61864528e-03-3.17826601e-03j,\n", " 1.97415616e-03-3.32476444e-03j,\n", " 2.24370314e-03-2.61436829e-03j,\n", " 1.58411493e-03-3.13454107e-03j,\n", " 1.89427713e-03-3.38570377e-03j,\n", " 2.32488827e-03-2.75443529e-03j],\n", " [ 9.03837221e-03-1.31979863e-02j,\n", " -1.60448812e-02-1.15120579e-03j,\n", " 6.88682387e-03+1.43951763e-02j,\n", " 9.14083963e-03-1.32208673e-02j,\n", " -1.60652258e-02-1.13517492e-03j,\n", " 6.92790761e-03+1.45518245e-02j,\n", " 9.04989827e-03-1.29691433e-02j,\n", " -1.59535191e-02-1.09506675e-03j,\n", " 7.00933728e-03+1.45844746e-02j,\n", " 9.11382591e-03-1.31389008e-02j],\n", "...\n", " [ 6.18884111e-04+1.08999988e-02j,\n", " -9.91955269e-03-4.80722289e-03j,\n", " 9.01942783e-03-6.14082153e-03j,\n", " 7.96975201e-04+1.08534687e-02j,\n", " -9.74559262e-03-4.74106531e-03j,\n", " 8.86968264e-03-6.14256811e-03j,\n", " 8.93213455e-04+1.07568410e-02j,\n", " -1.00829324e-02-5.00753895e-03j,\n", " 8.94359127e-03-6.09020717e-03j,\n", " 7.95272045e-04+1.09735093e-02j],\n", " [-6.69431427e-05+2.27261535e-05j,\n", " -2.69320267e-04-8.14274398e-05j,\n", " -8.75962302e-06+2.15030159e-04j,\n", " 1.03785371e-04+3.24787986e-05j,\n", " -2.06820091e-04+1.24558417e-05j,\n", " 4.06028909e-05+4.36860893e-04j,\n", " 2.26074919e-04-1.65653841e-04j,\n", " -1.22591191e-04-5.58106242e-06j,\n", " 1.86249393e-04+3.71819284e-04j,\n", " 1.36530683e-04-2.85289959e-05j]]])\n", "Coordinates:\n", " * channel (channel) Size: 1kB\n", "array([[[ 0.00235124-0.00261697j, 0.00156245-0.0031622j ,\n", " 0.00199869-0.00344415j, 0.00233421-0.00281242j,\n", " 0.00161865-0.00317827j, 0.00197416-0.00332476j,\n", " 0.0022437 -0.00261437j, 0.00158411-0.00313454j,\n", " 0.00189428-0.0033857j , 0.00232489-0.00275444j],\n", " [ 0.00903837-0.01319799j, -0.01604488-0.00115121j,\n", " 0.00688682+0.01439518j, 0.00914084-0.01322087j,\n", " -0.01606523-0.00113517j, 0.00692791+0.01455182j,\n", " 0.0090499 -0.01296914j, -0.01595352-0.00109507j,\n", " 0.00700934+0.01458447j, 0.00911383-0.0131389j ]],\n", "\n", " [[-0.00392558-0.0026286j , -0.00242739-0.00173962j,\n", " -0.00212863-0.00050826j, -0.00360018-0.00157223j,\n", " -0.00218814-0.00132137j, -0.00187957-0.00061227j,\n", " -0.00435733-0.00212076j, -0.00215927-0.00220587j,\n", " -0.0022505 -0.00061475j, -0.0041227 -0.00211136j],\n", " [ 0.01551049+0.00978542j, 0.00037847-0.01875842j,\n", " -0.01700963+0.0088894j , 0.01596848+0.01012468j,\n", " 0.00089933-0.01888905j, -0.01698407+0.00882589j,\n", " 0.0156424 +0.00987043j, 0.0006453 -0.01922j ,\n", "...\n", " 0.00435363-0.00089584j, 0.00404613-0.00113493j,\n", " 0.00478383-0.00141224j, 0.00406552-0.00083206j,\n", " 0.00393484-0.00129733j, 0.00488691-0.00131106j,\n", " 0.0040251 -0.00091627j, 0.0042536 -0.00151533j],\n", " [ 0.00430716+0.01652637j, 0.01252134-0.01179884j,\n", " -0.01653907-0.00504542j, 0.00413787+0.01678267j,\n", " 0.01264508-0.0117718j , -0.01657059-0.00466112j,\n", " 0.00435433+0.01677603j, 0.01225165-0.01196148j,\n", " -0.01696162-0.0050442j , 0.00405041+0.01652359j]],\n", "\n", " [[ 0.00312935+0.00142462j, 0.00344088+0.00144212j,\n", " 0.00286484+0.00203009j, 0.00319639+0.00157438j,\n", " 0.00375806+0.00145745j, 0.00323223+0.00203136j,\n", " 0.00291922+0.00156037j, 0.00347749+0.00133224j,\n", " 0.00299148+0.00207069j, 0.00314841+0.00131987j],\n", " [-0.0012235 +0.01580019j, 0.01455134-0.00685866j,\n", " -0.01334378-0.00923721j, -0.00132292+0.0157757j ,\n", " 0.01439666-0.00690648j, -0.0130688 -0.00933187j,\n", " -0.00100963+0.01572335j, 0.01445168-0.00686767j,\n", " -0.01335825-0.00910171j, -0.00137836+0.01620398j]]])\n", "Coordinates:\n", " * channel (channel)
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "program.plot_iq(channel_subplots=False)" ] }, { "cell_type": "raw", "id": "3d249192", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "In typical applications, we typically have larger sweep ranges and storing all the\n", "trace data and performing the I/Q demodulation in software adds timing overhead.\n", "Instead, we can perform the demodulation on hardware, and only I/Q data will be\n", "stored." ] }, { "cell_type": "code", "execution_count": 17, "id": "3b781062", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:48.262376Z", "iopub.status.busy": "2025-10-02T01:24:48.262096Z", "iopub.status.idle": "2025-10-02T01:24:48.756874Z", "shell.execute_reply": "2025-10-02T01:24:48.755912Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0018941630697983892 ], "xaxis": "x", "y": [ -0.003018636412375387 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.0605263158 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0003151014350619317 ], "xaxis": "x", "y": [ -4.683822444959945e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.0710526316 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0001024894956778601 ], "xaxis": "x", "y": [ 1.385996563676678e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.0815789474 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.002470896404837662 ], "xaxis": "x", "y": [ 0.0009152052948784555 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.0921052632 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00031258645205902005 ], "xaxis": "x", "y": [ 2.8686251232641193e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#c97a88", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1026315789 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.005948209577983626 ], "xaxis": "x", "y": [ 0.010564415220344656 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#a2fb7a", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1131578947 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0004915097049073534 ], "xaxis": "x", "y": [ 0.0001809633788391163 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff00e5", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1236842105 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00493962177650313 ], "xaxis": "x", "y": [ -0.019021190214056752 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#3385ff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1342105263 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.007504344087539705 ], "xaxis": "x", "y": [ -0.0016346865674650728 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#b2c873", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.1447368421 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0036700163241863825 ], "xaxis": "x", "y": [ 0.019379205057702548 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#c8ab6c", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.1552631579 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.019125762717169315 ], "xaxis": "x", "y": [ 0.0035926043874101666 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#48c5ab", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1657894737 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.001182562928442861 ], "xaxis": "x", "y": [ -0.007267695275853074 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#8288f4", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1763157895 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.017750927905079802 ], "xaxis": "x", "y": [ -0.002421254032361887 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#824475", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1868421053 GHz)", "showlegend": true, "type": "scatter", "x": [ 4.585678760118395e-05 ], "xaxis": "x", "y": [ 0.0004159431681612525 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00ffff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1973684211 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.008809305880595161 ], "xaxis": "x", "y": [ -0.0012096138995475161 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#9dc6f7", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2078947368 GHz)", "showlegend": true, "type": "scatter", "x": [ -6.32497360761066e-05 ], "xaxis": "x", "y": [ 0.00018742814821659878 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#677932", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.2184210526 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00037733963941761686 ], "xaxis": "x", "y": [ -0.0016412161488303855 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#3385ff", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.2289473684 GHz)", "showlegend": true, "type": "scatter", "x": [ 4.254236481245652e-06 ], "xaxis": "x", "y": [ 1.3857750096424521e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ffa8a7", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.2394736842 GHz)", "showlegend": true, "type": "scatter", "x": [ -4.767247542199529e-05 ], "xaxis": "x", "y": [ 0.00013232776129294913 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#3cca73", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -1.544578249493954e-05 ], "xaxis": "x", "y": [ -2.2005109776653578e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.002811727535357886 ], "xaxis": "x", "y": [ -0.0015434681272928925 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.0605263158 GHz)", "showlegend": true, "type": "scatter", "x": [ -6.63134863060252e-05 ], "xaxis": "x", "y": [ 5.4149665127906913e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.0710526316 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00020055800391180655 ], "xaxis": "x", "y": [ -5.7110758019039546e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.0815789474 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0017369598422895369 ], "xaxis": "x", "y": [ 0.003927765117819993 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.0921052632 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0002376003508679012 ], "xaxis": "x", "y": [ -2.1740211804419877e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#c97a88", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1026315789 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.012014536931937526 ], "xaxis": "x", "y": [ 0.007387176795531256 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#a2fb7a", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1131578947 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0002033128084440117 ], "xaxis": "x", "y": [ -0.0005645478672616725 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff00e5", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1236842105 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.020687317567011528 ], "xaxis": "x", "y": [ -0.00593016981602589 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#3385ff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1342105263 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.001757274718804286 ], "xaxis": "x", "y": [ 0.00830038003333356 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#b2c873", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.1447368421 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.021036441972680838 ], "xaxis": "x", "y": [ 0.004513027745981315 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#c8ab6c", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.1552631579 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0041285547484273145 ], "xaxis": "x", "y": [ -0.02070620013829302 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#48c5ab", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1657894737 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0078036858413975995 ], "xaxis": "x", "y": [ -0.0012354354285515263 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#8288f4", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1763157895 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0026988651602704293 ], "xaxis": "x", "y": [ 0.019346333423579498 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#824475", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1868421053 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0006031883419855149 ], "xaxis": "x", "y": [ -2.88905785533318e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00ffff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1973684211 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0011195436048984414 ], "xaxis": "x", "y": [ -0.009694196528282788 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#9dc6f7", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2078947368 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00014620639261994737 ], "xaxis": "x", "y": [ -6.30686327526683e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#677932", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.2184210526 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.002142052558768673 ], "xaxis": "x", "y": [ -0.001088514491446128 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#3385ff", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.2289473684 GHz)", "showlegend": true, "type": "scatter", "x": [ 6.485839102763464e-05 ], "xaxis": "x", "y": [ -1.888619637518248e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ffa8a7", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.2394736842 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.000198180031557702 ], "xaxis": "x", "y": [ 0.00018376479496242987 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#3cca73", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -4.7221334302300754e-05 ], "xaxis": "x", "y": [ 2.031187769395649e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.004300255916197468 ], "xaxis": "x", "y": [ -0.00125119833623476 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.0605263158 GHz)", "showlegend": true, "type": "scatter", "x": [ -5.967450796312609e-05 ], "xaxis": "x", "y": [ -0.000298692166097549 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.0710526316 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0002259955745263206 ], "xaxis": "x", "y": [ 0.00011511666099871987 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.0815789474 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0032508237104795627 ], "xaxis": "x", "y": [ 0.0012643996283634884 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.0921052632 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00014334805913469566 ], "xaxis": "x", "y": [ -0.0003292884033082202 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#c97a88", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1026315789 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.012753065977350762 ], "xaxis": "x", "y": [ -0.0027868888387520513 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#a2fb7a", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1131578947 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0002505458228458823 ], "xaxis": "x", "y": [ -0.00047324127880236743 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff00e5", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1236842105 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.01762183671693229 ], "xaxis": "x", "y": [ 0.009554900138515447 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#3385ff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1342105263 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.004140267247471941 ], "xaxis": "x", "y": [ 0.006698568064831241 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#b2c873", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.1447368421 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.01668569095758932 ], "xaxis": "x", "y": [ -0.010793291692222543 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#c8ab6c", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.1552631579 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.010985193828878553 ], "xaxis": "x", "y": [ -0.016197786507639318 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#48c5ab", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1657894737 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.005970096905402664 ], "xaxis": "x", "y": [ 0.004256632017365076 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#8288f4", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1763157895 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.010841943454078032 ], "xaxis": "x", "y": [ 0.014280841143162748 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#824475", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1868421053 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0003556197196457112 ], "xaxis": "x", "y": [ -0.0003642005340013587 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00ffff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1973684211 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00696125644440469 ], "xaxis": "x", "y": [ -0.005161623097125229 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#9dc6f7", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2078947368 GHz)", "showlegend": true, "type": "scatter", "x": [ -5.269431256991475e-05 ], "xaxis": "x", "y": [ -0.00014185662197424716 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#677932", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.2184210526 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0014250884721355972 ], "xaxis": "x", "y": [ 0.0010070011623555192 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#3385ff", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.2289473684 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00010518763923115607 ], "xaxis": "x", "y": [ 2.5352073650580972e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ffa8a7", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.2394736842 GHz)", "showlegend": true, "type": "scatter", "x": [ -7.196543003600099e-06 ], "xaxis": "x", "y": [ -0.0001248968198831726 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#3cca73", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -1.1778885495963956e-05 ], "xaxis": "x", "y": [ -6.291747974623457e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00331044214807865 ], "xaxis": "x", "y": [ 0.001600219677112609 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.0605263158 GHz)", "showlegend": true, "type": "scatter", "x": [ 6.634230342801912e-05 ], "xaxis": "x", "y": [ -0.00024226266880940747 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.0710526316 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00011427269152751093 ], "xaxis": "x", "y": [ 0.00013541247963557522 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.0815789474 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.002964339303159495 ], "xaxis": "x", "y": [ -6.971500404895633e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.0921052632 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.0001859334666880726 ], "xaxis": "x", "y": [ -0.0002224603280048241 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#c97a88", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1026315789 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.010514523188700456 ], "xaxis": "x", "y": [ -0.005988906934445772 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#a2fb7a", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1131578947 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00035956511472904837 ], "xaxis": "x", "y": [ -0.00040125289940871477 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff00e5", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1236842105 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.014078577370343785 ], "xaxis": "x", "y": [ 0.012913738700668961 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#3385ff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1342105263 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.005228215715745645 ], "xaxis": "x", "y": [ 0.005311349865451377 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#b2c873", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.1447368421 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.013221510598024629 ], "xaxis": "x", "y": [ -0.013398900265853704 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#c8ab6c", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.1552631579 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.01343539099176009 ], "xaxis": "x", "y": [ -0.012840778584493357 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#48c5ab", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.1657894737 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0048032686493231684 ], "xaxis": "x", "y": [ 0.005124029029403253 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#8288f4", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.1763157895 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.012819960069874943 ], "xaxis": "x", "y": [ 0.011685164147031926 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#824475", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1868421053 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00029109917462019007 ], "xaxis": "x", "y": [ -0.00025948655724443404 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00ffff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.1973684211 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.007495990415691313 ], "xaxis": "x", "y": [ -0.0043475946184335 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#9dc6f7", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2078947368 GHz)", "showlegend": true, "type": "scatter", "x": [ 2.7031575632402267e-06 ], "xaxis": "x", "y": [ -9.66297003391646e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#677932", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.2184210526 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0013062622931018803 ], "xaxis": "x", "y": [ 0.0007353201737056666 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#3385ff", "symbol": "hexagram" }, "mode": "markers", "name": "I/Q for (rf, 4.2289473684 GHz)", "showlegend": true, "type": "scatter", "x": [ -5.340869124287228e-05 ], "xaxis": "x", "y": [ 5.120418904472479e-06 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ffa8a7", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.2394736842 GHz)", "showlegend": true, "type": "scatter", "x": [ -9.903919423434969e-05 ], "xaxis": "x", "y": [ -6.0869214827158385e-06 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#3cca73", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ 2.275960171685953e-05 ], "xaxis": "x", "y": [ -7.856069974721004e-06 ], "yaxis": "y" } ], "layout": { "coloraxis": { "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "height": 500, "hovermode": "closest", "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "showticklabels": true, "tickangle": 0, "title": { "text": "I" } }, "yaxis": { "anchor": "x", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "title": { "text": "Q" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "new_frequencies = qcs.Array(\n", " \"rfs\", value=np.linspace(4.05e9, 4.25e9, num=20), dtype=float\n", ")\n", "\n", "program = make_program()\n", "program.sweep(new_frequencies, frequency)\n", "\n", "if run_on_hw:\n", " # initialize the backend pass\n", " # setting fpga_postprocessing=True enables hardware demodulation of trace data\n", " backend = qcs.HclBackend(channel_mapper=mapper, fpga_postprocessing=True)\n", " # the executor returns the program populated with results\n", " program = qcs.Executor(backend).execute(program)\n", " # (optional) export the data to an HDF5 file\n", " program.to_hdf5(\"program3.hdf5\")\n", "\n", "# we are loading a previously run program here for this example\n", "program = qcs.load(\"program3.hdf5\")\n", "\n", "program.plot_iq(channel_subplots=False)" ] }, { "cell_type": "raw", "id": "1a382fc5", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can retrieve the classified data by calling the\n", ":py:meth:`~keysight.qcs.programs.Program.get_classified_pandas` method,\n", "which returns a dataframe that has the sweep values\n", "in its column header." ] }, { "cell_type": "code", "execution_count": 18, "id": "b5ee382e", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:48.763263Z", "iopub.status.busy": "2025-10-02T01:24:48.762890Z", "iopub.status.idle": "2025-10-02T01:24:49.042638Z", "shell.execute_reply": "2025-10-02T01:24:49.041722Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
<xarray.DataArray (channel: 4, rf: 20, shot: 10)> Size: 6kB\n",
       "array([[[1, 1, 1, 1, 1, 1, 1, 1, 1, 1],\n",
       "        [1, 0, 0, 1, 0, 1, 1, 0, 1, 0],\n",
       "        [1, 0, 1, 0, 1, 1, 0, 1, 0, 1],\n",
       "        [0, 0, 0, 0, 0, 0, 0, 1, 1, 1],\n",
       "        [1, 0, 1, 0, 1, 0, 1, 0, 1, 0],\n",
       "        [1, 1, 0, 0, 0, 0, 0, 0, 0, 0],\n",
       "        [0, 1, 0, 0, 1, 0, 1, 0, 0, 1],\n",
       "        [1, 1, 1, 1, 0, 0, 0, 1, 1, 1],\n",
       "        [1, 1, 0, 1, 1, 0, 1, 1, 0, 0],\n",
       "        [0, 0, 1, 1, 0, 0, 1, 1, 0, 0],\n",
       "        [0, 0, 0, 1, 1, 0, 0, 1, 1, 0],\n",
       "        [1, 0, 0, 1, 0, 0, 1, 0, 0, 1],\n",
       "        [0, 1, 1, 1, 1, 0, 0, 0, 1, 1],\n",
       "        [0, 1, 0, 1, 0, 0, 1, 0, 1, 0],\n",
       "        [1, 1, 1, 1, 1, 0, 0, 0, 0, 0],\n",
       "        [0, 1, 0, 1, 0, 1, 0, 1, 0, 1],\n",
       "        [1, 1, 1, 1, 1, 1, 1, 1, 1, 1],\n",
       "        [1, 1, 0, 1, 0, 1, 0, 1, 1, 0],\n",
       "        [0, 0, 0, 1, 1, 1, 1, 0, 0, 0],\n",
       "        [1, 0, 1, 1, 0, 1, 1, 0, 1, 1]],\n",
       "...\n",
       "       [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],\n",
       "        [1, 1, 0, 1, 0, 0, 1, 0, 1, 1],\n",
       "        [0, 1, 0, 1, 1, 0, 1, 0, 1, 0],\n",
       "        [1, 1, 1, 1, 1, 0, 0, 0, 0, 0],\n",
       "        [0, 1, 0, 1, 0, 1, 0, 1, 0, 1],\n",
       "        [0, 0, 0, 1, 1, 1, 1, 1, 1, 1],\n",
       "        [1, 0, 1, 0, 0, 1, 0, 1, 0, 0],\n",
       "        [1, 0, 0, 0, 1, 1, 1, 1, 0, 0],\n",
       "        [0, 1, 1, 0, 0, 1, 0, 0, 1, 0],\n",
       "        [1, 1, 0, 0, 1, 1, 1, 0, 0, 1],\n",
       "        [1, 1, 0, 0, 1, 1, 1, 0, 0, 1],\n",
       "        [0, 1, 1, 0, 0, 1, 0, 0, 1, 0],\n",
       "        [1, 0, 0, 0, 1, 1, 1, 1, 0, 0],\n",
       "        [1, 0, 1, 0, 0, 1, 0, 1, 0, 0],\n",
       "        [0, 0, 0, 1, 1, 1, 1, 1, 1, 1],\n",
       "        [1, 0, 0, 1, 0, 1, 0, 1, 0, 1],\n",
       "        [1, 1, 0, 0, 0, 0, 0, 0, 0, 0],\n",
       "        [0, 1, 0, 1, 1, 0, 1, 0, 1, 0],\n",
       "        [1, 1, 1, 1, 0, 0, 0, 0, 1, 1],\n",
       "        [1, 1, 0, 1, 1, 0, 1, 0, 0, 1]]])\n",
       "Coordinates:\n",
       "  * channel  (channel) <U17 272B 'readoutreceiver_0' ... 'readoutreceiver_3'\n",
       "  * rf       (rf) float64 160B 4.05e+09 4.061e+09 ... 4.239e+09 4.25e+09\n",
       "  * shot     (shot) int64 80B 0 1 2 3 4 5 6 7 8 9
" ], "text/plain": [ " Size: 6kB\n", "array([[[1, 1, 1, 1, 1, 1, 1, 1, 1, 1],\n", " [1, 0, 0, 1, 0, 1, 1, 0, 1, 0],\n", " [1, 0, 1, 0, 1, 1, 0, 1, 0, 1],\n", " [0, 0, 0, 0, 0, 0, 0, 1, 1, 1],\n", " [1, 0, 1, 0, 1, 0, 1, 0, 1, 0],\n", " [1, 1, 0, 0, 0, 0, 0, 0, 0, 0],\n", " [0, 1, 0, 0, 1, 0, 1, 0, 0, 1],\n", " [1, 1, 1, 1, 0, 0, 0, 1, 1, 1],\n", " [1, 1, 0, 1, 1, 0, 1, 1, 0, 0],\n", " [0, 0, 1, 1, 0, 0, 1, 1, 0, 0],\n", " [0, 0, 0, 1, 1, 0, 0, 1, 1, 0],\n", " [1, 0, 0, 1, 0, 0, 1, 0, 0, 1],\n", " [0, 1, 1, 1, 1, 0, 0, 0, 1, 1],\n", " [0, 1, 0, 1, 0, 0, 1, 0, 1, 0],\n", " [1, 1, 1, 1, 1, 0, 0, 0, 0, 0],\n", " [0, 1, 0, 1, 0, 1, 0, 1, 0, 1],\n", " [1, 1, 1, 1, 1, 1, 1, 1, 1, 1],\n", " [1, 1, 0, 1, 0, 1, 0, 1, 1, 0],\n", " [0, 0, 0, 1, 1, 1, 1, 0, 0, 0],\n", " [1, 0, 1, 1, 0, 1, 1, 0, 1, 1]],\n", "...\n", " [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],\n", " [1, 1, 0, 1, 0, 0, 1, 0, 1, 1],\n", " [0, 1, 0, 1, 1, 0, 1, 0, 1, 0],\n", " [1, 1, 1, 1, 1, 0, 0, 0, 0, 0],\n", " [0, 1, 0, 1, 0, 1, 0, 1, 0, 1],\n", " [0, 0, 0, 1, 1, 1, 1, 1, 1, 1],\n", " [1, 0, 1, 0, 0, 1, 0, 1, 0, 0],\n", " [1, 0, 0, 0, 1, 1, 1, 1, 0, 0],\n", " [0, 1, 1, 0, 0, 1, 0, 0, 1, 0],\n", " [1, 1, 0, 0, 1, 1, 1, 0, 0, 1],\n", " [1, 1, 0, 0, 1, 1, 1, 0, 0, 1],\n", " [0, 1, 1, 0, 0, 1, 0, 0, 1, 0],\n", " [1, 0, 0, 0, 1, 1, 1, 1, 0, 0],\n", " [1, 0, 1, 0, 0, 1, 0, 1, 0, 0],\n", " [0, 0, 0, 1, 1, 1, 1, 1, 1, 1],\n", " [1, 0, 0, 1, 0, 1, 0, 1, 0, 1],\n", " [1, 1, 0, 0, 0, 0, 0, 0, 0, 0],\n", " [0, 1, 0, 1, 1, 0, 1, 0, 1, 0],\n", " [1, 1, 1, 1, 0, 0, 0, 0, 1, 1],\n", " [1, 1, 0, 1, 1, 0, 1, 0, 0, 1]]])\n", "Coordinates:\n", " * channel (channel) Size: 80B\n", "array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1])\n", "Coordinates:\n", " channel
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "program.plot_classified(channel_subplots=False)" ] }, { "cell_type": "code", "execution_count": 22, "id": "78a31ed3", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.165504Z", "iopub.status.busy": "2025-10-02T01:24:49.165315Z", "iopub.status.idle": "2025-10-02T01:24:49.181722Z", "shell.execute_reply": "2025-10-02T01:24:49.181124Z" } }, "outputs": [], "source": [ "program = qcs.load(\"program4.hdf5\")" ] }, { "cell_type": "raw", "id": "e5e0ec14", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "Plot classified data as a 2d heat-map:" ] }, { "cell_type": "code", "execution_count": 23, "id": "784c7418", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.184099Z", "iopub.status.busy": "2025-10-02T01:24:49.183926Z", "iopub.status.idle": "2025-10-02T01:24:49.471322Z", "shell.execute_reply": "2025-10-02T01:24:49.470088Z" } }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/home/kpclocal/jenkins/workspace/qcs_release_2025B/.venv3.10/lib/python3.10/site-packages/keysight/qcs/programs/program.py:1172: UserWarning:\n", "\n", "get_classified() is deprecated and will be removed in a future version. Use get_classified_array() instead.\n", "\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "amp: %{x}

rf: %{y}
Abs(Classified): %{z}", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "name": "Classified for Classified Data", "type": "heatmap", "x": [ "0.2", "0.4", "0.6", "0.8", "1" ], "xaxis": "x", "y": [ "4.05 GHz", "4.1 GHz", "4.15 GHz", "4.2 GHz", "4.25 GHz" ], "yaxis": "y", "z": [ [ 0.5, 1.0, 1.0, 1.0, 1.0 ], [ 0.7, 0.7, 0.7, 0.7, 0.7 ], [ 0.0, 0.0, 0.0, 0.0, 0.0 ], [ 0.4, 0.4, 0.4, 0.4, 0.7 ], [ 0.2, 0.6, 0.3, 0.4, 0.6 ] ] }, { "coloraxis": "coloraxis", "hovertemplate": "amp: %{x}

rf: %{y}
Abs(Classified): %{z}", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "name": "Classified for Classified Data", "type": "heatmap", "x": [ "0.2", "0.4", "0.6", "0.8", "1" ], "xaxis": "x2", "y": [ "4.05 GHz", "4.1 GHz", "4.15 GHz", "4.2 GHz", "4.25 GHz" ], "yaxis": "y2", "z": [ [ 0.4, 1.0, 1.0, 1.0, 1.0 ], [ 0.5, 0.5, 0.3, 0.3, 0.3 ], [ 1.0, 1.0, 1.0, 1.0, 1.0 ], [ 0.3, 0.3, 0.3, 0.3, 0.3 ], [ 0.5, 0.6, 0.6, 0.5, 0.7 ] ] }, { "coloraxis": "coloraxis", "hovertemplate": "amp: %{x}

rf: %{y}
Abs(Classified): %{z}", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "name": "Classified for Classified Data", "type": "heatmap", "x": [ "0.2", "0.4", "0.6", "0.8", "1" ], "xaxis": "x3", "y": [ "4.05 GHz", "4.1 GHz", "4.15 GHz", "4.2 GHz", "4.25 GHz" ], "yaxis": "y3", "z": [ [ 0.7, 0.5, 0.4, 1.0, 1.0 ], [ 0.6, 0.6, 0.6, 0.6, 0.6 ], [ 1.0, 1.0, 1.0, 1.0, 1.0 ], [ 0.3, 0.3, 0.4, 0.6, 0.6 ], [ 0.1, 0.7, 0.7, 0.5, 0.7 ] ] }, { "coloraxis": "coloraxis", "hovertemplate": "amp: %{x}

rf: %{y}
Abs(Classified): %{z}", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "name": "Classified for Classified Data", "type": "heatmap", "x": [ "0.2", "0.4", "0.6", "0.8", "1" ], "xaxis": "x4", "y": [ "4.05 GHz", "4.1 GHz", "4.15 GHz", "4.2 GHz", "4.25 GHz" ], "yaxis": "y4", "z": [ [ 0.4, 0.1, 0.0, 0.0, 0.0 ], [ 0.4, 0.6, 0.6, 0.6, 0.6 ], [ 1.0, 1.0, 1.0, 1.0, 1.0 ], [ 0.6, 0.6, 0.6, 0.6, 0.6 ], [ 0.4, 0.3, 0.5, 0.6, 0.3 ] ] } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (0,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.73125, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (2,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.4625, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "readoutreceiver, labels: (3,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.19375, "yanchor": "bottom", "yref": "paper" } ], "coloraxis": { "cauto": false, "cmax": 1, "cmin": 0, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "height": 2300, "hovermode": "closest", "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "amp" } }, "xaxis2": { "anchor": "y2", "automargin": true, "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "amp" } }, "xaxis3": { "anchor": "y3", "automargin": true, "domain": [ 0.0, 1.0 ], "matches": "x4", "showticklabels": true, "title": { "text": "amp" } }, "xaxis4": { "anchor": "y4", "automargin": true, "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "amp" } }, "yaxis": { "anchor": "x", "domain": [ 0.80625, 1.0 ], "title": { "text": "rf" } }, "yaxis2": { "anchor": "x2", "domain": [ 0.5375, 0.73125 ], "title": { "text": "rf" } }, "yaxis3": { "anchor": "x3", "domain": [ 0.26875, 0.4625 ], "title": { "text": "rf" } }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 0.19375 ], "title": { "text": "rf" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "program.plot_classified(avg=True, plot_type=\"2d\")" ] }, { "cell_type": "raw", "id": "cb44a04e", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ " .. note::\n", "\n", " It is possible to perform variable sweeps both on hardware and software. To\n", " enable hardware sweeping, the program's\n", " :py:meth:`~keysight.qcs.programs.Program.sweep` method needs to be called before\n", " the :py:meth:`~keysight.qcs.programs.Program.n_shots` method. This will execute\n", " both the sweep and the repetitions on hardware. Any other sweeps defined\n", " after those will be performed in software.\n" ] }, { "cell_type": "raw", "id": "3ba23ecd", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Nested sweeps\n", "-------------\n", "Sweeps can be nested by calling the :py:meth:`~keysight.qcs.programs.Program.sweep`\n", "method multiple times. For example, we can sweep the frequency and amplitude in our\n", "program from above:" ] }, { "cell_type": "code", "execution_count": 24, "id": "a2b2d5ec", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.474806Z", "iopub.status.busy": "2025-10-02T01:24:49.474567Z", "iopub.status.idle": "2025-10-02T01:24:49.481440Z", "shell.execute_reply": "2025-10-02T01:24:49.480787Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[Sweep(amp=Array(name=amplitude, shape=(5,), dtype=float, unit=none)), Sweep(rf=Array(name=frequencies, shape=(5,), dtype=float, unit=none)), Repeat(10)]\n" ] } ], "source": [ "program = make_program()\n", "\n", "# specify the frequency values to be swept over\n", "frequencies = qcs.Array(\n", " \"frequencies\", value=[4.05e9, 4.1e9, 4.15e9, 4.2e9, 4.25e9], dtype=float\n", ")\n", "\n", "# specify the amplitude values to be swept over\n", "amplitudes = qcs.Array(\"amplitude\", value=[0.2, 0.4, 0.6, 0.8, 1], dtype=float)\n", "\n", "program.sweep(frequencies, frequency)\n", "program.sweep(amplitudes, amplitude)\n", "\n", "print(program.repetitions.items)" ] }, { "cell_type": "raw", "id": "b5da8aff", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We execute this program as before and load in the results:" ] }, { "cell_type": "code", "execution_count": 25, "id": "18b0bae6", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.483938Z", "iopub.status.busy": "2025-10-02T01:24:49.483707Z", "iopub.status.idle": "2025-10-02T01:24:49.691633Z", "shell.execute_reply": "2025-10-02T01:24:49.690868Z" } }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
(amp, 0.2)(amp, 0.4)...(amp, 0.8)(amp, 1)
(rf, 4.05 GHz)(rf, 4.1 GHz)(rf, 4.15 GHz)(rf, 4.2 GHz)(rf, 4.25 GHz)(rf, 4.05 GHz)(rf, 4.1 GHz)(rf, 4.15 GHz)(rf, 4.2 GHz)(rf, 4.25 GHz)...(rf, 4.05 GHz)(rf, 4.1 GHz)(rf, 4.15 GHz)(rf, 4.2 GHz)(rf, 4.25 GHz)(rf, 4.05 GHz)(rf, 4.1 GHz)(rf, 4.15 GHz)(rf, 4.2 GHz)(rf, 4.25 GHz)
(((readoutreceiver_0)))0.000054-0.000024j0.000311-0.000175j-0.021990+0.030870j0.000031-0.000342j-0.000002+0.000011j0.000237-0.000276j0.000504-0.000323j-0.043212+0.060772j0.000108-0.000541j-0.000025+0.000005j...0.001422-0.001562j0.000976-0.000823j-0.082690+0.117219j0.000405-0.000960j-0.000032+0.000049j0.001917-0.003032j0.000923-0.001317j-0.096898+0.141482j0.000648-0.000950j0.000026-0.000017j
(((readoutreceiver_1)))-0.000020-0.000008j0.000115+0.000262j-0.032923-0.023555j0.000313+0.000043j-0.000088-0.000052j-0.000390-0.000342j0.000282+0.000497j-0.065213-0.046224j0.000726-0.000080j-0.000004-0.000047j...-0.002221-0.001783j0.000929+0.001123j-0.127204-0.087077j0.001139+0.000442j-0.000023+0.000028j-0.002824-0.001579j0.001513+0.001036j-0.154821-0.102813j0.001006+0.000709j-0.000158-0.000085j
(((readoutreceiver_2)))0.000079-0.000031j-0.000095+0.000329j-0.006091-0.037335j0.000239+0.000210j0.000004+0.000044j0.000433-0.000006j-0.000154+0.000612j-0.012199-0.073485j0.000407+0.000504j-0.000023-0.000051j...0.002674-0.000274j0.000008+0.001391j-0.025622-0.140898j0.000384+0.001028j0.000035+0.000039j0.004332-0.001243j0.000439+0.001622j-0.033850-0.169222j0.000125+0.001070j0.000024-0.000145j
(((readoutreceiver_3)))0.000059-0.000005j-0.000145+0.000291j0.001644-0.035483j0.000079+0.000276j-0.000008+0.000001j0.000318+0.000171j-0.000201+0.000450j0.002980-0.070049j0.000227+0.000548j-0.000059+0.000004j...0.001766+0.001234j-0.000320+0.001185j0.003630-0.134825j0.000308+0.000933j0.000031-0.000048j0.003222+0.001599j-0.000203+0.001572j0.002406-0.164136j0.000017+0.001130j-0.000004+0.000070j
\n", "

4 rows × 25 columns

\n", "
" ], "text/plain": [ " (amp, 0.2) \\\n", " (rf, 4.05 GHz) (rf, 4.1 GHz) \n", "(((readoutreceiver_0))) 0.000054-0.000024j 0.000311-0.000175j \n", "(((readoutreceiver_1))) -0.000020-0.000008j 0.000115+0.000262j \n", "(((readoutreceiver_2))) 0.000079-0.000031j -0.000095+0.000329j \n", "(((readoutreceiver_3))) 0.000059-0.000005j -0.000145+0.000291j \n", "\n", " \\\n", " (rf, 4.15 GHz) (rf, 4.2 GHz) \n", "(((readoutreceiver_0))) -0.021990+0.030870j 0.000031-0.000342j \n", "(((readoutreceiver_1))) -0.032923-0.023555j 0.000313+0.000043j \n", "(((readoutreceiver_2))) -0.006091-0.037335j 0.000239+0.000210j \n", "(((readoutreceiver_3))) 0.001644-0.035483j 0.000079+0.000276j \n", "\n", " (amp, 0.4) \\\n", " (rf, 4.25 GHz) (rf, 4.05 GHz) \n", "(((readoutreceiver_0))) -0.000002+0.000011j 0.000237-0.000276j \n", "(((readoutreceiver_1))) -0.000088-0.000052j -0.000390-0.000342j \n", "(((readoutreceiver_2))) 0.000004+0.000044j 0.000433-0.000006j \n", "(((readoutreceiver_3))) -0.000008+0.000001j 0.000318+0.000171j \n", "\n", " \\\n", " (rf, 4.1 GHz) (rf, 4.15 GHz) \n", "(((readoutreceiver_0))) 0.000504-0.000323j -0.043212+0.060772j \n", "(((readoutreceiver_1))) 0.000282+0.000497j -0.065213-0.046224j \n", "(((readoutreceiver_2))) -0.000154+0.000612j -0.012199-0.073485j \n", "(((readoutreceiver_3))) -0.000201+0.000450j 0.002980-0.070049j \n", "\n", " ... \\\n", " (rf, 4.2 GHz) (rf, 4.25 GHz) ... \n", "(((readoutreceiver_0))) 0.000108-0.000541j -0.000025+0.000005j ... \n", "(((readoutreceiver_1))) 0.000726-0.000080j -0.000004-0.000047j ... \n", "(((readoutreceiver_2))) 0.000407+0.000504j -0.000023-0.000051j ... \n", "(((readoutreceiver_3))) 0.000227+0.000548j -0.000059+0.000004j ... \n", "\n", " (amp, 0.8) \\\n", " (rf, 4.05 GHz) (rf, 4.1 GHz) \n", "(((readoutreceiver_0))) 0.001422-0.001562j 0.000976-0.000823j \n", "(((readoutreceiver_1))) -0.002221-0.001783j 0.000929+0.001123j \n", "(((readoutreceiver_2))) 0.002674-0.000274j 0.000008+0.001391j \n", "(((readoutreceiver_3))) 0.001766+0.001234j -0.000320+0.001185j \n", "\n", " \\\n", " (rf, 4.15 GHz) (rf, 4.2 GHz) \n", "(((readoutreceiver_0))) -0.082690+0.117219j 0.000405-0.000960j \n", "(((readoutreceiver_1))) -0.127204-0.087077j 0.001139+0.000442j \n", "(((readoutreceiver_2))) -0.025622-0.140898j 0.000384+0.001028j \n", "(((readoutreceiver_3))) 0.003630-0.134825j 0.000308+0.000933j \n", "\n", " (amp, 1) \\\n", " (rf, 4.25 GHz) (rf, 4.05 GHz) \n", "(((readoutreceiver_0))) -0.000032+0.000049j 0.001917-0.003032j \n", "(((readoutreceiver_1))) -0.000023+0.000028j -0.002824-0.001579j \n", "(((readoutreceiver_2))) 0.000035+0.000039j 0.004332-0.001243j \n", "(((readoutreceiver_3))) 0.000031-0.000048j 0.003222+0.001599j \n", "\n", " \\\n", " (rf, 4.1 GHz) (rf, 4.15 GHz) \n", "(((readoutreceiver_0))) 0.000923-0.001317j -0.096898+0.141482j \n", "(((readoutreceiver_1))) 0.001513+0.001036j -0.154821-0.102813j \n", "(((readoutreceiver_2))) 0.000439+0.001622j -0.033850-0.169222j \n", "(((readoutreceiver_3))) -0.000203+0.001572j 0.002406-0.164136j \n", "\n", " \n", " (rf, 4.2 GHz) (rf, 4.25 GHz) \n", "(((readoutreceiver_0))) 0.000648-0.000950j 0.000026-0.000017j \n", "(((readoutreceiver_1))) 0.001006+0.000709j -0.000158-0.000085j \n", "(((readoutreceiver_2))) 0.000125+0.001070j 0.000024-0.000145j \n", "(((readoutreceiver_3))) 0.000017+0.001130j -0.000004+0.000070j \n", "\n", "[4 rows x 25 columns]" ] }, "execution_count": 25, "metadata": {}, "output_type": "execute_result" } ], "source": [ "if run_on_hw:\n", " program = qcs.Executor(qcs.HclBackend(mapper, fpga_postprocessing=True)).apply(\n", " program\n", " )\n", " program.to_hdf5(\"program4.hdf5\")\n", "\n", "program = qcs.load(\"program4.hdf5\")\n", "\n", "program.get_iq_pandas(avg=True, stack_channels=True)" ] }, { "cell_type": "raw", "id": "5ce70c67", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can see that the dataframe now has an additional column index for the second\n", "sweep. When plotting the I/Q data, we can easily switch between sweep axes by\n", "specifying the ``plot_axis`` argument. The default, ``plot_axis=0`` will plot\n", "the data over the first sweep (zeroth index of the dataframe columns). Note that\n", "this can also be used to plot the I/Q data as a function of shots, when the method\n", "is called with ``avg=False``\\." ] }, { "cell_type": "code", "execution_count": 26, "id": "751046b2", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.693626Z", "iopub.status.busy": "2025-10-02T01:24:49.693449Z", "iopub.status.idle": "2025-10-02T01:24:49.878776Z", "shell.execute_reply": "2025-10-02T01:24:49.877945Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": true, "type": "scatter", "x": [ 5.431267643879143e-05 ], "xaxis": "x", "y": [ -2.42512742032763e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": true, "type": "scatter", "x": [ 0.00023681503872542716 ], "xaxis": "x", "y": [ -0.0002761932710887152 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": true, "type": "scatter", "x": [ 0.0006750840470735114 ], "xaxis": "x", "y": [ -0.0006994422711918732 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": true, "type": "scatter", "x": [ 0.001422034834893168 ], "xaxis": "x", "y": [ -0.001561921057905002 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": true, "type": "scatter", "x": [ 0.0019165504657263966 ], "xaxis": "x", "y": [ -0.003031558344131854 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 0.0003109969999016498 ], "xaxis": "x", "y": [ -0.00017452756183917827 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.0005043314245204902 ], "xaxis": "x", "y": [ -0.0003230994517279417 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.0007901191125054948 ], "xaxis": "x", "y": [ -0.0005618844874581323 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.0009764327139901365 ], "xaxis": "x", "y": [ -0.0008232309166301687 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.0009225842670245667 ], "xaxis": "x", "y": [ -0.0013174426417928197 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -0.021989772794669363 ], "xaxis": "x", "y": [ 0.030870280532157686 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -0.043212350948697624 ], "xaxis": "x", "y": [ 0.060772497916508565 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -0.06311586172018516 ], "xaxis": "x", "y": [ 0.08928696988912511 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -0.08269016145542168 ], "xaxis": "x", "y": [ 0.11721871851869664 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -0.09689826847746644 ], "xaxis": "x", "y": [ 0.1414824034208165 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 3.0603833489115384e-05 ], "xaxis": "x", "y": [ -0.0003415734138817641 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.00010799557385046708 ], "xaxis": "x", "y": [ -0.0005411546268727496 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.0002071970343141674 ], "xaxis": "x", "y": [ -0.0007728672303797915 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.0004048720301173663 ], "xaxis": "x", "y": [ -0.0009598482502904887 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.0006479300200015609 ], "xaxis": "x", "y": [ -0.0009498215467417118 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -2.367713040178198e-06 ], "xaxis": "x", "y": [ 1.135996555781964e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -2.4973411357275245e-05 ], "xaxis": "x", "y": [ 4.5535440499698575e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -1.71394553736097e-05 ], "xaxis": "x", "y": [ 1.900603629224761e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -3.192870939742179e-05 ], "xaxis": "x", "y": [ 4.8729882359844736e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 2.590725322566404e-05 ], "xaxis": "x", "y": [ -1.735599133438153e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": true, "type": "scatter", "x": [ -1.985101767478054e-05 ], "xaxis": "x", "y": [ -7.648244002996555e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": true, "type": "scatter", "x": [ -0.0003898083020557619 ], "xaxis": "x", "y": [ -0.0003424133279199982 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": true, "type": "scatter", "x": [ -0.0009510420039117635 ], "xaxis": "x", "y": [ -0.0009104414617829133 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": true, "type": "scatter", "x": [ -0.0022213282270711165 ], "xaxis": "x", "y": [ -0.0017833210020997915 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": true, "type": "scatter", "x": [ -0.0028242233440632057 ], "xaxis": "x", "y": [ -0.0015788852537459734 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 0.00011523756270548616 ], "xaxis": "x", "y": [ 0.00026213688477570604 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.00028162904076815966 ], "xaxis": "x", "y": [ 0.0004965365820299115 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.0006090201847117649 ], "xaxis": "x", "y": [ 0.0009318032857232033 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.0009291586503111937 ], "xaxis": "x", "y": [ 0.0011232208470149877 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.0015129484060904287 ], "xaxis": "x", "y": [ 0.001036294035577098 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -0.03292269786307699 ], "xaxis": "x", "y": [ -0.023554840919533408 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -0.06521339747223551 ], "xaxis": "x", "y": [ -0.04622384764723163 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -0.09643884194244134 ], "xaxis": "x", "y": [ -0.06691989058408111 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -0.1272035236378026 ], "xaxis": "x", "y": [ -0.08707708706397199 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -0.15482059314874055 ], "xaxis": "x", "y": [ -0.1028126555590902 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 0.000313167082680219 ], "xaxis": "x", "y": [ 4.3482136794145064e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.0007261624802435379 ], "xaxis": "x", "y": [ -8.039411329278787e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.0008684626777828907 ], "xaxis": "x", "y": [ 0.0003722006559527864 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.0011390342101442175 ], "xaxis": "x", "y": [ 0.0004417808608337873 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.0010059405686981826 ], "xaxis": "x", "y": [ 0.0007085476944008009 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -8.768869609544034e-05 ], "xaxis": "x", "y": [ -5.194589271000478e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -3.7332103641772425e-06 ], "xaxis": "x", "y": [ -4.702052551498285e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 8.554566459194341e-06 ], "xaxis": "x", "y": [ -5.3926311638409426e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -2.2600513379817465e-05 ], "xaxis": "x", "y": [ 2.8456823148433774e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -0.0001580063101962886 ], "xaxis": "x", "y": [ -8.47042070725695e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": true, "type": "scatter", "x": [ 7.917297957577483e-05 ], "xaxis": "x", "y": [ -3.13429266013591e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": true, "type": "scatter", "x": [ 0.00043287897294541633 ], "xaxis": "x", "y": [ -5.751910580309733e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": true, "type": "scatter", "x": [ 0.0012320972744009225 ], "xaxis": "x", "y": [ 1.6063447985626577e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": true, "type": "scatter", "x": [ 0.002673562841520127 ], "xaxis": "x", "y": [ -0.00027388895437530954 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": true, "type": "scatter", "x": [ 0.004332057457444954 ], "xaxis": "x", "y": [ -0.0012431124441261022 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -9.492622122781206e-05 ], "xaxis": "x", "y": [ 0.00032940029158226624 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -0.00015380461421612537 ], "xaxis": "x", "y": [ 0.0006124592077610879 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -0.00013573409145884095 ], "xaxis": "x", "y": [ 0.0009521947810469411 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 7.948146327181196e-06 ], "xaxis": "x", "y": [ 0.0013905074598635674 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.0004393749086936669 ], "xaxis": "x", "y": [ 0.0016216517126080325 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -0.006090885459178192 ], "xaxis": "x", "y": [ -0.03733465485510331 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -0.012198633529622341 ], "xaxis": "x", "y": [ -0.07348545052993948 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -0.01896261889902639 ], "xaxis": "x", "y": [ -0.107560631690376 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -0.025621967081903105 ], "xaxis": "x", "y": [ -0.14089846429587902 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -0.03384978545198216 ], "xaxis": "x", "y": [ -0.16922195578637952 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 0.00023923811494243227 ], "xaxis": "x", "y": [ 0.00021028547436478023 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.0004065728613756888 ], "xaxis": "x", "y": [ 0.0005044310943929604 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.00035356918063908646 ], "xaxis": "x", "y": [ 0.0007243790696300238 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.000384002315409066 ], "xaxis": "x", "y": [ 0.0010275140138862892 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.00012488544622420083 ], "xaxis": "x", "y": [ 0.0010701889117505747 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 3.734471440532941e-06 ], "xaxis": "x", "y": [ 4.3567457727202256e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -2.2934183464251875e-05 ], "xaxis": "x", "y": [ -5.053984592504153e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -3.2071966243187296e-06 ], "xaxis": "x", "y": [ -3.796313927457973e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 3.542481216986089e-05 ], "xaxis": "x", "y": [ 3.9399790173617096e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 2.394176473934631e-05 ], "xaxis": "x", "y": [ -0.00014505906307112242 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": true, "type": "scatter", "x": [ 5.868153017970788e-05 ], "xaxis": "x", "y": [ -5.1716094273004775e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": true, "type": "scatter", "x": [ 0.00031802658230151143 ], "xaxis": "x", "y": [ 0.00017089864662948916 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": true, "type": "scatter", "x": [ 0.0007501476889563538 ], "xaxis": "x", "y": [ 0.000524496012689581 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": true, "type": "scatter", "x": [ 0.0017659220486831854 ], "xaxis": "x", "y": [ 0.001234128653123802 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.05 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": true, "type": "scatter", "x": [ 0.0032215955292139798 ], "xaxis": "x", "y": [ 0.0015991414347947175 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -0.00014485897885512203 ], "xaxis": "x", "y": [ 0.0002908660329785851 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -0.00020059616422489577 ], "xaxis": "x", "y": [ 0.0004495233269021645 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ -0.00031970711704566544 ], "xaxis": "x", "y": [ 0.0008499649363144679 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ -0.000319835153395243 ], "xaxis": "x", "y": [ 0.0011852856730850028 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.1 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -0.00020312205200540844 ], "xaxis": "x", "y": [ 0.0015718032820373172 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 0.0016438799330339945 ], "xaxis": "x", "y": [ -0.03548312633641011 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.002979572527137247 ], "xaxis": "x", "y": [ -0.07004932010656574 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.003551560446912039 ], "xaxis": "x", "y": [ -0.10281652610887473 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.003630494501356229 ], "xaxis": "x", "y": [ -0.13482492750713332 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.15 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 0.002406251423585331 ], "xaxis": "x", "y": [ -0.16413623750177897 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ 7.886372162694857e-05 ], "xaxis": "x", "y": [ 0.00027553067163553594 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ 0.00022689459291405485 ], "xaxis": "x", "y": [ 0.0005477771464637639 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 0.0002642322871217652 ], "xaxis": "x", "y": [ 0.0007162528303828092 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 0.0003079215209559586 ], "xaxis": "x", "y": [ 0.0009328871851352884 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.2 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ 1.7199782524372732e-05 ], "xaxis": "x", "y": [ 0.0011298568775346813 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (amp, 0.2)", "showlegend": false, "type": "scatter", "x": [ -7.820263477699512e-06 ], "xaxis": "x", "y": [ 7.058164426032258e-07 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (amp, 0.4)", "showlegend": false, "type": "scatter", "x": [ -5.8896002102638064e-05 ], "xaxis": "x", "y": [ 3.917728946487681e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (amp, 0.6)", "showlegend": false, "type": "scatter", "x": [ 8.877106074035152e-05 ], "xaxis": "x", "y": [ 3.99898955231707e-06 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (amp, 0.8)", "showlegend": false, "type": "scatter", "x": [ 3.117647217082955e-05 ], "xaxis": "x", "y": [ -4.829927234383029e-05 ], "yaxis": "y" }, { "hovertemplate": "(rf, 4.25 GHz): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (amp, 1)", "showlegend": false, "type": "scatter", "x": [ -3.9215832623822375e-06 ], "xaxis": "x", "y": [ 6.990572301717714e-05 ], "yaxis": "y" } ], "layout": { "coloraxis": { "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "height": 500, "hovermode": "closest", "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "showticklabels": true, "tickangle": 0, "title": { "text": "I" } }, "yaxis": { "anchor": "x", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "title": { "text": "Q" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# plot over amplitude for each frequency\n", "program.plot_iq(channel_subplots=False)" ] }, { "cell_type": "code", "execution_count": 27, "id": "25233fdc", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:49.881864Z", "iopub.status.busy": "2025-10-02T01:24:49.881558Z", "iopub.status.idle": "2025-10-02T01:24:50.083789Z", "shell.execute_reply": "2025-10-02T01:24:50.083094Z" }, "lines_to_next_cell": 2 }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 5.431267643879143e-05 ], "xaxis": "x", "y": [ -2.42512742032763e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0003109969999016498 ], "xaxis": "x", "y": [ -0.00017452756183917827 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.021989772794669363 ], "xaxis": "x", "y": [ 0.030870280532157686 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": true, "type": "scatter", "x": [ 3.0603833489115384e-05 ], "xaxis": "x", "y": [ -0.0003415734138817641 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -2.367713040178198e-06 ], "xaxis": "x", "y": [ 1.135996555781964e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00023681503872542716 ], "xaxis": "x", "y": [ -0.0002761932710887152 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0005043314245204902 ], "xaxis": "x", "y": [ -0.0003230994517279417 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.043212350948697624 ], "xaxis": "x", "y": [ 0.060772497916508565 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00010799557385046708 ], "xaxis": "x", "y": [ -0.0005411546268727496 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -2.4973411357275245e-05 ], "xaxis": "x", "y": [ 4.5535440499698575e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0006750840470735114 ], "xaxis": "x", "y": [ -0.0006994422711918732 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0007901191125054948 ], "xaxis": "x", "y": [ -0.0005618844874581323 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.06311586172018516 ], "xaxis": "x", "y": [ 0.08928696988912511 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0002071970343141674 ], "xaxis": "x", "y": [ -0.0007728672303797915 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -1.71394553736097e-05 ], "xaxis": "x", "y": [ 1.900603629224761e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.001422034834893168 ], "xaxis": "x", "y": [ -0.001561921057905002 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0009764327139901365 ], "xaxis": "x", "y": [ -0.0008232309166301687 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.08269016145542168 ], "xaxis": "x", "y": [ 0.11721871851869664 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0004048720301173663 ], "xaxis": "x", "y": [ -0.0009598482502904887 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -3.192870939742179e-05 ], "xaxis": "x", "y": [ 4.8729882359844736e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0019165504657263966 ], "xaxis": "x", "y": [ -0.003031558344131854 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0009225842670245667 ], "xaxis": "x", "y": [ -0.0013174426417928197 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.09689826847746644 ], "xaxis": "x", "y": [ 0.1414824034208165 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0006479300200015609 ], "xaxis": "x", "y": [ -0.0009498215467417118 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 2.590725322566404e-05 ], "xaxis": "x", "y": [ -1.735599133438153e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ -1.985101767478054e-05 ], "xaxis": "x", "y": [ -7.648244002996555e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00011523756270548616 ], "xaxis": "x", "y": [ 0.00026213688477570604 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.03292269786307699 ], "xaxis": "x", "y": [ -0.023554840919533408 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.000313167082680219 ], "xaxis": "x", "y": [ 4.3482136794145064e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -8.768869609544034e-05 ], "xaxis": "x", "y": [ -5.194589271000478e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.0003898083020557619 ], "xaxis": "x", "y": [ -0.0003424133279199982 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00028162904076815966 ], "xaxis": "x", "y": [ 0.0004965365820299115 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.06521339747223551 ], "xaxis": "x", "y": [ -0.04622384764723163 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0007261624802435379 ], "xaxis": "x", "y": [ -8.039411329278787e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -3.7332103641772425e-06 ], "xaxis": "x", "y": [ -4.702052551498285e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.0009510420039117635 ], "xaxis": "x", "y": [ -0.0009104414617829133 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0006090201847117649 ], "xaxis": "x", "y": [ 0.0009318032857232033 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.09643884194244134 ], "xaxis": "x", "y": [ -0.06691989058408111 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0008684626777828907 ], "xaxis": "x", "y": [ 0.0003722006559527864 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 8.554566459194341e-06 ], "xaxis": "x", "y": [ -5.3926311638409426e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.0022213282270711165 ], "xaxis": "x", "y": [ -0.0017833210020997915 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0009291586503111937 ], "xaxis": "x", "y": [ 0.0011232208470149877 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.1272035236378026 ], "xaxis": "x", "y": [ -0.08707708706397199 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0011390342101442175 ], "xaxis": "x", "y": [ 0.0004417808608337873 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -2.2600513379817465e-05 ], "xaxis": "x", "y": [ 2.8456823148433774e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.0028242233440632057 ], "xaxis": "x", "y": [ -0.0015788852537459734 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0015129484060904287 ], "xaxis": "x", "y": [ 0.001036294035577098 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.15482059314874055 ], "xaxis": "x", "y": [ -0.1028126555590902 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0010059405686981826 ], "xaxis": "x", "y": [ 0.0007085476944008009 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.0001580063101962886 ], "xaxis": "x", "y": [ -8.47042070725695e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 7.917297957577483e-05 ], "xaxis": "x", "y": [ -3.13429266013591e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": true, "type": "scatter", "x": [ -9.492622122781206e-05 ], "xaxis": "x", "y": [ 0.00032940029158226624 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.006090885459178192 ], "xaxis": "x", "y": [ -0.03733465485510331 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.00023923811494243227 ], "xaxis": "x", "y": [ 0.00021028547436478023 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ 3.734471440532941e-06 ], "xaxis": "x", "y": [ 4.3567457727202256e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00043287897294541633 ], "xaxis": "x", "y": [ -5.751910580309733e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.00015380461421612537 ], "xaxis": "x", "y": [ 0.0006124592077610879 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.012198633529622341 ], "xaxis": "x", "y": [ -0.07348545052993948 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0004065728613756888 ], "xaxis": "x", "y": [ 0.0005044310943929604 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -2.2934183464251875e-05 ], "xaxis": "x", "y": [ -5.053984592504153e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0012320972744009225 ], "xaxis": "x", "y": [ 1.6063447985626577e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.00013573409145884095 ], "xaxis": "x", "y": [ 0.0009521947810469411 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.01896261889902639 ], "xaxis": "x", "y": [ -0.107560631690376 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00035356918063908646 ], "xaxis": "x", "y": [ 0.0007243790696300238 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -3.2071966243187296e-06 ], "xaxis": "x", "y": [ -3.796313927457973e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.002673562841520127 ], "xaxis": "x", "y": [ -0.00027388895437530954 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 7.948146327181196e-06 ], "xaxis": "x", "y": [ 0.0013905074598635674 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.025621967081903105 ], "xaxis": "x", "y": [ -0.14089846429587902 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.000384002315409066 ], "xaxis": "x", "y": [ 0.0010275140138862892 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 3.542481216986089e-05 ], "xaxis": "x", "y": [ 3.9399790173617096e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.004332057457444954 ], "xaxis": "x", "y": [ -0.0012431124441261022 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0004393749086936669 ], "xaxis": "x", "y": [ 0.0016216517126080325 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.03384978545198216 ], "xaxis": "x", "y": [ -0.16922195578637952 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00012488544622420083 ], "xaxis": "x", "y": [ 0.0010701889117505747 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 2.394176473934631e-05 ], "xaxis": "x", "y": [ -0.00014505906307112242 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": true, "type": "scatter", "x": [ 5.868153017970788e-05 ], "xaxis": "x", "y": [ -5.1716094273004775e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": true, "type": "scatter", "x": [ -0.00014485897885512203 ], "xaxis": "x", "y": [ 0.0002908660329785851 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": true, "type": "scatter", "x": [ 0.0016438799330339945 ], "xaxis": "x", "y": [ -0.03548312633641011 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": true, "type": "scatter", "x": [ 7.886372162694857e-05 ], "xaxis": "x", "y": [ 0.00027553067163553594 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.2): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": true, "type": "scatter", "x": [ -7.820263477699512e-06 ], "xaxis": "x", "y": [ 7.058164426032258e-07 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00031802658230151143 ], "xaxis": "x", "y": [ 0.00017089864662948916 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.00020059616422489577 ], "xaxis": "x", "y": [ 0.0004495233269021645 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.002979572527137247 ], "xaxis": "x", "y": [ -0.07004932010656574 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.00022689459291405485 ], "xaxis": "x", "y": [ 0.0005477771464637639 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.4): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -5.8896002102638064e-05 ], "xaxis": "x", "y": [ 3.917728946487681e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0007501476889563538 ], "xaxis": "x", "y": [ 0.000524496012689581 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.00031970711704566544 ], "xaxis": "x", "y": [ 0.0008499649363144679 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.003551560446912039 ], "xaxis": "x", "y": [ -0.10281652610887473 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0002642322871217652 ], "xaxis": "x", "y": [ 0.0007162528303828092 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.6): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 8.877106074035152e-05 ], "xaxis": "x", "y": [ 3.99898955231707e-06 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0017659220486831854 ], "xaxis": "x", "y": [ 0.001234128653123802 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.000319835153395243 ], "xaxis": "x", "y": [ 0.0011852856730850028 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.003630494501356229 ], "xaxis": "x", "y": [ -0.13482492750713332 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0003079215209559586 ], "xaxis": "x", "y": [ 0.0009328871851352884 ], "yaxis": "y" }, { "hovertemplate": "(amp, 0.8): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ 3.117647217082955e-05 ], "xaxis": "x", "y": [ -4.829927234383029e-05 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.0032215955292139798 ], "xaxis": "x", "y": [ 0.0015991414347947175 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz)", "showlegend": false, "type": "scatter", "x": [ -0.00020312205200540844 ], "xaxis": "x", "y": [ 0.0015718032820373172 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz)", "showlegend": false, "type": "scatter", "x": [ 0.002406251423585331 ], "xaxis": "x", "y": [ -0.16413623750177897 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz)", "showlegend": false, "type": "scatter", "x": [ 1.7199782524372732e-05 ], "xaxis": "x", "y": [ 0.0011298568775346813 ], "yaxis": "y" }, { "hovertemplate": "(amp, 1): (%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz)", "showlegend": false, "type": "scatter", "x": [ -3.9215832623822375e-06 ], "xaxis": "x", "y": [ 6.990572301717714e-05 ], "yaxis": "y" } ], "layout": { "coloraxis": { "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "height": 500, "hovermode": "closest", "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "showticklabels": true, "tickangle": 0, "title": { "text": "I" } }, "yaxis": { "anchor": "x", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "title": { "text": "Q" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# plot over frequency for each amplitude\n", "program.plot_iq(channel_subplots=False, plot_axis=1)" ] }, { "cell_type": "raw", "id": "5182a333", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Simultaneous sweeps\n", "-------------------\n", "\n", "Sweeps can also be performed simultaneously by passing the sweep values and targets\n", "as lists:" ] }, { "cell_type": "code", "execution_count": 28, "id": "a36720af", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.086672Z", "iopub.status.busy": "2025-10-02T01:24:50.086465Z", "iopub.status.idle": "2025-10-02T01:24:50.107646Z", "shell.execute_reply": "2025-10-02T01:24:50.106648Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 5 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
rfArray(name=frequencies, shape=(5,), dtype=float, unit=none, value=[4.05 GHz, 4.1 GHz, 4.15 GHz, 4.2 GHz, 4.25 GHz])
ampArray(name=amplitude, shape=(5,), dtype=float, unit=none, value=[0.2, 0.4, 0.6, 0.8, 1])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (SW)Sweep_rf_amp\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
Layers1
Targets4
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readoutreceiver\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" }, { "data": { "text/plain": [ "Program([Layer(Channels(labels=[0, 1], name=readoutawg, absolute_phase=False)=[RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=_implicit, value=1.0, dtype=float, unit=none)}, rf_frequency=Scalar(name=rf, value=None, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))], Channels(labels=[0, 1], name=readoutreceiver, absolute_phase=False)=[Acquisition(IntegrationFilter(RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=_implicit, value=1.0, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4150000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))))])])" ] }, "execution_count": 28, "metadata": {}, "output_type": "execute_result" } ], "source": [ "program = make_program()\n", "\n", "# specify the frequency values to be swept over\n", "frequencies = qcs.Array(\n", " \"frequencies\", value=[4.05e9, 4.1e9, 4.15e9, 4.2e9, 4.25e9], dtype=float\n", ")\n", "\n", "# specify the amplitude values to be swept over\n", "amplitudes = qcs.Array(\"amplitude\", value=[0.2, 0.4, 0.6, 0.8, 1], dtype=float)\n", "\n", "program.sweep([frequencies, amplitudes], [frequency, amplitude])" ] }, { "cell_type": "raw", "id": "c45665c6", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We execute this program as before and load in the results:" ] }, { "cell_type": "code", "execution_count": 29, "id": "f01fd382", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.109968Z", "iopub.status.busy": "2025-10-02T01:24:50.109736Z", "iopub.status.idle": "2025-10-02T01:24:50.173482Z", "shell.execute_reply": "2025-10-02T01:24:50.172635Z" } }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
(rf, 4.05 GHz), (amp, 0.2)(rf, 4.1 GHz), (amp, 0.4)(rf, 4.15 GHz), (amp, 0.6)(rf, 4.2 GHz), (amp, 0.8)(rf, 4.25 GHz), (amp, 1)
(((readoutreceiver_0)))0.000012-0.000053j0.000591-0.000309j-0.062908+0.089234j0.000409-0.000950j-0.000002-0.000024j
(((readoutreceiver_1)))0.000023+0.000026j0.000343+0.000561j-0.096364-0.067022j0.000932+0.000280j-0.000066-0.000098j
(((readoutreceiver_2)))0.000061-0.000079j-0.000158+0.000644j-0.018962-0.107608j0.000361+0.000904j-0.000002-0.000001j
(((readoutreceiver_3)))0.000015+0.000015j-0.000241+0.000522j0.003421-0.102856j0.000300+0.000922j0.000002+0.000000j
\n", "
" ], "text/plain": [ " (rf, 4.05 GHz), (amp, 0.2) \\\n", "(((readoutreceiver_0))) 0.000012-0.000053j \n", "(((readoutreceiver_1))) 0.000023+0.000026j \n", "(((readoutreceiver_2))) 0.000061-0.000079j \n", "(((readoutreceiver_3))) 0.000015+0.000015j \n", "\n", " (rf, 4.1 GHz), (amp, 0.4) \\\n", "(((readoutreceiver_0))) 0.000591-0.000309j \n", "(((readoutreceiver_1))) 0.000343+0.000561j \n", "(((readoutreceiver_2))) -0.000158+0.000644j \n", "(((readoutreceiver_3))) -0.000241+0.000522j \n", "\n", " (rf, 4.15 GHz), (amp, 0.6) \\\n", "(((readoutreceiver_0))) -0.062908+0.089234j \n", "(((readoutreceiver_1))) -0.096364-0.067022j \n", "(((readoutreceiver_2))) -0.018962-0.107608j \n", "(((readoutreceiver_3))) 0.003421-0.102856j \n", "\n", " (rf, 4.2 GHz), (amp, 0.8) (rf, 4.25 GHz), (amp, 1) \n", "(((readoutreceiver_0))) 0.000409-0.000950j -0.000002-0.000024j \n", "(((readoutreceiver_1))) 0.000932+0.000280j -0.000066-0.000098j \n", "(((readoutreceiver_2))) 0.000361+0.000904j -0.000002-0.000001j \n", "(((readoutreceiver_3))) 0.000300+0.000922j 0.000002+0.000000j " ] }, "execution_count": 29, "metadata": {}, "output_type": "execute_result" } ], "source": [ "if run_on_hw:\n", " program = qcs.Executor(qcs.HclBackend(mapper, fpga_postprocessing=True)).apply(\n", " program\n", " )\n", " program.to_hdf5(\"program5.hdf5\")\n", "\n", "program = qcs.load(\"program5.hdf5\")\n", "\n", "program.get_iq_pandas(avg=True, stack_channels=True)" ] }, { "cell_type": "code", "execution_count": 30, "id": "9ab10638", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.175569Z", "iopub.status.busy": "2025-10-02T01:24:50.175364Z", "iopub.status.idle": "2025-10-02T01:24:50.259917Z", "shell.execute_reply": "2025-10-02T01:24:50.259341Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz), (amp,
0.2)", "showlegend": true, "type": "scatter", "x": [ 1.1917130354447888e-05 ], "xaxis": "x", "y": [ -5.271817743168016e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz), (amp,
0.4)", "showlegend": true, "type": "scatter", "x": [ 0.0005912788358003723 ], "xaxis": "x", "y": [ -0.0003088510369370504 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz), (amp,
0.6)", "showlegend": true, "type": "scatter", "x": [ -0.06290821770481562 ], "xaxis": "x", "y": [ 0.08923380527408513 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz), (amp,
0.8)", "showlegend": true, "type": "scatter", "x": [ 0.00040865925270842533 ], "xaxis": "x", "y": [ -0.0009495275597301543 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (0,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (0,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz), (amp,
1)", "showlegend": true, "type": "scatter", "x": [ -1.9897594009084925e-06 ], "xaxis": "x", "y": [ -2.3947023350743115e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz), (amp,
0.2)", "showlegend": true, "type": "scatter", "x": [ 2.327301826770752e-05 ], "xaxis": "x", "y": [ 2.5639702596062414e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz), (amp,
0.4)", "showlegend": true, "type": "scatter", "x": [ 0.000342994376857946 ], "xaxis": "x", "y": [ 0.0005610726416332801 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz), (amp,
0.6)", "showlegend": true, "type": "scatter", "x": [ -0.09636371158800897 ], "xaxis": "x", "y": [ -0.06702185931093096 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz), (amp,
0.8)", "showlegend": true, "type": "scatter", "x": [ 0.0009315070547568541 ], "xaxis": "x", "y": [ 0.0002795321485115963 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (1,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (1,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz), (amp,
1)", "showlegend": true, "type": "scatter", "x": [ -6.581633401468419e-05 ], "xaxis": "x", "y": [ -9.808816010554978e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz), (amp,
0.2)", "showlegend": true, "type": "scatter", "x": [ 6.12781327643927e-05 ], "xaxis": "x", "y": [ -7.910967745606666e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz), (amp,
0.4)", "showlegend": true, "type": "scatter", "x": [ -0.0001578951429994968 ], "xaxis": "x", "y": [ 0.0006436708152528659 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz), (amp,
0.6)", "showlegend": true, "type": "scatter", "x": [ -0.0189617722471276 ], "xaxis": "x", "y": [ -0.10760810821468506 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz), (amp,
0.8)", "showlegend": true, "type": "scatter", "x": [ 0.0003608340806581 ], "xaxis": "x", "y": [ 0.0009037833790476636 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (2,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (2,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz), (amp,
1)", "showlegend": true, "type": "scatter", "x": [ -1.836569205755309e-06 ], "xaxis": "x", "y": [ -1.1101979258235794e-06 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "mode": "markers", "name": "I/Q for (rf, 4.05 GHz), (amp,
0.2)", "showlegend": true, "type": "scatter", "x": [ 1.540016553100103e-05 ], "xaxis": "x", "y": [ 1.4821329811953633e-05 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00d539", "symbol": "square" }, "mode": "markers", "name": "I/Q for (rf, 4.1 GHz), (amp,
0.4)", "showlegend": true, "type": "scatter", "x": [ -0.00024086391482058757 ], "xaxis": "x", "y": [ 0.0005218068306395627 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "mode": "markers", "name": "I/Q for (rf, 4.15 GHz), (amp,
0.6)", "showlegend": true, "type": "scatter", "x": [ 0.0034213942814536654 ], "xaxis": "x", "y": [ -0.10285595203108787 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "mode": "markers", "name": "I/Q for (rf, 4.2 GHz), (amp,
0.8)", "showlegend": true, "type": "scatter", "x": [ 0.0003001589586176065 ], "xaxis": "x", "y": [ 0.0009223664979752113 ], "yaxis": "y" }, { "hovertemplate": "(%{x}, %{y})", "legendgroup": "readoutreceiver, labels: (3,)", "legendgrouptitle": { "text": "readoutreceiver, labels: (3,)" }, "marker": { "color": "#00b287", "symbol": "cross" }, "mode": "markers", "name": "I/Q for (rf, 4.25 GHz), (amp,
1)", "showlegend": true, "type": "scatter", "x": [ 2.217265099726116e-06 ], "xaxis": "x", "y": [ 2.5682944621587784e-07 ], "yaxis": "y" } ], "layout": { "coloraxis": { "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "height": 500, "hovermode": "closest", "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "showticklabels": true, "tickangle": 0, "title": { "text": "I" } }, "yaxis": { "anchor": "x", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "title": { "text": "Q" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# plot the results\n", "program.plot_iq(channel_subplots=False)" ] }, { "cell_type": "raw", "id": "a9403847", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Hardware Sweeps\n", "---------------\n", "\n", "So far, all examples shown were constructed as a Software sweep.\n", "This means that after each point in the sweep, the hardware stops and waits for the\n", "software to compile the next steps and load all the information into the FPGAs.\n", "For large sweeps or for nested sweeps, this can be a slow process.\n", "\n", "Hardware Sweep provides a way to preload every step of the sweep into the hardware,\n", "so it can execute the whole sweep without interruptions.\n", "\n", "To enable this, we only need to change the order of the sweeps: The repetitions\n", "(:py:meth:`~keysight.qcs.programs.Program.n_shots`) needs to be placed after the\n", "sweeps like in the example below." ] }, { "cell_type": "code", "execution_count": 31, "id": "a6c81cd2", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.264643Z", "iopub.status.busy": "2025-10-02T01:24:50.264407Z", "iopub.status.idle": "2025-10-02T01:24:50.290233Z", "shell.execute_reply": "2025-10-02T01:24:50.289605Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 5 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
rfArray(name=frequencies, shape=(5,), dtype=float, unit=none, value=[4.05 GHz, 4.1 GHz, 4.15 GHz, 4.2 GHz, 4.25 GHz])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_rf\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
Layers1
Targets4
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readoutreceiver\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readoutreceiver', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
Amplitude1
Frequency4.15 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "frequency = qcs.Scalar(\"rf\", dtype=float)\n", "\n", "\"\"\"Creates a simple program with a single RF waveform\"\"\"\n", "program = qcs.Program()\n", "# define the waveform using this frequency variable & add it to the program\n", "gauss = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), 1, frequency)\n", "program.add_waveform(gauss, awgs)\n", "\n", "# define an integration filter using the same RF waveform but with fixed frequency\n", "int_filter = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), 1, 4.15e9)\n", "program.add_acquisition(int_filter, digs)\n", "\n", "# specify the frequency values to be swept over\n", "frequencies = qcs.Array(\n", " \"frequencies\", value=[4.05e9, 4.1e9, 4.15e9, 4.2e9, 4.25e9], dtype=float\n", ")\n", "\n", "# add the sweep, targeting the `frequency` variable\n", "program.sweep(frequencies, frequency)\n", "\n", "# specify the number of shots\n", "program.n_shots(10)\n", "\n", "program.draw()" ] }, { "cell_type": "raw", "id": "c6d8bd91", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "This constructs the program to have the sweep of frequencies as the inner-loop, and\n", "then the repeat (i.e. ``n_shots``) as the outer loop. Both the sweep and the repeat\n", "are executed as a hardware loop, so the entire program is executed without\n", "interruption.\n", "\n", "It is possible to perform multi-dimensional sweeps. More than one sweep can be\n", "executed as a software sweep or a hardware sweep.\n", "\n", "The innermost :py:class:`~keysight.qcs.programs.Repeat` on a program's\n", "repetition structure serves as the boundary between hardware and software sweeps.\n", "To check which operations will be performed in hardware-time, the ``repetitions``\n", "property of the program can be inspected" ] }, { "cell_type": "code", "execution_count": 32, "id": "241286c5", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.292933Z", "iopub.status.busy": "2025-10-02T01:24:50.292741Z", "iopub.status.idle": "2025-10-02T01:24:50.298485Z", "shell.execute_reply": "2025-10-02T01:24:50.297952Z" } }, "outputs": [ { "data": { "text/plain": [ "[Repeat(10),\n", " Sweep(rf=Array(name=frequencies, shape=(5,), dtype=float, unit=none))]" ] }, "execution_count": 32, "metadata": {}, "output_type": "execute_result" } ], "source": [ "program.repetitions.hw_items" ] }, { "cell_type": "raw", "id": "56935484", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Limitations\n", "-----------\n", "Sweepable parameters\n", "~~~~~~~~~~~~~~~~~~~~\n", "\n", ".. list-table:: Sweepable Parameters\n", " :widths: 15 25 25 25\n", " :header-rows: 1\n", "\n", " * - Instrument\n", " - Operation\n", " - Software sweep variables\n", " - Hardware sweep variables\n", " * - M5300AWG and M5301AWG\n", " - :py:class:`~keysight.qcs.channels.RFWaveform`\n", " - Support for sweeping ``amplitude``, ``frequency``,\n", " ``instantaneous_phase``, ``post_phase``, and ``duration``\n", " - Support for sweeping ``amplitude``, ``frequency``,\n", " ``instantaneous_phase``, and ``post_phase``\n", " The ``duration`` variable is only supported for\n", " the hold duration on flat-top waveforms.\n", " * - M5300AWG and M5301AWG\n", " - :py:class:`~keysight.qcs.channels.DCWaveform`\n", " - Support for sweeping ``amplitude`` and ``duration``\n", " - Support for sweeping ``amplitude``.\n", " The ``duration`` variable is only supported for the\n", " hold duration on flat-top waveforms\n", " * - M5200Digitizer\n", " - :py:class:`~keysight.qcs.channels.Acquisition`\n", " - Support for sweeping all waveform variables on the\n", " Acquisition's :py:class:`~keysight.qcs.channels.IntegrationFilter`.\n", " Support for sweeping the Acquisition's\n", " :py:class:`~keysight.qcs.channels.Classifier` reference points.\n", " Support for changing the acquisition duration is not supported\n", " when ``fpga_postprocessing==False``\n", " - Support for sweeping ``amplitude`` and ``frequency`` of the\n", " Acquisition's :py:class:`~keysight.qcs.channels.IntegrationFilter`.\n", " * - M5300AWG, M5301AWG, and M5200Digitizer\n", " - :py:class:`~keysight.qcs.channels.Delay`\n", " - Support for sweeping ``duration``\n", " - Support for sweeping ``duration``\n", " * - M5300AWG\n", " - :py:class:`~keysight.qcs.channels.RFAWGChannelSettings`\n", " - Support for sweeping ``delay`` and ``lo_frequency``\n", " - No support\n", " * - M5301AWG\n", " - :py:class:`~keysight.qcs.channels.BasebandAWGChannelSettings`\n", " - Support for sweeping ``delay`` and ``offset``\n", " - No support\n", " * - M5200AWG\n", " - :py:class:`~keysight.qcs.channels.DigitizerChannelSettings`\n", " - Support for sweeping ``delay`` and ``range``\n", " - No support\n", " * - M5201AWG\n", " - :py:class:`~keysight.qcs.channels.DownconverterChannelSettings`\n", " - Support for sweeping ``lo_frequency``\n", " - No support\n", "\n", "\n", ".. list-table:: Other limitations per sweep type\n", " :widths: 15 25 25\n", " :header-rows: 1\n", "\n", " * - Limitation\n", " - Software sweep mode\n", " - Hardware sweep mode\n", " * - Supported channel settings\n", " - Both ``absolute_phase=True`` and ``absolute_phase=False``\n", " - Most parameters can only be swept on channels where ``absolute_phase=False``.\n", " The only exceptions are :py:class:`~keysight.qcs.channels.Delay` duration,\n", " ``amplitude``, and ``frequency``,\n", " which can be swept regardless of the channel's absolute phase setting.\n", " * - Demodulation mode\n", " - Both ``fpga_postprocessing=False`` and ``fpga_postprocessing=True``\n", " - Only ``fpga_postprocessing=True``\n", " * - Maximum number of parameter swept on a single waveform.\n", " - No limit\n", " - Three parameters\n", " * - Maximum number of nested sweeping dimensions.\n", " - No limit\n", " - Eight dimensions\n", " * - Sweep length limitation\n", " - No limit\n", " - The sum of all sweep lengths must be less than 24,576 points\n", " (more details below)\n", " * - Minimum value for a delay duration sweep\n", " - 0 ns\n", " - 13.333 ns\n" ] }, { "cell_type": "raw", "id": "ae736794", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ " .. note::\n", "\n", " Sweeping parameters of a :py:class:`~keysight.qcs.channels.IntegrationFilter`\n", " is currently incompatible with\n", " :py:class:`~keysight.qcs.programs.ConditionalOperation` and qubit reset.\n" ] }, { "cell_type": "raw", "id": "7dc78753", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ " .. note::\n", "\n", " Sweeping parameters of a :py:class:`~keysight.qcs.channels.IntegrationFilter` is\n", " currently incompatible with invoking\n", " :py:meth:`~keysight.qcs.programs.Program.get_classified_pandas`\n", " or :py:meth:`~keysight.qcs.programs.Program.get_classified_array`\n", " for classified state retrieval. Users may still manually classify data from\n", " demodulated IQ traces, but cannot use the `get_classified()` methods in\n", " this context.\n", "\n", "\n", "Hardware sweep size limitations\n", "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n", "\n", "\n", "During compilation, each swept variable is translated into a separate array\n", "stored in FPGA memory. Each instrument channel supports up to eight FPGA arrays.\n", "All eight arrays share the same memory space that can hold 24,576 sweep points.\n", "\n", "When designing an experiment, it can be complicated to determine if all the sweeps\n", "fit inside the hardware due to multiple optimization steps.\n", "This section will go over some common scenarios. This won't be an exhaustive list.\n", "\n", "**Example 1: Simple 1D sweep**\n", "\n", "In the following example, ``amplitude`` will use one FPGA array that contains\n", "10,000 data points.\n", "The total number of points is 10,000 which is less than the 24,576 maximum." ] }, { "cell_type": "code", "execution_count": 33, "id": "330a7e35", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.300849Z", "iopub.status.busy": "2025-10-02T01:24:50.300592Z", "iopub.status.idle": "2025-10-02T01:24:50.320573Z", "shell.execute_reply": "2025-10-02T01:24:50.320076Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 10000 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
ampArray(name=amplitudes, shape=(10000,), dtype=float, unit=none, value=[0.1, 0.1, 0.1, 0.1, 0.1, 0.1001, 0.1001, 0.1001, 0.1001, 0.1001, ... ])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_amp\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
Layers1
Targets2
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" }, { "data": { "text/plain": [ "Program([Layer([RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))])])" ] }, "execution_count": 33, "metadata": {}, "output_type": "execute_result" } ], "source": [ "amplitude = qcs.Scalar(\"amp\", dtype=float)\n", "\n", "program = qcs.Program()\n", "\n", "# define the waveform using this frequency variable & add it to the program\n", "gauss = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), amplitude, 4e9)\n", "program.add_waveform(gauss, awgs)\n", "\n", "# define the values for the sweep\n", "amplitudes = qcs.Array(\"amplitudes\", value=np.linspace(0.1, 0.2, 10000), dtype=float)\n", "\n", "# sweep the program\n", "program.sweep(amplitudes, amplitude)\n", "program.n_shots(10)" ] }, { "cell_type": "raw", "id": "278c70ae", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "\n", "**Example 2: 2D Hardware Sweep**\n", "\n", "In the following example, amplitude and frequency will each take one FPGA array\n", "and each will use 10,000 data points.\n", "The total number of points is 20,000 which is less than the 24,576 maximum." ] }, { "cell_type": "code", "execution_count": 34, "id": "6d37c8b4", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.322505Z", "iopub.status.busy": "2025-10-02T01:24:50.322332Z", "iopub.status.idle": "2025-10-02T01:24:50.351719Z", "shell.execute_reply": "2025-10-02T01:24:50.351008Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 10000 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
ampArray(name=amplitudes, shape=(10000,), dtype=float, unit=none, value=[0.1, 0.1, 0.1, 0.1, 0.1, 0.1001, 0.1001, 0.1001, 0.1001, 0.1001, ... ])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_amp\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 10000 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
rfArray(name=frequencies, shape=(10000,), dtype=float, unit=none, value=[4 GHz, 4.00001 GHz, 4.00002 GHz, 4.00003 GHz, 4.00004 GHz, 4.00005 GHz, 4.00006 GHz, 4.00007 GHz, 4.00008 GHz, 4.00009 GHz, ... ])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_rf\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
Layers1
Targets2
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration80 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
FrequencyScalar(name=rf, value=None, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" }, { "data": { "text/plain": [ "Program([Layer([RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=rf, value=None, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))])])" ] }, "execution_count": 34, "metadata": {}, "output_type": "execute_result" } ], "source": [ "frequency = qcs.Scalar(\"rf\", dtype=float)\n", "amplitude = qcs.Scalar(\"amp\", dtype=float)\n", "\n", "program = qcs.Program()\n", "\n", "# define the waveform using this frequency variable & add it to the program\n", "gauss = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), amplitude, frequency)\n", "program.add_waveform(gauss, awgs)\n", "\n", "# define the values for each sweep\n", "frequencies = qcs.Array(\n", " \"frequencies\", value=np.linspace(4e9, 4.1e9, 10000), dtype=float\n", ")\n", "amplitudes = qcs.Array(\"amplitudes\", value=np.linspace(0.1, 0.2, 10000), dtype=float)\n", "\n", "# sweep the program\n", "program.sweep(frequencies, frequency)\n", "program.sweep(amplitudes, amplitude)\n", "program.n_shots(10)" ] }, { "cell_type": "raw", "id": "3ab67c53", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "\n", "**Example 3: 1D Sweep with Array reuse**\n", "\n", "In the following example, the program plays three identical waveforms,\n", "all of which use the same sweep values. The amplitudes values for the waveforms will\n", "be reused. This results in one FPGA array with 10,000 sweep points.\n", "If the FPGA array was not reused, the sweep points would have exceeded\n", "the 24,576 maximum. Note: FPGA array reuse is only possible if there\n", "is at least 13.333ns delay between each waveform." ] }, { "cell_type": "code", "execution_count": 35, "id": "567d79fe", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.353608Z", "iopub.status.busy": "2025-10-02T01:24:50.353439Z", "iopub.status.idle": "2025-10-02T01:24:50.386988Z", "shell.execute_reply": "2025-10-02T01:24:50.385344Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 10000 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
ampArray(name=amplitudes, shape=(10000,), dtype=float, unit=none, value=[0.1, 0.1, 0.1, 0.1, 0.1, 0.1001, 0.1001, 0.1001, 0.1001, 0.1001, ... ])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_amp\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration280 ns
Layers1
Targets2
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration280 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=20 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=20 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=20 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=20 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" }, { "data": { "text/plain": [ "Program([Layer([RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)), Delay(Scalar(name=_implicit, value=2e-08, dtype=float, unit=s)), RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)), Delay(Scalar(name=_implicit, value=2e-08, dtype=float, unit=s)), RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))])])" ] }, "execution_count": 35, "metadata": {}, "output_type": "execute_result" } ], "source": [ "amplitude1 = qcs.Scalar(\"amp\", dtype=float)\n", "\n", "program = qcs.Program()\n", "\n", "# define the waveform using this frequency variable & add it to the program\n", "gauss = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), amplitude, 4e9)\n", "program.add_waveform(gauss, awgs)\n", "program.add_waveform(gauss, awgs, pre_delay=20e-9)\n", "program.add_waveform(gauss, awgs, pre_delay=20e-9)\n", "# define the values for the sweep\n", "amplitudes = qcs.Array(\"amplitudes\", value=np.linspace(0.1, 0.2, 10000), dtype=float)\n", "\n", "# sweep the program\n", "program.sweep(amplitudes, amplitude)\n", "program.n_shots(10)" ] }, { "cell_type": "raw", "id": "7226af6f", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "\n", "**Example 4: 1D Simultaneous Sweep**\n", "\n", "In the following example, the program plays two waveforms, each with its own set of\n", "amplitudes being swept. The amplitudes will be compiled into one interleaved array\n", "with a total of 20,000 data points" ] }, { "cell_type": "code", "execution_count": 36, "id": "d47e913e", "metadata": { "execution": { "iopub.execute_input": "2025-10-02T01:24:50.389377Z", "iopub.status.busy": "2025-10-02T01:24:50.389179Z", "iopub.status.idle": "2025-10-02T01:24:50.424732Z", "shell.execute_reply": "2025-10-02T01:24:50.424131Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", "
\n", "
\n", " Program\n", "
\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Repeat with 10 repetitions\n", "
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Repeat(10)\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", "
\n", "
\n", " \n", " \n", "\n", "\n", "\n", "
\n", " Sweep Details:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repetitions\n", " Sweep with 10000 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
amp1Array(name=amplitudes1, shape=(10000,), dtype=float, unit=none, value=[0.1, 0.1, 0.1, 0.1, 0.1, 0.1001, 0.1001, 0.1001, 0.1001, 0.1001, ... ])
amp2Array(name=amplitudes2, shape=(10000,), dtype=float, unit=none, value=[0.3, 0.3, 0.3, 0.3, 0.3, 0.3001, 0.3001, 0.3001, 0.3001, 0.3001, ... ])
\n", "\n", "
\n", "
\n", "\n", "
\n", "\n", " \n", " (HW)Sweep_amp1_amp2\n", " \n", "
\n", "\n", "
\n", " \n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program Body\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Program\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration160 ns
Layers1
Targets2
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #0\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #0 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Duration160 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", " readoutawg\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp1, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp2, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp1, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readoutawg', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=80 ns, dtype=float, unit=s)
AmplitudeScalar(name=amp2, value=None, dtype=float, unit=none)
Frequency4 GHz
EnvelopeGaussianEnvelope(4.0)
Instantaneous Phase0 rad
Post-phase0 rad
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" }, { "data": { "text/plain": [ "Program([Layer([RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp1, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)), RFWaveform(duration=Scalar(name=_implicit, value=8e-08, dtype=float, unit=s), envelope={GaussianEnvelope(4.0): Scalar(name=amp2, value=None, dtype=float, unit=none)}, rf_frequency=Scalar(name=_implicit, value=4000000000.0, dtype=float, unit=Hz), instantaneous_phase={GaussianEnvelope(4.0): Scalar(name=_implicit, value=0.0, dtype=float, unit=rad)}, post_phase=Scalar(name=_implicit, value=0.0, dtype=float, unit=rad))])])" ] }, "execution_count": 36, "metadata": {}, "output_type": "execute_result" } ], "source": [ "amplitude1 = qcs.Scalar(\"amp1\", dtype=float)\n", "amplitude2 = qcs.Scalar(\"amp2\", dtype=float)\n", "\n", "program = qcs.Program()\n", "\n", "# define the waveform using this frequency variable & add it to the program\n", "gauss1 = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), amplitude1, 4e9)\n", "gauss2 = qcs.RFWaveform(80e-9, qcs.GaussianEnvelope(num_sigma=4), amplitude2, 4e9)\n", "program.add_waveform(gauss1, awgs)\n", "program.add_waveform(gauss2, awgs)\n", "\n", "# define the values for the sweep\n", "amplitudes1 = qcs.Array(\"amplitudes1\", value=np.linspace(0.1, 0.2, 10000), dtype=float)\n", "amplitudes2 = qcs.Array(\"amplitudes2\", value=np.linspace(0.3, 0.4, 10000), dtype=float)\n", "\n", "# sweep the program\n", "program.sweep([amplitudes1, amplitudes2], [amplitude1, amplitude2])\n", "program.n_shots(10)" ] } ], "metadata": { "jupytext": { "cell_metadata_filter": "raw_mimetype,nbsphinx,-all", "main_language": "python", "notebook_metadata_filter": "-all", "text_representation": { "extension": ".py", "format_name": "percent" } }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }