{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "5fc87052", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:44.517990Z", "iopub.status.busy": "2025-06-13T13:19:44.517589Z", "iopub.status.idle": "2025-06-13T13:19:44.524469Z", "shell.execute_reply": "2025-06-13T13:19:44.523562Z" }, "nbsphinx": "hidden" }, "outputs": [], "source": [ "# Copyright 2025 Keysight Technologies Inc." ] }, { "cell_type": "raw", "id": "87bf0519", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "\n", ".. _qubit_spec:\n", "\n", "Qubit spectroscopy\n", "==================\n", "\n", "Quantum computers store information in the discrete energy levels of qudits. To\n", "process this information, they perform operations that alter the energetic state\n", "of these qudits. For example, by exciting the electromagnetic field in the vicinity\n", "of a qudit at the frequency corresponding to the difference between the energy\n", "levels, quantum computers can drive a transition between two energy levels of the\n", "qudit and perform operations such as Pauli-X gates.\n", "\n", "When assembling a quantum computer, it is important to learn the energy gap between\n", "different levels of the available qudits to be able to perform accurate quantum\n", "operations. This is typically done by running a spectroscopy experiment.\n", "\n", "In order to learn the energy gap between the ground state and the first excited state\n", "of a qudit, a spectroscopy experiment undertakes the following steps:\n", "\n", " #. Initialize the qudit to the ground state.\n", "\n", " #. Apply a control pulse at a frequency :math:`\\omega` on the target qudit.\n", "\n", " #. Measure the population of the qudit in the excited state.\n", "\n", " #. Repeat the above steps for different values of :math:`\\omega`.\n", "\n", " #. Select the frequency which maximizes the population in the excited state.\n", "\n", "The population of the excited state gives a resonance curve, where the energy gap\n", "can be deduced from the frequency with the highest population in the excited state.\n", "\n", ".. image:: ../figures/spectroscopy_experiment.png\n", " :align: center\n", " :width: 120%\n", "\n", ".. note::\n", "\n", " The above steps can be applied directly to any two levels of a qudit, for example\n", " to learn the energy gap between the first and the second excited states in the\n", " figure above.\n", "\n" ] }, { "cell_type": "code", "execution_count": 2, "id": "37a5ed05", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:44.528621Z", "iopub.status.busy": "2025-06-13T13:19:44.528122Z", "iopub.status.idle": "2025-06-13T13:19:48.537947Z", "shell.execute_reply": "2025-06-13T13:19:48.537212Z" }, "lines_to_next_cell": 2 }, "outputs": [], "source": [ "import keysight.qcs as qcs\n", "import numpy as np" ] }, { "cell_type": "raw", "id": "02ffdf2c", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We start by initializing a qubit and defining an empty channel mapper to create a new\n", "instance of the :py:class:`~keysight.qcs.experiments.QubitSpectroscopy` class. We load\n", "a pre-defined :py:class:`~keysight.qcs.programs.CalibrationSet` that contains a\n", "configuration for up to 10 qubits and linkers for the ``RX`` and measurement\n", "gates.\n", "\n", "Because the purpose of this experiment is to calibrate a parameter, namely the control\n", "frequency of the qubit, the :py:class:`~keysight.qcs.experiments.QubitSpectroscopy` is\n", "a subclass of the more generic\n", ":py:class:`~keysight.qcs.experiments.CalibrationExperiment` which requires an\n", "operation name to be passed on instantiation. This name must match the name with which\n", "the associated :py:class:`~keysight.qcs.programs.ParameterizedLinker` is stored in\n", "the calibration set.\n" ] }, { "cell_type": "code", "execution_count": 3, "id": "08f6e131", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:48.542529Z", "iopub.status.busy": "2025-06-13T13:19:48.542076Z", "iopub.status.idle": "2025-06-13T13:19:49.085930Z", "shell.execute_reply": "2025-06-13T13:19:49.085206Z" } }, "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", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program\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", "
Durationundefined
Layers2
Targets2
Repetitions\n", "
\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", "
Duration30 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #1\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #1 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " xy_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('xy_pulse', 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", "
DurationScalarRef(name=xy_pulse_durations, value=30 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=x180_pulse_amplitudes, value=0.5, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=x_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=x_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\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": [ "from keysight.qcs.experiments import QubitSpectroscopy, make_calibration_set\n", "from simulated_experiments.simulated_experiments import SimulatedSpectroscopyExperiment\n", "\n", "# set the following to True when connected to hardware\n", "run_on_hw = False\n", "\n", "n_qubits = 1\n", "calibration_set = make_calibration_set(n_qubits)\n", "qubits = qcs.Qudits(range(n_qubits))\n", "\n", "# generate an empty channel mapper\n", "mapper = qcs.ChannelMapper(\"127.0.0.1\")\n", "\n", "# the operation that we are calibrating here is for the RX gate\n", "operation = \"x\"\n", "\n", "# create spectroscopy experiment\n", "spectroscopy_exp = QubitSpectroscopy(\n", " mapper,\n", " calibration_set=calibration_set,\n", " qubits=qubits,\n", " operation=operation,\n", ")\n", "\n", "spectroscopy_exp.draw()" ] }, { "cell_type": "raw", "id": "61696790", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The program consists of the waveform representing our ``RX`` gate on the control\n", "channel that is mapped to the qubit. Note that in this representation, the virtual\n", "``qubit`` and ``control`` channels appear separate, but after final compilation\n", "through the whole calibration set, they will be merged into the same channel.\n", "\n", "To configure the repetitions of this experiment, we sweep the frequency of the ``RX``\n", "waveform. Note that the name of the control frequencies stored\n", "in the calibration set is ``xy_pulse_frequencies``." ] }, { "cell_type": "code", "execution_count": 4, "id": "937ed77f", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.089291Z", "iopub.status.busy": "2025-06-13T13:19:49.088905Z", "iopub.status.idle": "2025-06-13T13:19:49.126411Z", "shell.execute_reply": "2025-06-13T13:19:49.125534Z" } }, "outputs": [], "source": [ "# configure the repetitions for this experiment\n", "current_freq = spectroscopy_exp.calibration_set.variables.xy_pulse_frequencies[0].value\n", "\n", "start_frequency = current_freq - 200e6\n", "end_frequency = current_freq + 200e6\n", "steps = 9\n", "scan_values = np.linspace(start_frequency, end_frequency, steps)\n", "\n", "\n", "spectroscopy_exp.configure_repetitions(\n", " frequencies=scan_values, n_shots=1, frequency_name=\"xy_pulse_frequencies\"\n", ")" ] }, { "cell_type": "raw", "id": "2e524f70", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Compiling this program to the waveform level using the\n", ":py:class:`~keysight.qcs.programs.ParameterizedLinker`\\s in the calibration set\n", "results in the following program:" ] }, { "cell_type": "code", "execution_count": 5, "id": "230e380e", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.130807Z", "iopub.status.busy": "2025-06-13T13:19:49.130468Z", "iopub.status.idle": "2025-06-13T13:19:49.150245Z", "shell.execute_reply": "2025-06-13T13:19:49.149477Z" } }, "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", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program\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", "
Durationundefined
Layers2
Targets2
Repetitions\n", " Repeat with 1 repetitions\n", "
\n", " Sweep with 9 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
xy_pulse_frequenciesArray(name=_implicit, shape=(9,), dtype=float, unit=none, value=[4.9 GHz, 4.95 GHz, 5 GHz, 5.05 GHz, 5.1 GHz, 5.15 GHz, 5.2 GHz, 5.25 GHz, 5.3 GHz])
\n", "
\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", "
Duration30 ns
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #1\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #1 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " xy_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('xy_pulse', 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", "
DurationScalarRef(name=xy_pulse_durations, value=30 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=x180_pulse_amplitudes, value=0.5, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=x_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=x_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\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": [ "spectroscopy_exp.draw()" ] }, { "cell_type": "raw", "id": "4d300476", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We again use the render method to visualize this with the\n", ":py:class:`~keysight.channels.ChannelMapper`\\." ] }, { "cell_type": "code", "execution_count": 6, "id": "4047e25c", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.153639Z", "iopub.status.busy": "2025-06-13T13:19:49.153332Z", "iopub.status.idle": "2025-06-13T13:19:49.859832Z", "shell.execute_reply": "2025-06-13T13:19:49.844400Z" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 2e-10, "legendgroup": "xy_pulse, labels: (0,)", "legendgrouptitle": { "text": "xy_pulse, labels: (0,)" }, "name": "Drive pulse for xy_pulse, labels: (0,)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.002098477602179626, 0.006194041637403133, 0.009768662874385402, 0.012366544887822144, 0.013566091294344681, 0.013008564915740898, 0.010424950491174432, 0.005659462158783494, -0.001311778991615577, -0.010368207059066546, -0.021239480686810544, -0.033508115317268786, -0.04662046435851096, -0.05990602321745348, -0.07260459429916985, -0.08390041236834363, -0.09296191049946534, -0.09898542994474806, -0.10124086455711123, -0.09911700185951938, -0.09216419523645406, -0.08013198760379808, -0.06299941372892609, -0.0409959377453911, -0.014611329717584245, 0.015406760617740491, 0.04806823069971493, 0.08216903913084192, 0.11633224247167094, 0.14906033095808977, 0.17879700414613967, 0.20399595043747837, 0.22319370783797063, 0.23508331656777548, 0.23858525202774622, 0.2329120677048266, 0.21762329298694463, 0.1926674232858275, 0.15840830313949356, 0.11563382187587003, 0.06554559212437515, 0.009729132346649705, -0.04989501246895519, -0.1111378456056297, -0.17162391675738117, -0.22888563806142298, -0.28046609605599865, -0.3240259779056872, -0.35744986099671316, -0.37894696144289586, -0.3871415144004536, -0.38114827150276714, -0.3606291406485126, -0.32582774159824923, -0.27757957710974945, -0.21729658361324214, -0.1469259795954786, -0.06888452002541456, 0.014029565788025982, 0.09874358503583439, 0.18203201609582134, 0.26064766825310065, 0.3314567181755617, 0.39157168106921575, 0.4384763553918696, 0.47013704151323216, 0.4850948687874035, 0.4825348505554388, 0.4623282883149988, 0.42504631922644426, 0.3719436908269656, 0.30491319251301224, 0.22641251090555728, 0.13936654137663226, 0.047049319633143814, -0.04704931963314097, -0.13936654137662952, -0.22641251090555475, -0.3049131925130101, -0.37194369082696377, -0.425046319226443, -0.4623282883149979, -0.48253485055543854, -0.48509486878740377, -0.47013704151323293, -0.4384763553918709, -0.39157168106921747, -0.3314567181755637, -0.2606476682531031, -0.18203201609582387, -0.098743585035837, -0.014029565788028586, 0.06888452002541208, 0.14692597959547632, 0.2172965836132402, 0.2775795771097479, 0.3258277415982481, 0.3606291406485119, 0.38114827150276703, 0.3871415144004538, 0.3789469614428965, 0.35744986099671433, 0.32402597790568866, 0.2804660960560005, 0.22888563806142495, 0.17162391675738325, 0.11113784560563185, 0.049895012468957244, -0.009729132346647813, -0.06554559212437347, -0.11563382187586863, -0.15840830313949253, -0.19266742328582676, -0.21762329298694413, -0.2329120677048265, -0.23858525202774647, -0.23508331656777606, -0.2231937078379714, -0.20399595043747934, -0.17879700414614078, -0.14906033095809096, -0.11633224247167212, -0.08216903913084311, -0.04806823069971606, -0.015406760617741511, 0.014611329717583367, 0.04099593774539038, 0.06299941372892555, 0.08013198760379772, 0.09216419523645389, 0.09911700185951935, 0.10124086455711132, 0.09898542994474832, 0.0929619104994657, 0.08390041236834415, 0.07260459429917031, 0.05990602321745395, 0.04662046435851147, 0.03350811531726921, 0.0212394806868109, 0.01036820705906687, 0.0013117789916158378, -0.0056594621587833065, -0.010424950491174298, -0.013008564915740794, -0.013566091294344646, -0.01236654488782214, -0.009768662874385438, -0.0061940416374031484, -0.0020984776021796066, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "yaxis": "y" }, { "dx": 2e-10, "legendgroup": "readout_pulse, labels: (0,)", "legendgrouptitle": { "text": "readout_pulse, labels: (0,)" }, "name": "Drive pulse for readout_pulse, labels: (0,)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0003127645009414709, 0.0009050420777136429, 0.001399532220232912, 0.0017375015738507083, 0.0018695661244606256, 0.001758770740034472, 0.001383044977416346, 0.0007369072416706969, -0.00016767593961957943, -0.0013013296102983615, -0.002618221216522631, -0.0040578919159804435, -0.005547895863492363, -0.007007135977056625, -0.008349750297817309, -0.009489374837426272, -0.010343588069000662, -0.010838329962786514, -0.010912085336512495, -0.010519627537216894, -0.00963513394809723, -0.00825450897346064, -0.0063967820701261065, -0.0041044867933149425, -0.0014429701437291397, 0.001501372056428784, 0.0046238904218470515, 0.007805417815561963, 0.010916811776638159, 0.013824130593804744, 0.016394237601993884, 0.018500603914975988, 0.020029064724444993, 0.02088327931530661, 0.0209896504799712, 0.02030147503969808, 0.018802123238756286, 0.016507079981907202, 0.013464723956472165, 0.009755769987242648, 0.00549135359883179, 0.0008097925759753764, -0.004127883940986679, -0.009143494908090674, -0.014048162689222828, -0.018649429474205035, -0.02275876655323092, -0.02619918481564523, -0.02881264274145996, -0.03046694806800323, -0.031061861501375614, -0.030534135072521725, -0.028861253291280354, -0.026063690940998595, -0.02220555556483103, -0.017393543435181003, -0.011774202784292987, -0.005529564809178805, 0.0011287311659774857, 0.007966629610275855, 0.01473592268539469, 0.021183293054701333, 0.02705980500730981, 0.03213048790184805, 0.036183643900051146, 0.03903951402937422, 0.040557952985098386, 0.040644793398175276, 0.03925662364629406, 0.03640375823853009, 0.03215124444723387, 0.026617820872691385, 0.019972820357788947, 0.012431088243506321, 0.004246064372454806, -0.0042987494990291255, -0.012899649025979605, -0.02124356902191899, -0.02901951892813934, -0.03593019291480354, -0.04170332053935147, -0.046102325153979544, -0.04893587500574811, -0.050065945817868954, -0.04941406256489491, -0.046965450551633904, -0.042770899629864106, -0.036946227827088715, -0.029669318833817175, -0.021174798452210358, -0.011746504857198109, -0.0017079929520773356, 0.008588609082841585, 0.01877500580551862, 0.028479964075154015, 0.037342888977719736, 0.04502724804043156, 0.05123334310131374, 0.05570994533961313, 0.05826434348434251, 0.058770407077340256, 0.057174334182602767, 0.05349783380200142, 0.04783858464242874, 0.04036791051131282, 0.03132571491094902, 0.021012819586948565, 0.009780950046421185, -0.001979298321476916, -0.013852100397227058, -0.02541116937060966, -0.036235125876546606, -0.045922911900264006, -0.054108683804533715, -0.060475630331076745, -0.06476819358383862, -0.06680222287914, -0.06647266126682325, -0.06375845011659635, -0.058724435443558085, -0.05152016712898321, -0.042375595007640085, -0.03159377983000939, -0.019540848163938713, -0.006633524236334662, 0.006675335389515455, 0.019912700106309526, 0.03260225167976179, 0.04428159337607674, 0.05451915761292697, 0.0629301918981976, 0.06919122959312449, 0.07305250088519884, 0.07434780871382222, 0.07300148191794836, 0.06903212053604053, 0.0625529623628203, 0.05376882147304903, 0.04296967406540868, 0.03052109011117987, 0.016851826377430205, 0.002439003077743434, -0.012208621327309682, -0.02656868832154489, -0.04012394814583132, -0.05238096632488858, -0.06288814876615031, -0.07125242480053438, -0.07715397033391186, -0.08035841900888285, -0.08072609573107097, -0.07821791110588057, -0.0728976735988569, -0.06493070436803973, -0.054578773117176425, -0.042191507152143724, -0.02819455520351082, -0.013074907745233766, 0.00263611796668781, 0.018381631084039046, 0.033598993747801516, 0.0477400121126282, 0.060290764212678816, 0.07079034473906355, 0.07884784070680353, 0.08415691108377704, 0.08650742575931612, 0.08579372190841009, 0.08201915525824284, 0.07529675575016989, 0.06584593689003586, 0.05398535065510962, 0.04012212000566076, 0.024737813716989965, 0.0083716485294811, -0.008398492942279423, -0.024976557360294038, -0.04076959878994507, -0.055209076936360776, -0.06777140730658988, -0.07799701761361912, -0.08550721439605066, -0.09001823899130353, -0.09135199008122347, -0.0894430075896403, -0.08434144558731378, -0.0762119053075874, -0.06532814824381945, -0.05206385821215444, -0.03687976481712807, -0.02030757371826104, -0.0029312665886263634, 0.014633568653794093, 0.03176164250972178, 0.04784032061200939, 0.06229162972852481, 0.07459311932314097, 0.08429682271544348, 0.09104562714860655, 0.09458645259080624, 0.0947797516828626, 0.09160497391388278, 0.08516178119589865, 0.07566695435128801, 0.06344708513765797, 0.048927300707770745, 0.03261641131373628, 0.015089002375703955, -0.0030348960184053814, -0.021111839647990654, -0.038497914519003806, -0.05457177333890258, -0.06875693645350164, -0.08054255350519975, -0.08950187506893884, -0.0953077637711574, -0.09774467907349371, -0.09671669528959217, -0.0922512540221552, -0.08449850498060923, -0.07372624757267289, -0.060310644042401634, -0.04472302752791024, -0.02751326970493917, -0.009290297535856836, 0.009299547490111935, 0.027595535157945106, 0.04494613351207069, 0.06073231138185596, 0.07438971946192348, 0.08542895180784293, 0.09345315729009689, 0.09817236467098842, 0.0994140021727333, 0.09712922849238013, 0.09139484230309518, 0.08241069596128003, 0.07049270069651148, 0.056061669166864135, 0.03962839118634492, 0.02177547425236254, 0.0031365973024793537, -0.015626080322376987, -0.03384554583267111, -0.050873749173570335, -0.06610475440302814, -0.07899639563995985, -0.08908966029246515, -0.09602510362581038, -0.09955570517057474, -0.09955570517057491, -0.09602510362581088, -0.08908966029246601, -0.07899639563996101, -0.06610475440302956, -0.050873749173571965, -0.03384554583267291, -0.015626080322378874, 0.0031365973024774334, 0.02177547425236066, 0.03962839118634314, 0.05606166916686254, 0.07049270069651009, 0.0824106959612789, 0.09139484230309437, 0.09712922849237966, 0.0994140021727332, 0.09817236467098868, 0.09345315729009748, 0.08542895180784386, 0.0743897194619247, 0.060732311381857446, 0.04494613351207237, 0.02759553515794692, 0.00929954749011383, -0.00929029753585493, -0.027513269704937317, -0.04472302752790851, -0.06031064404240007, -0.07372624757267157, -0.0844985049806082, -0.09225125402215446, -0.09671669528959179, -0.09774467907349364, -0.09530776377115771, -0.08950187506893946, -0.0805425535052007, -0.06875693645350286, -0.054571773338904034, -0.03849791451900546, -0.021111839647992427, -0.003034896018407215, 0.015089002375702121, 0.03261641131373451, 0.0489273007077691, 0.06344708513765653, 0.0756669543512868, 0.08516178119589772, 0.09160497391388214, 0.09477975168286228, 0.09458645259080624, 0.0910456271486069, 0.08429682271544417, 0.07459311932314196, 0.06229162972852605, 0.04784032061201086, 0.03176164250972341, 0.014633568653795826, -0.0029312665886245875, -0.020307573718259277, -0.03687976481712639, -0.05206385821215289, -0.0653281482438181, -0.0762119053075863, -0.08434144558731295, -0.08944300758963979, -0.09135199008122327, -0.09001823899130366, -0.08550721439605113, -0.0779970176136199, -0.06777140730659093, -0.05520907693636208, -0.04076959878994658, -0.02497655736029568, -0.008398492942281132, 0.008371648529479386, 0.024737813716988303, 0.04012212000565921, 0.05398535065510826, 0.0658459368900347, 0.075296755750169, 0.08201915525824223, 0.0857937219084098, 0.08650742575931615, 0.08415691108377739, 0.07884784070680419, 0.07079034473906445, 0.06029076421267996, 0.04774001211262953, 0.033598993747802994, 0.018381631084040614, 0.0026361179666894133, -0.013074907745232182, -0.028194555203509317, -0.04219150715214234, -0.05457877311717521, -0.06493070436803873, -0.07289767359885617, -0.07821791110588011, -0.0807260957310708, -0.08035841900888296, -0.07715397033391228, -0.07125242480053505, -0.06288814876615123, -0.05238096632488973, -0.04012394814583263, -0.026568688321546328, -0.012208621327311176, 0.002439003077741934, 0.016851826377428752, 0.03052109011117852, 0.04296967406540747, 0.053768821473048026, 0.06255296236281953, 0.06903212053603999, 0.07300148191794809, 0.07434780871382221, 0.0730525008851991, 0.06919122959312501, 0.06293019189819835, 0.05451915761292793, 0.044281593376077864, 0.032602251679763036, 0.019912700106310844, 0.00667533538951681, -0.006633524236333319, -0.019540848163937433, -0.03159377983000821, -0.04237559500763905, -0.051520167128982344, -0.05872443544355742, -0.06375845011659592, -0.06647266126682304, -0.06680222287914005, -0.06476819358383892, -0.0604756303310773, -0.054108683804534465, -0.045922911900264936, -0.03623512587654767, -0.025411169370610814, -0.013852100397228263, -0.0019792983214781236, 0.009780950046420015, 0.021012819586947482, 0.031325714910948065, 0.04036791051131201, 0.047838584642428114, 0.053497833802000995, 0.05717433418260255, 0.05877040707734024, 0.0582643434843427, 0.055709945339613536, 0.05123334310131433, 0.04502724804043231, 0.03734288897772061, 0.028479964075154983, 0.018775005805519652, 0.008588609082842626, -0.001707992952076315, -0.011746504857197144, -0.021174798452209487, -0.029669318833816433, -0.03694622782708812, -0.042770899629863676, -0.04696545055163366, -0.04941406256489487, -0.050065945817869086, -0.048935875005748426, -0.04610232515398002, -0.04170332053935209, -0.035930192914804274, -0.02901951892814015, -0.021243569021919845, -0.012899649025980484, -0.004298749499029994, 0.004246064372453978, 0.01243108824350556, 0.019972820357788284, 0.026617820872690837, 0.03215124444723346, 0.03640375823852982, 0.039256623646293926, 0.040644793398175304, 0.04055795298509855, 0.03903951402937453, 0.036183643900051576, 0.03213048790184858, 0.027059805007310415, 0.021183293054701995, 0.01473592268539538, 0.007966629610276551, 0.001128731165978161, -0.005529564809178176, -0.011774202784292424, -0.01739354343518052, -0.022205555564830653, -0.02606369094099832, -0.028861253291280194, -0.030534135072521677, -0.031061861501375684, -0.03046694806800341, -0.028812642741460236, -0.02619918481564559, -0.02275876655323134, -0.01864942947420551, -0.014048162689223332, -0.009143494908091193, -0.00412788394098719, 0.0008097925759748933, 0.005491353598831351, 0.00975576998724227, 0.013464723956471858, 0.01650707998190697, 0.018802123238756137, 0.020301475039698022, 0.02098965047997122, 0.020883279315306705, 0.020029064724445156, 0.018500603914976214, 0.01639423760199416, 0.01382413059380505, 0.010916811776638485, 0.007805417815562298, 0.004623890421847378, 0.0015013720564290899, -0.0014429701437288641, -0.004104486793314706, -0.006396782070125914, -0.0082545089734605, -0.009635133948097143, -0.010519627537216856, -0.010912085336512506, -0.010838329962786566, -0.01034358806900075, -0.00948937483742639, -0.008349750297817449, -0.007007135977056776, -0.005547895863492519, -0.004057891915980598, -0.002618221216522773, -0.001301329610298486, -0.00016767593961968148, 0.0007369072416706204, 0.0013830449774162963, 0.0017587707400344493, 0.0018695661244606265, 0.0017375015738507295, 0.0013995322202329486, 0.0009050420777136894, 0.0003127645009415214, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "yaxis": "y" }, { "dx": 2e-10, "legendgroup": "readout_acquisition, labels: (0,)", "legendgrouptitle": { "text": "readout_acquisition, labels: (0,)" }, "name": "Integration filter for readout_acquisition, labels: (0,)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.99556196460308, -0.9602936856769432, -0.8910065241883682, -0.7901550123756911, -0.661311865323653, -0.509041415750373, -0.33873792024529364, -0.1564344650402337, 0.031410759078124906, 0.2181432413965387, 0.39714789063477646, 0.5620833778521264, 0.7071067811865434, 0.8270805742745581, 0.917754625683978, 0.9759167619387451, 0.9995065603657303, 0.9876883405951378, 0.9408807689542269, 0.8607420270039466, 0.7501110696304641, 0.6129070536529827, 0.4539904997395544, 0.27899110603923816, 0.09410831331852423, -0.09410831331850374, -0.27899110603921834, -0.453990499739536, -0.6129070536529662, -0.7501110696304503, -0.8607420270039359, -0.9408807689542196, -0.987688340595134, -0.9995065603657303, -0.9759167619387488, -0.9177546256839852, -0.8270805742745687, -0.7071067811865571, -0.5620833778521427, -0.39714789063479483, -0.21814324139655847, -0.03141075907814542, 0.15643446504021316, 0.3387379202452737, 0.5090414157503543, 0.6613118653236363, 0.7901550123756768, 0.8910065241883568, 0.9602936856769351, 0.9955619646030756, 0.9955619646030794, 0.9602936856769465, 0.8910065241883753, 0.7901550123757017, 0.6613118653236669, 0.5090414157503896, 0.33873792024531246, 0.15643446504025396, -0.03141075907810395, -0.21814324139651783, -0.3971478906347564, -0.5620833778521078, -0.707106781186527, -0.8270805742745445, -0.9177546256839677, -0.9759167619387384, -0.9995065603657275, -0.9876883405951389, -0.940880768954232, -0.8607420270039554, -0.7501110696304764, -0.6129070536529979, -0.4539904997395721, -0.2789911060392576, -0.09410831331854477, 0.09410831331848281, 0.2789911060391978, 0.45399049973951655, 0.6129070536529486, 0.7501110696304352, 0.8607420270039237, 0.9408807689542107, 0.9876883405951288, 0.999506560365729, 0.9759167619387515, 0.9177546256839919, 0.827080574274579, 0.7071067811865706, 0.5620833778521589, 0.39714789063481315, 0.2181432413965783, 0.03141075907816604, -0.15643446504019248, -0.33873792024525373, -0.5090414157503358, -0.6613118653236197, -0.7901550123756629, -0.8910065241883461, -0.960293685676928, -0.9955619646030722, -0.99556196460308, -0.960293685676951, -0.8910065241883834, -0.7901550123757133, -0.6613118653236816, -0.5090414157504068, -0.33873792024533156, -0.15643446504027428, 0.031410759078083106, 0.21814324139649718, 0.3971478906347367, 0.5620833778520897, 0.7071067811865112, 0.8270805742745314, 0.9177546256839579, 0.9759167619387323, 0.9995065603657253, 0.9876883405951405, 0.9408807689542376, 0.8607420270039647, 0.750111069630489, 0.6129070536530135, 0.45399049973958994, 0.27899110603927724, 0.09410831331856548, -0.0941083133184618, -0.2789911060391772, -0.4539904997394971, -0.612907053652931, -0.7501110696304198, -0.8607420270039113, -0.9408807689542018, -0.9876883405951238, -0.9995065603657278, -0.9759167619387542, -0.9177546256839985, -0.8270805742745891, -0.7071067811865841, -0.5620833778521751, -0.3971478906348317, -0.21814324139659846, -0.031410759078187106, 0.15643446504017122, 0.338737920245233, 0.5090414157503164, 0.6613118653236023, 0.790155012375648, 0.8910065241883345, 0.96029368567692, 0.9955619646030681, 0.9955619646030799, 0.9602936856769548, 0.8910065241883913, 0.7901550123757248, 0.6613118653236962, 0.509041415750424, 0.33873792024535077, 0.15643446504029487, -0.03141075907806187, -0.2181432413964761, -0.39714789063471645, -0.5620833778520711, -0.7071067811864948, -0.827080574274518, -0.9177546256839477, -0.9759167619387258, -0.9995065603657226, -0.987688340595142, -0.9408807689542429, -0.8607420270039737, -0.7501110696305014, -0.6129070536530289, -0.45399049973960787, -0.2789911060392969, -0.09410831331858616, 0.09410831331844077, 0.27899110603915656, 0.4539904997394776, 0.6129070536529133, 0.7501110696304046, 0.8607420270038991, 0.940880768954193, 0.9876883405951187, 0.9995065603657267, 0.9759167619387571, 0.9177546256840051, 0.8270805742745995, 0.7071067811865975, 0.5620833778521913, 0.39714789063485, 0.21814324139661828, 0.0314107590782077, -0.15643446504015054, -0.338737920245213, -0.5090414157502977, -0.6613118653235857, -0.790155012375634, -0.8910065241883235, -0.9602936856769124, -0.9955619646030643, -0.99556196460308, -0.9602936856769588, -0.891006524188399, -0.7901550123757359, -0.6613118653237104, -0.5090414157504408, -0.33873792024536953, -0.1564344650403149, 0.03141075907804128, 0.2181432413964557, 0.39714789063469697, 0.5620833778520532, 0.7071067811864792, 0.827080574274505, 0.917754625683938, 0.9759167619387196, 0.9995065603657202, 0.9876883405951433, 0.940880768954248, 0.8607420270039825, 0.7501110696305135, 0.6129070536530439, 0.45399049973962524, 0.2789911060393161, 0.0941083133186065, -0.09410831331842001, -0.2789911060391361, -0.45399049973945815, -0.6129070536528956, -0.7501110696303892, -0.8607420270038865, -0.9408807689541837, -0.987688340595113, -0.9995065603657248, -0.9759167619387591, -0.917754625684011, -0.827080574274609, -0.7071067811866105, -0.5620833778522072, -0.3971478906348683, -0.2181432413966382, -0.03141075907822863, 0.15643446504012942, 0.33873792024519245, 0.5090414157502784, 0.6613118653235683, 0.7901550123756192, 0.8910065241883118, 0.9602936856769042, 0.9955619646030599, 0.9955619646030796, 0.9602936856769623, 0.8910065241884063, 0.7901550123757468, 0.6613118653237244, 0.5090414157504576, 0.3387379202453884, 0.15643446504033526, -0.031410759078020184, -0.21814324139643454, -0.3971478906346766, -0.5620833778520343, -0.7071067811864624, -0.8270805742744911, -0.9177546256839273, -0.9759167619387126, -0.9995065603657172, -0.9876883405951444, -0.9408807689542531, -0.8607420270039915, -0.750111069630526, -0.6129070536530593, -0.4539904997396431, -0.27899110603933575, -0.09410831331862729, 0.09410831331839883, 0.27899110603911537, 0.4539904997394385, 0.6129070536528777, 0.7501110696303739, 0.8607420270038743, 0.9408807689541749, 0.9876883405951079, 0.9995065603657237, 0.975916761938762, 0.9177546256840178, 0.8270805742746193, 0.7071067811866241, 0.5620833778522235, 0.3971478906348867, 0.21814324139665814, 0.031410759078249334, -0.15643446504010866, -0.33873792024517235, -0.5090414157502596, -0.6613118653235516, -0.7901550123756051, -0.8910065241883008, -0.9602936856768968, -0.9955619646030562, -0.9955619646030798, -0.9602936856769665, -0.8910065241884143, -0.7901550123757582, -0.6613118653237389, -0.5090414157504746, -0.3387379202454073, -0.15643446504035538, 0.031410759077999534, 0.21814324139641408, 0.39714789063465705, 0.5620833778520162, 0.7071067811864465, 0.8270805742744779, 0.9177546256839174, 0.9759167619387062, 0.9995065603657146, 0.9876883405951458, 0.9408807689542583, 0.8607420270040003, 0.7501110696305382, 0.6129070536530744, 0.45399049973966055, 0.27899110603935495, 0.09410831331864758, -0.09410831331837821, -0.27899110603909516, -0.45399049973941946, -0.6129070536528605, -0.750111069630359, -0.8607420270038623, -0.9408807689541663, -0.9876883405951029, -0.9995065603657226, -0.9759167619387648, -0.9177546256840243, -0.8270805742746294, -0.7071067811866373, -0.5620833778522395, -0.39714789063490485, -0.21814324139667782, -0.031410759078269845, 0.156434465040088, 0.3387379202451523, 0.509041415750241, 0.6613118653235349, 0.790155012375591, 0.8910065241882899, 0.9602936856768892, 0.9955619646030524, 0.9955619646030798, 0.9602936856769703, 0.8910065241884217, 0.7901550123757692, 0.6613118653237531, 0.5090414157504912, 0.3387379202454259, 0.15643446504037536, -0.03141075907797891, -0.2181432413963936, -0.3971478906346374, -0.5620833778519982, -0.7071067811864308, -0.8270805742744649, -0.9177546256839076, -0.9759167619386999, -0.9995065603657121, -0.987688340595147, -0.9408807689542634, -0.860742027004009, -0.7501110696305502, -0.6129070536530894, -0.453990499739678, -0.2789911060393742, -0.09410831331866795, 0.09410831331835742, 0.2789911060390746, 0.4539904997394, 0.6129070536528427, 0.7501110696303436, 0.8607420270038497, 0.9408807689541572, 0.9876883405950976, 0.9995065603657212, 0.9759167619387672, 0.9177546256840307, 0.8270805742746394, 0.7071067811866506, 0.5620833778522556, 0.3971478906349232, 0.2181432413966977, 0.03141075907829058, -0.15643446504006714, -0.33873792024513205, -0.5090414157502221, -0.661311865323518, -0.7901550123755768, -0.8910065241882787, -0.9602936856768817, -0.9955619646030486, -0.9955619646030799, -0.9602936856769744, -0.8910065241884297, -0.7901550123757808, -0.6613118653237677, -0.5090414157505085, -0.33873792024544525, -0.15643446504039596, 0.03141075907795776, 0.21814324139637262, 0.3971478906346173, 0.5620833778519798, 0.7071067811864147, 0.8270805742744516, 0.9177546256838977, 0.9759167619386937, 0.9995065603657097, 0.9876883405951487, 0.9408807689542689, 0.8607420270040181, 0.7501110696305627, 0.6129070536531048, 0.45399049973969585, 0.2789911060393938, 0.09410831331868857, -0.09410831331833647, -0.27899110603905414, -0.4539904997393806, -0.6129070536528252, -0.7501110696303285, -0.8607420270038376, -0.9408807689541484, -0.9876883405950925, -0.9995065603657198, -0.9759167619387698, -0.917754625684037, -0.8270805742746494, -0.7071067811866638, -0.5620833778522717, -0.3971478906349415, -0.21814324139671767, -0.03141075907831148, 0.1564344650400461, 0.33873792024511157, 0.5090414157502028, 0.6613118653235008, 0.7901550123755622, 0.8910065241882672, 0.9602936856768737, 0.9955619646030445, 0.9955619646030797, 0.960293685676978, 0.8910065241884371, 0.7901550123757914, 0.6613118653237815, 0.509041415750525, 0.33873792024546373, 0.15643446504041586, -0.031410759077937195, -0.2181432413963521, -0.39714789063459754, -0.5620833778519614, -0.7071067811863984, -0.827080574274438, -0.9177546256838872, -0.9759167619386868, -0.9995065603657066, -0.9876883405951494, -0.9408807689542735, -0.8607420270040266, -0.7501110696305745, -0.6129070536531196, -0.45399049973971306, -0.2789911060394129, -0.09410831331870889, 0.09410831331831568, 0.27899110603903354, 0.453990499739361, 0.6129070536528073, 0.750111069630313, 0.8607420270038251, 0.9408807689541392, 0.9876883405950869, 0.9995065603657182, 0.9759167619387721, 0.9177546256840432, 0.8270805742746592, 0.7071067811866769, 0.5620833778522876, 0.3971478906349597, 0.21814324139673746, 0.03141075907833216, -0.15643446504002523, -0.3387379202450913, -0.5090414157501839, -0.661311865323484, -0.7901550123755479, -0.8910065241882559, -0.9602936856768657, -0.9955619646030401 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "Waveforms", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "template": { "data": { "bar": [ { "marker": { "color": "#c97a88", "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": "#ff005c", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#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": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#00d539", "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 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "spectroscopy_exp.compiled_program.render(\n", " channel_subplots=False,\n", " lo_frequency=5e9,\n", " sweep_index=5,\n", " sample_rate=5e9,\n", ")" ] }, { "cell_type": "raw", "id": "fb7d17ea", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 7, "id": "35243ec7", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.880704Z", "iopub.status.busy": "2025-06-13T13:19:49.880094Z", "iopub.status.idle": "2025-06-13T13:19:49.971920Z", "shell.execute_reply": "2025-06-13T13:19:49.971096Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " spectroscopy_exp.execute()\n", "else:\n", " # load in a previously executed version of this experiment\n", " spectroscopy_exp = qcs.load(\"QubitSpectroscopy.qcs\")" ] }, { "cell_type": "raw", "id": "18168b90", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "For the purposes of this demonstration, we added a second \"ancilla\" qubit to the\n", "Ramsey program and connected the physical output channels for our qubit to\n", "the digizer associated with the ancilla to allow us to capture the control pulse." ] }, { "cell_type": "code", "execution_count": 8, "id": "853f11e0", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.978572Z", "iopub.status.busy": "2025-06-13T13:19:49.977508Z", "iopub.status.idle": "2025-06-13T13:19:49.992672Z", "shell.execute_reply": "2025-06-13T13:19:49.991772Z" } }, "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", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Program\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", "
Durationundefined
Layers2
Targets3
Repetitions\n", " Sweep with 9 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
xy_pulse_frequenciesArray(name=_implicit, shape=(9,), dtype=float, unit=none, value=[4.9 GHz, 4.95 GHz, 5 GHz, 5.05 GHz, 5.1 GHz, 5.15 GHz, 5.2 GHz, 5.25 GHz, 5.3 GHz])
\n", " Repeat with 1 repetitions\n", "
\n", "
\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", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #1\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #1 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " xy_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('xy_pulse', 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", "
DurationScalarRef(name=xy_pulse_durations, value=30 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=x180_pulse_amplitudes, value=0.5, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=x_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=x_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " ancilla\n", " \n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('ancilla', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\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": [ "spectroscopy_exp.draw()" ] }, { "cell_type": "raw", "id": "baafcb08", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The ancilla qubit is mapped to the digitizer channel ``1`` and has a single\n", "acquisition that spans the duration of the control pulse." ] }, { "cell_type": "code", "execution_count": 9, "id": "aa2d3462", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:49.996222Z", "iopub.status.busy": "2025-06-13T13:19:49.995864Z", "iopub.status.idle": "2025-06-13T13:19:50.264739Z", "shell.execute_reply": "2025-06-13T13:19:50.263835Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 4.9 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0008789062267169356, -0.0008789062267169356, 0.0002197265566792339, 0.0002197265566792339, -0.0017578124534338713, -0.001538085867650807, -0.0013183592818677425, -0.0013183592818677425, 0.0, -0.0006591796409338713, -0.0028564452659338713, -0.0041748047806322575, -0.001977538922801614, -0.0035156249068677425, -0.002636718563735485, -0.0013183592818677425, -0.0010986328125, -0.0017578124534338713, -0.0017578124534338713, -0.0010986328125, -0.0008789062267169356, -0.0010986328125, -0.002197265625, -0.003076171735301614, -0.0010986328125, -0.0017578124534338713, -0.0017578124534338713, -0.0004394531133584678, -0.0004394531133584678, -0.0013183592818677425, -0.001538085867650807, -0.0004394531133584678, -0.0004394531133584678, -0.0013183592818677425, -0.002197265625, -0.002636718563735485, -0.0032958984375, -0.0028564452659338713, -0.002636718563735485, -0.001538085867650807, -0.002636718563735485, -0.0024169920943677425, -0.0002197265566792339, -0.002197265625, -0.002197265625, -0.001977538922801614, -0.004833984188735485, -0.006152343470603228, -0.009008788503706455, -0.01076660118997097, -0.01384277269244194, -0.01582031138241291, -0.0186767578125, -0.02131347544491291, -0.02351074106991291, -0.02131347544491291, -0.01955566368997097, -0.0186767578125, -0.01494140550494194, -0.012524413876235485, -0.007910155691206455, -0.0006591796409338713, 0.0046142577193677425, 0.013403319753706455, 0.02263183519244194, 0.03251953050494194, 0.0428466796875, 0.05009765550494194, 0.06196288764476776, 0.07207030802965164, 0.07954101264476776, 0.08811035007238388, 0.094482421875, 0.09843749552965164, 0.1043701171875, 0.10480956733226776, 0.10480956733226776, 0.10151366889476776, 0.0966796875, 0.08701171725988388, 0.07756347209215164, 0.06569824367761612, 0.05141601338982582, 0.03339843824505806, 0.01691894419491291, -0.00439453125, -0.02460937388241291, -0.04746093600988388, -0.068115234375, -0.08964843302965164, -0.11249999701976776, -0.13469238579273224, -0.15336914360523224, -0.17050780355930328, -0.18544921278953552, -0.19753417372703552, -0.20588378608226776, -0.21027831733226776, -0.21071776747703552, -0.20522460341453552, -0.19951170682907104, -0.1845703125, -0.1724853515625, -0.15292967855930328, -0.13227538764476776, -0.10634765028953552, -0.081298828125, -0.05251464620232582, -0.02395019493997097, 0.0068115233443677425, 0.0340576171875, 0.0670166015625, 0.094482421875, 0.12238769233226776, 0.14677734673023224, 0.17336425185203552, 0.19248045980930328, 0.20961913466453552, 0.22434081137180328, 0.23422850668430328, 0.24301756918430328, 0.24257811903953552, 0.23972167074680328, 0.22983397543430328, 0.21708983182907104, 0.20017088949680328, 0.18039549887180328, 0.15556640923023224, 0.13469238579273224, 0.10788574069738388, 0.0802001953125, 0.050537109375, 0.02438964694738388, -0.0017578124534338713, -0.03076171875, -0.05734863132238388, -0.08151855319738388, -0.10349120944738388, -0.12502440810203552, -0.14040526747703552, -0.15622557699680328, -0.16962890326976776, -0.17512206733226776, -0.17973631620407104, -0.18193358182907104, -0.17775878310203552, -0.17424315214157104, -0.16127929091453552, -0.15292967855930328, -0.13820800185203552, -0.12502440810203552, -0.10458984225988388, -0.0889892578125, -0.0692138671875, -0.0538330078125, -0.03647460788488388, -0.01911620981991291, -0.0024169920943677425, 0.011206054128706455, 0.02570800669491291, 0.03669433668255806, 0.04812011495232582, 0.05515136569738388, 0.06240234151482582, 0.06613769382238388, 0.06789550930261612, 0.0692138671875, 0.06943359225988388, 0.06569824367761612, 0.063720703125, 0.06218261644244194, 0.05537109076976776, 0.05075683444738388, 0.04372558370232582, 0.0362548828125, 0.03076171875, 0.02548827975988388, 0.017578125, 0.01384277269244194, 0.009228515438735485, 0.006591796875, 0.003076171735301614, -0.0008789062267169356, -0.0010986328125, -0.0028564452659338713, -0.003735351376235485, -0.005932617001235485, -0.0024169920943677425, -0.003076171735301614, -0.0028564452659338713, -0.0032958984375, -0.001977538922801614, -0.003955077845603228, -0.00439453125, -0.00527343712747097, -0.006152343470603228, -0.005053710658103228, -0.0032958984375, -0.003735351376235485, -0.0041748047806322575, -0.0054931640625, -0.0046142577193677425, -0.00527343712747097, -0.003955077845603228, -0.002636718563735485, -0.003076171735301614, -0.0017578124534338713, -0.002197265625, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 4.95 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.002197265625, -0.002636718563735485, -0.0013183592818677425, 0.0, -0.0013183592818677425, -0.0004394531133584678, -0.001538085867650807, -0.0024169920943677425, -0.0006591796409338713, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.0010986328125, -0.0002197265566792339, -0.0028564452659338713, -0.001538085867650807, -0.0013183592818677425, -0.001538085867650807, -0.001538085867650807, -0.002197265625, -0.0008789062267169356, 0.0, -0.0002197265566792339, -0.0013183592818677425, -0.0017578124534338713, 0.0, -0.0002197265566792339, -0.0013183592818677425, -0.0004394531133584678, -0.0008789062267169356, -0.0028564452659338713, -0.0017578124534338713, -0.0004394531133584678, 0.0, -0.001977538922801614, -0.0017578124534338713, -0.0013183592818677425, -0.0028564452659338713, -0.0028564452659338713, -0.002636718563735485, -0.001538085867650807, -0.0010986328125, -0.0035156249068677425, -0.001538085867650807, -0.0024169920943677425, -0.001977538922801614, -0.0017578124534338713, -0.003076171735301614, -0.00439453125, -0.0041748047806322575, -0.0076904296875, -0.00856933556497097, -0.0098876953125, -0.012304686941206455, -0.01713867112994194, -0.02043456956744194, -0.02482910081744194, -0.02702636644244194, -0.032958984375, -0.03559570387005806, -0.04152831807732582, -0.04592284932732582, -0.05141601338982582, -0.0560302734375, -0.06130370870232582, -0.06657714396715164, -0.07207030802965164, -0.07514648139476776, -0.08085937052965164, -0.08393554389476776, -0.08811035007238388, -0.0911865234375, -0.0966796875, -0.09799804538488388, -0.09975585341453552, -0.10129394382238388, -0.10239257663488388, -0.10195311903953552, -0.10085448622703552, -0.09953612834215164, -0.09689941257238388, -0.09272460639476776, -0.09030761569738388, -0.08261718600988388, -0.07998047024011612, -0.06877440959215164, -0.063720703125, -0.05624999850988388, -0.04592284932732582, -0.03581542894244194, -0.02460937388241291, -0.01406249962747097, -0.002636718563735485, 0.010327148251235485, 0.02109374850988388, 0.03757324069738388, 0.04921874776482582, 0.06416015326976776, 0.07778320461511612, 0.09316405653953552, 0.10722655802965164, 0.11909179389476776, 0.1318359375, 0.14589843153953552, 0.1593017578125, 0.16940917074680328, 0.18259276449680328, 0.19270019233226776, 0.20302733778953552, 0.20961913466453552, 0.21796874701976776, 0.22697752714157104, 0.23356932401657104, 0.2362060546875, 0.24104003608226776, 0.239501953125, 0.24367675185203552, 0.24301756918430328, 0.24082030355930328, 0.23796385526657104, 0.23334960639476776, 0.22499999403953552, 0.2197265625, 0.21027831733226776, 0.2032470703125, 0.19160155951976776, 0.17885741591453552, 0.16787108778953552, 0.1571044921875, 0.142822265625, 0.13117675483226776, 0.11843261122703552, 0.10393065959215164, 0.09052734076976776, 0.0758056640625, 0.06437987834215164, 0.04812011495232582, 0.03581542894244194, 0.02460937388241291, 0.010107421316206455, -0.0028564452659338713, -0.014721679501235485, -0.02395019493997097, -0.03713378682732582, -0.046142578125, -0.05624999850988388, -0.06613769382238388, -0.07492675632238388, -0.08217773586511612, -0.08745116740465164, -0.0933837890625, -0.09821777045726776, -0.10063476115465164, -0.10480956733226776, -0.1087646484375, -0.10612792521715164, -0.10700683295726776, -0.10415038466453552, -0.1043701171875, -0.10239257663488388, -0.10019531100988388, -0.0955810546875, -0.09382323920726776, -0.08920898288488388, -0.08525390177965164, -0.07954101264476776, -0.07294921576976776, -0.07009277492761612, -0.0648193359375, -0.05778808519244194, -0.05295410007238388, -0.0472412109375, -0.04240722581744194, -0.03713378682732582, -0.03317870944738388, -0.02768554538488388, -0.02373046800494194, -0.01845703087747097, -0.015600585378706455, -0.01274413987994194, -0.010327148251235485, -0.00856933556497097, -0.00637206993997097, -0.0046142577193677425, -0.0024169920943677425, -0.0013183592818677425, 0.0010986328125, 0.0006591796409338713, -0.001977538922801614, 0.0010986328125, 0.0006591796409338713, 0.0010986328125, -0.0004394531133584678, 0.0, 0.0004394531133584678, 0.0010986328125, -0.0017578124534338713, -0.0006591796409338713, -0.0004394531133584678, -0.0008789062267169356, -0.002636718563735485, -0.002636718563735485, -0.003955077845603228, -0.003955077845603228, -0.0035156249068677425, -0.0008789062267169356, -0.0024169920943677425, -0.003735351376235485, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0010986328125, -0.001538085867650807, -0.0004394531133584678, 0.0002197265566792339, -0.0017578124534338713, -0.001538085867650807, -0.002197265625, -0.001538085867650807, -0.0013183592818677425, 0.0002197265566792339, -0.0010986328125, -0.002197265625, -0.002197265625, -0.0017578124534338713, -0.001538085867650807, -0.0004394531133584678, -0.0024169920943677425, -0.0017578124534338713, -0.0024169920943677425, -0.0008789062267169356, -0.0004394531133584678, -0.0008789062267169356, -0.0017578124534338713, -0.002636718563735485, -0.0028564452659338713, -0.002197265625, -0.001977538922801614, -0.0017578124534338713, -0.003076171735301614, -0.0010986328125, -0.0024169920943677425, 0.0, -0.001977538922801614, -0.0013183592818677425, -0.001538085867650807, -0.0008789062267169356, -0.0008789062267169356, -0.0004394531133584678, -0.0017578124534338713, -0.0008789062267169356, -0.0002197265566792339, -0.001538085867650807, -0.001977538922801614, -0.0017578124534338713, -0.002197265625, -0.0002197265566792339, 0.0010986328125, 0.003735351376235485, 0.00527343712747097, 0.00747070275247097, 0.009228515438735485, 0.01318359375, 0.01296386681497097, 0.015600585378706455, 0.02021484263241291, 0.02109374850988388, 0.024169921875, 0.0274658203125, 0.02988281100988388, 0.03317870944738388, 0.0362548828125, 0.03977050632238388, 0.04108886793255806, 0.04482421651482582, 0.04746093600988388, 0.05317382514476776, 0.05471191182732582, 0.05910644307732582, 0.06218261644244194, 0.06525878608226776, 0.06833495944738388, 0.07492675632238388, 0.07734374701976776, 0.08217773586511612, 0.08547362685203552, 0.09030761569738388, 0.09272460639476776, 0.09514159709215164, 0.10019531100988388, 0.10349120944738388, 0.10722655802965164, 0.11359862983226776, 0.11601562052965164, 0.11931151896715164, 0.12502440810203552, 0.12678222358226776, 0.13007812201976776, 0.13315428793430328, 0.13688965141773224, 0.14128418266773224, 0.14458008110523224, 0.14853514730930328, 0.15073241293430328, 0.15336914360523224, 0.15798339247703552, 0.16018065810203552, 0.16501463949680328, 0.16831053793430328, 0.17006835341453552, 0.17116698622703552, 0.173583984375, 0.17644041776657104, 0.1768798828125, 0.18083494901657104, 0.18325194716453552, 0.18259276449680328, 0.18479003012180328, 0.18654784560203552, 0.18874511122703552, 0.18896484375, 0.18962401151657104, 0.18984374403953552, 0.19248045980930328, 0.19291990995407104, 0.193359375, 0.195556640625, 0.19467772543430328, 0.19291990995407104, 0.19489745795726776, 0.19467772543430328, 0.19357909262180328, 0.19379882514476776, 0.19291990995407104, 0.19072264432907104, 0.19028319418430328, 0.18874511122703552, 0.18764647841453552, 0.1845703125, 0.18325194716453552, 0.1834716796875, 0.18039549887180328, 0.18061523139476776, 0.17644041776657104, 0.17402343451976776, 0.1724853515625, 0.17160643637180328, 0.16567382216453552, 0.16633300483226776, 0.16259765625, 0.15886230766773224, 0.15622557699680328, 0.15249022841453552, 0.15029296278953552, 0.147216796875, 0.14370116591453552, 0.1395263671875, 0.1373291015625, 0.1307373046875, 0.12766112387180328, 0.125244140625, 0.12172850966453552, 0.11843261122703552, 0.1131591796875, 0.10942382365465164, 0.10524901747703552, 0.103271484375, 0.09865722060203552, 0.09514159709215164, 0.09030761569738388, 0.08767089247703552, 0.08371581882238388, 0.07888183742761612, 0.07294921576976776, 0.07097167521715164, 0.06679687649011612, 0.0626220703125, 0.06108398362994194, 0.05690917745232582, 0.05185546725988388, 0.050537109375, 0.04570312425494194, 0.0428466796875, 0.03911132737994194, 0.0362548828125, 0.03339843824505806, 0.03098144382238388, 0.0263671875, 0.02570800669491291, 0.02043456956744194, 0.01845703087747097, 0.015380859375, 0.014501952566206455, 0.01076660118997097, 0.00856933556497097, 0.0054931640625, 0.003076171735301614, 0.0028564452659338713, -0.0010986328125, -0.003955077845603228, -0.003076171735301614, -0.003955077845603228, -0.005053710658103228, -0.005053710658103228, -0.0046142577193677425, -0.0041748047806322575, -0.0041748047806322575, -0.003955077845603228, -0.0057128905318677425, -0.0054931640625, -0.004833984188735485, -0.0046142577193677425, -0.00527343712747097, -0.003735351376235485, -0.005053710658103228, -0.00747070275247097, -0.0041748047806322575, -0.005932617001235485, -0.00637206993997097, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.05 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.001538085867650807, -0.0024169920943677425, -0.0017578124534338713, -0.0004394531133584678, -0.001977538922801614, -0.002636718563735485, -0.003076171735301614, -0.0017578124534338713, -0.0008789062267169356, -0.002197265625, -0.0010986328125, -0.0010986328125, -0.0035156249068677425, -0.0017578124534338713, -0.0002197265566792339, -0.0008789062267169356, -0.0035156249068677425, -0.0028564452659338713, -0.0024169920943677425, -0.001538085867650807, -0.0017578124534338713, -0.002636718563735485, -0.0010986328125, 0.0, -0.0017578124534338713, -0.0017578124534338713, -0.0035156249068677425, -0.003076171735301614, -0.001538085867650807, -0.001538085867650807, -0.0024169920943677425, -0.0028564452659338713, -0.0013183592818677425, -0.0010986328125, -0.0035156249068677425, -0.0032958984375, -0.002197265625, -0.002636718563735485, -0.001538085867650807, -0.002197265625, -0.003076171735301614, -0.003076171735301614, -0.0032958984375, -0.0024169920943677425, -0.0017578124534338713, -0.0006591796409338713, 0.0004394531133584678, 0.003735351376235485, 0.003735351376235485, 0.007031249813735485, 0.00747070275247097, 0.01076660118997097, 0.010327148251235485, 0.010107421316206455, 0.0120849609375, 0.01318359375, 0.012524413876235485, 0.012304686941206455, 0.008349609561264515, 0.0076904296875, 0.007250976283103228, 0.005053710658103228, 0.0004394531133584678, -0.0028564452659338713, -0.006591796875, -0.01054687425494194, -0.01625976525247097, -0.02351074106991291, -0.0263671875, -0.03120117075741291, -0.04020996019244194, -0.04790038987994194, -0.05646972358226776, -0.06328124552965164, -0.072509765625, -0.07932128757238388, -0.08876952528953552, -0.0955810546875, -0.10393065959215164, -0.1131591796875, -0.12150878459215164, -0.12941893935203552, -0.13864745199680328, -0.14458008110523224, -0.151611328125, -0.15908202528953552, -0.16325683891773224, -0.169189453125, -0.17226561903953552, -0.17534178495407104, -0.17973631620407104, -0.18105468153953552, -0.18061523139476776, -0.17995604872703552, -0.17666015028953552, -0.17490233480930328, -0.16984862089157104, -0.16611327230930328, -0.15776367485523224, -0.15183104574680328, -0.14501953125, -0.13359375298023224, -0.1241455078125, -0.11513671278953552, -0.10261230170726776, -0.08811035007238388, -0.07756347209215164, -0.06459961086511612, -0.04921874776482582, -0.03339843824505806, -0.02131347544491291, -0.008129882626235485, 0.010107421316206455, 0.02438964694738388, 0.03977050632238388, 0.0560302734375, 0.07009277492761612, 0.08415526896715164, 0.09909667819738388, 0.1142578125, 0.12810058891773224, 0.13930663466453552, 0.15029296278953552, 0.1593017578125, 0.17116698622703552, 0.182373046875, 0.18940429389476776, 0.19599609076976776, 0.20017088949680328, 0.20895995199680328, 0.21049803495407104, 0.2142333984375, 0.21599119901657104, 0.21796874701976776, 0.21401366591453552, 0.21291503310203552, 0.20786131918430328, 0.20522460341453552, 0.1988525390625, 0.19291990995407104, 0.1856689453125, 0.17622070014476776, 0.16831053793430328, 0.15864257514476776, 0.15007324516773224, 0.13908691704273224, 0.12897948920726776, 0.11821288615465164, 0.10722655802965164, 0.0966796875, 0.08591308444738388, 0.076904296875, 0.06525878608226776, 0.05690917745232582, 0.04768066108226776, 0.03867187350988388, 0.02900390513241291, 0.019775390625, 0.010986328125, 0.0057128905318677425, 0.0, -0.008129882626235485, -0.01669921912252903, -0.01933593675494194, -0.0208740234375, -0.02768554538488388, -0.03032226487994194, -0.03076171875, -0.03273925557732582, -0.03581542894244194, -0.03647460788488388, -0.03691406175494194, -0.03515625, -0.03559570387005806, -0.0362548828125, -0.03339843824505806, -0.03076171875, -0.03054199181497097, -0.02900390513241291, -0.02614746056497097, -0.02329101413488388, -0.019775390625, -0.0186767578125, -0.01582031138241291, -0.01296386681497097, -0.013623046688735485, -0.010107421316206455, -0.0057128905318677425, -0.00637206993997097, -0.0028564452659338713, -0.00439453125, -0.005053710658103228, -0.004833984188735485, -0.00439453125, -0.0035156249068677425, -0.0035156249068677425, -0.003735351376235485, -0.0046142577193677425, -0.00527343712747097, -0.0046142577193677425, -0.006152343470603228, -0.004833984188735485, -0.003735351376235485, -0.004833984188735485, -0.0057128905318677425, -0.003955077845603228, -0.003955077845603228, -0.0046142577193677425, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.1 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.003076171735301614, 0.0, -0.002197265625, -0.001977538922801614, -0.0024169920943677425, -0.002197265625, -0.002636718563735485, 0.0002197265566792339, -0.003076171735301614, -0.0008789062267169356, -0.001538085867650807, -0.0008789062267169356, -0.0024169920943677425, -0.002197265625, -0.0024169920943677425, -0.0013183592818677425, -0.0032958984375, -0.003076171735301614, -0.002636718563735485, -0.002636718563735485, -0.0024169920943677425, -0.0010986328125, -0.0008789062267169356, -0.002636718563735485, -0.0017578124534338713, -0.0006591796409338713, -0.0024169920943677425, -0.0013183592818677425, -0.0024169920943677425, -0.001977538922801614, 0.0004394531133584678, -0.0013183592818677425, -0.0024169920943677425, -0.0010986328125, -0.0013183592818677425, -0.001538085867650807, -0.0017578124534338713, -0.003076171735301614, -0.002636718563735485, -0.001538085867650807, -0.0017578124534338713, -0.0008789062267169356, -0.002636718563735485, -0.002197265625, -0.0017578124534338713, -0.0010986328125, -0.001977538922801614, -0.0013183592818677425, -0.002636718563735485, -0.004833984188735485, -0.0076904296875, -0.011425781063735485, -0.01406249962747097, -0.01713867112994194, -0.02373046800494194, -0.02592773362994194, -0.03229980543255806, -0.03581542894244194, -0.03933105245232582, -0.0428466796875, -0.04482421651482582, -0.04768066108226776, -0.04680175706744194, -0.04680175706744194, -0.04702148213982582, -0.0439453125, -0.03823241963982582, -0.03076171875, -0.02395019493997097, -0.014721679501235485, -0.0032958984375, 0.00747070275247097, 0.02285156212747097, 0.03339843824505806, 0.04768066108226776, 0.06284179538488388, 0.0758056640625, 0.09250488132238388, 0.10349120944738388, 0.11711425334215164, 0.12678222358226776, 0.13469238579273224, 0.13974608480930328, 0.147216796875, 0.1483154296875, 0.14589843153953552, 0.13996581733226776, 0.13491210341453552, 0.12282714247703552, 0.11052245646715164, 0.09206542372703552, 0.07624511420726776, 0.0538330078125, 0.03164062276482582, 0.007031249813735485, -0.01735839806497097, -0.04108886793255806, -0.0692138671875, -0.09645995497703552, -0.11689452826976776, -0.14414061605930328, -0.16611327230930328, -0.18479003012180328, -0.20346678793430328, -0.21511229872703552, -0.22499999403953552, -0.23269042372703552, -0.23488768935203552, -0.23049315810203552, -0.22346191108226776, -0.21005858480930328, -0.19291990995407104, -0.17424315214157104, -0.15095214545726776, -0.12502440810203552, -0.09733886271715164, -0.06943359225988388, -0.04306640475988388, -0.01164550706744194, 0.01933593675494194, 0.05009765550494194, 0.07866210490465164, 0.10612792521715164, 0.13359375298023224, 0.1571044921875, 0.17446288466453552, 0.19160155951976776, 0.20522460341453552, 0.21621093153953552, 0.22346191108226776, 0.22170409560203552, 0.22126464545726776, 0.21027831733226776, 0.20083007216453552, 0.18435057997703552, 0.16874998807907104, 0.14545898139476776, 0.12436523288488388, 0.10019531100988388, 0.07866210490465164, 0.05361327901482582, 0.02900390513241291, 0.002636718563735485, -0.01955566368997097, -0.0406494140625, -0.06064452975988388, -0.07844237983226776, -0.0933837890625, -0.10744628310203552, -0.1197509765625, -0.12656249105930328, -0.13161620497703552, -0.13337402045726776, -0.134033203125, -0.12985838949680328, -0.12392577528953552, -0.11733397841453552, -0.10744628310203552, -0.09624022990465164, -0.08327636867761612, -0.0714111328125, -0.05668945237994194, -0.04548339545726776, -0.03208007663488388, -0.02219238132238388, -0.00966796837747097, 0.002197265625, 0.009228515438735485, 0.01625976525247097, 0.02219238132238388, 0.02724609337747097, 0.03251953050494194, 0.0340576171875, 0.03581542894244194, 0.03537597507238388, 0.03361816331744194, 0.03098144382238388, 0.02878417819738388, 0.02351074106991291, 0.02329101413488388, 0.017578125, 0.01604003831744194, 0.00856933556497097, 0.00747070275247097, 0.0032958984375, 0.0002197265566792339, -0.0028564452659338713, -0.0046142577193677425, -0.00439453125, -0.0028564452659338713, -0.004833984188735485, -0.00439453125, -0.003735351376235485, -0.0046142577193677425, -0.0032958984375, -0.0002197265566792339, -0.003076171735301614, -0.0017578124534338713, -0.001977538922801614, 0.0004394531133584678, -0.0008789062267169356, -0.0024169920943677425, -0.001538085867650807, -0.0002197265566792339, -0.001977538922801614, 0.0008789062267169356, -0.0006591796409338713, 0.0002197265566792339, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.15 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0004394531133584678, 0.0004394531133584678, -0.001538085867650807, -0.0004394531133584678, -0.002197265625, -0.002197265625, -0.0006591796409338713, -0.0010986328125, -0.0028564452659338713, 0.0002197265566792339, -0.0013183592818677425, 0.0006591796409338713, -0.0002197265566792339, -0.0013183592818677425, -0.0006591796409338713, -0.0004394531133584678, -0.002197265625, -0.002197265625, -0.001538085867650807, -0.0013183592818677425, -0.0028564452659338713, -0.001977538922801614, -0.0013183592818677425, -0.0013183592818677425, -0.001977538922801614, -0.0006591796409338713, -0.002636718563735485, -0.001538085867650807, 0.0, -0.002197265625, -0.0006591796409338713, -0.0006591796409338713, -0.0024169920943677425, -0.002636718563735485, -0.0010986328125, 0.001538085867650807, -0.0010986328125, -0.0006591796409338713, -0.003076171735301614, -0.002197265625, -0.0008789062267169356, -0.0028564452659338713, -0.0013183592818677425, -0.0008789062267169356, -0.0017578124534338713, -0.001977538922801614, -0.0035156249068677425, -0.00747070275247097, -0.010107421316206455, -0.011206054128706455, -0.014501952566206455, -0.01604003831744194, -0.01625976525247097, -0.01494140550494194, -0.01516113243997097, -0.010986328125, -0.005932617001235485, -0.0013183592818677425, 0.0076904296875, 0.01691894419491291, 0.0263671875, 0.03537597507238388, 0.04328612983226776, 0.05361327901482582, 0.05712890625, 0.06174316257238388, 0.06547851115465164, 0.0626220703125, 0.05910644307732582, 0.05207519233226776, 0.04328612983226776, 0.02812499925494194, 0.01076660118997097, -0.00856933556497097, -0.02878417819738388, -0.04702148213982582, -0.0714111328125, -0.090087890625, -0.1065673828125, -0.12392577528953552, -0.13447265326976776, -0.138427734375, -0.1373291015625, -0.13447265326976776, -0.1219482421875, -0.10458984225988388, -0.081298828125, -0.05471191182732582, -0.024169921875, 0.0054931640625, 0.0428466796875, 0.07536620646715164, 0.10810546576976776, 0.13820800185203552, 0.16391600668430328, 0.1856689453125, 0.1966552734375, 0.20522460341453552, 0.20126952230930328, 0.191162109375, 0.16721190512180328, 0.14260253310203552, 0.10722655802965164, 0.07470703125, 0.03251953050494194, -0.009008788503706455, -0.05141601338982582, -0.09162597358226776, -0.13205565512180328, -0.17094725370407104, -0.1988525390625, -0.221923828125, -0.23532713949680328, -0.24038085341453552, -0.2340087890625, -0.22016601264476776, -0.19204100966453552, -0.16105957329273224, -0.12216796725988388, -0.08217773586511612, -0.03669433668255806, 0.006152343470603228, 0.05141601338982582, 0.09404296427965164, 0.1318359375, 0.16567382216453552, 0.19511717557907104, 0.213134765625, 0.22412109375, 0.22697752714157104, 0.21555174887180328, 0.20148925483226776, 0.17490233480930328, 0.14633788168430328, 0.10788574069738388, 0.07272949069738388, 0.03229980543255806, -0.005053710658103228, -0.0439453125, -0.0780029296875, -0.1109619140625, -0.13425292074680328, -0.15666504204273224, -0.17050780355930328, -0.17578125, -0.17512206733226776, -0.16435547173023224, -0.15073241293430328, -0.13007812201976776, -0.10788574069738388, -0.08151855319738388, -0.05690917745232582, -0.02570800669491291, -0.0004394531133584678, 0.0252685546875, 0.04812011495232582, 0.06416015326976776, 0.08151855319738388, 0.09184569865465164, 0.09909667819738388, 0.0999755859375, 0.09733886271715164, 0.09030761569738388, 0.081298828125, 0.0703125, 0.05559081956744194, 0.0406494140625, 0.0263671875, 0.013403319753706455, 0.001977538922801614, -0.01274413987994194, -0.01999511756002903, -0.02834472618997097, -0.032958984375, -0.03713378682732582, -0.0384521484375, -0.0384521484375, -0.03691406175494194, -0.03098144382238388, -0.028564453125, -0.02504882775247097, -0.017578125, -0.01625976525247097, -0.01164550706744194, -0.00747070275247097, -0.0035156249068677425, -0.003955077845603228, -0.0004394531133584678, -0.0024169920943677425, -0.0046142577193677425, -0.003955077845603228, 0.0, 0.0008789062267169356, 0.0002197265566792339, 0.0010986328125, 0.002197265625, 0.002197265625, 0.0017578124534338713, -0.0002197265566792339, -0.0004394531133584678, 0.001538085867650807, 0.0008789062267169356, 0.0004394531133584678, 0.0010986328125, -0.0006591796409338713, -0.0006591796409338713, -0.0004394531133584678, -0.0004394531133584678, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.2 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.001977538922801614, -0.0024169920943677425, -0.001977538922801614, -0.002197265625, -0.0013183592818677425, -0.0006591796409338713, -0.0035156249068677425, -0.0032958984375, -0.0035156249068677425, -0.0032958984375, -0.0013183592818677425, -0.0010986328125, -0.0024169920943677425, -0.0002197265566792339, -0.001538085867650807, -0.003076171735301614, -0.0006591796409338713, -0.0013183592818677425, -0.0002197265566792339, -0.0024169920943677425, -0.0017578124534338713, -0.001538085867650807, -0.0006591796409338713, -0.002197265625, -0.001977538922801614, 0.0002197265566792339, -0.002197265625, -0.0017578124534338713, -0.002197265625, -0.0004394531133584678, -0.002636718563735485, 0.0002197265566792339, -0.0024169920943677425, -0.003735351376235485, -0.0010986328125, -0.002197265625, -0.0017578124534338713, -0.0008789062267169356, -0.001977538922801614, -0.001538085867650807, -0.002636718563735485, -0.0010986328125, -0.0010986328125, -0.0024169920943677425, -0.002636718563735485, -0.0024169920943677425, -0.003955077845603228, -0.0046142577193677425, -0.0046142577193677425, -0.002636718563735485, -0.0017578124534338713, 0.004833984188735485, 0.009008788503706455, 0.01296386681497097, 0.01999511756002903, 0.0263671875, 0.02922363206744194, 0.03054199181497097, 0.02724609337747097, 0.02680663950741291, 0.01845703087747097, 0.00966796837747097, -0.001538085867650807, -0.01735839806497097, -0.03208007663488388, -0.04768066108226776, -0.06064452975988388, -0.07229004055261612, -0.07954101264476776, -0.07932128757238388, -0.07492675632238388, -0.06547851115465164, -0.04658202826976776, -0.02460937388241291, 0.0024169920943677425, 0.028564453125, 0.05646972358226776, 0.08283691108226776, 0.10524901747703552, 0.1241455078125, 0.12832030653953552, 0.13007812201976776, 0.11843261122703552, 0.10063476115465164, 0.0692138671875, 0.03603515401482582, -0.00527343712747097, -0.04526367038488388, -0.08635253459215164, -0.12370605021715164, -0.15578612685203552, -0.1768798828125, -0.18720702826976776, -0.18479003012180328, -0.16545410454273224, -0.13579101860523224, -0.094482421875, -0.05009765550494194, 0.003735351376235485, 0.0538330078125, 0.10458984225988388, 0.1494140625, 0.18720702826976776, 0.21401366591453552, 0.2208251953125, 0.21665038168430328, 0.18852537870407104, 0.158203125, 0.10568847507238388, 0.05624999850988388, -0.0035156249068677425, -0.06108398362994194, -0.11667480319738388, -0.16523437201976776, -0.2032470703125, -0.23027342557907104, -0.23774413764476776, -0.22983397543430328, -0.20017088949680328, -0.16215820610523224, -0.10854491591453552, -0.05624999850988388, 0.0041748047806322575, 0.0582275390625, 0.1153564453125, 0.15908202528953552, 0.19379882514476776, 0.21665038168430328, 0.22104491293430328, 0.21291503310203552, 0.18171386420726776, 0.147216796875, 0.09821777045726776, 0.04921874776482582, -0.00637206993997097, -0.05471191182732582, -0.1021728515625, -0.13974608480930328, -0.16787108778953552, -0.18588866293430328, -0.186767578125, -0.17731933295726776, -0.14985351264476776, -0.11623534560203552, -0.07734374701976776, -0.03933105245232582, 0.004833984188735485, 0.04482421651482582, 0.07866210490465164, 0.10393065959215164, 0.12062987685203552, 0.1318359375, 0.12919922173023224, 0.12041015177965164, 0.09953612834215164, 0.0791015625, 0.05031738057732582, 0.02175292931497097, -0.0046142577193677425, -0.03054199181497097, -0.05427245795726776, -0.06943359225988388, -0.0780029296875, -0.081298828125, -0.07932128757238388, -0.06899414211511612, -0.0560302734375, -0.04416503757238388, -0.02812499925494194, -0.013403319753706455, 0.0032958984375, 0.01625976525247097, 0.02548827975988388, 0.03076171875, 0.0318603515625, 0.03076171875, 0.02570800669491291, 0.02285156212747097, 0.01823730394244194, 0.011425781063735485, 0.0054931640625, -0.0002197265566792339, -0.002636718563735485, -0.0068115233443677425, -0.00856933556497097, -0.007031249813735485, -0.003955077845603228, -0.0024169920943677425, 0.0008789062267169356, 0.0028564452659338713, 0.001977538922801614, 0.0024169920943677425, 0.002197265625, 0.0024169920943677425, 0.0006591796409338713, -0.0002197265566792339, -0.0013183592818677425, -0.0024169920943677425, -0.003735351376235485, -0.0041748047806322575, -0.005053710658103228, -0.00439453125, -0.00527343712747097, -0.005932617001235485, -0.0046142577193677425, -0.0032958984375, -0.003955077845603228, -0.001538085867650807, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.25 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0024169920943677425, -0.0008789062267169356, -0.0013183592818677425, -0.0017578124534338713, -0.0004394531133584678, -0.002197265625, -0.003076171735301614, -0.0004394531133584678, -0.0024169920943677425, -0.001977538922801614, -0.002197265625, -0.0013183592818677425, -0.0028564452659338713, -0.0008789062267169356, -0.0013183592818677425, -0.0013183592818677425, -0.001977538922801614, -0.001538085867650807, -0.0028564452659338713, -0.0002197265566792339, -0.001977538922801614, -0.0035156249068677425, -0.001977538922801614, -0.002197265625, -0.002197265625, -0.0008789062267169356, -0.0017578124534338713, -0.0004394531133584678, -0.0010986328125, -0.0024169920943677425, -0.002636718563735485, -0.0006591796409338713, -0.002636718563735485, -0.003076171735301614, -0.003076171735301614, -0.003735351376235485, -0.0017578124534338713, -0.0017578124534338713, -0.002636718563735485, -0.0028564452659338713, -0.001977538922801614, -0.001538085867650807, -0.001977538922801614, -0.0010986328125, -0.001977538922801614, -0.0017578124534338713, -0.0013183592818677425, 0.0002197265566792339, 0.002197265625, 0.00856933556497097, 0.01164550706744194, 0.01274413987994194, 0.014501952566206455, 0.01582031138241291, 0.00966796837747097, 0.0008789062267169356, -0.007910155691206455, -0.01845703087747097, -0.03032226487994194, -0.03955078125, -0.04812011495232582, -0.0494384765625, -0.04350585862994194, -0.03691406175494194, -0.0208740234375, -0.0010986328125, 0.02065429650247097, 0.04262695088982582, 0.0626220703125, 0.07668457180261612, 0.08327636867761612, 0.08349609375, 0.06833495944738388, 0.04987792670726776, 0.01845703087747097, -0.0120849609375, -0.05207519233226776, -0.0823974609375, -0.10788574069738388, -0.12656249105930328, -0.12919922173023224, -0.120849609375, -0.09470214694738388, -0.05756835639476776, -0.01186523400247097, 0.03713378682732582, 0.0845947265625, 0.12590332329273224, 0.15556640923023224, 0.16984862089157104, 0.16303710639476776, 0.1417236328125, 0.09931640326976776, 0.050537109375, -0.01076660118997097, -0.06745605170726776, -0.1263427734375, -0.16984862089157104, -0.20017088949680328, -0.20939940214157104, -0.18940429389476776, -0.15556640923023224, -0.09404296427965164, -0.03339843824505806, 0.03537597507238388, 0.1043701171875, 0.1614990234375, 0.20786131918430328, 0.2274169921875, 0.22456054389476776, 0.19050292670726776, 0.14523924887180328, 0.07756347209215164, 0.007910155691206455, -0.06679687649011612, -0.13249512016773224, -0.19138182699680328, -0.22697752714157104, -0.23818358778953552, -0.22324217855930328, -0.17709960043430328, -0.11909179389476776, -0.04680175706744194, 0.01801757700741291, 0.09250488132238388, 0.1549072265625, 0.19973143935203552, 0.22324217855930328, 0.21884764730930328, 0.19621580839157104, 0.14523924887180328, 0.08854980021715164, 0.017578125, -0.04438476264476776, -0.10898437350988388, -0.15864257514476776, -0.19204100966453552, -0.204345703125, -0.1900634765625, -0.15732420980930328, -0.10898437350988388, -0.054931640625, 0.0054931640625, 0.0582275390625, 0.10722655802965164, 0.14304198324680328, 0.16105957329273224, 0.16215820610523224, 0.14260253310203552, 0.11162108927965164, 0.0648193359375, 0.02438964694738388, -0.02175292931497097, -0.06350097805261612, -0.09602050483226776, -0.11733397841453552, -0.12260741740465164, -0.11733397841453552, -0.09689941257238388, -0.07009277492761612, -0.03713378682732582, -0.0054931640625, 0.0252685546875, 0.05031738057732582, 0.06679687649011612, 0.07492675632238388, 0.07448730617761612, 0.06899414211511612, 0.05317382514476776, 0.03361816331744194, 0.01274413987994194, -0.0024169920943677425, -0.02351074106991291, -0.03493652120232582, -0.04108886793255806, -0.0450439453125, -0.04130859300494194, -0.03361816331744194, -0.02614746056497097, -0.01625976525247097, -0.0068115233443677425, 0.0017578124534338713, 0.00637206993997097, 0.0098876953125, 0.0098876953125, 0.01164550706744194, 0.00747070275247097, 0.005932617001235485, 0.0028564452659338713, 0.002636718563735485, 0.0010986328125, -0.0013183592818677425, -0.0028564452659338713, -0.0035156249068677425, -0.005053710658103228, -0.003076171735301614, -0.005053710658103228, -0.0035156249068677425, -0.0032958984375, -0.0024169920943677425, -0.002197265625, -0.0032958984375, -0.0006591796409338713, 0.0, -0.002636718563735485, 0.0013183592818677425, 0.001538085867650807, 0.001538085867650807, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (xy_pulse_frequencies, 5.3 GHz)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.0002197265566792339, -0.001977538922801614, -0.002636718563735485, -0.0002197265566792339, -0.0008789062267169356, -0.001538085867650807, -0.0032958984375, -0.0017578124534338713, -0.0028564452659338713, -0.002197265625, -0.001538085867650807, -0.0013183592818677425, -0.0006591796409338713, -0.0010986328125, -0.002197265625, -0.002197265625, -0.003076171735301614, -0.0008789062267169356, -0.0013183592818677425, -0.001538085867650807, -0.0032958984375, -0.002636718563735485, 0.0002197265566792339, -0.0010986328125, -0.0008789062267169356, -0.002197265625, -0.0017578124534338713, -0.0008789062267169356, -0.0008789062267169356, -0.002197265625, -0.002636718563735485, -0.0017578124534338713, -0.002197265625, -0.001538085867650807, -0.0028564452659338713, -0.0004394531133584678, -0.0013183592818677425, -0.0013183592818677425, -0.0008789062267169356, -0.0008789062267169356, -0.0002197265566792339, -0.001977538922801614, -0.0024169920943677425, -0.0010986328125, -0.0028564452659338713, 0.0006591796409338713, -0.0002197265566792339, 0.0046142577193677425, 0.00637206993997097, 0.006591796875, 0.003735351376235485, -0.0006591796409338713, -0.008129882626235485, -0.0164794921875, -0.02592773362994194, -0.02834472618997097, -0.0296630859375, -0.02768554538488388, -0.0164794921875, -0.002197265625, 0.01406249962747097, 0.02922363206744194, 0.04592284932732582, 0.05449218675494194, 0.05339355394244194, 0.04636230319738388, 0.02460937388241291, 0.0006591796409338713, -0.02878417819738388, -0.05624999850988388, -0.07976073771715164, -0.0911865234375, -0.08657225966453552, -0.07207030802965164, -0.04218749701976776, -0.0068115233443677425, 0.03933105245232582, 0.07778320461511612, 0.10788574069738388, 0.12502440810203552, 0.11887206882238388, 0.0977783203125, 0.05339355394244194, 0.00747070275247097, -0.052734375, -0.10239257663488388, -0.14238281548023224, -0.16237792372703552, -0.15644530951976776, -0.125244140625, -0.07075195014476776, -0.008349609561264515, 0.06218261644244194, 0.12128905951976776, 0.17138671875, 0.19248045980930328, 0.18083494901657104, 0.14458008110523224, 0.07976073771715164, 0.01164550706744194, -0.06987304240465164, -0.138427734375, -0.193359375, -0.2186279296875, -0.20478515326976776, -0.16457518935203552, -0.09052734076976776, -0.012524413876235485, 0.07470703125, 0.14875487983226776, 0.20456542074680328, 0.22917479276657104, 0.2142333984375, 0.16655273735523224, 0.0911865234375, 0.014501952566206455, -0.07668457180261612, -0.1505126953125, -0.20895995199680328, -0.23312987387180328, -0.217529296875, -0.16677245497703552, -0.09162597358226776, -0.0120849609375, 0.07448730617761612, 0.14523924887180328, 0.19621580839157104, 0.2186279296875, 0.20061033964157104, 0.1571044921875, 0.0845947265625, 0.012524413876235485, -0.07097167521715164, -0.1351318359375, -0.18281249701976776, -0.20039062201976776, -0.18193358182907104, -0.14128418266773224, -0.07602538913488388, -0.009228515438735485, 0.06086425483226776, 0.116455078125, 0.15446777641773224, 0.16633300483226776, 0.151611328125, 0.11667480319738388, 0.05954589694738388, 0.0076904296875, -0.05141601338982582, -0.09580077975988388, -0.12612304091453552, -0.13359375298023224, -0.11931151896715164, -0.09250488132238388, -0.04877929389476776, -0.005053710658103228, 0.03911132737994194, 0.07009277492761612, 0.08920898288488388, 0.09426268935203552, 0.08371581882238388, 0.06130370870232582, 0.03010253794491291, 0.0010986328125, -0.02834472618997097, -0.04833984375, -0.06086425483226776, -0.063720703125, -0.05515136569738388, -0.03999023512005806, -0.02329101413488388, -0.0035156249068677425, 0.014721679501235485, 0.02438964694738388, 0.02900390513241291, 0.03120117075741291, 0.02285156212747097, 0.0164794921875, 0.0068115233443677425, -0.0002197265566792339, -0.009008788503706455, -0.010986328125, -0.011425781063735485, -0.009228515438735485, -0.00747070275247097, -0.0041748047806322575, -0.0032958984375, -0.001538085867650807, -0.003076171735301614, -0.0035156249068677425, -0.005053710658103228, -0.0041748047806322575, -0.00527343712747097, -0.0046142577193677425, -0.0041748047806322575, -0.001538085867650807, -0.0004394531133584678, 0.001977538922801614, 0.0010986328125, 0.0013183592818677425, 0.0008789062267169356, -0.0006591796409338713, -0.0013183592818677425, -0.0002197265566792339, -0.002197265625, -0.0017578124534338713, -0.004833984188735485, -0.0035156249068677425, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#c97a88", "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": "#ff005c", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#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": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#00d539", "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 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "spectroscopy_exp.plot_trace(channels=qcs.Qudits(1, \"ancilla\"))" ] }, { "cell_type": "raw", "id": "5426680d", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Here we can see the frequencies of the control pulse being updated at each point in\n", "the sweep. Note that our local oscillator (LO) frequency was set to 5 GHz for this\n", "example." ] }, { "cell_type": "raw", "id": "a40d55d2", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "Fitting and calibration workflow\n", "--------------------------------\n", "\n", "Let's walk through how to extract the qubit resonance frequency from the Qubit\n", "Spectroscopy experiment and how to update the corresponding variables in our\n", "calibration set. For this example, we load in an experiment with simulated data\n", "that was imported at the beginning of the file:" ] }, { "cell_type": "code", "execution_count": 10, "id": "7ae64752", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.270548Z", "iopub.status.busy": "2025-06-13T13:19:50.269970Z", "iopub.status.idle": "2025-06-13T13:19:50.304153Z", "shell.execute_reply": "2025-06-13T13:19:50.303346Z" } }, "outputs": [], "source": [ "spectroscopy_exp = SimulatedSpectroscopyExperiment(calibration_set, qubits)" ] }, { "cell_type": "code", "execution_count": 11, "id": "3013ab04", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.307918Z", "iopub.status.busy": "2025-06-13T13:19:50.307546Z", "iopub.status.idle": "2025-06-13T13:19:50.466688Z", "shell.execute_reply": "2025-06-13T13:19:50.465661Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "IQ Value: %{y}
xy_pulse_frequencies: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "name": "I", "text": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "type": "scatter", "visible": "legendonly", "x": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "xaxis": "x", "y": [ -0.026973633138071804, -0.026982576601572935, -0.02701559878509247, -0.02699066679061814, -0.027009462213398772, -0.02697872691585816, -0.02697700847990512, -0.02699427206679154, -0.026996978435679546, -0.027016813522321274, -0.02701268066406236, -0.026999233826108776, -0.027006483878059106, -0.02699831968376676, -0.027002259804560558, -0.026986747977985955, -0.026991972173549133, -0.027002777918385804, -0.026981958153494325, -0.027022984484247982, -0.026999239777807077, -0.02696706960916794, -0.026979520010474912, -0.027004213657932166, -0.026989958968087983, -0.02697811842212505, -0.02699555100055073, -0.02698116503432345, -0.02697616679291728, -0.02698402930982303, -0.02700103762473762, -0.0269471295625144, -0.026966333150161774, -0.02696504121368602, -0.026986674924519557, -0.02699948700643099, -0.026965119309905146, -0.026975480656743715, -0.026924157425032014, -0.026913960686249603, -0.026879568251810305, -0.026832190790706492, -0.02675425890292859, -0.02664920141206956, -0.02651055881056272, -0.02653817531293428, -0.026657393459460315, -0.02675473001002755, -0.026811022146690573, -0.026862042375470147, -0.026923724192842845, -0.026938468853487125, -0.026940906911004533, -0.02696060415430141, -0.026955173973123962, -0.02696341601109033, -0.026967282728927833, -0.02697009227379928, -0.027000153851228163, -0.027006322415870723, -0.026994829774970298, -0.026999255934699103, -0.026983637558964588, -0.026978391249829675, -0.026995163263921925, -0.02698501310713417, -0.027022392051098527, -0.026993298101339665, -0.027000143675341495, -0.0270123365345701, -0.02701426078508924, -0.02699409351408977, -0.026983972689850307, -0.026999909696790024, -0.027002701592363516, -0.027013493483978326, -0.02699009555637112, -0.027000928816907615, -0.02699360486412257, -0.026994530015285612, -0.02698937829822588, -0.026995867642835195, -0.026968005695113668, -0.026982314528093406, -0.026978897690670998, -0.026975675685949885, -0.02700757159847755, -0.027016453716897308, -0.02698408995426178, -0.026981494256766745, -0.026991208104433274, -0.02699119384040486, -0.027029660739917503, -0.027004046813860667, -0.02697611581646448, -0.02702000713368184, -0.026981177463026224, -0.026968057089408835, -0.02700288349316313, -0.02699567721876085 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
xy_pulse_frequencies: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "symbol": "square" }, "name": "Q", "text": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "type": "scatter", "visible": "legendonly", "x": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "xaxis": "x", "y": [ 0.02697230769230769, 0.02697167586672426, 0.026971014637351826, 0.0269703219103586, 0.026969595389075184, 0.02696883254892986, 0.02696803060859076, 0.026967186496631438, 0.0269662968128928, 0.026965357783535978, 0.026964365208558518, 0.02696331440026729, 0.026962200110850116, 0.02696101644674232, 0.026959756766916042, 0.026958413561490483, 0.026956978306119265, 0.02695544128638586, 0.02695379138483446, 0.02695201582114893, 0.026950099833183624, 0.02694802628279079, 0.026945775165319617, 0.026943322994773162, 0.026940642027177837, 0.0269376992717177, 0.0269344552211505, 0.026930862207896856, 0.02692686225713935, 0.02692238425955103, 0.02691734021949645, 0.0269116202460758, 0.026905085846336014, 0.026897560975609757, 0.026888820289006573, 0.026878574410017658, 0.026866453674121406, 0.02685199742587001, 0.026834673975396774, 0.026814013709063212, 0.026790122306348283, 0.026765426330719173, 0.02675011135857461, 0.026775082447783063, 0.02689411764705882, 0.027088000000000008, 0.027218078237751624, 0.027249987116722493, 0.027236817472698908, 0.027212390020489332, 0.027188242477104232, 0.027167236299351798, 0.027149596876426145, 0.027134878471522433, 0.027122546419098142, 0.027112131147540984, 0.027103254161637783, 0.027095618781637285, 0.027088993968153185, 0.02708319932535586, 0.02707809304997128, 0.027073562725147653, 0.027069518415307692, 0.02706588750913075, 0.02706261085866181, 0.027059639871856243, 0.027056934306569344, 0.027054460582819267, 0.027052190480472547, 0.0270501001257393, 0.027048169195841798, 0.027046380289860207, 0.027044718427190938, 0.027043170644789227, 0.02704172567147411, 0.027040373662799457, 0.027039105983866763, 0.027037915030346305, 0.027036794080147995, 0.027035737169831587, 0.027034738991103795, 0.027033794803717048, 0.027032900361832545, 0.027032051851493214, 0.027031245837308517, 0.027030479216813022, 0.027029749181245954, 0.027029053181726267, 0.027028388899980035, 0.027027754222923698, 0.02702714722052535, 0.027026566126462863, 0.0270260093211764, 0.02702547531697757, 0.027024962744930568, 0.027024470343264842, 0.02702399694711513, 0.027023541479415287, 0.02702310294279767, 0.027022680412371134 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
xy_pulse_frequencies: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "name": "Magnitude", "text": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "type": "scatter", "visible": true, "x": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "xaxis": "x", "y": [ 0.03814554059016343, 0.03815141857283143, 0.03817431346187297, 0.03815618374196437, 0.03816896808282144, 0.038146685767608546, 0.03814490347911187, 0.03815651807961601, 0.038157804030860824, 0.03817117673446794, 0.03816755045531648, 0.03815729223417927, 0.03816163526728634, 0.03815502160382533, 0.03815691968023968, 0.038144994798527405, 0.03814767674727041, 0.03815423738267428, 0.038138339447517836, 0.038166121721487097, 0.038147959704263136, 0.03812373229162764, 0.03813094936210704, 0.038146693294228304, 0.038134709621755525, 0.03812425101758333, 0.03813429757952147, 0.038121576644600176, 0.03811521331245896, 0.038117615507955234, 0.03812609653904551, 0.03808389549308125, 0.038092870303565, 0.0380866411500467, 0.03809579084382137, 0.03809763852163664, 0.03806473423552476, 0.03806187491994166, 0.03801328689305548, 0.03799148076886211, 0.03795025484226461, 0.03789926792556855, 0.03783330314869528, 0.0377767782637248, 0.037763782814518795, 0.03792142524932357, 0.038097774331433666, 0.03818870743781479, 0.038218779867905894, 0.038237200357881605, 0.03826339573804298, 0.03825885299267496, 0.03824804669182284, 0.038251481095889946, 0.03823890594901367, 0.038237330690682164, 0.03823376418732879, 0.03823033395638943, 0.03824685480136413, 0.038247106245138565, 0.03823537573769252, 0.0382352928543759, 0.03822140137606478, 0.038215126077062817, 0.03822464841085082, 0.03821537704101263, 0.038239866190054615, 0.03821756114425814, 0.03822078973910472, 0.03822792489619848, 0.03822791836618488, 0.038212403371564604, 0.03820407801442967, 0.03821424082927732, 0.038215190966126196, 0.03822186073483025, 0.03820443050941636, 0.0382112418819899, 0.03820527368954065, 0.038205179427171505, 0.03820083314853034, 0.038204750114075536, 0.03818443443530949, 0.038193940940871474, 0.038190956679830655, 0.03818813801960117, 0.03821015917852159, 0.03821594545916457, 0.03819260291192858, 0.03819031985546477, 0.038196753812552914, 0.038196332566339135, 0.03822313094898626, 0.03820464448772874, 0.03818454446380355, 0.038215216639948785, 0.038187437047921956, 0.03817784563418021, 0.03820214404457402, 0.03819675176201073 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
xy_pulse_frequencies: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "name": "Phase", "text": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "type": "scatter", "visible": "legendonly", "x": [ "4.9 GHz", "4.904040404 GHz", "4.9080808081 GHz", "4.9121212121 GHz", "4.9161616162 GHz", "4.9202020202 GHz", "4.9242424242 GHz", "4.9282828283 GHz", "4.9323232323 GHz", "4.9363636364 GHz", "4.9404040404 GHz", "4.9444444444 GHz", "4.9484848485 GHz", "4.9525252525 GHz", "4.9565656566 GHz", "4.9606060606 GHz", "4.9646464646 GHz", "4.9686868687 GHz", "4.9727272727 GHz", "4.9767676768 GHz", "4.9808080808 GHz", "4.9848484848 GHz", "4.9888888889 GHz", "4.9929292929 GHz", "4.996969697 GHz", "5.001010101 GHz", "5.0050505051 GHz", "5.0090909091 GHz", "5.0131313131 GHz", "5.0171717172 GHz", "5.0212121212 GHz", "5.0252525253 GHz", "5.0292929293 GHz", "5.0333333333 GHz", "5.0373737374 GHz", "5.0414141414 GHz", "5.0454545455 GHz", "5.0494949495 GHz", "5.0535353535 GHz", "5.0575757576 GHz", "5.0616161616 GHz", "5.0656565657 GHz", "5.0696969697 GHz", "5.0737373737 GHz", "5.0777777778 GHz", "5.0818181818 GHz", "5.0858585859 GHz", "5.0898989899 GHz", "5.0939393939 GHz", "5.097979798 GHz", "5.102020202 GHz", "5.1060606061 GHz", "5.1101010101 GHz", "5.1141414141 GHz", "5.1181818182 GHz", "5.1222222222 GHz", "5.1262626263 GHz", "5.1303030303 GHz", "5.1343434343 GHz", "5.1383838384 GHz", "5.1424242424 GHz", "5.1464646465 GHz", "5.1505050505 GHz", "5.1545454545 GHz", "5.1585858586 GHz", "5.1626262626 GHz", "5.1666666667 GHz", "5.1707070707 GHz", "5.1747474747 GHz", "5.1787878788 GHz", "5.1828282828 GHz", "5.1868686869 GHz", "5.1909090909 GHz", "5.1949494949 GHz", "5.198989899 GHz", "5.203030303 GHz", "5.2070707071 GHz", "5.2111111111 GHz", "5.2151515152 GHz", "5.2191919192 GHz", "5.2232323232 GHz", "5.2272727273 GHz", "5.2313131313 GHz", "5.2353535354 GHz", "5.2393939394 GHz", "5.2434343434 GHz", "5.2474747475 GHz", "5.2515151515 GHz", "5.2555555556 GHz", "5.2595959596 GHz", "5.2636363636 GHz", "5.2676767677 GHz", "5.2717171717 GHz", "5.2757575758 GHz", "5.2797979798 GHz", "5.2838383838 GHz", "5.2878787879 GHz", "5.2919191919 GHz", "5.295959596 GHz", "5.3 GHz" ], "xaxis": "x", "y": [ 2.3562190600810786, 2.3563965268104368, 2.3570203270948418, 2.3565715195942385, 2.3569330510128848, 2.3563778973179965, 2.3563609164547623, 2.3566964330346343, 2.3567630550049756, 2.357147688664295, 2.357089601101416, 2.356860126299555, 2.3570150356271644, 2.356885811356703, 2.3569821373477984, 2.3567197349609437, 2.3568431378900465, 2.3570717730336574, 2.3567167183312026, 2.35750933265275, 2.3571053434370386, 2.356547699720589, 2.3568202603553194, 2.357323191168878, 2.35710894184416, 2.35694416152377, 2.357327361436831, 2.3571275438058343, 2.3571091794574293, 2.357338046576803, 2.3577467872265117, 2.356853794602858, 2.3573314061781807, 2.3574473112598144, 2.3580107988409873, 2.3584386762348193, 2.3580273462623036, 2.3584885418301873, 2.357859023528749, 2.358054728978988, 2.3578610893793006, 2.357440150522802, 2.3562720080535104, 2.353838243301249, 2.349012492900701, 2.3459419331379734, 2.3457878149471942, 2.3470241204548237, 2.348316533915595, 2.349715591988447, 2.351306178168299, 2.351966357835808, 2.3523363466118794, 2.352972895599797, 2.353099464915215, 2.353444360617275, 2.3536797908030964, 2.3538727546627625, 2.3545520158584354, 2.3547732009066396, 2.354654658334864, 2.3548202924805177, 2.354605669289464, 2.354575518029784, 2.354946796205029, 2.354813655767879, 2.355555757184747, 2.35506285297259, 2.355231593957455, 2.355495972194266, 2.3555672818645266, 2.3552269420608454, 2.3550701669765046, 2.355394000314909, 2.3554724162560663, 2.355697205205641, 2.3552873804691625, 2.355510052757529, 2.355395140054819, 2.355431822363677, 2.35535485255467, 2.355492521071407, 2.354992757847132, 2.355273673885942, 2.35522526243574, 2.3551797260020306, 2.355784077884643, 2.3559613632346434, 2.355374329060599, 2.355337971056333, 2.3555291772524534, 2.3555396633164465, 2.356262039419492, 2.3557978829089885, 2.3552899357566766, 2.356111906184113, 2.355401612924866, 2.355166841966592, 2.355820236059762, 2.3556946010334516 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "qudits, labels: (0,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "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": "#c97a88", "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": "#ff005c", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#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": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#00d539", "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": 12, "title": { "text": "xy_pulse_frequencies" } }, "yaxis": { "anchor": "x", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "title": { "text": "I/Q Data" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "spectroscopy_exp.plot_iq(plot_type=\"linear\")" ] }, { "cell_type": "code", "execution_count": 12, "id": "afba7d1c", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.470961Z", "iopub.status.busy": "2025-06-13T13:19:50.470633Z", "iopub.status.idle": "2025-06-13T13:19:50.576639Z", "shell.execute_reply": "2025-06-13T13:19:50.575911Z" } }, "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", "
(((Qudits(labels=[0], name=qudits, dim=2))))
(xy_pulse_frequencies, 4.9 GHz)(xy_pulse_frequencies, 4.904040404 GHz)(xy_pulse_frequencies, 4.9080808081 GHz)(xy_pulse_frequencies, 4.9121212121 GHz)(xy_pulse_frequencies, 4.9161616162 GHz)(xy_pulse_frequencies, 4.9202020202 GHz)(xy_pulse_frequencies, 4.9242424242 GHz)(xy_pulse_frequencies, 4.9282828283 GHz)(xy_pulse_frequencies, 4.9323232323 GHz)(xy_pulse_frequencies, 4.9363636364 GHz)...(xy_pulse_frequencies, 5.2636363636 GHz)(xy_pulse_frequencies, 5.2676767677 GHz)(xy_pulse_frequencies, 5.2717171717 GHz)(xy_pulse_frequencies, 5.2757575758 GHz)(xy_pulse_frequencies, 5.2797979798 GHz)(xy_pulse_frequencies, 5.2838383838 GHz)(xy_pulse_frequencies, 5.2878787879 GHz)(xy_pulse_frequencies, 5.2919191919 GHz)(xy_pulse_frequencies, 5.295959596 GHz)(xy_pulse_frequencies, 5.3 GHz)
0000000000...0000000000
0-0.026974+0.026972j-0.026983+0.026972j-0.027016+0.026971j-0.026991+0.026970j-0.027009+0.026970j-0.026979+0.026969j-0.026977+0.026968j-0.026994+0.026967j-0.026997+0.026966j-0.027017+0.026965j...-0.026991+0.027027j-0.026991+0.027027j-0.027030+0.027026j-0.027004+0.027025j-0.026976+0.027025j-0.027020+0.027024j-0.026981+0.027024j-0.026968+0.027024j-0.027003+0.027023j-0.026996+0.027023j
\n", "

1 rows × 100 columns

\n", "
" ], "text/plain": [ " (((Qudits(labels=[0], name=qudits, dim=2)))) \\\n", " (xy_pulse_frequencies, 4.9 GHz) \n", " 0 \n", "0 -0.026974+0.026972j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.904040404 GHz) \n", " 0 \n", "0 -0.026983+0.026972j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9080808081 GHz) \n", " 0 \n", "0 -0.027016+0.026971j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9121212121 GHz) \n", " 0 \n", "0 -0.026991+0.026970j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9161616162 GHz) \n", " 0 \n", "0 -0.027009+0.026970j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9202020202 GHz) \n", " 0 \n", "0 -0.026979+0.026969j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9242424242 GHz) \n", " 0 \n", "0 -0.026977+0.026968j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9282828283 GHz) \n", " 0 \n", "0 -0.026994+0.026967j \n", "\n", " \\\n", " (xy_pulse_frequencies, 4.9323232323 GHz) \n", " 0 \n", "0 -0.026997+0.026966j \n", "\n", " ... \\\n", " (xy_pulse_frequencies, 4.9363636364 GHz) ... \n", " 0 ... \n", "0 -0.027017+0.026965j ... \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2636363636 GHz) \n", " 0 \n", "0 -0.026991+0.027027j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2676767677 GHz) \n", " 0 \n", "0 -0.026991+0.027027j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2717171717 GHz) \n", " 0 \n", "0 -0.027030+0.027026j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2757575758 GHz) \n", " 0 \n", "0 -0.027004+0.027025j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2797979798 GHz) \n", " 0 \n", "0 -0.026976+0.027025j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2838383838 GHz) \n", " 0 \n", "0 -0.027020+0.027024j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2878787879 GHz) \n", " 0 \n", "0 -0.026981+0.027024j \n", "\n", " \\\n", " (xy_pulse_frequencies, 5.2919191919 GHz) \n", " 0 \n", "0 -0.026968+0.027024j \n", "\n", " \n", " (xy_pulse_frequencies, 5.295959596 GHz) (xy_pulse_frequencies, 5.3 GHz) \n", " 0 0 \n", "0 -0.027003+0.027023j -0.026996+0.027023j \n", "\n", "[1 rows x 100 columns]" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "spectroscopy_exp.get_iq()" ] }, { "cell_type": "raw", "id": "e6fdc7c9", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The :py:meth:`~keysight.qcs.experiments.Experiment.fit` method takes this I/Q data\n", "and fits it to a complex lorentzian model, as specified by the built-in\n", ":py:class:`~keysight.qcs.analysis.ComplexLorentzian`.\n", "\n", "The result of the fit is an :py:class:`~keysight.qcs.analysis.EstimateCollection`,\n", "which contains individual :py:class:`~keysight.qcs.analysis.Estimate`\\s for each\n", "qubit that was fitted." ] }, { "cell_type": "code", "execution_count": 13, "id": "59366c30", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.581188Z", "iopub.status.busy": "2025-06-13T13:19:50.580862Z", "iopub.status.idle": "2025-06-13T13:19:50.625004Z", "shell.execute_reply": "2025-06-13T13:19:50.624190Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "EstimateCollection(1)\n", "Estimate(amplitude=0.0004928379821974705, resonance=5079874827.71701, kappa=20192703.44965815, offset_real=-0.026998524628909344, ...)\n" ] } ], "source": [ "ec = spectroscopy_exp.fit()\n", "print(ec)\n", "print(ec.estimates[0])" ] }, { "cell_type": "raw", "id": "78c21348", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The fitted and the pre-processed data can be visualized by calling the\n", ":py:meth:`~keysight.qcs.experiments.Experiment.plot` method:" ] }, { "cell_type": "code", "execution_count": 14, "id": "5fa0ded8", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.628571Z", "iopub.status.busy": "2025-06-13T13:19:50.628237Z", "iopub.status.idle": "2025-06-13T13:19:50.797001Z", "shell.execute_reply": "2025-06-13T13:19:50.796331Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#ff005c" }, "name": "I", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ -0.026973633138071804, -0.026982576601572935, -0.02701559878509247, -0.02699066679061814, -0.027009462213398772, -0.02697872691585816, -0.02697700847990512, -0.02699427206679154, -0.026996978435679546, -0.027016813522321274, -0.02701268066406236, -0.026999233826108776, -0.027006483878059106, -0.02699831968376676, -0.027002259804560558, -0.026986747977985955, -0.026991972173549133, -0.027002777918385804, -0.026981958153494325, -0.027022984484247982, -0.026999239777807077, -0.02696706960916794, -0.026979520010474912, -0.027004213657932166, -0.026989958968087983, -0.02697811842212505, -0.02699555100055073, -0.02698116503432345, -0.02697616679291728, -0.02698402930982303, -0.02700103762473762, -0.0269471295625144, -0.026966333150161774, -0.02696504121368602, -0.026986674924519557, -0.02699948700643099, -0.026965119309905146, -0.026975480656743715, -0.026924157425032014, -0.026913960686249603, -0.026879568251810305, -0.026832190790706492, -0.02675425890292859, -0.02664920141206956, -0.02651055881056272, -0.02653817531293428, -0.026657393459460315, -0.02675473001002755, -0.026811022146690573, -0.026862042375470147, -0.026923724192842845, -0.026938468853487125, -0.026940906911004533, -0.02696060415430141, -0.026955173973123962, -0.02696341601109033, -0.026967282728927833, -0.02697009227379928, -0.027000153851228163, -0.027006322415870723, -0.026994829774970298, -0.026999255934699103, -0.026983637558964588, -0.026978391249829675, -0.026995163263921925, -0.02698501310713417, -0.027022392051098527, -0.026993298101339665, -0.027000143675341495, -0.0270123365345701, -0.02701426078508924, -0.02699409351408977, -0.026983972689850307, -0.026999909696790024, -0.027002701592363516, -0.027013493483978326, -0.02699009555637112, -0.027000928816907615, -0.02699360486412257, -0.026994530015285612, -0.02698937829822588, -0.026995867642835195, -0.026968005695113668, -0.026982314528093406, -0.026978897690670998, -0.026975675685949885, -0.02700757159847755, -0.027016453716897308, -0.02698408995426178, -0.026981494256766745, -0.026991208104433274, -0.02699119384040486, -0.027029660739917503, -0.027004046813860667, -0.02697611581646448, -0.02702000713368184, -0.026981177463026224, -0.026968057089408835, -0.02700288349316313, -0.02699567721876085 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#00b287", "dash": "dash" }, "name": "I - Fit", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ -0.026996976788392107, -0.026996905073583665, -0.0269968282627692, -0.026996745862046957, -0.026996657316276883, -0.026996561999750958, -0.026996459205164594, -0.026996348130526773, -0.026996227863557258, -0.02699609736300509, -0.02699595543617526, -0.026995800711759665, -0.026995631606818987, -0.02699544628643421, -0.026995242614111785, -0.02699501809044554, -0.02699476977675571, -0.026994494199361202, -0.02699418722868008, -0.02699384392532722, -0.026993458342537868, -0.026993023270218495, -0.026992529900145123, -0.026991967383420665, -0.02699132223889954, -0.026990577552714345, -0.026989711880770196, -0.02698869772228928, -0.02698749936338598, -0.02698606977835083, -0.02698434609307041, -0.026982242806077274, -0.026979641428505376, -0.02697637425505899, -0.02697219824299334, -0.026966751711037552, -0.026959480255022046, -0.026949505800511676, -0.026935387990703972, -0.026914680570476544, -0.026883118393001167, -0.026833319542499266, -0.026754086911032454, -0.026638664939920204, -0.026526068788777928, -0.02652329342471157, -0.026633797775870653, -0.026750337427971557, -0.02683092373692968, -0.02688161744104992, -0.026913713694847605, -0.02693474086486583, -0.026949056190287066, -0.026959157258698754, -0.02696651283393762, -0.02697201709494698, -0.02697623388084741, -0.02697953059101054, -0.02698215384705513, -0.026984273661563897, -0.026986010051420234, -0.02698744955489035, -0.026988655765155075, -0.02698967621659173, -0.026990546989418822, -0.02699129585256468, -0.026991944449334785, -0.02699250984360708, -0.02699300563089814, -0.026993442748303315, -0.026993830072779935, -0.026994174868508688, -0.02699448312520117, -0.026994759816630146, -0.026995009100127268, -0.026995234471930283, -0.02699543888917961, -0.026995624866486587, -0.026995794552943823, -0.026995949793968983, -0.026996092181296446, -0.026996223093639263, -0.026996343729956646, -0.026996455136822625, -0.02699655823106006, -0.026996653818552298, -0.02699674260995189, -0.02699682523385717, -0.026996902247912093, -0.026996974148194845, -0.026997041377189803, -0.026997104330581865, -0.026997163363067577, -0.026997218793342256, -0.02699727090839389, -0.026997319967211667, -0.02699736620399854, -0.026997409830962153, -0.026997451040746176, -0.026997490008553938 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#00d539" }, "name": "Q", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 0.02697230769230769, 0.02697167586672426, 0.026971014637351826, 0.0269703219103586, 0.026969595389075184, 0.02696883254892986, 0.02696803060859076, 0.026967186496631438, 0.0269662968128928, 0.026965357783535978, 0.026964365208558518, 0.02696331440026729, 0.026962200110850116, 0.02696101644674232, 0.026959756766916042, 0.026958413561490483, 0.026956978306119265, 0.02695544128638586, 0.02695379138483446, 0.02695201582114893, 0.026950099833183624, 0.02694802628279079, 0.026945775165319617, 0.026943322994773162, 0.026940642027177837, 0.0269376992717177, 0.0269344552211505, 0.026930862207896856, 0.02692686225713935, 0.02692238425955103, 0.02691734021949645, 0.0269116202460758, 0.026905085846336014, 0.026897560975609757, 0.026888820289006573, 0.026878574410017658, 0.026866453674121406, 0.02685199742587001, 0.026834673975396774, 0.026814013709063212, 0.026790122306348283, 0.026765426330719173, 0.02675011135857461, 0.026775082447783063, 0.02689411764705882, 0.027088000000000008, 0.027218078237751624, 0.027249987116722493, 0.027236817472698908, 0.027212390020489332, 0.027188242477104232, 0.027167236299351798, 0.027149596876426145, 0.027134878471522433, 0.027122546419098142, 0.027112131147540984, 0.027103254161637783, 0.027095618781637285, 0.027088993968153185, 0.02708319932535586, 0.02707809304997128, 0.027073562725147653, 0.027069518415307692, 0.02706588750913075, 0.02706261085866181, 0.027059639871856243, 0.027056934306569344, 0.027054460582819267, 0.027052190480472547, 0.0270501001257393, 0.027048169195841798, 0.027046380289860207, 0.027044718427190938, 0.027043170644789227, 0.02704172567147411, 0.027040373662799457, 0.027039105983866763, 0.027037915030346305, 0.027036794080147995, 0.027035737169831587, 0.027034738991103795, 0.027033794803717048, 0.027032900361832545, 0.027032051851493214, 0.027031245837308517, 0.027030479216813022, 0.027029749181245954, 0.027029053181726267, 0.027028388899980035, 0.027027754222923698, 0.02702714722052535, 0.027026566126462863, 0.0270260093211764, 0.02702547531697757, 0.027024962744930568, 0.027024470343264842, 0.02702399694711513, 0.027023541479415287, 0.02702310294279767, 0.027022680412371134 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#c97a88", "dash": "dash" }, "name": "Q - Fit", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 0.026972420529348836, 0.02697179099195702, 0.02697113214202112, 0.026970441891258523, 0.02696971794900992, 0.026968957797224268, 0.02696815866165742, 0.02696731747860219, 0.026966430856324174, 0.026965495030199738, 0.026964505810330747, 0.026963458520132235, 0.02696234792403849, 0.026961168142028355, 0.026959912548103364, 0.0269585736491248, 0.02695714293947603, 0.026955610725795377, 0.02695396591442614, 0.0269521957521239, 0.026950285507763773, 0.026948218079049197, 0.026945973503181536, 0.026943528343604292, 0.026940854915573662, 0.02693792030041868, 0.026934685080510046, 0.026931101702158677, 0.02692711233918612, 0.026922646082229662, 0.02691761521399358, 0.026911910245863726, 0.026905393290517693, 0.026897889255648216, 0.02688917436451987, 0.026878961950791033, 0.026866887278068567, 0.026852499143492192, 0.026835285023050028, 0.02681481637322228, 0.026791291104495876, 0.02676734529798251, 0.026753585557951362, 0.02678124209316395, 0.026901865742443597, 0.02709146947780203, 0.027216157563256026, 0.027246409230956847, 0.027233470407798367, 0.027209636780460903, 0.027186021192731898, 0.027165425399488536, 0.027148093846083493, 0.027133607756611555, 0.027121453874474337, 0.027111177833236248, 0.027102411669977598, 0.02709486601967568, 0.02708831498857992, 0.027082581860601175, 0.02707752750982517, 0.027073041500725537, 0.027069035387724035, 0.027065437696951546, 0.027062190160921977, 0.027059244877927626, 0.02705656215351368, 0.02705410884696672, 0.027051857094011898, 0.027049783311825126, 0.027047867417578253, 0.02704609220980287, 0.027044442874906476, 0.02704290659064989, 0.02704147220532167, 0.027040129976445674, 0.02703887135664143, 0.027037688817084838, 0.027036575701146117, 0.027035526102396967, 0.027034534762412524, 0.027033596984742746, 0.027032708562162316, 0.027031865714880823, 0.027031065037843582, 0.027030303455607425, 0.027029578183556592, 0.027028886694447488, 0.027028226689450652, 0.027027596073002695, 0.027026992930898046, 0.027026415511145374, 0.027025862207191425, 0.027025331543178547, 0.027024822160954903, 0.02702433280859961, 0.02702386233026117, 0.027023409657137596, 0.027022973799451636, 0.027022553839295676 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#ad6aff" }, "name": "Magnitude", "type": "scatter", "visible": true, "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 0.03814554059016343, 0.03815141857283143, 0.03817431346187297, 0.03815618374196437, 0.03816896808282144, 0.038146685767608546, 0.03814490347911187, 0.03815651807961601, 0.038157804030860824, 0.03817117673446794, 0.03816755045531648, 0.03815729223417927, 0.03816163526728634, 0.03815502160382533, 0.03815691968023968, 0.038144994798527405, 0.03814767674727041, 0.03815423738267428, 0.038138339447517836, 0.038166121721487097, 0.038147959704263136, 0.03812373229162764, 0.03813094936210704, 0.038146693294228304, 0.038134709621755525, 0.03812425101758333, 0.03813429757952147, 0.038121576644600176, 0.03811521331245896, 0.038117615507955234, 0.03812609653904551, 0.03808389549308125, 0.038092870303565, 0.0380866411500467, 0.03809579084382137, 0.03809763852163664, 0.03806473423552476, 0.03806187491994166, 0.03801328689305548, 0.03799148076886211, 0.03795025484226461, 0.03789926792556855, 0.03783330314869528, 0.0377767782637248, 0.037763782814518795, 0.03792142524932357, 0.038097774331433666, 0.03818870743781479, 0.038218779867905894, 0.038237200357881605, 0.03826339573804298, 0.03825885299267496, 0.03824804669182284, 0.038251481095889946, 0.03823890594901367, 0.038237330690682164, 0.03823376418732879, 0.03823033395638943, 0.03824685480136413, 0.038247106245138565, 0.03823537573769252, 0.0382352928543759, 0.03822140137606478, 0.038215126077062817, 0.03822464841085082, 0.03821537704101263, 0.038239866190054615, 0.03821756114425814, 0.03822078973910472, 0.03822792489619848, 0.03822791836618488, 0.038212403371564604, 0.03820407801442967, 0.03821424082927732, 0.038215190966126196, 0.03822186073483025, 0.03820443050941636, 0.0382112418819899, 0.03820527368954065, 0.038205179427171505, 0.03820083314853034, 0.038204750114075536, 0.03818443443530949, 0.038193940940871474, 0.038190956679830655, 0.03818813801960117, 0.03821015917852159, 0.03821594545916457, 0.03819260291192858, 0.03819031985546477, 0.038196753812552914, 0.038196332566339135, 0.03822313094898626, 0.03820464448772874, 0.03818454446380355, 0.038215216639948785, 0.038187437047921956, 0.03817784563418021, 0.03820214404457402, 0.03819675176201073 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#a2fb7a", "dash": "dash" }, "name": "Magnitude - Fit", "type": "scatter", "visible": true, "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 0.0381621307702416, 0.03816163509161919, 0.038161115094711505, 0.03816056895474309, 0.038159994660660446, 0.03815938999086413, 0.03815875248506487, 0.038158079411525936, 0.03815736772878886, 0.03815661404077381, 0.03815581454388467, 0.03815496496441761, 0.03815406048414751, 0.03815309565142099, 0.03815206427437627, 0.038150959291985934, 0.03814977261740083, 0.038148494946458375, 0.038147115522055935, 0.03814562184216861, 0.03814399929530606, 0.03814223070171108, 0.03814029573095088, 0.03813817015576721, 0.038135824886661396, 0.03813322470944198, 0.038130326615349604, 0.038127077564863485, 0.03812341145301543, 0.038119244931543644, 0.03811447156762406, 0.03810895354017916, 0.03810250962506483, 0.03809489748454673, 0.03808578706111882, 0.03807471987286077, 0.03806104580320102, 0.03804382437588342, 0.03802167340449514, 0.03799255726244835, 0.0379535944750686, 0.03790142229483346, 0.03783563804998803, 0.03777371305331249, 0.0377801893300105, 0.0379134911681848, 0.03807989517414603, 0.03818307699087524, 0.03823035938922581, 0.03824899593416237, 0.0382547739914889, 0.03825494219826571, 0.038252720544073804, 0.0382495598666037, 0.03824612496303594, 0.038242720479530125, 0.038239481072879604, 0.038236459505757714, 0.038233668868507445, 0.03823110337510984, 0.03822874879643189, 0.0382265877312867, 0.03822460224556816, 0.03822277514786208, 0.03822109055343565, 0.038219534078326074, 0.038218092845181635, 0.03821675539813327, 0.03821551157873646, 0.038214352390464786, 0.03821326986580721, 0.03821225694267202, 0.0382113073528092, 0.038210415522840956, 0.038209576487408733, 0.03820878581344308, 0.038208039534375945, 0.03820733409309767, 0.03820666629252749, 0.038206033252771505, 0.038205432373958896, 0.0382048613039628, 0.03820431791031968, 0.03820380025575762, 0.03820330657682848, 0.03820283526521267, 0.0382023848513282, 0.038201953989929725, 0.03820154144742923, 0.038201146090709, 0.03820076687723051, 0.03820040284627115, 0.03820005311114444, 0.03819971685227934, 0.03819939331105208, 0.03819908178427799, 0.0381987816192835, 0.03819849220948923, 0.03819821299044415, 0.03819794343625849 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#ff9000" }, "name": "Phase", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 2.3562190600810786, 2.3563965268104368, 2.3570203270948418, 2.3565715195942385, 2.3569330510128848, 2.3563778973179965, 2.3563609164547623, 2.3566964330346343, 2.3567630550049756, 2.357147688664295, 2.357089601101416, 2.356860126299555, 2.3570150356271644, 2.356885811356703, 2.3569821373477984, 2.3567197349609437, 2.3568431378900465, 2.3570717730336574, 2.3567167183312026, 2.35750933265275, 2.3571053434370386, 2.356547699720589, 2.3568202603553194, 2.357323191168878, 2.35710894184416, 2.35694416152377, 2.357327361436831, 2.3571275438058343, 2.3571091794574293, 2.357338046576803, 2.3577467872265117, 2.356853794602858, 2.3573314061781807, 2.3574473112598144, 2.3580107988409873, 2.3584386762348193, 2.3580273462623036, 2.3584885418301873, 2.357859023528749, 2.358054728978988, 2.3578610893793006, 2.357440150522802, 2.3562720080535104, 2.353838243301249, 2.349012492900701, 2.3459419331379734, 2.3457878149471942, 2.3470241204548237, 2.348316533915595, 2.349715591988447, 2.351306178168299, 2.351966357835808, 2.3523363466118794, 2.352972895599797, 2.353099464915215, 2.353444360617275, 2.3536797908030964, 2.3538727546627625, 2.3545520158584354, 2.3547732009066396, 2.354654658334864, 2.3548202924805177, 2.354605669289464, 2.354575518029784, 2.354946796205029, 2.354813655767879, 2.355555757184747, 2.35506285297259, 2.355231593957455, 2.355495972194266, 2.3555672818645266, 2.3552269420608454, 2.3550701669765046, 2.355394000314909, 2.3554724162560663, 2.355697205205641, 2.3552873804691625, 2.355510052757529, 2.355395140054819, 2.355431822363677, 2.35535485255467, 2.355492521071407, 2.354992757847132, 2.355273673885942, 2.35522526243574, 2.3551797260020306, 2.355784077884643, 2.3559613632346434, 2.355374329060599, 2.355337971056333, 2.3555291772524534, 2.3555396633164465, 2.356262039419492, 2.3557978829089885, 2.3552899357566766, 2.356111906184113, 2.355401612924866, 2.355166841966592, 2.355820236059762, 2.3556946010334516 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#ff00e5", "dash": "dash" }, "name": "Phase - Fit", "type": "scatter", "visible": "legendonly", "x": [ 4900000000.0, 4904040404.040404, 4908080808.080808, 4912121212.121212, 4916161616.161616, 4920202020.202021, 4924242424.242424, 4928282828.282828, 4932323232.323233, 4936363636.363636, 4940404040.40404, 4944444444.444445, 4948484848.484848, 4952525252.525252, 4956565656.565657, 4960606060.606061, 4964646464.646464, 4968686868.686869, 4972727272.727273, 4976767676.767676, 4980808080.808081, 4984848484.848485, 4988888888.888889, 4992929292.929293, 4996969696.969697, 5001010101.010101, 5005050505.050505, 5009090909.090909, 5013131313.131313, 5017171717.171717, 5021212121.212121, 5025252525.252525, 5029292929.29293, 5033333333.333333, 5037373737.373737, 5041414141.414142, 5045454545.454545, 5049494949.494949, 5053535353.535354, 5057575757.575758, 5061616161.616161, 5065656565.656566, 5069696969.69697, 5073737373.737373, 5077777777.777778, 5081818181.818182, 5085858585.858586, 5089898989.89899, 5093939393.939394, 5097979797.979798, 5102020202.020202, 5106060606.060606, 5110101010.10101, 5114141414.141414, 5118181818.181818, 5122222222.222222, 5126262626.262627, 5130303030.30303, 5134343434.343434, 5138383838.383839, 5142424242.424242, 5146464646.464646, 5150505050.505051, 5154545454.545455, 5158585858.585858, 5162626262.626263, 5166666666.666667, 5170707070.70707, 5174747474.747475, 5178787878.787879, 5182828282.828283, 5186868686.868687, 5190909090.909091, 5194949494.949495, 5198989898.989899, 5203030303.030303, 5207070707.070707, 5211111111.111111, 5215151515.151515, 5219191919.191919, 5223232323.232324, 5227272727.272727, 5231313131.313131, 5235353535.353536, 5239393939.393939, 5243434343.434343, 5247474747.474748, 5251515151.515152, 5255555555.555555, 5259595959.59596, 5263636363.636364, 5267676767.676767, 5271717171.717172, 5275757575.757576, 5279797979.797979, 5283838383.838384, 5287878787.878788, 5291919191.919192, 5295959595.959596, 5300000000.0 ], "xaxis": "x", "y": [ 2.356649493556642, 2.3566598355062904, 2.3566706267484334, 2.356681896888905, 2.356693678157015, 2.356706005697486, 2.3567189179013037, 2.3567324567814625, 2.3567466684006018, 2.3567616033587173, 2.3567773173505455, 2.3567938718038564, 2.3568113346118067, 2.3568297809747163, 2.3568492943691233, 2.356869967664796, 2.3568919044133603, 2.3569152203352624, 2.3569400450345075, 2.3569665239723543, 2.356994820730694, 2.3570251195910052, 2.3570576284417295, 2.3570925819988684, 2.357130245269522, 2.3571709170845687, 2.3572149333361, 2.357262669207096, 2.3573145390444252, 2.357370991354466, 2.357432494216074, 2.3574995022633014, 2.3575723883673314, 2.357651307209841, 2.3577359253377677, 2.3578248833376714, 2.3579147044639983, 2.357997518759782, 2.3580561528124706, 2.3580531355908523, 2.357905309179925, 2.3574253370744955, 2.356203859934252, 2.3535255073615193, 2.3491608895140117, 2.3455975061865586, 2.3453804220586476, 2.347007680284999, 2.3487489386671396, 2.350130380137528, 2.3511610977218305, 2.3519304896823505, 2.352515243549091, 2.3529694767721603, 2.3533298859901093, 2.3536214093793864, 2.3538612668122627, 2.354061590687271, 2.354231107824883, 2.3543762211299253, 2.3545017158176145, 2.3546112290593877, 2.354707568320237, 2.3547929312043614, 2.354869060004592, 2.354937352175793, 2.354998940537905, 2.355054752347876, 2.3551055533927157, 2.355151981311614, 2.3551945710688122, 2.3552337746347005, 2.3552699763433607, 2.355303504987389, 2.3553346434254703, 2.355363636275785, 2.355390696123159, 2.3554160085625266, 2.355439736324121, 2.35546202266867, 2.3554829941982445, 2.355502763196247, 2.355521429585658, 2.355539082575938, 2.355555802054617, 2.3555716597683904, 2.355586720329814, 2.355601042078805, 2.355614677822723, 2.355627675474466, 2.3556400786045564, 2.355651926920399, 2.355663256683647, 2.355674101074773, 2.3556844905124557, 2.355694452934162, 2.355704014043304, 2.355713197527512, 2.3557220252518736, 2.355730517430423 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "customSpectroscopy", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#c97a88", "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": "#ff005c", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#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": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#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": "#ad6aff", "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": "#00b287", "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": "#00d539", "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 ], "showticklabels": true, "title": { "text": "xy_pulse_frequencies" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "I/Q Data" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "spectroscopy_exp.plot()" ] }, { "cell_type": "raw", "id": "b110443d", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can then get the calibration value associated to this Spectroscopy Experiment by\n", "calling\n", ":py:meth:`~keysight.qcs.experiments.QubitSpectroscopy.get_updated_calibration_values`.\n", "This method will compute the new values for the calibration variable(s) of this\n", "experiment using the fit results." ] }, { "cell_type": "code", "execution_count": 15, "id": "784a107b", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.803501Z", "iopub.status.busy": "2025-06-13T13:19:50.802945Z", "iopub.status.idle": "2025-06-13T13:19:50.847319Z", "shell.execute_reply": "2025-06-13T13:19:50.846463Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/plain": [ "{'xy_pulse_frequencies': 5079874827.71701}" ] }, "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ "spectroscopy_exp.get_updated_calibration_values()" ] }, { "cell_type": "raw", "id": "729ff8bc", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To check the current state of that variable in the calibration_set to confirm\n", "its update, one can do:" ] }, { "cell_type": "code", "execution_count": 16, "id": "bb6999c6", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.851919Z", "iopub.status.busy": "2025-06-13T13:19:50.851574Z", "iopub.status.idle": "2025-06-13T13:19:50.860937Z", "shell.execute_reply": "2025-06-13T13:19:50.860093Z" } }, "outputs": [ { "data": { "text/plain": [ "array([5.1e+09])" ] }, "execution_count": 16, "metadata": {}, "output_type": "execute_result" } ], "source": [ "spectroscopy_exp.calibration_set.variables.xy_pulse_frequencies.value" ] }, { "cell_type": "raw", "id": "7592150a", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The update is then done as follows:" ] }, { "cell_type": "code", "execution_count": 17, "id": "127f3ad4", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:50.864759Z", "iopub.status.busy": "2025-06-13T13:19:50.864464Z", "iopub.status.idle": "2025-06-13T13:19:50.909026Z", "shell.execute_reply": "2025-06-13T13:19:50.907639Z" } }, "outputs": [ { "data": { "text/plain": [ "array([5.07987483e+09])" ] }, "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ "spectroscopy_exp.set_updated_calibration_values()\n", "spectroscopy_exp.calibration_set.variables.xy_pulse_frequencies.value" ] }, { "cell_type": "raw", "id": "82efe04e", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The last line printing the new updated value, thus confirming that the update\n", "has been successful." ] } ], "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.15" } }, "nbformat": 4, "nbformat_minor": 5 }