{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "9282f6ec", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:31.371614Z", "iopub.status.busy": "2025-06-13T13:19:31.371222Z", "iopub.status.idle": "2025-06-13T13:19:31.377119Z", "shell.execute_reply": "2025-06-13T13:19:31.376036Z" }, "nbsphinx": "hidden" }, "outputs": [], "source": [ "# Copyright 2025 Keysight Technologies Inc." ] }, { "cell_type": "raw", "id": "df342a80", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Rabi experiment\n", "===============\n", "\n", "\n", "This guide shows how to perform a Rabi experiment to calibrate a :math:`\\pi`-pulse\n", "using a program. This experiment can be easily generated using the\n", ":py:class:`~keysight.qcs.experiments.RabiExperiment`\\ class.\n", "\n", "The Rabi experiment is the second step in calibrating our first quantum gates.\n", "Following the :doc:`qubit_spec` experiment, we learned the energy gap between\n", "the ground state and first excited state of our two-level system. In other words, we\n", "have determined the resonance frequency of our qubit, and can now apply pulses at\n", "this frequency to alter the qubit's state.\n", "\n", "The state of the qubit can be visualized using the Bloch sphere. The ground state\n", ":math:`|0\\rangle` is represented by the north pole, and the excited state\n", ":math:`|1\\rangle` is represented by the south pole as shown. By applying pulses of\n", "varying strengths to a qubit in the ground state, we can drive a rotation around the\n", "Bloch sphere by some as-yet-unknown angles.\n", "\n", ".. image:: ../figures/rabi_osc.png\n", " :align: center\n", " :width: 120%\n", "\n", "A rotation of :math:`\\pi` takes us from :math:`|0\\rangle` to :math:`|1\\rangle`, which\n", "is the operation implemented by a Pauli-X gate. The pulse that drives this rotation\n", "is called a :math:`\\pi`-pulse. Here we assume that the pulse duration is fixed, and\n", "we will vary strength by varying pulse amplitude. Our goal is to learn the required\n", ":math:`\\pi`-pulse amplitude, in order to calibrate our gate.\n", "\n", "To learn the pulse amplitude, we perform a Rabi experiment as follows:\n", "\n", " #. Initialize the qubit to the ground state.\n", "\n", " #. Apply a control pulse with the resonance frequency :math:`\\omega_r` and\n", " amplitude :math:`A`, for a fixed duration, on the target qubit.\n", "\n", " #. Measure the population of the qubit in the excited state.\n", "\n", " #. Repeat the above steps with varying amplitude :math:`A`.\n", "\n", "The observed population as a function of amplitude will be a sinusoid, corresponding\n", "to rotations around the Bloch sphere. We can read off the :math:`\\pi`-pulse amplitude\n", "as half the period of the observed oscillation." ] }, { "cell_type": "code", "execution_count": 2, "id": "f176c16d", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:31.380630Z", "iopub.status.busy": "2025-06-13T13:19:31.380313Z", "iopub.status.idle": "2025-06-13T13:19:35.201324Z", "shell.execute_reply": "2025-06-13T13:19:35.200356Z" } }, "outputs": [], "source": [ "import keysight.qcs as qcs\n", "import numpy as np" ] }, { "cell_type": "raw", "id": "3a15dd73", "metadata": { "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.RabiExperiment` class. We load\n", "a ``make_calibration_set`` function that creates\n", "a calibration set for the given amount of qubit containing the linkers for the ``RX``\n", ", ``Z`` and measurement gates. Lastly, we import an experiment with simulated data\n", "to demonstrate the fitting and calibration workflow at the end of this file." ] }, { "cell_type": "code", "execution_count": 3, "id": "6f9b2f04", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:35.206099Z", "iopub.status.busy": "2025-06-13T13:19:35.205458Z", "iopub.status.idle": "2025-06-13T13:19:35.267144Z", "shell.execute_reply": "2025-06-13T13:19:35.266317Z" } }, "outputs": [], "source": [ "from keysight.qcs.experiments import RabiExperiment, make_calibration_set\n", "from simulated_experiments.simulated_experiments import SimulatedRabiExperiment" ] }, { "cell_type": "code", "execution_count": 4, "id": "62d37c42", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:35.270834Z", "iopub.status.busy": "2025-06-13T13:19:35.270285Z", "iopub.status.idle": "2025-06-13T13:19:35.767818Z", "shell.execute_reply": "2025-06-13T13:19:35.767139Z" } }, "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": [ "# 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(\"ip_addr\")\n", "\n", "# create Rabi experiment\n", "rabi_experiment = RabiExperiment(mapper, calibration_set=calibration_set, qubits=qubits)\n", "\n", "rabi_experiment.program.draw()\n", "\n", "# The program consists of a simple `RX` gate with variable amplitude followed by a\n", "# measurement. During execution, we set the amplitude of this gate to a range of values\n", "# from zero to one." ] }, { "cell_type": "code", "execution_count": 5, "id": "3de01a05", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:35.771055Z", "iopub.status.busy": "2025-06-13T13:19:35.770715Z", "iopub.status.idle": "2025-06-13T13:19:35.804596Z", "shell.execute_reply": "2025-06-13T13:19:35.803818Z" } }, "outputs": [], "source": [ "# configure the repetitions for this experiment\n", "start_amplitude = 0\n", "end_amplitude = 1\n", "steps = 10\n", "scan_values = np.linspace(start_amplitude, end_amplitude, steps)\n", "rabi_experiment.configure_repetitions(amplitudes=scan_values, n_shots=1)" ] }, { "cell_type": "raw", "id": "7f2340a3", "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": 6, "id": "48fd8fa6", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:35.808427Z", "iopub.status.busy": "2025-06-13T13:19:35.807834Z", "iopub.status.idle": "2025-06-13T13:19:35.856616Z", "shell.execute_reply": "2025-06-13T13:19:35.855683Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\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", "
Duration135 ns
Layers2
Targets3
Repetitions\n", " Repeat with 1 repetitions\n", "
\n", " Sweep with 10 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
x180_pulse_amplitudesArray(name=_implicit, shape=(10,), dtype=float, unit=none, value=[0, 0.1111, 0.2222, 0.3333, 0.4444, 0.5556, 0.6667, 0.7778, 0.8889, 1])
\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", "
Duration105 ns
\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", " readout_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=readout_pulse_delay, value=0 s, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readout_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=readout_pulse_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=readout_pulse_amplitudes, value=0.1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeSineEnvelope()
Instantaneous PhaseScalarRef(name=readout_pulse_phases, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=measurement_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=5 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readout_acquisition\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_delay, value=5 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=measurement_integrator_amplitude, value=1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeConstantEnvelope()
Instantaneous PhaseScalarRef(name=measurement_integrator_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=measurement_integrator_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "
ClassifierClassifier(Array(name=references, shape=(1, 2), dtype=complex, unit=none))
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=4.96308e-24 s, dtype=float, unit=s)
\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": [ "rabi_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "5c757e47", "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": 7, "id": "4cab29b1", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:35.860113Z", "iopub.status.busy": "2025-06-13T13:19:35.859556Z", "iopub.status.idle": "2025-06-13T13:19:36.566248Z", "shell.execute_reply": "2025-06-13T13:19:36.559926Z" } }, "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.0023374143453612447, 0.00703989278564031, 0.011585587298012578, 0.01573472460014043, 0.019244962291092235, 0.02187831486780721, 0.02340836138981767, 0.02362756110031801, 0.02235448996767808, 0.019440801890466736, 0.014777713737823321, 0.008301813908042115, 1.4233029904651016e-17, -0.010086637308459245, -0.021860149953182226, -0.03516443088604659, -0.04978539045667247, -0.06545269339414704, -0.0818431021951666, -0.09858543251832112, -0.11526708350285335, -0.1314420618186158, -0.14664037386010675, -0.16037861704492323, -0.1721715599328386, -0.18154446312137743, -0.18804585984335334, -0.1912604880692728, -0.19082204577357648, -0.18642542878422663, -0.17783810704555084, -0.16491030071791296, -0.14758363260912064, -0.12589795801629503, -0.09999610691454983, -0.0701263160421168, -0.036642179005338386, -2.6049099217745734e-16, 0.039246500189613634, 0.08045411012111942, 0.12290060027003565, 0.16579758696205366, 0.2083055637860801, 0.24955081141390364, 0.2886438368863284, 0.32469894075539324, 0.35685446672040133, 0.3842932550875265, 0.40626279979511176, 0.42209459986023745, 0.4312222005632056, 0.4331974377777289, 0.4277044304749299, 0.4145709110863095, 0.39377654022433023, 0.36545791997675814, 0.3299100970153838, 0.2875844311884922, 0.23908279494022772, 0.1851481614612896, 0.1266517324339944, 0.06457684703881877, 7.589424698151378e-16, -0.06593062458631213, -0.1320186273653023, -0.19704434145904315, -0.25979067471131667, -0.319069237190007, -0.3737461302193416, -0.42276677497418524, -0.46517917678245574, -0.5001550554039562, -0.527008320881437, -0.5452104378520046, -0.5544022968195834, -0.5544022968195835, -0.545210437852005, -0.5270083208814376, -0.5001550554039571, -0.46517917678245685, -0.42276677497418663, -0.3737461302193432, -0.3190692371900087, -0.25979067471131845, -0.197044341459045, -0.13201862736530418, -0.065930624586314, -1.0769755047852904e-15, 0.06457684703881707, 0.1266517324339928, 0.18514816146128807, 0.23908279494022644, 0.2875844311884911, 0.3299100970153829, 0.36545791997675753, 0.39377654022432984, 0.41457091108630945, 0.42770443047493006, 0.43319743777772934, 0.4312222005632063, 0.4220945998602383, 0.40626279979511287, 0.3842932550875277, 0.3568544667204028, 0.3246989407553947, 0.28864383688632983, 0.24955081141390525, 0.20830556378608167, 0.16579758696205515, 0.1229006002700371, 0.08045411012112079, 0.039246500189614876, 8.318905879215573e-16, -0.03664217900533744, -0.07012631604211603, -0.09999610691454922, -0.12589795801629464, -0.14758363260912039, -0.1649103007179129, -0.17783810704555095, -0.18642542878422688, -0.19082204577357678, -0.19126048806927326, -0.1880458598433539, -0.18154446312137806, -0.1721715599328393, -0.16037861704492387, -0.14664037386010748, -0.13144206181861653, -0.11526708350285408, -0.0985854325183218, -0.0818431021951672, -0.06545269339414761, -0.049785390456673, -0.0351644308860471, -0.021860149953182622, -0.01008663730845957, -2.4196150837906756e-16, 0.008301813908041926, 0.014777713737823179, 0.019440801890466666, 0.02235448996767806, 0.02362756110031806, 0.023408361389817712, 0.02187831486780722, 0.0192449622910923, 0.01573472460014049, 0.011585587298012661, 0.007039892785640346, 0.002337414345361227, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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" } ], "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": [ "rabi_experiment.compiled_program.render(\n", " channel_subplots=False,\n", " lo_frequency=5e9,\n", " sweep_index=5,\n", " sample_rate=5e9,\n", ")" ] }, { "cell_type": "raw", "id": "23a74d1f", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 8, "id": "5c48555f", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:36.583104Z", "iopub.status.busy": "2025-06-13T13:19:36.582290Z", "iopub.status.idle": "2025-06-13T13:19:36.681445Z", "shell.execute_reply": "2025-06-13T13:19:36.680215Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " rabi_experiment.execute()\n", "else:\n", " # load in a previously executed version of this experiment\n", " rabi_experiment = qcs.load(\"RabiExperiment.qcs\")" ] }, { "cell_type": "raw", "id": "ac829080", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "For the purposes of this demonstration, we added a second \"ancilla\" qubit to the\n", "Rabi program and connected the physical output channels for our qubit control to\n", "the digizer associated with the ancilla to allow us to capture both the control\n", "and the readout pulse." ] }, { "cell_type": "code", "execution_count": 9, "id": "adaf22d4", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:36.685402Z", "iopub.status.busy": "2025-06-13T13:19:36.684845Z", "iopub.status.idle": "2025-06-13T13:19:36.700993Z", "shell.execute_reply": "2025-06-13T13:19:36.700185Z" } }, "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 10 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
x180_pulse_amplitudesArray(name=_implicit, shape=(10,), dtype=float, unit=none, value=[0, 0.1111, 0.2222, 0.3333, 0.4444, 0.5556, 0.6667, 0.7778, 0.8889, 1])
\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", "
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", " 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", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "rabi_experiment.draw()" ] }, { "cell_type": "code", "execution_count": 10, "id": "fd56c949", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:36.704763Z", "iopub.status.busy": "2025-06-13T13:19:36.704284Z", "iopub.status.idle": "2025-06-13T13:19:36.740671Z", "shell.execute_reply": "2025-06-13T13:19:36.739694Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\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", "
Duration135 ns
Layers2
Targets4
Repetitions\n", " Sweep with 10 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
x180_pulse_amplitudesArray(name=_implicit, shape=(10,), dtype=float, unit=none, value=[0, 0.1111, 0.2222, 0.3333, 0.4444, 0.5556, 0.6667, 0.7778, 0.8889, 1])
\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", "
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", "
Duration105 ns
\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", " readout_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=readout_pulse_delay, value=0 s, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readout_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=readout_pulse_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=readout_pulse_amplitudes, value=0.1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeSineEnvelope()
Instantaneous PhaseScalarRef(name=readout_pulse_phases, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=measurement_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=5 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readout_acquisition\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_delay, value=5 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=measurement_integrator_amplitude, value=1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeConstantEnvelope()
Instantaneous PhaseScalarRef(name=measurement_integrator_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=measurement_integrator_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "
ClassifierClassifier(Array(name=references, shape=(1, 2), dtype=complex, unit=none))
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=4.96308e-24 s, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readout_acquisition', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=45 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " DCWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=45 ns, dtype=float, unit=s)
Amplitude1
Frequency0 Hz
EnvelopeConstantEnvelope()
Instantaneous Phase0
Post-phase0
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "rabi_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "a3363617", "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": 11, "id": "1fe6bd1b", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:36.744234Z", "iopub.status.busy": "2025-06-13T13:19:36.743707Z", "iopub.status.idle": "2025-06-13T13:19:37.056659Z", "shell.execute_reply": "2025-06-13T13:19:37.055994Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.00439453125, -0.0004394531133584678, 0.0046142577193677425, -0.0028564452659338713, 0.0008789062267169356, -0.0017578124534338713, 0.00439453125, 0.0013183592818677425, 0.00439453125, -0.0008789062267169356, 0.002636718563735485, 0.002197265625, 0.0, 0.001977538922801614, 0.0035156249068677425, 0.00439453125, -0.001538085867650807, 0.005932617001235485, 0.0028564452659338713, 0.0002197265566792339, 0.0024169920943677425, 0.0035156249068677425, 0.0032958984375, 0.0024169920943677425, 0.0041748047806322575, 0.001977538922801614, -0.0028564452659338713, -0.0017578124534338713, -0.0010986328125, -0.002636718563735485, -0.001977538922801614, -0.002636718563735485, -0.0028564452659338713, -0.003076171735301614, 0.003735351376235485, 0.0013183592818677425, 0.00439453125, -0.003955077845603228, 0.003735351376235485, 0.006152343470603228, 0.0017578124534338713, 0.008129882626235485, 0.0057128905318677425, 0.009008788503706455, 0.00747070275247097, 0.0024169920943677425, 0.00747070275247097, 0.01186523400247097, 0.007910155691206455, 0.0098876953125, 0.01164550706744194, 0.00856933556497097, 0.0028564452659338713, 0.001977538922801614, 0.00527343712747097, 0.004833984188735485, -0.0028564452659338713, -0.003735351376235485, -0.0004394531133584678, -0.0041748047806322575, -0.01076660118997097, -0.01186523400247097, -0.01054687425494194, -0.006152343470603228, -0.012524413876235485, -0.013623046688735485, -0.012524413876235485, -0.0035156249068677425, -0.0057128905318677425, -0.007910155691206455, 0.0, 0.0010986328125, 0.00856933556497097, 0.0041748047806322575, 0.01669921912252903, 0.01076660118997097, 0.01296386681497097, 0.011425781063735485, 0.01582031138241291, 0.01801757700741291, 0.01801757700741291, 0.019775390625, 0.01494140550494194, 0.01516113243997097, 0.01296386681497097, 0.0068115233443677425, -0.0004394531133584678, 0.0010986328125, -0.009228515438735485, -0.013623046688735485, -0.008129882626235485, -0.02021484263241291, -0.01713867112994194, -0.015380859375, -0.01999511756002903, -0.01911620981991291, -0.01955566368997097, -0.01318359375, -0.02395019493997097, -0.01494140550494194, -0.0164794921875, -0.0046142577193677425, 0.0028564452659338713, 0.008349609561264515, 0.01054687425494194, 0.010107421316206455, 0.02373046800494194, 0.01691894419491291, 0.0208740234375, 0.02900390513241291, 0.02329101413488388, 0.024169921875, 0.03273925557732582, 0.02614746056497097, 0.02131347544491291, 0.02021484263241291, 0.01911620981991291, 0.007250976283103228, 0.0010986328125, 0.0002197265566792339, -0.004833984188735485, -0.01823730394244194, -0.024169921875, -0.028564453125, -0.02988281100988388, -0.02768554538488388, -0.03208007663488388, -0.02988281100988388, -0.03537597507238388, -0.02548827975988388, -0.02482910081744194, -0.0186767578125, -0.01516113243997097, -0.009008788503706455, -0.007031249813735485, 0.009228515438735485, 0.01076660118997097, 0.01933593675494194, 0.02900390513241291, 0.03120117075741291, 0.03757324069738388, 0.03581542894244194, 0.03867187350988388, 0.03581542894244194, 0.0384521484375, 0.02834472618997097, 0.02944335900247097, 0.02812499925494194, 0.01516113243997097, 0.009448242373764515, 0.0010986328125, -0.0010986328125, -0.012304686941206455, -0.01713867112994194, -0.02834472618997097, -0.03427734225988388, -0.03010253794491291, -0.03713378682732582, -0.0439453125, -0.04328612983226776, -0.0362548828125, -0.03801269456744194, -0.03559570387005806, -0.0296630859375, -0.01779785193502903, -0.007031249813735485, -0.001538085867650807, 0.010107421316206455, 0.0120849609375, 0.01999511756002903, 0.02373046800494194, 0.0318603515625, 0.037353515625, 0.04790038987994194, 0.04262695088982582, 0.04987792670726776, 0.0472412109375, 0.04416503757238388, 0.03933105245232582, 0.02812499925494194, 0.02175292931497097, 0.01801757700741291, 0.006152343470603228, -0.0024169920943677425, -0.0098876953125, -0.02460937388241291, -0.03142089769244194, -0.03955078125, -0.03823241963982582, -0.04658202826976776, -0.0472412109375, -0.04482421651482582, -0.04899902269244194, -0.03779296949505806, -0.03779296949505806, -0.03010253794491291, -0.02241210825741291, -0.01625976525247097, -0.0010986328125, 0.0035156249068677425, 0.01406249962747097, 0.02351074106991291, 0.028564453125, 0.04086913913488388, 0.04306640475988388, 0.04899902269244194, 0.05317382514476776, 0.0494384765625, 0.04526367038488388, 0.04636230319738388, 0.04218749701976776, 0.03427734225988388, 0.0252685546875, 0.012524413876235485, 0.002636718563735485, 0.0004394531133584678, -0.01604003831744194, -0.02768554538488388, -0.03515625, -0.03713378682732582, -0.04152831807732582, -0.05427245795726776, -0.0538330078125, -0.05229492112994194, -0.0494384765625, -0.04240722581744194, -0.03779296949505806, -0.03603515401482582, -0.02768554538488388, -0.0186767578125, -0.0041748047806322575, 0.00856933556497097, 0.0120849609375, 0.02175292931497097, 0.0318603515625, 0.04416503757238388, 0.05141601338982582, 0.05515136569738388, 0.05339355394244194, 0.05361327901482582, 0.05339355394244194, 0.05119628831744194, 0.0472412109375, 0.03933105245232582, 0.02724609337747097, 0.02021484263241291, 0.0028564452659338713, -0.0035156249068677425, -0.00966796837747097, -0.02131347544491291, -0.03317870944738388, -0.03823241963982582, -0.04877929389476776, -0.05075683444738388, -0.05559081956744194, -0.05207519233226776, -0.04702148213982582, -0.0472412109375, -0.04262695088982582, -0.03098144382238388, -0.02944335900247097, -0.011425781063735485, -0.0046142577193677425, 0.010986328125, 0.02263183519244194, 0.03054199181497097, 0.03933105245232582, 0.03999023512005806, 0.04855956882238388, 0.05581054463982582, 0.0538330078125, 0.054931640625, 0.05427245795726776, 0.0450439453125, 0.04548339545726776, 0.02944335900247097, 0.02175292931497097, 0.012304686941206455, 0.009448242373764515, -0.0035156249068677425, -0.0142822265625, -0.02175292931497097, -0.03713378682732582, -0.03603515401482582, -0.05031738057732582, -0.05097655951976776, -0.05471191182732582, -0.05141601338982582, -0.05427245795726776, -0.04548339545726776, -0.03647460788488388, -0.03603515401482582, -0.02944335900247097, -0.013403319753706455, -0.0046142577193677425, 0.005053710658103228, 0.01516113243997097, 0.02395019493997097, 0.03164062276482582, 0.04240722581744194, 0.05119628831744194, 0.05009765550494194, 0.05756835639476776, 0.054931640625, 0.05185546725988388, 0.04702148213982582, 0.04328612983226776, 0.03977050632238388, 0.02482910081744194, 0.01911620981991291, 0.0017578124534338713, -0.002636718563735485, -0.01713867112994194, -0.02702636644244194, -0.03142089769244194, -0.03537597507238388, -0.04108886793255806, -0.05185546725988388, -0.05251464620232582, -0.05339355394244194, -0.05251464620232582, -0.04877929389476776, -0.04328612983226776, -0.03208007663488388, -0.02460937388241291, -0.007250976283103228, -0.0028564452659338713, 0.00637206993997097, 0.01911620981991291, 0.02592773362994194, 0.03164062276482582, 0.03823241963982582, 0.04768066108226776, 0.04460449144244194, 0.04921874776482582, 0.0538330078125, 0.04965820163488388, 0.03977050632238388, 0.03383788838982582, 0.03427734225988388, 0.02460937388241291, 0.014501952566206455, 0.001538085867650807, -0.005932617001235485, -0.011206054128706455, -0.02219238132238388, -0.03076171875, -0.032958984375, -0.0450439453125, -0.04570312425494194, -0.04262695088982582, -0.04328612983226776, -0.04108886793255806, -0.03779296949505806, -0.03383788838982582, -0.028564453125, -0.02548827975988388, -0.01713867112994194, -0.0004394531133584678, 0.00439453125, 0.009448242373764515, 0.0263671875, 0.02878417819738388, 0.03867187350988388, 0.0384521484375, 0.04372558370232582, 0.04438476264476776, 0.04833984375, 0.0406494140625, 0.04042968526482582, 0.03054199181497097, 0.02878417819738388, 0.0186767578125, 0.01274413987994194, 0.0010986328125, -0.00856933556497097, -0.0098876953125, -0.02438964694738388, -0.02219238132238388, -0.03076171875, -0.04042968526482582, -0.03559570387005806, -0.03977050632238388, -0.03713378682732582, -0.03537597507238388, -0.03076171875, -0.028564453125, -0.02395019493997097, -0.01911620981991291, -0.0098876953125, -0.005932617001235485, 0.00747070275247097, 0.017578125, 0.02241210825741291, 0.02263183519244194, 0.02329101413488388, 0.03515625, 0.03515625, 0.0340576171875, 0.04042968526482582, 0.03647460788488388, 0.02900390513241291, 0.02351074106991291, 0.02131347544491291, 0.01186523400247097, 0.0076904296875, 0.00966796837747097, -0.00527343712747097, -0.009448242373764515, -0.0164794921875, -0.0164794921875, -0.02285156212747097, -0.03032226487994194, -0.02922363206744194, -0.02790527231991291, -0.03164062276482582, -0.03427734225988388, -0.02900390513241291, -0.02702636644244194, -0.019775390625, -0.00747070275247097, -0.0046142577193677425, -0.002636718563735485, 0.0087890625, 0.01054687425494194, 0.017578125, 0.01625976525247097, 0.01999511756002903, 0.028564453125, 0.02724609337747097, 0.02438964694738388, 0.02373046800494194, 0.02153320237994194, 0.02241210825741291, 0.0252685546875, 0.01582031138241291, 0.01318359375, 0.007031249813735485, 0.007910155691206455, -0.003735351376235485, -0.007910155691206455, -0.004833984188735485, -0.01823730394244194, -0.01384277269244194, -0.01713867112994194, -0.015600585378706455, -0.01801757700741291, -0.02438964694738388, -0.014721679501235485, -0.017578125, -0.01076660118997097, -0.00856933556497097, -0.0028564452659338713, -0.008129882626235485, 0.0013183592818677425, 0.003076171735301614, 0.011425781063735485, 0.00747070275247097, 0.01296386681497097, 0.009228515438735485, 0.015380859375, 0.01406249962747097, 0.01779785193502903, 0.01911620981991291, 0.01516113243997097, 0.014501952566206455, 0.01318359375, 0.0076904296875, 0.005053710658103228, 0.0087890625, 0.0032958984375, -0.0004394531133584678, -0.007910155691206455, -0.007250976283103228, -0.007031249813735485, -0.01054687425494194, -0.0142822265625, -0.01274413987994194, -0.01494140550494194, -0.01274413987994194 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.1111)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.003955077845603228, 0.005932617001235485, 0.0017578124534338713, -0.002636718563735485, 0.003076171735301614, -0.0017578124534338713, -0.00439453125, 0.005053710658103228, -0.003735351376235485, -0.001977538922801614, -0.0035156249068677425, -0.0017578124534338713, -0.003735351376235485, 0.0008789062267169356, 0.002197265625, 0.0028564452659338713, 0.006152343470603228, 0.0057128905318677425, 0.002636718563735485, -0.002197265625, 0.005932617001235485, -0.0035156249068677425, 0.001538085867650807, 0.007250976283103228, 0.0013183592818677425, 0.0, 0.003076171735301614, 0.0006591796409338713, -0.002197265625, 0.001538085867650807, 0.001538085867650807, 0.0028564452659338713, 0.0028564452659338713, 0.0006591796409338713, -0.00439453125, 0.003735351376235485, -0.0046142577193677425, -0.002197265625, 0.003076171735301614, -0.0010986328125, -0.0006591796409338713, 0.0028564452659338713, 0.00966796837747097, 0.010986328125, 0.006591796875, 0.002197265625, 0.00856933556497097, 0.003735351376235485, 0.00637206993997097, 0.003735351376235485, 0.008129882626235485, 0.0013183592818677425, -0.0008789062267169356, 0.006591796875, 0.0013183592818677425, 0.0057128905318677425, -0.0004394531133584678, 0.0010986328125, -0.0068115233443677425, -0.003955077845603228, -0.00439453125, -0.0057128905318677425, -0.014721679501235485, -0.007031249813735485, -0.0098876953125, -0.007031249813735485, -0.010986328125, -0.00439453125, -0.00856933556497097, 0.0008789062267169356, -0.0024169920943677425, -0.0008789062267169356, 0.009008788503706455, 0.0035156249068677425, 0.01318359375, 0.01823730394244194, 0.01186523400247097, 0.014501952566206455, 0.01384277269244194, 0.02021484263241291, 0.0164794921875, 0.015600585378706455, 0.013403319753706455, 0.008349609561264515, 0.01318359375, 0.00856933556497097, 0.006152343470603228, 0.002197265625, -0.01186523400247097, -0.004833984188735485, -0.01604003831744194, -0.01296386681497097, -0.01406249962747097, -0.01999511756002903, -0.02702636644244194, -0.02285156212747097, -0.01955566368997097, -0.01516113243997097, -0.0208740234375, -0.01779785193502903, -0.01318359375, -0.009008788503706455, -0.001977538922801614, 0.006591796875, 0.002636718563735485, 0.015380859375, 0.01999511756002903, 0.02175292931497097, 0.024169921875, 0.0230712890625, 0.03076171875, 0.02395019493997097, 0.02241210825741291, 0.02724609337747097, 0.02768554538488388, 0.02153320237994194, 0.014721679501235485, 0.01164550706744194, -0.0004394531133584678, 0.0006591796409338713, -0.009008788503706455, -0.01516113243997097, -0.02285156212747097, -0.02658691257238388, -0.03098144382238388, -0.02834472618997097, -0.03229980543255806, -0.02702636644244194, -0.02592773362994194, -0.02548827975988388, -0.01955566368997097, -0.01604003831744194, -0.015600585378706455, -0.007031249813735485, -0.00439453125, 0.003735351376235485, 0.01494140550494194, 0.02219238132238388, 0.02680663950741291, 0.02680663950741291, 0.0318603515625, 0.03273925557732582, 0.03120117075741291, 0.03559570387005806, 0.04042968526482582, 0.03164062276482582, 0.03032226487994194, 0.02702636644244194, 0.02175292931497097, 0.006152343470603228, 0.0024169920943677425, -0.007031249813735485, -0.017578125, -0.01494140550494194, -0.02109374850988388, -0.03142089769244194, -0.03537597507238388, -0.0362548828125, -0.03427734225988388, -0.0362548828125, -0.03977050632238388, -0.03273925557732582, -0.0362548828125, -0.02285156212747097, -0.0142822265625, -0.0076904296875, -0.002636718563735485, 0.009008788503706455, 0.01713867112994194, 0.02329101413488388, 0.02658691257238388, 0.03383788838982582, 0.03647460788488388, 0.04218749701976776, 0.05031738057732582, 0.04372558370232582, 0.04240722581744194, 0.04042968526482582, 0.03999023512005806, 0.03142089769244194, 0.01801757700741291, 0.011206054128706455, -0.002197265625, -0.0054931640625, -0.009008788503706455, -0.02175292931497097, -0.03251953050494194, -0.04086913913488388, -0.03933105245232582, -0.04790038987994194, -0.05075683444738388, -0.04768066108226776, -0.0428466796875, -0.04218749701976776, -0.03999023512005806, -0.02614746056497097, -0.02241210825741291, -0.011425781063735485, -0.0002197265566792339, 0.01076660118997097, 0.01076660118997097, 0.02329101413488388, 0.02768554538488388, 0.03581542894244194, 0.03955078125, 0.05229492112994194, 0.04768066108226776, 0.0516357421875, 0.05031738057732582, 0.05075683444738388, 0.04042968526482582, 0.03449707105755806, 0.0274658203125, 0.010986328125, 0.009008788503706455, -0.002197265625, -0.01625976525247097, -0.02482910081744194, -0.03164062276482582, -0.0439453125, -0.04921874776482582, -0.0450439453125, -0.04987792670726776, -0.04965820163488388, -0.04548339545726776, -0.04526367038488388, -0.03955078125, -0.03361816331744194, -0.01955566368997097, -0.011425781063735485, -0.0002197265566792339, 0.0046142577193677425, 0.02065429650247097, 0.02329101413488388, 0.03229980543255806, 0.03955078125, 0.04570312425494194, 0.05515136569738388, 0.05800781026482582, 0.05361327901482582, 0.04768066108226776, 0.04592284932732582, 0.03977050632238388, 0.03581542894244194, 0.02570800669491291, 0.01164550706744194, 0.0008789062267169356, -0.0076904296875, -0.01801757700741291, -0.02724609337747097, -0.03669433668255806, -0.03933105245232582, -0.04658202826976776, -0.05295410007238388, -0.05624999850988388, -0.05207519233226776, -0.04790038987994194, -0.04658202826976776, -0.03581542894244194, -0.032958984375, -0.02900390513241291, -0.01406249962747097, -0.008349609561264515, 0.0057128905318677425, 0.01933593675494194, 0.0230712890625, 0.03669433668255806, 0.04020996019244194, 0.05317382514476776, 0.05581054463982582, 0.05844726413488388, 0.05910644307732582, 0.04899902269244194, 0.05207519233226776, 0.04438476264476776, 0.03581542894244194, 0.02702636644244194, 0.0208740234375, 0.0035156249068677425, -0.003955077845603228, -0.01274413987994194, -0.02175292931497097, -0.03581542894244194, -0.04460449144244194, -0.05097655951976776, -0.050537109375, -0.0560302734375, -0.05119628831744194, -0.05229492112994194, -0.0516357421875, -0.03713378682732582, -0.03054199181497097, -0.02834472618997097, -0.01845703087747097, -0.008349609561264515, 0.0076904296875, 0.013403319753706455, 0.02438964694738388, 0.03427734225988388, 0.03867187350988388, 0.04899902269244194, 0.04658202826976776, 0.05646972358226776, 0.05471191182732582, 0.04921874776482582, 0.04855956882238388, 0.03779296949505806, 0.03647460788488388, 0.02109374850988388, 0.01933593675494194, 0.0076904296875, -0.006591796875, -0.01625976525247097, -0.0274658203125, -0.03273925557732582, -0.03889160230755806, -0.04108886793255806, -0.04636230319738388, -0.05712890625, -0.04855956882238388, -0.04921874776482582, -0.0439453125, -0.03559570387005806, -0.03251953050494194, -0.02680663950741291, -0.0098876953125, -0.0017578124534338713, 0.00747070275247097, 0.012304686941206455, 0.02197265625, 0.028564453125, 0.03559570387005806, 0.0472412109375, 0.04482421651482582, 0.04702148213982582, 0.04702148213982582, 0.05075683444738388, 0.04482421651482582, 0.04042968526482582, 0.03537597507238388, 0.0186767578125, 0.02021484263241291, 0.003735351376235485, -0.0010986328125, -0.009008788503706455, -0.02065429650247097, -0.03339843824505806, -0.03361816331744194, -0.0406494140625, -0.0450439453125, -0.05075683444738388, -0.04746093600988388, -0.0428466796875, -0.04108886793255806, -0.03361816331744194, -0.02878417819738388, -0.02021484263241291, -0.014501952566206455, -0.006152343470603228, 0.00637206993997097, 0.0120849609375, 0.01823730394244194, 0.03251953050494194, 0.03273925557732582, 0.04152831807732582, 0.03933105245232582, 0.03911132737994194, 0.05075683444738388, 0.037353515625, 0.03955078125, 0.03713378682732582, 0.03229980543255806, 0.01933593675494194, 0.009448242373764515, 0.007031249813735485, -0.0068115233443677425, -0.01625976525247097, -0.01845703087747097, -0.02724609337747097, -0.03032226487994194, -0.03647460788488388, -0.04152831807732582, -0.0406494140625, -0.03581542894244194, -0.041748046875, -0.03383788838982582, -0.03032226487994194, -0.02263183519244194, -0.011425781063735485, -0.012524413876235485, -0.0002197265566792339, 0.0057128905318677425, 0.01582031138241291, 0.01406249962747097, 0.02790527231991291, 0.028564453125, 0.04020996019244194, 0.03867187350988388, 0.03383788838982582, 0.03559570387005806, 0.037353515625, 0.02900390513241291, 0.028564453125, 0.02658691257238388, 0.01779785193502903, 0.01274413987994194, 0.0013183592818677425, -0.003076171735301614, -0.01494140550494194, -0.01933593675494194, -0.02351074106991291, -0.02834472618997097, -0.02922363206744194, -0.03098144382238388, -0.03669433668255806, -0.02724609337747097, -0.02702636644244194, -0.02175292931497097, -0.028564453125, -0.01823730394244194, -0.010327148251235485, -0.0098876953125, 0.0002197265566792339, 0.00637206993997097, 0.008129882626235485, 0.0164794921875, 0.02109374850988388, 0.01845703087747097, 0.03098144382238388, 0.0263671875, 0.03339843824505806, 0.02812499925494194, 0.02702636644244194, 0.024169921875, 0.019775390625, 0.012524413876235485, 0.01713867112994194, 0.010107421316206455, 0.0008789062267169356, 0.0017578124534338713, -0.009228515438735485, -0.01076660118997097, -0.013623046688735485, -0.01296386681497097, -0.01713867112994194, -0.01779785193502903, -0.02768554538488388, -0.02219238132238388, -0.01713867112994194, -0.01494140550494194, -0.01164550706744194, -0.01625976525247097, -0.009008788503706455, -0.003076171735301614, 0.003955077845603228, -0.0006591796409338713, 0.009448242373764515, 0.009008788503706455, 0.01318359375, 0.01669921912252903, 0.01274413987994194, 0.01713867112994194, 0.0142822265625, 0.01274413987994194, 0.01076660118997097, 0.01494140550494194, 0.008129882626235485, 0.01274413987994194, 0.005932617001235485, 0.0006591796409338713, 0.0046142577193677425, 0.001538085867650807, 0.0013183592818677425, -0.0013183592818677425, -0.010986328125, -0.011425781063735485, -0.01406249962747097, -0.007250976283103228, -0.00527343712747097, -0.006591796875 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.2222)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.0013183592818677425, 0.0, -0.0024169920943677425, 0.0017578124534338713, 0.0017578124534338713, -0.0004394531133584678, 0.0004394531133584678, -0.003076171735301614, 0.0004394531133584678, 0.0024169920943677425, -0.00527343712747097, 0.003076171735301614, 0.0032958984375, 0.0057128905318677425, 0.0024169920943677425, 0.0035156249068677425, -0.001538085867650807, 0.0054931640625, 0.0032958984375, 0.00856933556497097, -0.001977538922801614, 0.0006591796409338713, -0.001977538922801614, 0.0013183592818677425, 0.00439453125, 0.0035156249068677425, 0.005053710658103228, 0.0008789062267169356, 0.003735351376235485, 0.0017578124534338713, 0.0035156249068677425, -0.0035156249068677425, -0.003955077845603228, -0.00527343712747097, 0.0008789062267169356, -0.0046142577193677425, -0.0004394531133584678, -0.0035156249068677425, -0.0017578124534338713, 0.002197265625, -0.0010986328125, 0.0054931640625, 0.00527343712747097, 0.0068115233443677425, 0.00966796837747097, 0.01274413987994194, 0.01164550706744194, 0.0057128905318677425, 0.0098876953125, 0.0035156249068677425, 0.01054687425494194, 0.0076904296875, 0.0087890625, 0.006591796875, 0.0032958984375, 0.0028564452659338713, 0.001538085867650807, -0.00439453125, -0.0024169920943677425, -0.0032958984375, -0.013623046688735485, -0.012304686941206455, -0.006591796875, -0.01406249962747097, -0.01076660118997097, -0.007031249813735485, -0.012524413876235485, -0.0032958984375, -0.009448242373764515, 0.0002197265566792339, -0.0032958984375, 0.0002197265566792339, 0.0008789062267169356, 0.0120849609375, 0.01494140550494194, 0.01582031138241291, 0.015600585378706455, 0.02021484263241291, 0.02021484263241291, 0.014501952566206455, 0.01384277269244194, 0.02065429650247097, 0.014501952566206455, 0.012524413876235485, 0.01054687425494194, 0.0035156249068677425, 0.001538085867650807, -0.005053710658103228, -0.007910155691206455, -0.010986328125, -0.014501952566206455, -0.012524413876235485, -0.01779785193502903, -0.02065429650247097, -0.0208740234375, -0.02570800669491291, -0.02219238132238388, -0.02153320237994194, -0.0230712890625, -0.01494140550494194, -0.011206054128706455, -0.005932617001235485, -0.0024169920943677425, -0.001538085867650807, 0.0098876953125, 0.010986328125, 0.014721679501235485, 0.01801757700741291, 0.0230712890625, 0.02153320237994194, 0.02658691257238388, 0.03120117075741291, 0.02504882775247097, 0.02482910081744194, 0.02043456956744194, 0.02219238132238388, 0.017578125, 0.0054931640625, -0.0013183592818677425, -0.001977538922801614, -0.0057128905318677425, -0.012524413876235485, -0.019775390625, -0.028564453125, -0.03032226487994194, -0.03273925557732582, -0.03537597507238388, -0.0274658203125, -0.02614746056497097, -0.032958984375, -0.02175292931497097, -0.0186767578125, -0.012304686941206455, -0.012304686941206455, -0.00439453125, 0.0013183592818677425, 0.013623046688735485, 0.02197265625, 0.01999511756002903, 0.02812499925494194, 0.03713378682732582, 0.03383788838982582, 0.03559570387005806, 0.03911132737994194, 0.03515625, 0.02812499925494194, 0.03581542894244194, 0.02263183519244194, 0.01999511756002903, 0.01186523400247097, 0.0013183592818677425, 0.0010986328125, -0.013403319753706455, -0.017578125, -0.02285156212747097, -0.03251953050494194, -0.03867187350988388, -0.03867187350988388, -0.04218749701976776, -0.03823241963982582, -0.03471679612994194, -0.03713378682732582, -0.0318603515625, -0.03010253794491291, -0.01604003831744194, -0.011425781063735485, -0.00527343712747097, 0.00637206993997097, 0.01669921912252903, 0.02373046800494194, 0.03054199181497097, 0.03142089769244194, 0.03515625, 0.04438476264476776, 0.04042968526482582, 0.04855956882238388, 0.0384521484375, 0.03867187350988388, 0.03977050632238388, 0.02592773362994194, 0.02570800669491291, 0.015600585378706455, 0.009228515438735485, -0.001977538922801614, -0.01582031138241291, -0.02614746056497097, -0.02614746056497097, -0.03515625, -0.03713378682732582, -0.04240722581744194, -0.05119628831744194, -0.04658202826976776, -0.04921874776482582, -0.03955078125, -0.03339843824505806, -0.02988281100988388, -0.02263183519244194, -0.0164794921875, -0.0002197265566792339, 0.0013183592818677425, 0.015600585378706455, 0.02460937388241291, 0.03120117075741291, 0.04108886793255806, 0.04020996019244194, 0.04987792670726776, 0.04790038987994194, 0.04877929389476776, 0.04438476264476776, 0.041748046875, 0.03801269456744194, 0.03383788838982582, 0.02834472618997097, 0.01318359375, 0.005053710658103228, -0.007250976283103228, -0.01604003831744194, -0.02285156212747097, -0.03208007663488388, -0.0340576171875, -0.0439453125, -0.05119628831744194, -0.05031738057732582, -0.05097655951976776, -0.05361327901482582, -0.04218749701976776, -0.04262695088982582, -0.03603515401482582, -0.02263183519244194, -0.013623046688735485, -0.007250976283103228, 0.01186523400247097, 0.01801757700741291, 0.0252685546875, 0.03867187350988388, 0.04482421651482582, 0.04350585862994194, 0.05515136569738388, 0.05427245795726776, 0.05405273288488388, 0.05646972358226776, 0.04482421651482582, 0.03867187350988388, 0.03581542894244194, 0.028564453125, 0.01274413987994194, 0.006591796875, -0.005053710658103228, -0.013403319753706455, -0.02197265625, -0.03779296949505806, -0.04416503757238388, -0.04855956882238388, -0.05537109076976776, -0.04790038987994194, -0.05624999850988388, -0.05031738057732582, -0.04833984375, -0.04636230319738388, -0.03361816331744194, -0.02878417819738388, -0.012304686941206455, 0.0004394531133584678, 0.0057128905318677425, 0.02109374850988388, 0.02768554538488388, 0.037353515625, 0.0428466796875, 0.04855956882238388, 0.05624999850988388, 0.05515136569738388, 0.054931640625, 0.0516357421875, 0.05339355394244194, 0.04680175706744194, 0.03911132737994194, 0.0274658203125, 0.01296386681497097, 0.00747070275247097, -0.0024169920943677425, -0.02021484263241291, -0.02351074106991291, -0.03779296949505806, -0.0439453125, -0.05119628831744194, -0.05075683444738388, -0.05537109076976776, -0.052734375, -0.04680175706744194, -0.04812011495232582, -0.03581542894244194, -0.03208007663488388, -0.02724609337747097, -0.010986328125, -0.009228515438735485, 0.003735351376235485, 0.02197265625, 0.02944335900247097, 0.03251953050494194, 0.04196777194738388, 0.052734375, 0.05295410007238388, 0.05185546725988388, 0.05756835639476776, 0.05427245795726776, 0.04548339545726776, 0.03647460788488388, 0.03229980543255806, 0.02922363206744194, 0.0208740234375, 0.01054687425494194, 0.0008789062267169356, -0.02043456956744194, -0.02658691257238388, -0.03559570387005806, -0.04328612983226776, -0.04218749701976776, -0.04921874776482582, -0.05295410007238388, -0.054931640625, -0.04702148213982582, -0.04196777194738388, -0.03273925557732582, -0.03076171875, -0.02724609337747097, -0.017578125, -0.0046142577193677425, 0.005932617001235485, 0.01933593675494194, 0.02153320237994194, 0.02922363206744194, 0.03779296949505806, 0.04218749701976776, 0.05097655951976776, 0.04570312425494194, 0.04570312425494194, 0.04833984375, 0.04438476264476776, 0.03713378682732582, 0.03273925557732582, 0.02548827975988388, 0.011425781063735485, 0.01054687425494194, -0.0028564452659338713, -0.01054687425494194, -0.02219238132238388, -0.0340576171875, -0.03889160230755806, -0.03867187350988388, -0.04218749701976776, -0.04460449144244194, -0.04460449144244194, -0.04240722581744194, -0.03493652120232582, -0.0318603515625, -0.02988281100988388, -0.02153320237994194, -0.006152343470603228, 0.002197265625, 0.007910155691206455, 0.013623046688735485, 0.02658691257238388, 0.03142089769244194, 0.03427734225988388, 0.03999023512005806, 0.04306640475988388, 0.04526367038488388, 0.04548339545726776, 0.04218749701976776, 0.04218749701976776, 0.03801269456744194, 0.03164062276482582, 0.01779785193502903, 0.0098876953125, 0.009448242373764515, -0.0017578124534338713, -0.010986328125, -0.014501952566206455, -0.0263671875, -0.02812499925494194, -0.03977050632238388, -0.03427734225988388, -0.04042968526482582, -0.03779296949505806, -0.03977050632238388, -0.03647460788488388, -0.03317870944738388, -0.02395019493997097, -0.01735839806497097, -0.01494140550494194, -0.007910155691206455, 0.007031249813735485, 0.012304686941206455, 0.01911620981991291, 0.02614746056497097, 0.03054199181497097, 0.032958984375, 0.04042968526482582, 0.037353515625, 0.03229980543255806, 0.03361816331744194, 0.03581542894244194, 0.028564453125, 0.02197265625, 0.01889648474752903, 0.009448242373764515, 0.0032958984375, -0.0028564452659338713, -0.00747070275247097, -0.011206054128706455, -0.02329101413488388, -0.0263671875, -0.03120117075741291, -0.03142089769244194, -0.03032226487994194, -0.03427734225988388, -0.03120117075741291, -0.02570800669491291, -0.02790527231991291, -0.019775390625, -0.01713867112994194, -0.002197265625, 0.0035156249068677425, 0.00747070275247097, 0.010107421316206455, 0.01911620981991291, 0.01933593675494194, 0.01823730394244194, 0.024169921875, 0.03164062276482582, 0.0230712890625, 0.0318603515625, 0.02658691257238388, 0.01999511756002903, 0.015380859375, 0.012524413876235485, 0.01669921912252903, 0.012304686941206455, 0.0057128905318677425, 0.0017578124534338713, -0.0087890625, -0.008129882626235485, -0.01911620981991291, -0.02153320237994194, -0.015600585378706455, -0.01604003831744194, -0.0208740234375, -0.02482910081744194, -0.01669921912252903, -0.02065429650247097, -0.015380859375, -0.01384277269244194, -0.01076660118997097, -0.009008788503706455, -0.0010986328125, 0.0032958984375, 0.007250976283103228, 0.013403319753706455, 0.0098876953125, 0.01516113243997097, 0.0186767578125, 0.02219238132238388, 0.01164550706744194, 0.01801757700741291, 0.013403319753706455, 0.011206054128706455, 0.013403319753706455, 0.011206054128706455, 0.0024169920943677425, 0.002197265625, -0.0017578124534338713, -0.0046142577193677425, 0.002197265625, -0.0046142577193677425, -0.01164550706744194, -0.00527343712747097, -0.009448242373764515, -0.012524413876235485, -0.015600585378706455, -0.007250976283103228 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.3333)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.0041748047806322575, -0.0017578124534338713, 0.002197265625, -0.0028564452659338713, 0.00527343712747097, 0.002197265625, 0.00527343712747097, 0.0006591796409338713, -0.003076171735301614, 0.0008789062267169356, 0.0032958984375, 0.0017578124534338713, 0.0032958984375, -0.0006591796409338713, -0.0010986328125, -0.003735351376235485, -0.003076171735301614, 0.003735351376235485, -0.0013183592818677425, -0.0017578124534338713, -0.0017578124534338713, 0.0032958984375, 0.0008789062267169356, -0.0035156249068677425, -0.001538085867650807, 0.0035156249068677425, -0.0008789062267169356, -0.0004394531133584678, 0.0002197265566792339, -0.002197265625, -0.001977538922801614, -0.0002197265566792339, -0.00527343712747097, -0.0017578124534338713, 0.003955077845603228, 0.0028564452659338713, 0.0010986328125, -0.002636718563735485, 0.005053710658103228, 0.0010986328125, -0.0002197265566792339, 0.0004394531133584678, 0.006152343470603228, 0.0041748047806322575, 0.007910155691206455, 0.0076904296875, 0.0010986328125, 0.004833984188735485, 0.006591796875, 0.00439453125, 0.0087890625, 0.0032958984375, 0.002197265625, 0.005053710658103228, -0.0013183592818677425, 0.001977538922801614, -0.002197265625, -0.009008788503706455, -0.001977538922801614, -0.0087890625, -0.01076660118997097, -0.01186523400247097, -0.010986328125, -0.01054687425494194, -0.00856933556497097, -0.012304686941206455, -0.010986328125, -0.009008788503706455, -0.002636718563735485, -0.004833984188735485, -0.001538085867650807, 0.0010986328125, 0.0017578124534338713, 0.007250976283103228, 0.00637206993997097, 0.012524413876235485, 0.01625976525247097, 0.012304686941206455, 0.02241210825741291, 0.0164794921875, 0.02131347544491291, 0.02175292931497097, 0.01823730394244194, 0.010986328125, 0.01582031138241291, 0.0120849609375, 0.0046142577193677425, 0.0010986328125, -0.005932617001235485, -0.00856933556497097, -0.0142822265625, -0.01604003831744194, -0.01823730394244194, -0.02373046800494194, -0.02219238132238388, -0.02592773362994194, -0.024169921875, -0.0186767578125, -0.01691894419491291, -0.013403319753706455, -0.01296386681497097, -0.006152343470603228, 0.0010986328125, 0.007250976283103228, 0.014501952566206455, 0.0120849609375, 0.01625976525247097, 0.017578125, 0.02197265625, 0.02922363206744194, 0.03032226487994194, 0.032958984375, 0.03164062276482582, 0.03010253794491291, 0.0208740234375, 0.02241210825741291, 0.01406249962747097, 0.011425781063735485, 0.004833984188735485, -0.0035156249068677425, -0.0076904296875, -0.013403319753706455, -0.02175292931497097, -0.02812499925494194, -0.0274658203125, -0.02548827975988388, -0.03537597507238388, -0.03229980543255806, -0.03361816331744194, -0.02878417819738388, -0.0230712890625, -0.02504882775247097, -0.0164794921875, -0.010986328125, -0.0010986328125, 0.007910155691206455, 0.009448242373764515, 0.02197265625, 0.02395019493997097, 0.02548827975988388, 0.03647460788488388, 0.03823241963982582, 0.03933105245232582, 0.04130859300494194, 0.03603515401482582, 0.03098144382238388, 0.02900390513241291, 0.02790527231991291, 0.017578125, 0.01076660118997097, 0.007031249813735485, -0.0035156249068677425, -0.013403319753706455, -0.01779785193502903, -0.02351074106991291, -0.02988281100988388, -0.03208007663488388, -0.03999023512005806, -0.0450439453125, -0.03955078125, -0.0384521484375, -0.03581542894244194, -0.0318603515625, -0.02175292931497097, -0.019775390625, -0.015600585378706455, -0.0006591796409338713, 0.008129882626235485, 0.01516113243997097, 0.01735839806497097, 0.02680663950741291, 0.03361816331744194, 0.03559570387005806, 0.04262695088982582, 0.04592284932732582, 0.04328612983226776, 0.04570312425494194, 0.037353515625, 0.037353515625, 0.02658691257238388, 0.02175292931497097, 0.01604003831744194, 0.0057128905318677425, -0.001538085867650807, -0.01274413987994194, -0.01845703087747097, -0.024169921875, -0.0340576171875, -0.0384521484375, -0.04965820163488388, -0.0428466796875, -0.04482421651482582, -0.04680175706744194, -0.04350585862994194, -0.037353515625, -0.03361816331744194, -0.0208740234375, -0.012304686941206455, -0.0054931640625, 0.0068115233443677425, 0.017578125, 0.02922363206744194, 0.02900390513241291, 0.04306640475988388, 0.05009765550494194, 0.05009765550494194, 0.04548339545726776, 0.05405273288488388, 0.05075683444738388, 0.04899902269244194, 0.041748046875, 0.037353515625, 0.02285156212747097, 0.01186523400247097, 0.001977538922801614, 0.0002197265566792339, -0.01845703087747097, -0.02021484263241291, -0.02834472618997097, -0.0406494140625, -0.04086913913488388, -0.05229492112994194, -0.0472412109375, -0.05141601338982582, -0.0494384765625, -0.0472412109375, -0.03361816331744194, -0.03076171875, -0.02065429650247097, -0.0098876953125, 0.0013183592818677425, 0.009448242373764515, 0.014721679501235485, 0.03054199181497097, 0.03383788838982582, 0.04702148213982582, 0.05075683444738388, 0.04768066108226776, 0.04790038987994194, 0.0560302734375, 0.054931640625, 0.04702148213982582, 0.0428466796875, 0.03273925557732582, 0.0208740234375, 0.014721679501235485, 0.006152343470603228, -0.005932617001235485, -0.0120849609375, -0.02197265625, -0.0362548828125, -0.04306640475988388, -0.04833984375, -0.05119628831744194, -0.05361327901482582, -0.05427245795726776, -0.054931640625, -0.04877929389476776, -0.04350585862994194, -0.03669433668255806, -0.02944335900247097, -0.01801757700741291, -0.003955077845603228, 0.002636718563735485, 0.0208740234375, 0.02988281100988388, 0.03801269456744194, 0.04438476264476776, 0.04921874776482582, 0.05668945237994194, 0.05734863132238388, 0.05075683444738388, 0.05031738057732582, 0.04790038987994194, 0.03823241963982582, 0.03933105245232582, 0.03054199181497097, 0.013403319753706455, 0.0076904296875, -0.0010986328125, -0.0142822265625, -0.02768554538488388, -0.0296630859375, -0.04482421651482582, -0.05031738057732582, -0.05515136569738388, -0.05646972358226776, -0.05712890625, -0.04899902269244194, -0.04240722581744194, -0.04548339545726776, -0.03779296949505806, -0.02570800669491291, -0.01384277269244194, -0.007031249813735485, 0.005932617001235485, 0.014721679501235485, 0.02504882775247097, 0.03273925557732582, 0.04526367038488388, 0.05427245795726776, 0.04855956882238388, 0.04987792670726776, 0.05581054463982582, 0.054931640625, 0.04768066108226776, 0.03955078125, 0.03559570387005806, 0.0208740234375, 0.01186523400247097, 0.005932617001235485, -0.0046142577193677425, -0.01625976525247097, -0.02395019493997097, -0.02724609337747097, -0.04042968526482582, -0.0494384765625, -0.04987792670726776, -0.05119628831744194, -0.0538330078125, -0.04416503757238388, -0.04812011495232582, -0.04152831807732582, -0.02592773362994194, -0.02043456956744194, -0.009008788503706455, 0.0004394531133584678, 0.0076904296875, 0.01669921912252903, 0.02460937388241291, 0.03317870944738388, 0.04328612983226776, 0.04526367038488388, 0.04790038987994194, 0.04877929389476776, 0.05537109076976776, 0.0450439453125, 0.04086913913488388, 0.03603515401482582, 0.03273925557732582, 0.02592773362994194, 0.01186523400247097, 0.00856933556497097, -0.0032958984375, -0.014501952566206455, -0.01933593675494194, -0.02724609337747097, -0.03603515401482582, -0.0384521484375, -0.04746093600988388, -0.04196777194738388, -0.04855956882238388, -0.0439453125, -0.04020996019244194, -0.03603515401482582, -0.02680663950741291, -0.01845703087747097, -0.01384277269244194, -0.0006591796409338713, 0.01076660118997097, 0.01318359375, 0.02197265625, 0.02658691257238388, 0.04020996019244194, 0.03999023512005806, 0.03977050632238388, 0.04833984375, 0.04899902269244194, 0.04196777194738388, 0.03559570387005806, 0.032958984375, 0.02373046800494194, 0.01933593675494194, 0.008349609561264515, 0.0054931640625, -0.0028564452659338713, -0.01494140550494194, -0.01604003831744194, -0.02834472618997097, -0.02834472618997097, -0.03142089769244194, -0.04328612983226776, -0.03779296949505806, -0.04042968526482582, -0.0384521484375, -0.0318603515625, -0.03427734225988388, -0.02482910081744194, -0.01406249962747097, -0.0142822265625, -0.002636718563735485, 0.0087890625, 0.0142822265625, 0.01801757700741291, 0.02131347544491291, 0.03449707105755806, 0.02922363206744194, 0.03515625, 0.04086913913488388, 0.03032226487994194, 0.0340576171875, 0.03515625, 0.028564453125, 0.024169921875, 0.0142822265625, 0.01164550706744194, 0.007031249813735485, -0.0002197265566792339, -0.007031249813735485, -0.0164794921875, -0.01911620981991291, -0.0252685546875, -0.02702636644244194, -0.0274658203125, -0.0340576171875, -0.0274658203125, -0.0274658203125, -0.02614746056497097, -0.01955566368997097, -0.019775390625, -0.0120849609375, -0.003076171735301614, -0.00527343712747097, 0.0041748047806322575, 0.01494140550494194, 0.012524413876235485, 0.0164794921875, 0.01911620981991291, 0.0230712890625, 0.02988281100988388, 0.02438964694738388, 0.02768554538488388, 0.02548827975988388, 0.02878417819738388, 0.01845703087747097, 0.01318359375, 0.01384277269244194, 0.009008788503706455, 0.001977538922801614, -0.0068115233443677425, -0.0054931640625, -0.012524413876235485, -0.011206054128706455, -0.01494140550494194, -0.01801757700741291, -0.02460937388241291, -0.02021484263241291, -0.02175292931497097, -0.01735839806497097, -0.01318359375, -0.01384277269244194, -0.01406249962747097, -0.014501952566206455, -0.01054687425494194, 0.002197265625, -0.0006591796409338713, 0.00637206993997097, 0.01318359375, 0.01384277269244194, 0.014721679501235485, 0.01164550706744194, 0.015380859375, 0.015600585378706455, 0.014721679501235485, 0.01779785193502903, 0.011425781063735485, 0.01582031138241291, 0.0068115233443677425, 0.00527343712747097, 0.009228515438735485, -0.0024169920943677425, -0.0032958984375, 0.0006591796409338713, -0.004833984188735485, -0.00966796837747097, -0.01164550706744194, -0.0054931640625, -0.010986328125, -0.01076660118997097, -0.00966796837747097 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.4444)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.001977538922801614, -0.00439453125, 0.0028564452659338713, 0.00527343712747097, -0.0032958984375, -0.0004394531133584678, -0.0028564452659338713, 0.002197265625, 0.002636718563735485, -0.0035156249068677425, 0.003955077845603228, 0.0035156249068677425, 0.0004394531133584678, -0.0046142577193677425, 0.0004394531133584678, -0.0017578124534338713, 0.003955077845603228, 0.005053710658103228, 0.0028564452659338713, -0.0035156249068677425, -0.003735351376235485, 0.0008789062267169356, -0.0028564452659338713, 0.003735351376235485, -0.0013183592818677425, -0.0008789062267169356, -0.0008789062267169356, 0.0032958984375, -0.0010986328125, 0.005932617001235485, -0.0002197265566792339, 0.0028564452659338713, 0.0013183592818677425, 0.002636718563735485, -0.007031249813735485, 0.0046142577193677425, 0.002636718563735485, -0.003735351376235485, 0.0002197265566792339, 0.003735351376235485, 0.0008789062267169356, 0.005932617001235485, 0.003076171735301614, 0.0024169920943677425, 0.0035156249068677425, 0.0028564452659338713, 0.003735351376235485, 0.010327148251235485, 0.002636718563735485, 0.01164550706744194, 0.008349609561264515, 0.0076904296875, 0.0008789062267169356, 0.0008789062267169356, 0.0002197265566792339, -0.0004394531133584678, 0.001977538922801614, -0.007031249813735485, -0.0076904296875, -0.008129882626235485, -0.006152343470603228, -0.010327148251235485, -0.009448242373764515, -0.014501952566206455, -0.00966796837747097, -0.01318359375, -0.015380859375, -0.0046142577193677425, -0.001977538922801614, -0.00747070275247097, -0.0008789062267169356, 0.006591796875, 0.00439453125, 0.006591796875, 0.009448242373764515, 0.009008788503706455, 0.013623046688735485, 0.01318359375, 0.01318359375, 0.01516113243997097, 0.01406249962747097, 0.02065429650247097, 0.010327148251235485, 0.01669921912252903, 0.01186523400247097, 0.010986328125, 0.00637206993997097, -0.0041748047806322575, -0.0028564452659338713, -0.008349609561264515, -0.015600585378706455, -0.01186523400247097, -0.01625976525247097, -0.02438964694738388, -0.02131347544491291, -0.01999511756002903, -0.02153320237994194, -0.01889648474752903, -0.01955566368997097, -0.0186767578125, -0.0120849609375, -0.008129882626235485, 0.001538085867650807, 0.004833984188735485, 0.006152343470603228, 0.010107421316206455, 0.015380859375, 0.02438964694738388, 0.02131347544491291, 0.028564453125, 0.03142089769244194, 0.024169921875, 0.0252685546875, 0.02131347544491291, 0.02614746056497097, 0.01735839806497097, 0.01779785193502903, 0.00747070275247097, 0.0, 0.002636718563735485, -0.01274413987994194, -0.014501952566206455, -0.015380859375, -0.01801757700741291, -0.028564453125, -0.02988281100988388, -0.02878417819738388, -0.03120117075741291, -0.03361816331744194, -0.02922363206744194, -0.02900390513241291, -0.01801757700741291, -0.01735839806497097, -0.0046142577193677425, 0.0008789062267169356, 0.011206054128706455, 0.01186523400247097, 0.02131347544491291, 0.02790527231991291, 0.03229980543255806, 0.037353515625, 0.03867187350988388, 0.0340576171875, 0.03867187350988388, 0.03515625, 0.0340576171875, 0.032958984375, 0.02790527231991291, 0.01296386681497097, 0.01691894419491291, 0.00637206993997097, -0.0013183592818677425, -0.0098876953125, -0.01933593675494194, -0.02724609337747097, -0.02922363206744194, -0.03757324069738388, -0.03867187350988388, -0.03999023512005806, -0.04482421651482582, -0.03493652120232582, -0.0384521484375, -0.03142089769244194, -0.02197265625, -0.02043456956744194, -0.0076904296875, -0.0076904296875, 0.0068115233443677425, 0.01274413987994194, 0.019775390625, 0.0318603515625, 0.03164062276482582, 0.04416503757238388, 0.04570312425494194, 0.04416503757238388, 0.041748046875, 0.03867187350988388, 0.037353515625, 0.03427734225988388, 0.02812499925494194, 0.02219238132238388, 0.010986328125, 0.007031249813735485, -0.0004394531133584678, -0.01384277269244194, -0.01713867112994194, -0.03471679612994194, -0.03251953050494194, -0.03669433668255806, -0.04680175706744194, -0.04592284932732582, -0.04350585862994194, -0.04680175706744194, -0.037353515625, -0.03779296949505806, -0.03273925557732582, -0.01582031138241291, -0.01318359375, -0.00439453125, 0.01054687425494194, 0.01604003831744194, 0.02043456956744194, 0.02812499925494194, 0.03823241963982582, 0.050537109375, 0.04592284932732582, 0.05097655951976776, 0.05031738057732582, 0.04460449144244194, 0.04240722581744194, 0.03911132737994194, 0.03779296949505806, 0.02285156212747097, 0.01494140550494194, 0.00439453125, -0.001977538922801614, -0.017578125, -0.0252685546875, -0.03603515401482582, -0.037353515625, -0.05207519233226776, -0.05009765550494194, -0.050537109375, -0.05581054463982582, -0.0472412109375, -0.04877929389476776, -0.03757324069738388, -0.02812499925494194, -0.02043456956744194, -0.009448242373764515, -0.002197265625, 0.00747070275247097, 0.014721679501235485, 0.02263183519244194, 0.03801269456744194, 0.0450439453125, 0.04416503757238388, 0.0560302734375, 0.054931640625, 0.05449218675494194, 0.05471191182732582, 0.04877929389476776, 0.04262695088982582, 0.03581542894244194, 0.03229980543255806, 0.012304686941206455, 0.008349609561264515, -0.003076171735301614, -0.01164550706744194, -0.02263183519244194, -0.03691406175494194, -0.0439453125, -0.0494384765625, -0.05229492112994194, -0.05427245795726776, -0.05405273288488388, -0.0516357421875, -0.04702148213982582, -0.04042968526482582, -0.03361816331744194, -0.02241210825741291, -0.01669921912252903, -0.008349609561264515, 0.0076904296875, 0.01801757700741291, 0.03164062276482582, 0.03977050632238388, 0.04152831807732582, 0.046142578125, 0.05712890625, 0.05646972358226776, 0.05976562201976776, 0.05537109076976776, 0.04812011495232582, 0.04636230319738388, 0.03361816331744194, 0.02658691257238388, 0.01735839806497097, 0.01054687425494194, -0.008129882626235485, -0.015600585378706455, -0.02548827975988388, -0.03449707105755806, -0.03889160230755806, -0.04636230319738388, -0.05537109076976776, -0.05449218675494194, -0.05295410007238388, -0.05185546725988388, -0.04877929389476776, -0.03889160230755806, -0.03581542894244194, -0.02329101413488388, -0.015380859375, -0.0004394531133584678, 0.011425781063735485, 0.01494140550494194, 0.02438964694738388, 0.03515625, 0.04812011495232582, 0.04877929389476776, 0.05515136569738388, 0.05778808519244194, 0.0582275390625, 0.05295410007238388, 0.04570312425494194, 0.0428466796875, 0.03801269456744194, 0.02570800669491291, 0.01999511756002903, 0.0017578124534338713, -0.0035156249068677425, -0.01691894419491291, -0.02812499925494194, -0.0340576171875, -0.03933105245232582, -0.04658202826976776, -0.04921874776482582, -0.04548339545726776, -0.05405273288488388, -0.05141601338982582, -0.04152831807732582, -0.03383788838982582, -0.03098144382238388, -0.02021484263241291, -0.0120849609375, -0.001977538922801614, 0.00637206993997097, 0.015380859375, 0.02219238132238388, 0.03603515401482582, 0.03889160230755806, 0.04328612983226776, 0.0516357421875, 0.05207519233226776, 0.05427245795726776, 0.0428466796875, 0.03867187350988388, 0.04086913913488388, 0.03054199181497097, 0.02658691257238388, 0.015380859375, 0.003955077845603228, -0.004833984188735485, -0.00747070275247097, -0.02351074106991291, -0.02790527231991291, -0.03559570387005806, -0.03933105245232582, -0.04262695088982582, -0.04987792670726776, -0.04921874776482582, -0.04899902269244194, -0.03801269456744194, -0.04020996019244194, -0.028564453125, -0.02548827975988388, -0.012304686941206455, -0.001977538922801614, 0.01164550706744194, 0.01845703087747097, 0.02438964694738388, 0.0318603515625, 0.03911132737994194, 0.0406494140625, 0.04482421651482582, 0.04658202826976776, 0.05075683444738388, 0.041748046875, 0.0450439453125, 0.0318603515625, 0.02241210825741291, 0.01823730394244194, 0.01713867112994194, 0.007031249813735485, -0.003076171735301614, -0.01318359375, -0.02065429650247097, -0.0296630859375, -0.03647460788488388, -0.04020996019244194, -0.03955078125, -0.03669433668255806, -0.03911132737994194, -0.03251953050494194, -0.0318603515625, -0.02680663950741291, -0.02812499925494194, -0.02153320237994194, -0.00747070275247097, 0.0008789062267169356, 0.00439453125, 0.007250976283103228, 0.0164794921875, 0.02043456956744194, 0.02900390513241291, 0.03120117075741291, 0.03779296949505806, 0.03229980543255806, 0.03581542894244194, 0.03889160230755806, 0.02878417819738388, 0.02768554538488388, 0.02175292931497097, 0.01516113243997097, 0.0142822265625, -0.0008789062267169356, -0.004833984188735485, -0.005932617001235485, -0.01779785193502903, -0.02131347544491291, -0.0274658203125, -0.03098144382238388, -0.03010253794491291, -0.03317870944738388, -0.02680663950741291, -0.03317870944738388, -0.03032226487994194, -0.02724609337747097, -0.02021484263241291, -0.012524413876235485, -0.007910155691206455, -0.002197265625, 0.002197265625, 0.012524413876235485, 0.011425781063735485, 0.01999511756002903, 0.02109374850988388, 0.02329101413488388, 0.02768554538488388, 0.03120117075741291, 0.03010253794491291, 0.0230712890625, 0.02153320237994194, 0.02109374850988388, 0.017578125, 0.01494140550494194, 0.010107421316206455, -0.0008789062267169356, -0.0008789062267169356, -0.01054687425494194, -0.00966796837747097, -0.009448242373764515, -0.01691894419491291, -0.02285156212747097, -0.01999511756002903, -0.0164794921875, -0.02460937388241291, -0.01999511756002903, -0.017578125, -0.0186767578125, -0.017578125, -0.00966796837747097, -0.0035156249068677425, -0.0002197265566792339, 0.00439453125, 0.01076660118997097, 0.007250976283103228, 0.00747070275247097, 0.0164794921875, 0.017578125, 0.01406249962747097, 0.0164794921875, 0.014501952566206455, 0.01164550706744194, 0.01384277269244194, 0.013403319753706455, 0.0076904296875, 0.0057128905318677425, 0.0057128905318677425, 0.0, 0.0013183592818677425, -0.002197265625, 0.0017578124534338713, -0.003076171735301614, -0.011425781063735485, -0.01516113243997097, -0.009448242373764515, -0.007250976283103228, -0.0076904296875 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.5556)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.0008789062267169356, -0.003076171735301614, 0.0008789062267169356, 0.00439453125, -0.0035156249068677425, 0.003955077845603228, 0.0028564452659338713, -0.0013183592818677425, 0.002636718563735485, -0.0004394531133584678, 0.0010986328125, 0.002636718563735485, 0.005053710658103228, 0.002197265625, 0.0002197265566792339, 0.0017578124534338713, -0.0010986328125, 0.00637206993997097, 0.0013183592818677425, -0.002197265625, 0.0032958984375, 0.0041748047806322575, -0.0008789062267169356, 0.001977538922801614, 0.0032958984375, -0.0017578124534338713, 0.0041748047806322575, -0.0008789062267169356, -0.0028564452659338713, -0.0010986328125, -0.003076171735301614, 0.001977538922801614, 0.0013183592818677425, -0.0046142577193677425, -0.00637206993997097, 0.00439453125, -0.003076171735301614, -0.002197265625, 0.005053710658103228, 0.0, -0.001977538922801614, 0.0024169920943677425, 0.008129882626235485, 0.006591796875, 0.0028564452659338713, 0.0006591796409338713, 0.0046142577193677425, 0.00527343712747097, 0.001538085867650807, 0.01164550706744194, 0.004833984188735485, 0.0054931640625, 0.00856933556497097, 0.005932617001235485, 0.003735351376235485, -0.0008789062267169356, -0.0032958984375, -0.0028564452659338713, -0.0076904296875, -0.007031249813735485, -0.012304686941206455, -0.010107421316206455, -0.0068115233443677425, -0.0087890625, -0.01076660118997097, -0.01384277269244194, -0.011425781063735485, -0.009448242373764515, -0.0076904296875, 0.0008789062267169356, -0.001538085867650807, 0.0046142577193677425, 0.00856933556497097, 0.01318359375, 0.01296386681497097, 0.017578125, 0.01274413987994194, 0.01384277269244194, 0.01582031138241291, 0.019775390625, 0.01691894419491291, 0.01889648474752903, 0.02065429650247097, 0.009228515438735485, 0.0076904296875, 0.007250976283103228, 0.0010986328125, -0.003955077845603228, -0.010986328125, -0.011206054128706455, -0.011206054128706455, -0.01164550706744194, -0.02153320237994194, -0.0164794921875, -0.02109374850988388, -0.02504882775247097, -0.01735839806497097, -0.01801757700741291, -0.015380859375, -0.01384277269244194, -0.01054687425494194, -0.00439453125, -0.0002197265566792339, 0.0004394531133584678, 0.003955077845603228, 0.01296386681497097, 0.01318359375, 0.02438964694738388, 0.024169921875, 0.02395019493997097, 0.02504882775247097, 0.028564453125, 0.02680663950741291, 0.0263671875, 0.02043456956744194, 0.015380859375, 0.01494140550494194, 0.007250976283103228, 0.007250976283103228, -0.0013183592818677425, -0.002636718563735485, -0.0164794921875, -0.02065429650247097, -0.02241210825741291, -0.03339843824505806, -0.02504882775247097, -0.02988281100988388, -0.03691406175494194, -0.02570800669491291, -0.02724609337747097, -0.02131347544491291, -0.01999511756002903, -0.014501952566206455, -0.00966796837747097, 0.0008789062267169356, 0.007031249813735485, 0.0142822265625, 0.01318359375, 0.019775390625, 0.03164062276482582, 0.03339843824505806, 0.03801269456744194, 0.04130859300494194, 0.03493652120232582, 0.03317870944738388, 0.03471679612994194, 0.03208007663488388, 0.02834472618997097, 0.02504882775247097, 0.01735839806497097, 0.005053710658103228, -0.0041748047806322575, -0.007910155691206455, -0.01318359375, -0.02263183519244194, -0.0274658203125, -0.03076171875, -0.03361816331744194, -0.04218749701976776, -0.04438476264476776, -0.03955078125, -0.03317870944738388, -0.03273925557732582, -0.01955566368997097, -0.01955566368997097, -0.01296386681497097, -0.004833984188735485, 0.0076904296875, 0.015380859375, 0.02790527231991291, 0.03098144382238388, 0.03339843824505806, 0.04108886793255806, 0.03933105245232582, 0.04746093600988388, 0.05031738057732582, 0.03933105245232582, 0.0428466796875, 0.03251953050494194, 0.0340576171875, 0.02197265625, 0.01054687425494194, 0.003735351376235485, -0.0004394531133584678, -0.0164794921875, -0.01823730394244194, -0.03054199181497097, -0.03889160230755806, -0.0362548828125, -0.04416503757238388, -0.04899902269244194, -0.04262695088982582, -0.04526367038488388, -0.03889160230755806, -0.04108886793255806, -0.02834472618997097, -0.02175292931497097, -0.013623046688735485, -0.001977538922801614, 0.001977538922801614, 0.01845703087747097, 0.0263671875, 0.03208007663488388, 0.041748046875, 0.04680175706744194, 0.04570312425494194, 0.05075683444738388, 0.05141601338982582, 0.050537109375, 0.04548339545726776, 0.04086913913488388, 0.03164062276482582, 0.0230712890625, 0.0142822265625, 0.0032958984375, -0.0013183592818677425, -0.014501952566206455, -0.02790527231991291, -0.03164062276482582, -0.03867187350988388, -0.0494384765625, -0.04768066108226776, -0.04965820163488388, -0.05339355394244194, -0.04438476264476776, -0.0494384765625, -0.03889160230755806, -0.03383788838982582, -0.019775390625, -0.0164794921875, -0.0041748047806322575, 0.008129882626235485, 0.015600585378706455, 0.02241210825741291, 0.03779296949505806, 0.04570312425494194, 0.04570312425494194, 0.05449218675494194, 0.04899902269244194, 0.05339355394244194, 0.052734375, 0.04636230319738388, 0.03757324069738388, 0.03054199181497097, 0.02724609337747097, 0.0186767578125, 0.0002197265566792339, -0.0087890625, -0.02043456956744194, -0.02329101413488388, -0.03142089769244194, -0.03933105245232582, -0.05009765550494194, -0.04855956882238388, -0.05207519233226776, -0.0560302734375, -0.0494384765625, -0.04482421651482582, -0.03779296949505806, -0.03010253794491291, -0.02109374850988388, -0.009448242373764515, -0.0004394531133584678, 0.01054687425494194, 0.02153320237994194, 0.03054199181497097, 0.03933105245232582, 0.04460449144244194, 0.05361327901482582, 0.05405273288488388, 0.05624999850988388, 0.05690917745232582, 0.05646972358226776, 0.04790038987994194, 0.0450439453125, 0.03339843824505806, 0.02153320237994194, 0.01691894419491291, 0.00747070275247097, -0.0032958984375, -0.01494140550494194, -0.0263671875, -0.03801269456744194, -0.0406494140625, -0.04460449144244194, -0.05097655951976776, -0.05800781026482582, -0.05778808519244194, -0.05075683444738388, -0.04921874776482582, -0.04482421651482582, -0.028564453125, -0.02395019493997097, -0.01406249962747097, -0.0035156249068677425, 0.008129882626235485, 0.01691894419491291, 0.02702636644244194, 0.03339843824505806, 0.03977050632238388, 0.04328612983226776, 0.0472412109375, 0.05515136569738388, 0.0582275390625, 0.05295410007238388, 0.04240722581744194, 0.04218749701976776, 0.032958984375, 0.02724609337747097, 0.01604003831744194, 0.0028564452659338713, -0.0087890625, -0.02043456956744194, -0.02043456956744194, -0.03383788838982582, -0.04526367038488388, -0.04460449144244194, -0.05361327901482582, -0.04636230319738388, -0.04855956882238388, -0.05317382514476776, -0.04899902269244194, -0.0362548828125, -0.02768554538488388, -0.02021484263241291, -0.010986328125, -0.0041748047806322575, 0.0028564452659338713, 0.0186767578125, 0.02373046800494194, 0.03120117075741291, 0.04460449144244194, 0.04768066108226776, 0.04746093600988388, 0.04921874776482582, 0.04790038987994194, 0.04921874776482582, 0.04372558370232582, 0.04328612983226776, 0.02812499925494194, 0.0230712890625, 0.01823730394244194, 0.005932617001235485, -0.0008789062267169356, -0.00856933556497097, -0.01955566368997097, -0.03361816331744194, -0.03977050632238388, -0.0384521484375, -0.04526367038488388, -0.04592284932732582, -0.046142578125, -0.04262695088982582, -0.04086913913488388, -0.03120117075741291, -0.03054199181497097, -0.02285156212747097, -0.01713867112994194, -0.003735351376235485, 0.00439453125, 0.01735839806497097, 0.02197265625, 0.03251953050494194, 0.03559570387005806, 0.04658202826976776, 0.0384521484375, 0.04548339545726776, 0.04570312425494194, 0.041748046875, 0.03339843824505806, 0.03801269456744194, 0.02834472618997097, 0.02109374850988388, 0.0120849609375, 0.007031249813735485, -0.0068115233443677425, -0.01318359375, -0.02131347544491291, -0.02329101413488388, -0.0296630859375, -0.03427734225988388, -0.03999023512005806, -0.04416503757238388, -0.04218749701976776, -0.04042968526482582, -0.03076171875, -0.02482910081744194, -0.02043456956744194, -0.01779785193502903, -0.008349609561264515, -0.0032958984375, 0.0010986328125, 0.00856933556497097, 0.01999511756002903, 0.02021484263241291, 0.02504882775247097, 0.03010253794491291, 0.03273925557732582, 0.0428466796875, 0.04218749701976776, 0.04042968526482582, 0.0296630859375, 0.02900390513241291, 0.02614746056497097, 0.01823730394244194, 0.01054687425494194, 0.0032958984375, -0.00439453125, -0.00856933556497097, -0.01845703087747097, -0.02153320237994194, -0.02329101413488388, -0.024169921875, -0.02812499925494194, -0.0318603515625, -0.03361816331744194, -0.0252685546875, -0.03010253794491291, -0.02570800669491291, -0.014721679501235485, -0.009448242373764515, -0.010986328125, -0.0024169920943677425, 0.0041748047806322575, 0.012304686941206455, 0.015600585378706455, 0.01318359375, 0.02153320237994194, 0.02351074106991291, 0.02812499925494194, 0.03120117075741291, 0.02900390513241291, 0.0230712890625, 0.024169921875, 0.01823730394244194, 0.01318359375, 0.010327148251235485, 0.0046142577193677425, 0.0008789062267169356, 0.00439453125, -0.00747070275247097, -0.004833984188735485, -0.01669921912252903, -0.01274413987994194, -0.01911620981991291, -0.02241210825741291, -0.0252685546875, -0.01845703087747097, -0.014721679501235485, -0.0142822265625, -0.01516113243997097, -0.0120849609375, -0.0120849609375, 0.0006591796409338713, -0.001977538922801614, 0.006152343470603228, 0.00439453125, 0.007031249813735485, 0.010327148251235485, 0.01823730394244194, 0.01494140550494194, 0.01823730394244194, 0.01296386681497097, 0.0164794921875, 0.01186523400247097, 0.015380859375, 0.01274413987994194, 0.01054687425494194, 0.007031249813735485, 0.007031249813735485, 0.0032958984375, 0.00439453125, -0.0004394531133584678, -0.0028564452659338713, -0.010327148251235485, -0.00439453125, -0.010107421316206455, -0.005053710658103228, -0.01054687425494194, -0.01384277269244194 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.6667)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.0006591796409338713, 0.001977538922801614, 0.00439453125, -0.001538085867650807, 0.0041748047806322575, 0.007910155691206455, 0.001977538922801614, 0.0032958984375, -0.0032958984375, 0.004833984188735485, -0.0017578124534338713, -0.0032958984375, -0.001538085867650807, 0.0028564452659338713, -0.0010986328125, 0.0054931640625, 0.003955077845603228, -0.003076171735301614, -0.00439453125, 0.004833984188735485, -0.0028564452659338713, 0.0010986328125, -0.0010986328125, -0.003076171735301614, 0.0008789062267169356, -0.001977538922801614, 0.0, 0.003955077845603228, -0.0006591796409338713, -0.0008789062267169356, -0.001977538922801614, 0.00527343712747097, 0.0028564452659338713, 0.004833984188735485, 0.002636718563735485, 0.00439453125, 0.002197265625, -0.003955077845603228, -0.0002197265566792339, 0.003955077845603228, 0.0054931640625, 0.006152343470603228, 0.0076904296875, 0.002636718563735485, 0.010327148251235485, 0.0017578124534338713, 0.00439453125, 0.01384277269244194, 0.01054687425494194, 0.010327148251235485, 0.007910155691206455, 0.0120849609375, 0.0004394531133584678, -0.0010986328125, -0.002197265625, 0.0013183592818677425, -0.0057128905318677425, -0.002636718563735485, -0.0076904296875, -0.011206054128706455, -0.01406249962747097, -0.01274413987994194, -0.00966796837747097, -0.013623046688735485, -0.013623046688735485, -0.015600585378706455, -0.0032958984375, -0.005053710658103228, -0.0032958984375, 0.0006591796409338713, 0.0024169920943677425, 0.00527343712747097, 0.0004394531133584678, 0.011425781063735485, 0.007250976283103228, 0.014501952566206455, 0.01735839806497097, 0.01823730394244194, 0.0142822265625, 0.02109374850988388, 0.01911620981991291, 0.014721679501235485, 0.01801757700741291, 0.011206054128706455, 0.01274413987994194, 0.010107421316206455, 0.0032958984375, 0.0008789062267169356, -0.007250976283103228, -0.01318359375, -0.01318359375, -0.02065429650247097, -0.02351074106991291, -0.02482910081744194, -0.024169921875, -0.02504882775247097, -0.02219238132238388, -0.014721679501235485, -0.02153320237994194, -0.007910155691206455, -0.0087890625, -0.005932617001235485, -0.005053710658103228, 0.001538085867650807, 0.012304686941206455, 0.01911620981991291, 0.01823730394244194, 0.01911620981991291, 0.02153320237994194, 0.02944335900247097, 0.02482910081744194, 0.02548827975988388, 0.02263183519244194, 0.0296630859375, 0.01625976525247097, 0.02241210825741291, 0.01713867112994194, 0.006152343470603228, 0.0057128905318677425, -0.00527343712747097, -0.007250976283103228, -0.011425781063735485, -0.01823730394244194, -0.01845703087747097, -0.0263671875, -0.02988281100988388, -0.0340576171875, -0.0263671875, -0.03098144382238388, -0.02768554538488388, -0.02592773362994194, -0.01604003831744194, -0.01735839806497097, -0.013623046688735485, -0.00439453125, 0.0035156249068677425, 0.01691894419491291, 0.0208740234375, 0.02614746056497097, 0.02812499925494194, 0.032958984375, 0.0362548828125, 0.03383788838982582, 0.03559570387005806, 0.04042968526482582, 0.03691406175494194, 0.03229980543255806, 0.02197265625, 0.014721679501235485, 0.0142822265625, 0.0032958984375, -0.00637206993997097, -0.007031249813735485, -0.0208740234375, -0.02460937388241291, -0.03273925557732582, -0.03471679612994194, -0.03977050632238388, -0.04416503757238388, -0.03449707105755806, -0.0428466796875, -0.037353515625, -0.02482910081744194, -0.02329101413488388, -0.0164794921875, -0.014501952566206455, 0.0028564452659338713, 0.0041748047806322575, 0.009008788503706455, 0.02175292931497097, 0.03098144382238388, 0.03208007663488388, 0.04350585862994194, 0.03889160230755806, 0.04218749701976776, 0.04438476264476776, 0.0439453125, 0.04482421651482582, 0.037353515625, 0.032958984375, 0.02482910081744194, 0.010327148251235485, 0.003076171735301614, -0.0041748047806322575, -0.01186523400247097, -0.02373046800494194, -0.03273925557732582, -0.03955078125, -0.03867187350988388, -0.04548339545726776, -0.04372558370232582, -0.04636230319738388, -0.04812011495232582, -0.03889160230755806, -0.032958984375, -0.03032226487994194, -0.02504882775247097, -0.01186523400247097, -0.0041748047806322575, 0.0076904296875, 0.011425781063735485, 0.02724609337747097, 0.02834472618997097, 0.04240722581744194, 0.04086913913488388, 0.04680175706744194, 0.05734863132238388, 0.04877929389476776, 0.0472412109375, 0.04746093600988388, 0.04130859300494194, 0.0384521484375, 0.024169921875, 0.02109374850988388, 0.0013183592818677425, -0.00439453125, -0.01318359375, -0.02109374850988388, -0.02614746056497097, -0.03471679612994194, -0.04218749701976776, -0.04372558370232582, -0.04921874776482582, -0.05119628831744194, -0.05427245795726776, -0.0439453125, -0.03867187350988388, -0.0340576171875, -0.0252685546875, -0.01933593675494194, -0.006152343470603228, 0.002636718563735485, 0.02043456956744194, 0.02504882775247097, 0.03669433668255806, 0.04548339545726776, 0.05119628831744194, 0.052734375, 0.05141601338982582, 0.052734375, 0.05075683444738388, 0.04196777194738388, 0.04218749701976776, 0.03164062276482582, 0.02197265625, 0.01845703087747097, 0.0024169920943677425, -0.0035156249068677425, -0.01406249962747097, -0.02395019493997097, -0.03493652120232582, -0.04108886793255806, -0.04350585862994194, -0.05207519233226776, -0.04833984375, -0.05009765550494194, -0.05097655951976776, -0.04328612983226776, -0.04592284932732582, -0.03361816331744194, -0.02153320237994194, -0.01274413987994194, -0.0046142577193677425, 0.00637206993997097, 0.01274413987994194, 0.02109374850988388, 0.03449707105755806, 0.046142578125, 0.05185546725988388, 0.05339355394244194, 0.054931640625, 0.05712890625, 0.052734375, 0.04262695088982582, 0.04460449144244194, 0.03911132737994194, 0.0230712890625, 0.01713867112994194, 0.007031249813735485, -0.00856933556497097, -0.01582031138241291, -0.02878417819738388, -0.03515625, -0.04262695088982582, -0.04965820163488388, -0.05361327901482582, -0.05031738057732582, -0.05119628831744194, -0.05537109076976776, -0.0516357421875, -0.03713378682732582, -0.03471679612994194, -0.02614746056497097, -0.0186767578125, -0.007031249813735485, 0.002636718563735485, 0.014721679501235485, 0.02900390513241291, 0.03515625, 0.04746093600988388, 0.05031738057732582, 0.05207519233226776, 0.0538330078125, 0.054931640625, 0.05031738057732582, 0.05141601338982582, 0.04372558370232582, 0.02988281100988388, 0.028564453125, 0.01582031138241291, 0.001538085867650807, -0.003076171735301614, -0.01779785193502903, -0.02614746056497097, -0.0296630859375, -0.04218749701976776, -0.046142578125, -0.0450439453125, -0.04790038987994194, -0.0538330078125, -0.04855956882238388, -0.04218749701976776, -0.037353515625, -0.03317870944738388, -0.02175292931497097, -0.01713867112994194, -0.0054931640625, 0.0068115233443677425, 0.01406249962747097, 0.02614746056497097, 0.03383788838982582, 0.04306640475988388, 0.04636230319738388, 0.05295410007238388, 0.0450439453125, 0.04987792670726776, 0.05119628831744194, 0.04899902269244194, 0.03493652120232582, 0.03251953050494194, 0.02043456956744194, 0.01735839806497097, 0.0028564452659338713, -0.0076904296875, -0.01625976525247097, -0.02614746056497097, -0.03449707105755806, -0.04042968526482582, -0.04020996019244194, -0.04790038987994194, -0.04877929389476776, -0.04372558370232582, -0.041748046875, -0.03581542894244194, -0.03339843824505806, -0.02329101413488388, -0.015380859375, -0.009228515438735485, -0.0013183592818677425, 0.009448242373764515, 0.011206054128706455, 0.02768554538488388, 0.03361816331744194, 0.03867187350988388, 0.04306640475988388, 0.04416503757238388, 0.0450439453125, 0.04482421651482582, 0.03801269456744194, 0.04218749701976776, 0.0362548828125, 0.03142089769244194, 0.02482910081744194, 0.013403319753706455, 0.008349609561264515, -0.006152343470603228, -0.013623046688735485, -0.014721679501235485, -0.02438964694738388, -0.0318603515625, -0.03449707105755806, -0.03471679612994194, -0.03647460788488388, -0.04130859300494194, -0.03603515401482582, -0.03273925557732582, -0.03142089769244194, -0.0263671875, -0.01186523400247097, -0.0068115233443677425, -0.003735351376235485, 0.008349609561264515, 0.014721679501235485, 0.01582031138241291, 0.02043456956744194, 0.02702636644244194, 0.03669433668255806, 0.03779296949505806, 0.032958984375, 0.03757324069738388, 0.03317870944738388, 0.03647460788488388, 0.03054199181497097, 0.02285156212747097, 0.01296386681497097, 0.014501952566206455, 0.0008789062267169356, -0.002636718563735485, -0.0098876953125, -0.01779785193502903, -0.02197265625, -0.02768554538488388, -0.0274658203125, -0.02922363206744194, -0.03229980543255806, -0.02768554538488388, -0.03361816331744194, -0.0263671875, -0.0186767578125, -0.01801757700741291, -0.01076660118997097, -0.003735351376235485, -0.0008789062267169356, 0.0008789062267169356, 0.009228515438735485, 0.01054687425494194, 0.01582031138241291, 0.02438964694738388, 0.02153320237994194, 0.03054199181497097, 0.02944335900247097, 0.02988281100988388, 0.02131347544491291, 0.0263671875, 0.02153320237994194, 0.01735839806497097, 0.01604003831744194, 0.006152343470603228, 0.0002197265566792339, -0.0032958984375, -0.005053710658103228, -0.010107421316206455, -0.01186523400247097, -0.0164794921875, -0.01713867112994194, -0.02329101413488388, -0.02197265625, -0.02592773362994194, -0.01999511756002903, -0.0186767578125, -0.01911620981991291, -0.01186523400247097, -0.01054687425494194, -0.0046142577193677425, 0.0024169920943677425, 0.002197265625, 0.00856933556497097, 0.014501952566206455, 0.014501952566206455, 0.012304686941206455, 0.015380859375, 0.01999511756002903, 0.02197265625, 0.015600585378706455, 0.0186767578125, 0.01384277269244194, 0.01669921912252903, 0.009008788503706455, 0.0041748047806322575, 0.00527343712747097, 0.0046142577193677425, -0.0024169920943677425, -0.0041748047806322575, -0.005932617001235485, -0.006152343470603228, -0.003735351376235485, -0.00637206993997097, -0.009008788503706455, -0.012304686941206455, -0.01406249962747097 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.7778)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ -0.005053710658103228, 0.005053710658103228, 0.0024169920943677425, -0.0032958984375, -0.0017578124534338713, 0.003076171735301614, 0.003955077845603228, 0.00637206993997097, 0.001538085867650807, -0.0017578124534338713, 0.0002197265566792339, -0.003076171735301614, -0.0008789062267169356, 0.0006591796409338713, -0.001538085867650807, 0.00439453125, -0.002197265625, -0.003076171735301614, -0.0006591796409338713, 0.0054931640625, 0.001977538922801614, 0.0017578124534338713, 0.003076171735301614, -0.0013183592818677425, 0.00439453125, -0.003955077845603228, -0.0028564452659338713, -0.002636718563735485, 0.0041748047806322575, 0.004833984188735485, 0.0024169920943677425, -0.0002197265566792339, 0.002197265625, -0.0010986328125, -0.003955077845603228, -0.0004394531133584678, 0.002636718563735485, -0.003955077845603228, 0.002197265625, 0.001538085867650807, 0.002636718563735485, -0.0024169920943677425, 0.009448242373764515, 0.0087890625, 0.004833984188735485, 0.010327148251235485, 0.010107421316206455, 0.008349609561264515, 0.0057128905318677425, 0.003076171735301614, 0.01164550706744194, 0.002197265625, 0.0004394531133584678, 0.002197265625, -0.003735351376235485, -0.0006591796409338713, -0.005932617001235485, -0.0032958984375, -0.008349609561264515, -0.006591796875, -0.0041748047806322575, -0.014501952566206455, -0.015380859375, -0.01296386681497097, -0.010107421316206455, -0.01164550706744194, -0.012524413876235485, -0.007031249813735485, -0.0068115233443677425, -0.0002197265566792339, -0.006591796875, 0.0041748047806322575, 0.0017578124534338713, 0.004833984188735485, 0.012524413876235485, 0.01274413987994194, 0.01604003831744194, 0.01582031138241291, 0.01516113243997097, 0.01384277269244194, 0.0208740234375, 0.01911620981991291, 0.0098876953125, 0.013623046688735485, 0.0035156249068677425, 0.009008788503706455, -0.002197265625, -0.0032958984375, -0.006152343470603228, -0.01076660118997097, -0.01164550706744194, -0.01625976525247097, -0.014501952566206455, -0.019775390625, -0.02658691257238388, -0.0263671875, -0.01911620981991291, -0.02065429650247097, -0.015600585378706455, -0.019775390625, -0.014721679501235485, -0.009008788503706455, -0.00637206993997097, 0.00856933556497097, 0.00747070275247097, 0.01384277269244194, 0.0142822265625, 0.01801757700741291, 0.02482910081744194, 0.02482910081744194, 0.02592773362994194, 0.0318603515625, 0.03032226487994194, 0.02724609337747097, 0.0274658203125, 0.01604003831744194, 0.01889648474752903, 0.0087890625, 0.007031249813735485, 0.0, -0.0046142577193677425, -0.01823730394244194, -0.01604003831744194, -0.02482910081744194, -0.02724609337747097, -0.03098144382238388, -0.03076171875, -0.03691406175494194, -0.032958984375, -0.02944335900247097, -0.0274658203125, -0.01691894419491291, -0.01186523400247097, -0.011206054128706455, -0.003955077845603228, 0.0002197265566792339, 0.007250976283103228, 0.01296386681497097, 0.01955566368997097, 0.02790527231991291, 0.03471679612994194, 0.03647460788488388, 0.03933105245232582, 0.04152831807732582, 0.03955078125, 0.03251953050494194, 0.03142089769244194, 0.02702636644244194, 0.01823730394244194, 0.01582031138241291, 0.0046142577193677425, -0.0006591796409338713, -0.01384277269244194, -0.015600585378706455, -0.02197265625, -0.02680663950741291, -0.03229980543255806, -0.03339843824505806, -0.04350585862994194, -0.041748046875, -0.03823241963982582, -0.03515625, -0.03229980543255806, -0.02373046800494194, -0.02197265625, -0.007031249813735485, -0.002197265625, 0.00747070275247097, 0.01845703087747097, 0.01779785193502903, 0.03229980543255806, 0.03471679612994194, 0.04460449144244194, 0.03889160230755806, 0.04482421651482582, 0.04262695088982582, 0.0472412109375, 0.04152831807732582, 0.03933105245232582, 0.02900390513241291, 0.01845703087747097, 0.01625976525247097, 0.0057128905318677425, -0.0076904296875, -0.011206054128706455, -0.02351074106991291, -0.03164062276482582, -0.03757324069738388, -0.03977050632238388, -0.046142578125, -0.04965820163488388, -0.04372558370232582, -0.04592284932732582, -0.04570312425494194, -0.03229980543255806, -0.03229980543255806, -0.02680663950741291, -0.01274413987994194, -0.003735351376235485, 0.0010986328125, 0.01274413987994194, 0.02614746056497097, 0.02944335900247097, 0.03669433668255806, 0.0428466796875, 0.05229492112994194, 0.04548339545726776, 0.05141601338982582, 0.04746093600988388, 0.04768066108226776, 0.03955078125, 0.03515625, 0.02834472618997097, 0.010327148251235485, 0.001538085867650807, 0.0, -0.010327148251235485, -0.01845703087747097, -0.03229980543255806, -0.04152831807732582, -0.04042968526482582, -0.05207519233226776, -0.05888671800494194, -0.05141601338982582, -0.052734375, -0.04196777194738388, -0.03933105245232582, -0.02878417819738388, -0.02592773362994194, -0.011206054128706455, -0.002197265625, 0.009448242373764515, 0.017578125, 0.02790527231991291, 0.03317870944738388, 0.037353515625, 0.052734375, 0.0560302734375, 0.052734375, 0.05361327901482582, 0.05251464620232582, 0.04152831807732582, 0.03427734225988388, 0.03164062276482582, 0.02900390513241291, 0.02021484263241291, 0.008349609561264515, -0.003076171735301614, -0.01823730394244194, -0.02131347544491291, -0.03471679612994194, -0.04350585862994194, -0.04658202826976776, -0.0516357421875, -0.05559081956744194, -0.05207519233226776, -0.052734375, -0.05185546725988388, -0.04086913913488388, -0.03449707105755806, -0.028564453125, -0.01054687425494194, 0.0002197265566792339, 0.0046142577193677425, 0.01889648474752903, 0.02570800669491291, 0.03273925557732582, 0.04218749701976776, 0.04899902269244194, 0.05295410007238388, 0.04965820163488388, 0.05317382514476776, 0.05075683444738388, 0.04592284932732582, 0.03955078125, 0.03317870944738388, 0.02702636644244194, 0.01735839806497097, 0.00747070275247097, -0.0013183592818677425, -0.01494140550494194, -0.02197265625, -0.03229980543255806, -0.04526367038488388, -0.0516357421875, -0.05075683444738388, -0.05668945237994194, -0.05075683444738388, -0.050537109375, -0.04899902269244194, -0.04240722581744194, -0.03471679612994194, -0.0274658203125, -0.0142822265625, -0.00637206993997097, 0.002197265625, 0.02263183519244194, 0.02285156212747097, 0.037353515625, 0.04328612983226776, 0.046142578125, 0.05361327901482582, 0.05317382514476776, 0.05449218675494194, 0.05515136569738388, 0.04570312425494194, 0.03757324069738388, 0.03229980543255806, 0.02329101413488388, 0.01669921912252903, 0.003735351376235485, 0.0006591796409338713, -0.015380859375, -0.02790527231991291, -0.03273925557732582, -0.04240722581744194, -0.04548339545726776, -0.05075683444738388, -0.05405273288488388, -0.05361327901482582, -0.05141601338982582, -0.04899902269244194, -0.03603515401482582, -0.03603515401482582, -0.02658691257238388, -0.010107421316206455, -0.0057128905318677425, 0.009228515438735485, 0.01186523400247097, 0.028564453125, 0.03339843824505806, 0.03383788838982582, 0.03867187350988388, 0.05075683444738388, 0.05229492112994194, 0.04965820163488388, 0.04680175706744194, 0.03867187350988388, 0.037353515625, 0.02922363206744194, 0.02175292931497097, 0.01384277269244194, 0.005053710658103228, -0.007910155691206455, -0.013403319753706455, -0.01889648474752903, -0.0318603515625, -0.03889160230755806, -0.04372558370232582, -0.04350585862994194, -0.05075683444738388, -0.0472412109375, -0.04328612983226776, -0.04372558370232582, -0.03779296949505806, -0.02614746056497097, -0.01911620981991291, -0.009228515438735485, -0.0035156249068677425, 0.0032958984375, 0.01669921912252903, 0.0186767578125, 0.03273925557732582, 0.03955078125, 0.03581542894244194, 0.04460449144244194, 0.04130859300494194, 0.04833984375, 0.04350585862994194, 0.03867187350988388, 0.03010253794491291, 0.02812499925494194, 0.0252685546875, 0.01186523400247097, 0.003955077845603228, 0.0013183592818677425, -0.01406249962747097, -0.01955566368997097, -0.02988281100988388, -0.0274658203125, -0.03251953050494194, -0.03669433668255806, -0.04240722581744194, -0.03757324069738388, -0.03581542894244194, -0.03977050632238388, -0.03537597507238388, -0.02109374850988388, -0.02131347544491291, -0.01054687425494194, -0.0068115233443677425, 0.003955077845603228, 0.007910155691206455, 0.024169921875, 0.028564453125, 0.02834472618997097, 0.03361816331744194, 0.03757324069738388, 0.032958984375, 0.03691406175494194, 0.03493652120232582, 0.03669433668255806, 0.02680663950741291, 0.02658691257238388, 0.01318359375, 0.014721679501235485, -0.0010986328125, -0.006591796875, -0.01406249962747097, -0.0164794921875, -0.0164794921875, -0.02197265625, -0.02373046800494194, -0.03383788838982582, -0.03120117075741291, -0.0296630859375, -0.02878417819738388, -0.02504882775247097, -0.02197265625, -0.02043456956744194, -0.01582031138241291, -0.0087890625, -0.003955077845603228, 0.001977538922801614, 0.01274413987994194, 0.013623046688735485, 0.01296386681497097, 0.01801757700741291, 0.02373046800494194, 0.02790527231991291, 0.02614746056497097, 0.02570800669491291, 0.02460937388241291, 0.02482910081744194, 0.01582031138241291, 0.01713867112994194, 0.014721679501235485, 0.011206054128706455, -0.0013183592818677425, -0.001977538922801614, -0.00527343712747097, -0.008349609561264515, -0.01955566368997097, -0.01604003831744194, -0.02043456956744194, -0.02043456956744194, -0.01801757700741291, -0.0230712890625, -0.02175292931497097, -0.01274413987994194, -0.01911620981991291, -0.0087890625, -0.011206054128706455, -0.002197265625, 0.0024169920943677425, 0.003076171735301614, 0.00966796837747097, 0.0142822265625, 0.014501952566206455, 0.012304686941206455, 0.015380859375, 0.01494140550494194, 0.017578125, 0.01669921912252903, 0.012524413876235485, 0.013403319753706455, 0.01516113243997097, 0.0087890625, 0.0120849609375, 0.005932617001235485, -0.0028564452659338713, -0.0010986328125, -0.004833984188735485, -0.010986328125, -0.005053710658103228, -0.006152343470603228, -0.01164550706744194, -0.007910155691206455, -0.008349609561264515, -0.010327148251235485 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.8889)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.0013183592818677425, -0.0006591796409338713, 0.005053710658103228, -0.0002197265566792339, 0.0041748047806322575, 0.003955077845603228, 0.0057128905318677425, 0.0010986328125, -0.001977538922801614, -0.0032958984375, 0.004833984188735485, -0.002636718563735485, 0.0035156249068677425, -0.003735351376235485, -0.0028564452659338713, -0.0006591796409338713, -0.0032958984375, 0.0041748047806322575, 0.001538085867650807, 0.0054931640625, -0.003076171735301614, -0.0006591796409338713, 0.0041748047806322575, -0.0013183592818677425, 0.0002197265566792339, 0.004833984188735485, -0.0046142577193677425, 0.0017578124534338713, -0.002636718563735485, -0.001538085867650807, -0.003955077845603228, -0.001977538922801614, -0.006591796875, -0.002636718563735485, 0.0046142577193677425, -0.0035156249068677425, 0.0002197265566792339, -0.003955077845603228, 0.001538085867650807, 0.001977538922801614, -0.003955077845603228, 0.001977538922801614, 0.003076171735301614, 0.010986328125, 0.002197265625, 0.009448242373764515, 0.002636718563735485, 0.01318359375, 0.0024169920943677425, 0.0017578124534338713, 0.00856933556497097, 0.0057128905318677425, 0.006591796875, 0.00747070275247097, 0.005932617001235485, -0.0041748047806322575, 0.0002197265566792339, -0.0010986328125, -0.0017578124534338713, -0.007250976283103228, -0.007250976283103228, -0.01186523400247097, -0.00637206993997097, -0.01318359375, -0.009228515438735485, -0.01494140550494194, -0.01164550706744194, -0.0035156249068677425, -0.003076171735301614, -0.00527343712747097, -0.0017578124534338713, 0.003735351376235485, 0.0035156249068677425, 0.007031249813735485, 0.006591796875, 0.008129882626235485, 0.01691894419491291, 0.01911620981991291, 0.013623046688735485, 0.02197265625, 0.01911620981991291, 0.01604003831744194, 0.01604003831744194, 0.010986328125, 0.004833984188735485, 0.01076660118997097, 0.006591796875, -0.0046142577193677425, -0.008349609561264515, -0.007910155691206455, -0.0186767578125, -0.0208740234375, -0.01889648474752903, -0.02460937388241291, -0.02548827975988388, -0.01406249962747097, -0.01889648474752903, -0.01713867112994194, -0.01669921912252903, -0.012524413876235485, -0.00637206993997097, -0.007031249813735485, -0.002636718563735485, 0.00747070275247097, 0.008129882626235485, 0.010327148251235485, 0.01582031138241291, 0.02351074106991291, 0.02043456956744194, 0.02614746056497097, 0.02900390513241291, 0.02592773362994194, 0.02614746056497097, 0.02109374850988388, 0.02592773362994194, 0.02263183519244194, 0.01779785193502903, 0.00637206993997097, 0.009448242373764515, -0.002197265625, -0.010107421316206455, -0.015600585378706455, -0.019775390625, -0.01801757700741291, -0.024169921875, -0.02570800669491291, -0.03427734225988388, -0.02680663950741291, -0.02878417819738388, -0.03427734225988388, -0.02592773362994194, -0.02065429650247097, -0.01801757700741291, -0.0076904296875, -0.0068115233443677425, 0.0017578124534338713, 0.01625976525247097, 0.01911620981991291, 0.02482910081744194, 0.02614746056497097, 0.03647460788488388, 0.0318603515625, 0.03361816331744194, 0.03933105245232582, 0.0362548828125, 0.02900390513241291, 0.03098144382238388, 0.0296630859375, 0.017578125, 0.01318359375, 0.00439453125, 0.0002197265566792339, -0.012524413876235485, -0.02241210825741291, -0.01955566368997097, -0.02724609337747097, -0.03691406175494194, -0.03515625, -0.03911132737994194, -0.03581542894244194, -0.03383788838982582, -0.032958984375, -0.03054199181497097, -0.028564453125, -0.01669921912252903, -0.007910155691206455, 0.001538085867650807, 0.0076904296875, 0.008349609561264515, 0.01955566368997097, 0.0318603515625, 0.03251953050494194, 0.04328612983226776, 0.04152831807732582, 0.04482421651482582, 0.04416503757238388, 0.04350585862994194, 0.03955078125, 0.03449707105755806, 0.0263671875, 0.02373046800494194, 0.00856933556497097, 0.0008789062267169356, -0.00439453125, -0.01164550706744194, -0.02175292931497097, -0.03251953050494194, -0.03449707105755806, -0.04086913913488388, -0.04746093600988388, -0.04921874776482582, -0.04526367038488388, -0.04196777194738388, -0.04196777194738388, -0.03669433668255806, -0.02922363206744194, -0.01933593675494194, -0.01691894419491291, -0.007031249813735485, 0.00966796837747097, 0.01933593675494194, 0.02263183519244194, 0.03537597507238388, 0.03933105245232582, 0.04086913913488388, 0.04592284932732582, 0.04680175706744194, 0.05449218675494194, 0.05141601338982582, 0.04482421651482582, 0.04262695088982582, 0.03208007663488388, 0.019775390625, 0.01296386681497097, 0.00637206993997097, -0.0057128905318677425, -0.0087890625, -0.02768554538488388, -0.03383788838982582, -0.03955078125, -0.04548339545726776, -0.05119628831744194, -0.04570312425494194, -0.04921874776482582, -0.04658202826976776, -0.04658202826976776, -0.03427734225988388, -0.03120117075741291, -0.0208740234375, -0.01625976525247097, 0.0002197265566792339, 0.0057128905318677425, 0.01823730394244194, 0.02878417819738388, 0.03999023512005806, 0.03757324069738388, 0.05339355394244194, 0.04921874776482582, 0.05515136569738388, 0.054931640625, 0.05581054463982582, 0.04592284932732582, 0.04416503757238388, 0.0384521484375, 0.02021484263241291, 0.01516113243997097, 0.0068115233443677425, 0.0006591796409338713, -0.0164794921875, -0.02570800669491291, -0.03823241963982582, -0.03757324069738388, -0.04240722581744194, -0.0538330078125, -0.04987792670726776, -0.05207519233226776, -0.04833984375, -0.04855956882238388, -0.0439453125, -0.03054199181497097, -0.01999511756002903, -0.013403319753706455, -0.0046142577193677425, 0.005932617001235485, 0.01625976525247097, 0.024169921875, 0.03339843824505806, 0.04416503757238388, 0.05317382514476776, 0.05207519233226776, 0.04965820163488388, 0.05471191182732582, 0.0494384765625, 0.04790038987994194, 0.03889160230755806, 0.03273925557732582, 0.02329101413488388, 0.0120849609375, 0.00747070275247097, -0.007031249813735485, -0.013623046688735485, -0.02395019493997097, -0.03493652120232582, -0.03933105245232582, -0.05339355394244194, -0.05185546725988388, -0.0560302734375, -0.05009765550494194, -0.05097655951976776, -0.04306640475988388, -0.03603515401482582, -0.02900390513241291, -0.02197265625, -0.009448242373764515, -0.0032958984375, 0.011206054128706455, 0.019775390625, 0.03251953050494194, 0.03208007663488388, 0.04548339545726776, 0.04460449144244194, 0.0582275390625, 0.05361327901482582, 0.05559081956744194, 0.04790038987994194, 0.04921874776482582, 0.046142578125, 0.03581542894244194, 0.02922363206744194, 0.0142822265625, 0.002636718563735485, -0.00856933556497097, -0.01779785193502903, -0.02548827975988388, -0.03339843824505806, -0.0362548828125, -0.04768066108226776, -0.04965820163488388, -0.04702148213982582, -0.05229492112994194, -0.04482421651482582, -0.04658202826976776, -0.03208007663488388, -0.03603515401482582, -0.02702636644244194, -0.01801757700741291, -0.0035156249068677425, 0.00747070275247097, 0.014721679501235485, 0.02724609337747097, 0.03317870944738388, 0.0439453125, 0.04833984375, 0.05031738057732582, 0.050537109375, 0.05097655951976776, 0.05075683444738388, 0.04812011495232582, 0.03823241963982582, 0.03142089769244194, 0.02570800669491291, 0.01933593675494194, 0.008349609561264515, -0.003955077845603228, -0.01604003831744194, -0.02065429650247097, -0.02768554538488388, -0.04152831807732582, -0.0384521484375, -0.04460449144244194, -0.04240722581744194, -0.0428466796875, -0.04240722581744194, -0.0439453125, -0.03317870944738388, -0.0252685546875, -0.01669921912252903, -0.0087890625, -0.002197265625, 0.004833984188735485, 0.01076660118997097, 0.02175292931497097, 0.03032226487994194, 0.03911132737994194, 0.0439453125, 0.04833984375, 0.04570312425494194, 0.0439453125, 0.04658202826976776, 0.03383788838982582, 0.03515625, 0.02812499925494194, 0.01582031138241291, 0.01669921912252903, 0.007910155691206455, -0.002636718563735485, -0.011425781063735485, -0.01582031138241291, -0.02790527231991291, -0.02768554538488388, -0.03142089769244194, -0.041748046875, -0.03669433668255806, -0.03669433668255806, -0.03955078125, -0.03054199181497097, -0.03098144382238388, -0.01801757700741291, -0.015600585378706455, -0.01076660118997097, 0.003076171735301614, 0.006152343470603228, 0.0087890625, 0.0208740234375, 0.02768554538488388, 0.0263671875, 0.03537597507238388, 0.03515625, 0.04108886793255806, 0.037353515625, 0.03054199181497097, 0.03120117075741291, 0.02548827975988388, 0.02570800669491291, 0.02197265625, 0.01582031138241291, 0.0017578124534338713, 0.0032958984375, -0.0054931640625, -0.01604003831744194, -0.0208740234375, -0.02373046800494194, -0.0318603515625, -0.02592773362994194, -0.03515625, -0.02922363206744194, -0.02944335900247097, -0.02548827975988388, -0.0186767578125, -0.014501952566206455, -0.011425781063735485, -0.009228515438735485, -0.0010986328125, 0.003076171735301614, 0.012524413876235485, 0.0186767578125, 0.013623046688735485, 0.024169921875, 0.02043456956744194, 0.02548827975988388, 0.02768554538488388, 0.02460937388241291, 0.02373046800494194, 0.02065429650247097, 0.02329101413488388, 0.02131347544491291, 0.012304686941206455, 0.005932617001235485, 0.006152343470603228, -0.0006591796409338713, -0.008129882626235485, -0.014721679501235485, -0.01384277269244194, -0.01669921912252903, -0.015380859375, -0.01823730394244194, -0.01801757700741291, -0.02021484263241291, -0.013623046688735485, -0.01999511756002903, -0.01999511756002903, -0.01582031138241291, -0.009228515438735485, -0.003076171735301614, 0.0010986328125, -0.002197265625, 0.003076171735301614, 0.011425781063735485, 0.015380859375, 0.01845703087747097, 0.01713867112994194, 0.0142822265625, 0.01604003831744194, 0.01779785193502903, 0.012304686941206455, 0.017578125, 0.0068115233443677425, 0.0068115233443677425, 0.010107421316206455, 0.003955077845603228, 0.003955077845603228, -0.001977538922801614, -0.0032958984375, -0.0068115233443677425, -0.009228515438735485, -0.007250976283103228, -0.01186523400247097, -0.0068115233443677425, -0.012304686941206455, -0.01582031138241291 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 1)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x", "y": [ 0.00439453125, 0.002197265625, -0.0002197265566792339, 0.0046142577193677425, 0.0057128905318677425, -0.0002197265566792339, 0.0, 0.0041748047806322575, -0.0004394531133584678, 0.0006591796409338713, 0.0035156249068677425, 0.0032958984375, 0.0004394531133584678, -0.003076171735301614, 0.004833984188735485, 0.0004394531133584678, 0.0054931640625, -0.0006591796409338713, -0.0004394531133584678, -0.002197265625, -0.002197265625, -0.001977538922801614, 0.001538085867650807, 0.003955077845603228, -0.0032958984375, 0.0013183592818677425, -0.004833984188735485, -0.0032958984375, 0.003076171735301614, 0.0, -0.0013183592818677425, 0.0017578124534338713, 0.0035156249068677425, -0.0028564452659338713, -0.0006591796409338713, -0.002636718563735485, 0.0035156249068677425, 0.0028564452659338713, -0.0008789062267169356, 0.0010986328125, -0.0006591796409338713, -0.0004394531133584678, 0.007031249813735485, 0.0017578124534338713, 0.0054931640625, 0.006152343470603228, 0.0041748047806322575, 0.01186523400247097, 0.0076904296875, 0.009448242373764515, 0.007250976283103228, 0.009228515438735485, 0.0, 0.003955077845603228, -0.0024169920943677425, -0.0028564452659338713, -0.006152343470603228, -0.001538085867650807, -0.00637206993997097, -0.00856933556497097, -0.009008788503706455, -0.01494140550494194, -0.009008788503706455, -0.0098876953125, -0.00637206993997097, -0.007910155691206455, -0.01406249962747097, -0.005053710658103228, -0.003955077845603228, -0.002197265625, 0.0008789062267169356, 0.0041748047806322575, 0.002636718563735485, 0.011425781063735485, 0.006591796875, 0.00966796837747097, 0.009448242373764515, 0.01625976525247097, 0.0142822265625, 0.01889648474752903, 0.02065429650247097, 0.02241210825741291, 0.0186767578125, 0.0087890625, 0.007250976283103228, 0.008349609561264515, 0.0006591796409338713, 0.0032958984375, -0.003735351376235485, -0.010327148251235485, -0.010986328125, -0.01955566368997097, -0.01669921912252903, -0.01911620981991291, -0.02043456956744194, -0.017578125, -0.02438964694738388, -0.014501952566206455, -0.02263183519244194, -0.01296386681497097, -0.010986328125, -0.0035156249068677425, -0.004833984188735485, 0.0046142577193677425, 0.01054687425494194, 0.010986328125, 0.0142822265625, 0.02548827975988388, 0.02658691257238388, 0.024169921875, 0.02944335900247097, 0.028564453125, 0.0274658203125, 0.02724609337747097, 0.02197265625, 0.01296386681497097, 0.01164550706744194, 0.00637206993997097, 0.0041748047806322575, 0.002197265625, -0.01296386681497097, -0.01735839806497097, -0.01911620981991291, -0.02241210825741291, -0.02548827975988388, -0.03251953050494194, -0.0318603515625, -0.03581542894244194, -0.02900390513241291, -0.02614746056497097, -0.02988281100988388, -0.02197265625, -0.01186523400247097, -0.0041748047806322575, -0.0054931640625, 0.007031249813735485, 0.0054931640625, 0.015380859375, 0.01955566368997097, 0.02702636644244194, 0.03010253794491291, 0.03339843824505806, 0.03889160230755806, 0.03779296949505806, 0.04130859300494194, 0.03361816331744194, 0.03339843824505806, 0.02065429650247097, 0.01735839806497097, 0.006152343470603228, 0.0068115233443677425, -0.005932617001235485, -0.007250976283103228, -0.0164794921875, -0.01933593675494194, -0.02812499925494194, -0.03098144382238388, -0.03669433668255806, -0.04086913913488388, -0.03867187350988388, -0.03955078125, -0.03383788838982582, -0.02790527231991291, -0.02944335900247097, -0.01582031138241291, -0.013403319753706455, -0.0002197265566792339, 0.0098876953125, 0.01054687425494194, 0.02460937388241291, 0.02988281100988388, 0.03098144382238388, 0.03691406175494194, 0.04218749701976776, 0.05031738057732582, 0.04548339545726776, 0.04262695088982582, 0.03647460788488388, 0.03537597507238388, 0.02834472618997097, 0.01999511756002903, 0.01713867112994194, -0.0006591796409338713, -0.008129882626235485, -0.01494140550494194, -0.02351074106991291, -0.02614746056497097, -0.03823241963982582, -0.03779296949505806, -0.04921874776482582, -0.04592284932732582, -0.04987792670726776, -0.04548339545726776, -0.03559570387005806, -0.03867187350988388, -0.02768554538488388, -0.02438964694738388, -0.012304686941206455, 0.0010986328125, 0.0028564452659338713, 0.01076660118997097, 0.01933593675494194, 0.02768554538488388, 0.03801269456744194, 0.04086913913488388, 0.04812011495232582, 0.0494384765625, 0.05471191182732582, 0.04987792670726776, 0.04152831807732582, 0.04152831807732582, 0.03559570387005806, 0.02153320237994194, 0.011206054128706455, 0.0057128905318677425, -0.00747070275247097, -0.015600585378706455, -0.028564453125, -0.03164062276482582, -0.04416503757238388, -0.04746093600988388, -0.0439453125, -0.0494384765625, -0.04855956882238388, -0.04921874776482582, -0.04152831807732582, -0.0340576171875, -0.03581542894244194, -0.02219238132238388, -0.010327148251235485, -0.001538085867650807, 0.006152343470603228, 0.0164794921875, 0.024169921875, 0.03317870944738388, 0.041748046875, 0.04899902269244194, 0.0560302734375, 0.05537109076976776, 0.05778808519244194, 0.046142578125, 0.04570312425494194, 0.04746093600988388, 0.032958984375, 0.02482910081744194, 0.02043456956744194, 0.0010986328125, -0.003955077845603228, -0.0164794921875, -0.0252685546875, -0.0296630859375, -0.04086913913488388, -0.0450439453125, -0.050537109375, -0.05295410007238388, -0.05075683444738388, -0.05734863132238388, -0.04702148213982582, -0.04108886793255806, -0.03229980543255806, -0.02219238132238388, -0.01999511756002903, -0.0041748047806322575, 0.01076660118997097, 0.01691894419491291, 0.02922363206744194, 0.03471679612994194, 0.04130859300494194, 0.04328612983226776, 0.050537109375, 0.05800781026482582, 0.05581054463982582, 0.05185546725988388, 0.04768066108226776, 0.04636230319738388, 0.03449707105755806, 0.02241210825741291, 0.01845703087747097, 0.004833984188735485, -0.0028564452659338713, -0.01625976525247097, -0.02241210825741291, -0.03581542894244194, -0.04086913913488388, -0.0450439453125, -0.05295410007238388, -0.04899902269244194, -0.05800781026482582, -0.04592284932732582, -0.04416503757238388, -0.03911132737994194, -0.03581542894244194, -0.01911620981991291, -0.01318359375, 0.0002197265566792339, 0.011206054128706455, 0.01406249962747097, 0.03076171875, 0.03581542894244194, 0.04570312425494194, 0.050537109375, 0.05339355394244194, 0.05361327901482582, 0.05756835639476776, 0.04965820163488388, 0.04877929389476776, 0.04108886793255806, 0.02878417819738388, 0.02922363206744194, 0.015600585378706455, 0.002636718563735485, -0.004833984188735485, -0.01845703087747097, -0.02790527231991291, -0.03098144382238388, -0.03647460788488388, -0.04460449144244194, -0.04482421651482582, -0.05207519233226776, -0.05449218675494194, -0.04899902269244194, -0.04152831807732582, -0.04262695088982582, -0.02922363206744194, -0.02395019493997097, -0.014721679501235485, -0.002636718563735485, 0.006152343470603228, 0.01933593675494194, 0.02548827975988388, 0.03317870944738388, 0.04306640475988388, 0.04658202826976776, 0.0516357421875, 0.05185546725988388, 0.05119628831744194, 0.04592284932732582, 0.04680175706744194, 0.03647460788488388, 0.03032226487994194, 0.02131347544491291, 0.009228515438735485, 0.0057128905318677425, -0.0004394531133584678, -0.0186767578125, -0.0208740234375, -0.0296630859375, -0.03471679612994194, -0.04020996019244194, -0.04592284932732582, -0.04636230319738388, -0.0450439453125, -0.04526367038488388, -0.041748046875, -0.03273925557732582, -0.02570800669491291, -0.0208740234375, -0.008349609561264515, -0.007250976283103228, 0.003735351376235485, 0.01582031138241291, 0.0252685546875, 0.02944335900247097, 0.03515625, 0.03867187350988388, 0.04746093600988388, 0.04020996019244194, 0.04921874776482582, 0.04108886793255806, 0.03911132737994194, 0.03449707105755806, 0.0318603515625, 0.02175292931497097, 0.01735839806497097, 0.001977538922801614, 0.001977538922801614, -0.011206054128706455, -0.02043456956744194, -0.02900390513241291, -0.03054199181497097, -0.03999023512005806, -0.03427734225988388, -0.0406494140625, -0.03713378682732582, -0.03383788838982582, -0.0318603515625, -0.028564453125, -0.02878417819738388, -0.019775390625, -0.007031249813735485, -0.0041748047806322575, 0.0041748047806322575, 0.009228515438735485, 0.015600585378706455, 0.02285156212747097, 0.02768554538488388, 0.03054199181497097, 0.037353515625, 0.03757324069738388, 0.03823241963982582, 0.03493652120232582, 0.02768554538488388, 0.0318603515625, 0.0230712890625, 0.02065429650247097, 0.006152343470603228, 0.00856933556497097, -0.00439453125, -0.0035156249068677425, -0.009228515438735485, -0.01625976525247097, -0.0274658203125, -0.02504882775247097, -0.03032226487994194, -0.0263671875, -0.03076171875, -0.03120117075741291, -0.02812499925494194, -0.02658691257238388, -0.012524413876235485, -0.009008788503706455, -0.00747070275247097, -0.0054931640625, 0.0017578124534338713, 0.01406249962747097, 0.010107421316206455, 0.014501952566206455, 0.02219238132238388, 0.02109374850988388, 0.02944335900247097, 0.02878417819738388, 0.02944335900247097, 0.03010253794491291, 0.02065429650247097, 0.019775390625, 0.01625976525247097, 0.00856933556497097, 0.0041748047806322575, 0.0002197265566792339, -0.001977538922801614, -0.010107421316206455, -0.0087890625, -0.01823730394244194, -0.01779785193502903, -0.01735839806497097, -0.02197265625, -0.015380859375, -0.01845703087747097, -0.01625976525247097, -0.01516113243997097, -0.009008788503706455, -0.015600585378706455, -0.00856933556497097, -0.005053710658103228, 0.002636718563735485, 0.001538085867650807, 0.0087890625, 0.009008788503706455, 0.01164550706744194, 0.011425781063735485, 0.01713867112994194, 0.01494140550494194, 0.01823730394244194, 0.01494140550494194, 0.0186767578125, 0.01691894419491291, 0.01582031138241291, 0.00856933556497097, 0.0057128905318677425, 0.005932617001235485, -0.0008789062267169356, 0.0017578124534338713, 0.0002197265566792339, -0.0068115233443677425, -0.009228515438735485, -0.010986328125, -0.0032958984375, -0.011206054128706455, -0.01054687425494194, -0.0054931640625 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.0017578124534338713, -0.0008789062267169356, -0.002197265625, -0.002197265625, -0.0024169920943677425, -0.0013183592818677425, -0.0032958984375, -0.0010986328125, -0.0024169920943677425, -0.0013183592818677425, -0.001538085867650807, -0.0017578124534338713, -0.0008789062267169356, -0.0013183592818677425, -0.0013183592818677425, -0.0013183592818677425, -0.0028564452659338713, -0.0028564452659338713, -0.0008789062267169356, -0.0004394531133584678, -0.002636718563735485, -0.001977538922801614, -0.0032958984375, -0.001977538922801614, -0.001538085867650807, -0.0008789062267169356, -0.0028564452659338713, -0.0004394531133584678, -0.0017578124534338713, -0.002636718563735485, -0.002636718563735485, -0.0024169920943677425, -0.002197265625, -0.002197265625, -0.0024169920943677425, -0.001538085867650807, -0.0010986328125, -0.001538085867650807, -0.001538085867650807, -0.001977538922801614, -0.0013183592818677425, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.0032958984375, -0.0008789062267169356, -0.001977538922801614, -0.0017578124534338713, -0.001538085867650807, -0.001977538922801614, -0.0017578124534338713, -0.001538085867650807, -0.001977538922801614, 0.0002197265566792339, -0.0010986328125, -0.0028564452659338713, -0.0013183592818677425, -0.001977538922801614, -0.002197265625, -0.0017578124534338713, -0.003735351376235485, -0.0013183592818677425, -0.0008789062267169356, -0.0032958984375, -0.0028564452659338713, -0.0010986328125, -0.0008789062267169356, -0.0028564452659338713, -0.0006591796409338713, -0.0024169920943677425, -0.002636718563735485, -0.001538085867650807, -0.002197265625, -0.0028564452659338713, -0.0010986328125, -0.0013183592818677425, -0.0010986328125, -0.0002197265566792339, -0.0008789062267169356, -0.0006591796409338713, -0.0035156249068677425, -0.0028564452659338713, 0.0008789062267169356, -0.0017578124534338713, -0.002636718563735485, -0.001977538922801614, -0.002197265625, -0.0010986328125, -0.0032958984375, -0.0024169920943677425, -0.003076171735301614, -0.0017578124534338713, -0.003076171735301614, -0.002636718563735485, -0.0013183592818677425, -0.001538085867650807, -0.0013183592818677425, -0.0006591796409338713, -0.002636718563735485, -0.0017578124534338713, -0.001538085867650807, -0.002197265625, -0.002636718563735485, 0.0002197265566792339, 0.0004394531133584678, -0.002197265625, -0.0013183592818677425, -0.0024169920943677425, -0.0017578124534338713, -0.0017578124534338713, -0.002197265625, -0.0010986328125, -0.0006591796409338713, -0.0017578124534338713, -0.0017578124534338713, -0.003076171735301614, -0.0017578124534338713, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.0024169920943677425, -0.0008789062267169356, -0.0013183592818677425, 0.0, -0.0010986328125, -0.003735351376235485, -0.0017578124534338713, -0.0017578124534338713, -0.0010986328125, -0.002197265625, -0.0024169920943677425, -0.001538085867650807, -0.0017578124534338713, -0.0010986328125, -0.0010986328125, -0.0004394531133584678, 0.0, -0.0024169920943677425, -0.003076171735301614, -0.001538085867650807, -0.001977538922801614, -0.003076171735301614, -0.002197265625, -0.0028564452659338713, -0.003076171735301614, -0.001538085867650807, -0.0008789062267169356, -0.001538085867650807, -0.0013183592818677425, -0.002636718563735485, -0.0010986328125, -0.001977538922801614, -0.0024169920943677425, -0.0010986328125, -0.003076171735301614, -0.0024169920943677425, -0.0017578124534338713, -0.001538085867650807, -0.0024169920943677425, -0.0017578124534338713, -0.001977538922801614, -0.002197265625, -0.0032958984375, -0.0017578124534338713, -0.001538085867650807, -0.0024169920943677425, -0.0017578124534338713, -0.001538085867650807, -0.0013183592818677425, -0.0010986328125, -0.0004394531133584678, -0.0013183592818677425, -0.0010986328125, -0.0013183592818677425, -0.002636718563735485, -0.0002197265566792339, -0.002197265625, -0.0008789062267169356, 0.0, -0.001538085867650807, -0.0028564452659338713, -0.0010986328125, -0.002197265625, -0.0028564452659338713, -0.0010986328125, -0.0028564452659338713, -0.0024169920943677425, -0.001538085867650807, -0.0013183592818677425, -0.0010986328125, -0.0008789062267169356, -0.0010986328125, -0.0013183592818677425, -0.0006591796409338713, -0.0024169920943677425, -0.0028564452659338713, -0.0006591796409338713, -0.0017578124534338713, -0.003076171735301614, -0.003076171735301614, -0.002197265625, -0.0017578124534338713, -0.002636718563735485, -0.0024169920943677425, -0.0028564452659338713, -0.0024169920943677425, -0.0002197265566792339, -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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.1111)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.013623046688735485, -0.01582031138241291, -0.01999511756002903, -0.02329101413488388, -0.02702636644244194, -0.02944335900247097, -0.0318603515625, -0.03164062276482582, -0.0318603515625, -0.0318603515625, -0.02944335900247097, -0.02944335900247097, -0.02878417819738388, -0.02438964694738388, -0.02373046800494194, -0.02021484263241291, -0.01669921912252903, -0.01406249962747097, -0.011425781063735485, -0.0087890625, -0.007031249813735485, -0.003076171735301614, -0.0010986328125, 0.001538085867650807, 0.0028564452659338713, 0.0028564452659338713, 0.0046142577193677425, 0.00439453125, 0.005932617001235485, 0.007031249813735485, 0.005932617001235485, 0.00527343712747097, 0.00439453125, 0.005932617001235485, 0.0041748047806322575, 0.0032958984375, 0.0024169920943677425, 0.0028564452659338713, -0.0006591796409338713, -0.0006591796409338713, -0.0004394531133584678, -0.002197265625, -0.0010986328125, -0.0017578124534338713, -0.002636718563735485, -0.002197265625, -0.001977538922801614, -0.0028564452659338713, -0.002636718563735485, -0.002636718563735485, -0.0028564452659338713, -0.0006591796409338713, -0.001538085867650807, -0.0006591796409338713, -0.0024169920943677425, -0.001977538922801614, -0.0013183592818677425, -0.001977538922801614, -0.003076171735301614, -0.002636718563735485, -0.001977538922801614, 0.0002197265566792339, -0.0010986328125, -0.0013183592818677425, -0.002636718563735485, -0.0013183592818677425, -0.001977538922801614, -0.0024169920943677425, -0.0002197265566792339, -0.0035156249068677425, 0.0002197265566792339, 0.0, -0.0035156249068677425, 0.0002197265566792339, -0.0010986328125, -0.0017578124534338713, -0.0008789062267169356, -0.001538085867650807, -0.003955077845603228, -0.0028564452659338713, -0.003076171735301614, -0.002636718563735485, -0.0010986328125, -0.0002197265566792339, -0.0017578124534338713, -0.001538085867650807, -0.002197265625, -0.0013183592818677425, -0.0013183592818677425, -0.0017578124534338713, -0.0017578124534338713, -0.002197265625, -0.0017578124534338713, -0.0010986328125, -0.002197265625, -0.0024169920943677425, -0.002636718563735485, -0.0010986328125, -0.0013183592818677425, -0.0006591796409338713, -0.0013183592818677425, -0.0010986328125, -0.0028564452659338713, -0.001538085867650807, -0.0032958984375, -0.0017578124534338713, -0.002197265625, -0.003735351376235485, -0.0035156249068677425, -0.0010986328125, 0.0, -0.0010986328125, -0.0008789062267169356, -0.0017578124534338713, -0.0017578124534338713, -0.001538085867650807, -0.003076171735301614, -0.0010986328125, -0.0008789062267169356, -0.0006591796409338713, -0.001538085867650807, -0.0013183592818677425, -0.0006591796409338713, -0.0006591796409338713, -0.0013183592818677425, -0.001538085867650807, -0.0028564452659338713, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.002197265625, -0.001977538922801614, -0.0004394531133584678, -0.0017578124534338713, -0.0013183592818677425, -0.001538085867650807, -0.0024169920943677425, -0.001977538922801614, -0.0004394531133584678, -0.001977538922801614, -0.0035156249068677425, -0.0028564452659338713, -0.0006591796409338713, -0.0017578124534338713, -0.0008789062267169356, -0.001977538922801614, -0.0004394531133584678, -0.0008789062267169356, -0.0024169920943677425, -0.0004394531133584678, -0.0013183592818677425, -0.002197265625, -0.003076171735301614, -0.0035156249068677425, -0.002636718563735485, -0.001977538922801614, -0.0013183592818677425, -0.0028564452659338713, -0.0032958984375, -0.0002197265566792339, -0.0035156249068677425, -0.002197265625, -0.0017578124534338713, -0.0017578124534338713, -0.003076171735301614, -0.0028564452659338713, -0.001538085867650807, -0.0032958984375, -0.0017578124534338713, -0.0004394531133584678, -0.0006591796409338713, -0.003076171735301614, -0.002197265625, -0.0008789062267169356, -0.002197265625, -0.0017578124534338713, -0.002636718563735485, -0.0024169920943677425, -0.0010986328125, 0.0, -0.001977538922801614, -0.0002197265566792339, -0.0013183592818677425, -0.002636718563735485, -0.0024169920943677425, -0.0017578124534338713, -0.0010986328125, -0.001538085867650807, -0.0010986328125, -0.0002197265566792339, 0.0002197265566792339, -0.0004394531133584678, -0.001977538922801614, -0.0008789062267169356, -0.001538085867650807, -0.001538085867650807, -0.0032958984375, -0.0010986328125, -0.0006591796409338713, -0.0006591796409338713, -0.002197265625, -0.0046142577193677425, -0.0024169920943677425, -0.002197265625, -0.0010986328125, -0.0010986328125, -0.0013183592818677425, -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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.2222)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.02263183519244194, -0.03164062276482582, -0.03933105245232582, -0.04350585862994194, -0.0516357421875, -0.05581054463982582, -0.05976562201976776, -0.06108398362994194, -0.06218261644244194, -0.06130370870232582, -0.05976562201976776, -0.05712890625, -0.05405273288488388, -0.04702148213982582, -0.0439453125, -0.03779296949505806, -0.03383788838982582, -0.02702636644244194, -0.02109374850988388, -0.014501952566206455, -0.00966796837747097, -0.0068115233443677425, 0.0, 0.002636718563735485, 0.0068115233443677425, 0.0098876953125, 0.01164550706744194, 0.01406249962747097, 0.01274413987994194, 0.01516113243997097, 0.01406249962747097, 0.01384277269244194, 0.013623046688735485, 0.01296386681497097, 0.00966796837747097, 0.009448242373764515, 0.0057128905318677425, 0.0041748047806322575, 0.0032958984375, 0.0032958984375, 0.0006591796409338713, -0.0002197265566792339, -0.001977538922801614, -0.0035156249068677425, -0.0032958984375, -0.0028564452659338713, -0.0013183592818677425, -0.0028564452659338713, -0.002636718563735485, -0.002636718563735485, -0.00439453125, -0.0013183592818677425, -0.003076171735301614, -0.003735351376235485, -0.0032958984375, -0.0017578124534338713, -0.0028564452659338713, -0.0010986328125, -0.0002197265566792339, -0.0008789062267169356, -0.002636718563735485, 0.0, -0.0008789062267169356, -0.0013183592818677425, -0.0024169920943677425, -0.0004394531133584678, -0.002197265625, -0.001977538922801614, -0.0024169920943677425, -0.0010986328125, -0.0006591796409338713, 0.0002197265566792339, -0.001538085867650807, -0.0013183592818677425, -0.0008789062267169356, -0.0017578124534338713, -0.0032958984375, -0.001977538922801614, -0.001977538922801614, -0.002197265625, -0.0024169920943677425, -0.0008789062267169356, -0.0010986328125, -0.0006591796409338713, -0.0035156249068677425, -0.001977538922801614, -0.0010986328125, -0.0010986328125, -0.002636718563735485, -0.001538085867650807, -0.0028564452659338713, -0.0010986328125, -0.0017578124534338713, -0.0017578124534338713, -0.001977538922801614, -0.002636718563735485, -0.0028564452659338713, -0.0035156249068677425, -0.003076171735301614, -0.0004394531133584678, -0.001977538922801614, -0.002636718563735485, -0.0028564452659338713, -0.001977538922801614, -0.003076171735301614, -0.0024169920943677425, -0.0013183592818677425, -0.0004394531133584678, -0.002636718563735485, -0.0004394531133584678, -0.002636718563735485, -0.003955077845603228, -0.0024169920943677425, -0.0013183592818677425, -0.0024169920943677425, -0.0002197265566792339, -0.002197265625, -0.001977538922801614, -0.0010986328125, -0.001977538922801614, -0.002197265625, -0.0010986328125, -0.0006591796409338713, -0.0024169920943677425, -0.0032958984375, 0.0, -0.004833984188735485, -0.0028564452659338713, -0.0028564452659338713, -0.0041748047806322575, -0.002197265625, -0.0017578124534338713, -0.0008789062267169356, -0.001538085867650807, -0.001538085867650807, -0.0002197265566792339, -0.0008789062267169356, -0.0024169920943677425, -0.002197265625, -0.0028564452659338713, -0.0024169920943677425, -0.0028564452659338713, -0.002636718563735485, -0.0004394531133584678, -0.0006591796409338713, 0.0, -0.0002197265566792339, -0.002197265625, -0.0024169920943677425, -0.002197265625, -0.0013183592818677425, -0.0013183592818677425, -0.0024169920943677425, -0.0024169920943677425, -0.0032958984375, -0.0010986328125, 0.0002197265566792339, -0.0002197265566792339, -0.0024169920943677425, -0.002197265625, -0.0008789062267169356, -0.0004394531133584678, -0.0010986328125, -0.002197265625, -0.0017578124534338713, -0.0006591796409338713, -0.0024169920943677425, -0.0008789062267169356, -0.001538085867650807, -0.0013183592818677425, -0.001538085867650807, -0.0013183592818677425, -0.0028564452659338713, 0.0004394531133584678, -0.0013183592818677425, -0.0008789062267169356, -0.0035156249068677425, -0.0002197265566792339, -0.0035156249068677425, -0.0046142577193677425, -0.0041748047806322575, -0.0041748047806322575, -0.0032958984375, -0.002197265625, -0.001538085867650807, -0.003076171735301614, -0.003076171735301614, -0.002636718563735485, -0.0024169920943677425, 0.0002197265566792339, -0.002197265625, 0.0, -0.001977538922801614, -0.0013183592818677425, -0.0010986328125, 0.0, -0.0024169920943677425, -0.0010986328125, -0.0024169920943677425, -0.0008789062267169356, -0.0013183592818677425, -0.002636718563735485, -0.002197265625, -0.0010986328125, -0.0010986328125, -0.0008789062267169356, -0.002636718563735485, -0.002636718563735485, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.3333)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.03142089769244194, -0.04438476264476776, -0.054931640625, -0.06591796875, -0.07514648139476776, -0.08151855319738388, -0.08723144233226776, -0.09052734076976776, -0.090087890625, -0.08920898288488388, -0.08723144233226776, -0.08437499403953552, -0.07844237983226776, -0.07272949069738388, -0.06503906100988388, -0.05712890625, -0.04790038987994194, -0.03867187350988388, -0.03098144382238388, -0.02197265625, -0.013403319753706455, -0.0068115233443677425, -0.0002197265566792339, 0.007250976283103228, 0.010986328125, 0.01516113243997097, 0.01779785193502903, 0.02131347544491291, 0.0208740234375, 0.02241210825741291, 0.02241210825741291, 0.01999511756002903, 0.02021484263241291, 0.01911620981991291, 0.014721679501235485, 0.012524413876235485, 0.0098876953125, 0.007910155691206455, 0.0068115233443677425, 0.003735351376235485, -0.0004394531133584678, 0.0006591796409338713, -0.002197265625, -0.003076171735301614, -0.0032958984375, -0.003076171735301614, -0.0032958984375, -0.0032958984375, -0.0032958984375, -0.002197265625, -0.002636718563735485, -0.0024169920943677425, -0.0024169920943677425, -0.002636718563735485, -0.0017578124534338713, -0.002636718563735485, -0.0028564452659338713, -0.002636718563735485, -0.002636718563735485, -0.001977538922801614, -0.0006591796409338713, -0.0013183592818677425, -0.0008789062267169356, 0.0004394531133584678, 0.0008789062267169356, 0.0002197265566792339, -0.001538085867650807, -0.0017578124534338713, -0.0004394531133584678, 0.0004394531133584678, -0.0017578124534338713, -0.0013183592818677425, -0.0013183592818677425, -0.0010986328125, 0.0002197265566792339, -0.0004394531133584678, -0.0017578124534338713, -0.0006591796409338713, -0.0013183592818677425, -0.002636718563735485, -0.0032958984375, -0.002636718563735485, -0.002636718563735485, 0.0002197265566792339, -0.0004394531133584678, -0.0006591796409338713, -0.001977538922801614, -0.001977538922801614, -0.0013183592818677425, -0.0006591796409338713, -0.0032958984375, -0.0017578124534338713, -0.001538085867650807, -0.0032958984375, -0.0010986328125, 0.0002197265566792339, -0.0013183592818677425, -0.0006591796409338713, -0.0013183592818677425, -0.002636718563735485, -0.0010986328125, -0.001977538922801614, -0.0024169920943677425, 0.0, -0.0010986328125, -0.002636718563735485, -0.0017578124534338713, -0.001538085867650807, -0.001977538922801614, -0.0028564452659338713, 0.0006591796409338713, -0.0024169920943677425, -0.001977538922801614, -0.001977538922801614, -0.0024169920943677425, -0.0006591796409338713, -0.0024169920943677425, -0.0024169920943677425, -0.002636718563735485, -0.0024169920943677425, -0.001977538922801614, -0.0017578124534338713, -0.003076171735301614, -0.0006591796409338713, -0.0013183592818677425, -0.0013183592818677425, -0.002636718563735485, -0.0035156249068677425, -0.002636718563735485, -0.0017578124534338713, -0.0017578124534338713, -0.0017578124534338713, -0.001977538922801614, -0.003076171735301614, -0.001538085867650807, -0.0006591796409338713, -0.001977538922801614, -0.002197265625, -0.002197265625, -0.0017578124534338713, -0.0013183592818677425, -0.0013183592818677425, -0.0017578124534338713, -0.003076171735301614, -0.0002197265566792339, 0.0, -0.0008789062267169356, -0.0006591796409338713, -0.0035156249068677425, -0.0032958984375, -0.001538085867650807, -0.003076171735301614, -0.003076171735301614, -0.0008789062267169356, -0.0017578124534338713, -0.0008789062267169356, -0.0028564452659338713, -0.0024169920943677425, -0.0008789062267169356, -0.003076171735301614, -0.0008789062267169356, -0.0008789062267169356, -0.003955077845603228, -0.002197265625, -0.002197265625, -0.002197265625, -0.003076171735301614, -0.0004394531133584678, -0.0008789062267169356, -0.0013183592818677425, -0.001538085867650807, -0.001977538922801614, -0.003955077845603228, -0.003076171735301614, -0.001977538922801614, -0.003076171735301614, -0.0017578124534338713, -0.0032958984375, -0.001977538922801614, 0.0008789062267169356, -0.0006591796409338713, 0.0, -0.0006591796409338713, -0.001977538922801614, -0.0006591796409338713, -0.0010986328125, -0.003076171735301614, -0.003735351376235485, -0.002197265625, -0.0010986328125, -0.001538085867650807, -0.0013183592818677425, -0.0006591796409338713, 0.0008789062267169356, -0.0024169920943677425, -0.0024169920943677425, -0.0004394531133584678, 0.0, -0.001977538922801614, -0.002197265625, -0.0028564452659338713, -0.001538085867650807, -0.0002197265566792339, -0.001977538922801614, -0.0010986328125, -0.0008789062267169356, -0.0013183592818677425, 0.0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.4444)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.04042968526482582, -0.05624999850988388, -0.07207030802965164, -0.08613280951976776, -0.09953612834215164, -0.10898437350988388, -0.11447753757238388, -0.1175537109375, -0.11821288615465164, -0.11997070163488388, -0.11491698771715164, -0.11030273139476776, -0.0999755859375, -0.09470214694738388, -0.08437499403953552, -0.07316894084215164, -0.06130370870232582, -0.05075683444738388, -0.03867187350988388, -0.02834472618997097, -0.01801757700741291, -0.009228515438735485, 0.0006591796409338713, 0.009228515438735485, 0.01669921912252903, 0.02153320237994194, 0.024169921875, 0.02900390513241291, 0.03010253794491291, 0.03273925557732582, 0.03098144382238388, 0.0296630859375, 0.0263671875, 0.02614746056497097, 0.02197265625, 0.019775390625, 0.01494140550494194, 0.01186523400247097, 0.008349609561264515, 0.0046142577193677425, 0.0017578124534338713, 0.0002197265566792339, -0.002636718563735485, -0.003955077845603228, -0.004833984188735485, -0.005932617001235485, -0.005932617001235485, -0.00439453125, -0.0041748047806322575, -0.001977538922801614, -0.0028564452659338713, -0.0032958984375, -0.003076171735301614, -0.0017578124534338713, -0.0028564452659338713, -0.0013183592818677425, -0.0028564452659338713, -0.0002197265566792339, -0.002197265625, -0.0004394531133584678, -0.0006591796409338713, -0.001538085867650807, -0.0013183592818677425, -0.0010986328125, 0.0013183592818677425, 0.0006591796409338713, 0.0002197265566792339, 0.0010986328125, -0.0002197265566792339, -0.001538085867650807, -0.001538085867650807, 0.0004394531133584678, -0.0002197265566792339, 0.0002197265566792339, -0.0013183592818677425, -0.002197265625, -0.0008789062267169356, -0.0017578124534338713, -0.0017578124534338713, -0.0017578124534338713, -0.0024169920943677425, -0.0028564452659338713, -0.001538085867650807, -0.0032958984375, -0.001538085867650807, -0.0013183592818677425, -0.003955077845603228, -0.001538085867650807, -0.0013183592818677425, -0.0013183592818677425, -0.001538085867650807, -0.0032958984375, -0.0032958984375, -0.002197265625, -0.002636718563735485, -0.0013183592818677425, -0.002197265625, -0.0008789062267169356, -0.0010986328125, 0.0004394531133584678, -0.001538085867650807, -0.0006591796409338713, -0.001538085867650807, -0.0013183592818677425, -0.001538085867650807, -0.003076171735301614, -0.0024169920943677425, -0.002636718563735485, -0.0010986328125, -0.002636718563735485, -0.0010986328125, -0.003076171735301614, -0.0028564452659338713, -0.0024169920943677425, -0.0008789062267169356, -0.002197265625, -0.0024169920943677425, -0.0010986328125, -0.002197265625, -0.001977538922801614, -0.001538085867650807, -0.0017578124534338713, -0.002636718563735485, -0.0017578124534338713, -0.0010986328125, -0.001538085867650807, -0.001977538922801614, -0.0017578124534338713, -0.0024169920943677425, -0.0013183592818677425, -0.002636718563735485, -0.0028564452659338713, -0.002197265625, -0.0006591796409338713, -0.0032958984375, -0.0032958984375, -0.001538085867650807, 0.0, -0.0032958984375, -0.0028564452659338713, -0.0008789062267169356, -0.0013183592818677425, -0.0008789062267169356, -0.0017578124534338713, -0.002197265625, -0.0004394531133584678, -0.0002197265566792339, -0.0013183592818677425, -0.002197265625, -0.001538085867650807, -0.002197265625, -0.0024169920943677425, 0.0002197265566792339, -0.002636718563735485, -0.0028564452659338713, -0.0017578124534338713, -0.0017578124534338713, -0.0017578124534338713, -0.001977538922801614, -0.001977538922801614, -0.0028564452659338713, -0.0032958984375, -0.0017578124534338713, -0.002636718563735485, -0.002197265625, -0.0004394531133584678, -0.0013183592818677425, -0.0008789062267169356, -0.002636718563735485, -0.0010986328125, -0.001538085867650807, -0.0010986328125, -0.003076171735301614, -0.0024169920943677425, -0.0017578124534338713, -0.0024169920943677425, -0.0028564452659338713, -0.0035156249068677425, -0.0013183592818677425, -0.001538085867650807, -0.002636718563735485, -0.0032958984375, -0.001538085867650807, -0.0013183592818677425, -0.0028564452659338713, -0.003076171735301614, -0.001977538922801614, -0.001538085867650807, -0.002197265625, -0.002197265625, -0.0024169920943677425, -0.0024169920943677425, -0.001977538922801614, -0.0024169920943677425, -0.0028564452659338713, -0.0035156249068677425, -0.002636718563735485, -0.0017578124534338713, -0.002197265625, -0.0013183592818677425, -0.002636718563735485, -0.002636718563735485, -0.0006591796409338713, -0.0013183592818677425, -0.0028564452659338713, -0.002636718563735485, -0.002636718563735485, -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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.5556)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.04812011495232582, -0.06745605170726776, -0.09052734076976776, -0.10612792521715164, -0.12106933444738388, -0.13337402045726776, -0.14018554985523224, -0.147216796875, -0.1494140625, -0.14853514730930328, -0.14194335043430328, -0.13688965141773224, -0.12656249105930328, -0.1175537109375, -0.103271484375, -0.09228515625, -0.07778320461511612, -0.06437987834215164, -0.05075683444738388, -0.0340576171875, -0.02109374850988388, -0.010107421316206455, 0.0004394531133584678, 0.011206054128706455, 0.02043456956744194, 0.02680663950741291, 0.03054199181497097, 0.03647460788488388, 0.03801269456744194, 0.0406494140625, 0.03889160230755806, 0.03889160230755806, 0.03559570387005806, 0.03208007663488388, 0.02768554538488388, 0.024169921875, 0.01933593675494194, 0.0164794921875, 0.01164550706744194, 0.00637206993997097, 0.001977538922801614, 0.0004394531133584678, -0.0024169920943677425, -0.00439453125, -0.0054931640625, -0.0041748047806322575, -0.0057128905318677425, -0.00527343712747097, -0.0046142577193677425, -0.005053710658103228, -0.0041748047806322575, -0.003076171735301614, -0.00439453125, -0.001977538922801614, -0.0024169920943677425, -0.0004394531133584678, -0.002197265625, -0.0017578124534338713, -0.0002197265566792339, -0.001977538922801614, -0.0024169920943677425, -0.0006591796409338713, -0.0004394531133584678, 0.0006591796409338713, 0.0002197265566792339, -0.0004394531133584678, 0.0, -0.0010986328125, -0.0002197265566792339, -0.0008789062267169356, -0.0008789062267169356, 0.0002197265566792339, -0.0013183592818677425, -0.001538085867650807, -0.001538085867650807, -0.0006591796409338713, -0.0013183592818677425, -0.0006591796409338713, -0.0035156249068677425, -0.0028564452659338713, -0.0013183592818677425, -0.0004394531133584678, -0.003955077845603228, -0.003735351376235485, -0.003076171735301614, -0.0024169920943677425, -0.0035156249068677425, -0.0017578124534338713, -0.0028564452659338713, -0.0024169920943677425, -0.0024169920943677425, -0.001538085867650807, -0.0024169920943677425, -0.0010986328125, -0.0024169920943677425, -0.001538085867650807, -0.001538085867650807, -0.003076171735301614, -0.001977538922801614, -0.0017578124534338713, -0.001977538922801614, -0.0008789062267169356, -0.0028564452659338713, -0.0017578124534338713, -0.0028564452659338713, 0.0, -0.0028564452659338713, -0.002197265625, -0.001977538922801614, -0.001977538922801614, -0.001538085867650807, -0.0006591796409338713, -0.0013183592818677425, -0.002636718563735485, -0.0013183592818677425, -0.001538085867650807, -0.001977538922801614, -0.001977538922801614, -0.001977538922801614, -0.0006591796409338713, -0.0006591796409338713, -0.002197265625, -0.001538085867650807, -0.0013183592818677425, -0.0008789062267169356, -0.001977538922801614, -0.0028564452659338713, -0.002197265625, 0.0002197265566792339, -0.001977538922801614, -0.0028564452659338713, -0.0017578124534338713, -0.0004394531133584678, -0.0006591796409338713, -0.002197265625, -0.0028564452659338713, -0.001977538922801614, -0.0013183592818677425, -0.0017578124534338713, -0.0013183592818677425, -0.002197265625, -0.0035156249068677425, -0.002197265625, -0.001977538922801614, -0.0028564452659338713, -0.0024169920943677425, -0.002197265625, -0.0008789062267169356, -0.0008789062267169356, -0.002636718563735485, -0.0028564452659338713, -0.002636718563735485, -0.002636718563735485, 0.0, -0.0006591796409338713, -0.0041748047806322575, -0.002197265625, -0.001977538922801614, -0.002636718563735485, -0.0028564452659338713, -0.0013183592818677425, -0.002636718563735485, -0.003955077845603228, -0.0010986328125, -0.0017578124534338713, -0.0024169920943677425, -0.0013183592818677425, -0.0006591796409338713, -0.0017578124534338713, -0.001538085867650807, -0.0024169920943677425, -0.0010986328125, -0.001538085867650807, -0.001977538922801614, -0.0008789062267169356, -0.001977538922801614, -0.0017578124534338713, -0.0008789062267169356, -0.0032958984375, -0.0035156249068677425, -0.0028564452659338713, -0.0028564452659338713, -0.0013183592818677425, -0.003076171735301614, -0.002636718563735485, -0.0013183592818677425, -0.0010986328125, -0.0013183592818677425, 0.0006591796409338713, -0.0006591796409338713, -0.0010986328125, -0.001977538922801614, -0.0024169920943677425, -0.002636718563735485, -0.003735351376235485, -0.0032958984375, -0.002197265625, -0.0010986328125, -0.001538085867650807, -0.0017578124534338713, -0.0010986328125, -0.002197265625, -0.002636718563735485, -0.0035156249068677425, -0.0008789062267169356, -0.0024169920943677425, -0.002197265625, -0.001977538922801614, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.6667)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.05515136569738388, -0.07976073771715164, -0.10349120944738388, -0.12458495795726776, -0.14194335043430328, -0.15534667670726776, -0.16303710639476776, -0.17336425185203552, -0.17600096762180328, -0.17666015028953552, -0.16962890326976776, -0.16413573920726776, -0.151611328125, -0.13974608480930328, -0.12282714247703552, -0.10832519084215164, -0.09294433146715164, -0.07492675632238388, -0.05800781026482582, -0.04262695088982582, -0.02482910081744194, -0.010327148251235485, 0.003955077845603228, 0.01384277269244194, 0.02504882775247097, 0.03361816331744194, 0.03911132737994194, 0.04438476264476776, 0.04812011495232582, 0.04855956882238388, 0.04921874776482582, 0.0450439453125, 0.04108886793255806, 0.03823241963982582, 0.0340576171875, 0.02944335900247097, 0.02175292931497097, 0.017578125, 0.01274413987994194, 0.01076660118997097, 0.002636718563735485, -0.0013183592818677425, -0.0028564452659338713, -0.005932617001235485, -0.007031249813735485, -0.00747070275247097, -0.005932617001235485, -0.006152343470603228, -0.0054931640625, -0.0054931640625, -0.003955077845603228, -0.0041748047806322575, -0.0041748047806322575, -0.003076171735301614, -0.0017578124534338713, -0.003076171735301614, -0.0013183592818677425, -0.0010986328125, -0.0013183592818677425, 0.0017578124534338713, 0.002197265625, 0.0013183592818677425, 0.0013183592818677425, 0.001977538922801614, 0.0010986328125, 0.0006591796409338713, 0.0002197265566792339, 0.0004394531133584678, 0.0006591796409338713, 0.0004394531133584678, -0.0008789062267169356, 0.0002197265566792339, 0.0, 0.0, -0.0017578124534338713, -0.0017578124534338713, -0.0013183592818677425, -0.0013183592818677425, -0.0017578124534338713, -0.001538085867650807, -0.002636718563735485, -0.002197265625, -0.0024169920943677425, -0.0008789062267169356, -0.0024169920943677425, -0.001538085867650807, -0.0017578124534338713, -0.0035156249068677425, -0.0032958984375, -0.0008789062267169356, -0.001538085867650807, -0.0013183592818677425, -0.001977538922801614, -0.0024169920943677425, -0.002197265625, -0.0008789062267169356, -0.0024169920943677425, -0.0010986328125, -0.0004394531133584678, -0.001538085867650807, -0.0008789062267169356, -0.0010986328125, -0.001538085867650807, -0.0004394531133584678, -0.0024169920943677425, -0.0041748047806322575, -0.0024169920943677425, -0.002197265625, -0.0028564452659338713, -0.001538085867650807, -0.0010986328125, -0.001977538922801614, -0.0006591796409338713, -0.0024169920943677425, -0.002636718563735485, -0.0010986328125, -0.003955077845603228, -0.0028564452659338713, -0.0028564452659338713, -0.0008789062267169356, -0.0013183592818677425, -0.001977538922801614, -0.002636718563735485, -0.002197265625, -0.0010986328125, 0.0002197265566792339, -0.0035156249068677425, -0.001977538922801614, -0.002197265625, -0.0017578124534338713, -0.0013183592818677425, -0.0032958984375, -0.0017578124534338713, 0.0002197265566792339, -0.0024169920943677425, -0.0028564452659338713, -0.0013183592818677425, -0.0010986328125, -0.0035156249068677425, -0.0008789062267169356, -0.0024169920943677425, -0.003076171735301614, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.0013183592818677425, -0.0013183592818677425, -0.001538085867650807, -0.001977538922801614, -0.0017578124534338713, -0.002197265625, -0.0028564452659338713, -0.001977538922801614, -0.001538085867650807, -0.001538085867650807, -0.002197265625, -0.001538085867650807, 0.0, -0.002197265625, -0.0017578124534338713, -0.0002197265566792339, -0.0010986328125, -0.0013183592818677425, -0.0010986328125, -0.0010986328125, -0.0013183592818677425, -0.0006591796409338713, -0.0013183592818677425, -0.001538085867650807, -0.0010986328125, -0.0013183592818677425, -0.0008789062267169356, -0.002197265625, -0.0008789062267169356, -0.001977538922801614, -0.001977538922801614, -0.0028564452659338713, -0.0024169920943677425, -0.0006591796409338713, -0.0010986328125, -0.002636718563735485, -0.0017578124534338713, -0.0002197265566792339, -0.0006591796409338713, -0.0008789062267169356, -0.0017578124534338713, -0.001977538922801614, 0.0002197265566792339, -0.0013183592818677425, -0.0013183592818677425, -0.0017578124534338713, -0.0006591796409338713, -0.0008789062267169356, -0.0010986328125, -0.001538085867650807, -0.0006591796409338713, -0.0028564452659338713, -0.0013183592818677425, -0.001977538922801614, -0.0035156249068677425, -0.0032958984375, -0.003076171735301614, -0.002636718563735485, -0.0024169920943677425, -0.001538085867650807, 0.0, -0.0013183592818677425, -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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.7778)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.05954589694738388, -0.08657225966453552, -0.11689452826976776, -0.13886718451976776, -0.16215820610523224, -0.17973631620407104, -0.18984374403953552, -0.19973143935203552, -0.20346678793430328, -0.20566405355930328, -0.19577635824680328, -0.19072264432907104, -0.17775878310203552, -0.16281737387180328, -0.14414061605930328, -0.12678222358226776, -0.10744628310203552, -0.087890625, -0.0670166015625, -0.04855956882238388, -0.0296630859375, -0.01274413987994194, 0.003076171735301614, 0.0164794921875, 0.02790527231991291, 0.03801269456744194, 0.04833984375, 0.05075683444738388, 0.05405273288488388, 0.05559081956744194, 0.054931640625, 0.05361327901482582, 0.04877929389476776, 0.04526367038488388, 0.03933105245232582, 0.03559570387005806, 0.028564453125, 0.019775390625, 0.01494140550494194, 0.0087890625, 0.005053710658103228, -0.0004394531133584678, -0.002636718563735485, -0.006591796875, -0.0076904296875, -0.007250976283103228, -0.006152343470603228, -0.006591796875, -0.006591796875, -0.007031249813735485, -0.004833984188735485, -0.0028564452659338713, -0.002636718563735485, -0.0028564452659338713, -0.0024169920943677425, -0.0008789062267169356, -0.002636718563735485, -0.0004394531133584678, -0.0004394531133584678, 0.0002197265566792339, -0.0002197265566792339, 0.0004394531133584678, 0.0024169920943677425, 0.001977538922801614, 0.001538085867650807, -0.0004394531133584678, 0.0013183592818677425, 0.0002197265566792339, 0.0004394531133584678, -0.0013183592818677425, -0.0008789062267169356, 0.0, 0.0008789062267169356, -0.0008789062267169356, -0.0006591796409338713, -0.0006591796409338713, -0.0013183592818677425, -0.0008789062267169356, -0.0004394531133584678, -0.001977538922801614, -0.0024169920943677425, -0.001538085867650807, -0.001977538922801614, -0.0032958984375, -0.0028564452659338713, -0.0028564452659338713, -0.0028564452659338713, -0.0017578124534338713, -0.002197265625, -0.0006591796409338713, -0.001538085867650807, -0.002636718563735485, -0.0017578124534338713, -0.003735351376235485, -0.0017578124534338713, -0.0006591796409338713, -0.002197265625, -0.003955077845603228, -0.001538085867650807, -0.0028564452659338713, -0.003735351376235485, -0.0024169920943677425, -0.002636718563735485, -0.001538085867650807, -0.0024169920943677425, -0.0024169920943677425, -0.0013183592818677425, -0.0035156249068677425, -0.0013183592818677425, -0.0002197265566792339, -0.002636718563735485, -0.002197265625, -0.0006591796409338713, -0.0008789062267169356, -0.003076171735301614, -0.0017578124534338713, -0.002197265625, -0.0035156249068677425, -0.001538085867650807, -0.001538085867650807, -0.0032958984375, -0.0017578124534338713, -0.001538085867650807, -0.001538085867650807, -0.0032958984375, -0.0028564452659338713, -0.0013183592818677425, -0.003076171735301614, -0.0035156249068677425, -0.0032958984375, -0.0017578124534338713, -0.0008789062267169356, -0.0017578124534338713, -0.001538085867650807, -0.001977538922801614, -0.001977538922801614, -0.001538085867650807, -0.001538085867650807, -0.0010986328125, -0.0024169920943677425, -0.0010986328125, -0.0013183592818677425, -0.0024169920943677425, -0.002197265625, -0.002197265625, -0.0028564452659338713, -0.0017578124534338713, -0.002197265625, -0.0024169920943677425, -0.0035156249068677425, -0.0013183592818677425, -0.0024169920943677425, -0.001538085867650807, -0.003955077845603228, -0.002636718563735485, -0.001977538922801614, -0.0004394531133584678, -0.002197265625, -0.0017578124534338713, -0.0028564452659338713, -0.0024169920943677425, -0.0010986328125, -0.001538085867650807, -0.001977538922801614, -0.0028564452659338713, -0.001977538922801614, -0.001538085867650807, -0.001977538922801614, -0.001977538922801614, -0.0013183592818677425, -0.0017578124534338713, -0.002636718563735485, -0.001977538922801614, -0.0008789062267169356, -0.001977538922801614, -0.002636718563735485, -0.001977538922801614, -0.0032958984375, -0.002197265625, -0.0024169920943677425, -0.0010986328125, -0.0028564452659338713, -0.0024169920943677425, -0.0010986328125, -0.0017578124534338713, -0.00439453125, -0.0004394531133584678, -0.0013183592818677425, 0.0, -0.0004394531133584678, -0.0024169920943677425, -0.003076171735301614, -0.0024169920943677425, -0.0013183592818677425, -0.001538085867650807, -0.0006591796409338713, -0.0013183592818677425, -0.0024169920943677425, -0.0024169920943677425, -0.002636718563735485, -0.0035156249068677425, -0.002636718563735485, -0.003076171735301614, -0.0028564452659338713, -0.001977538922801614, -0.0006591796409338713, 0.0006591796409338713, -0.0024169920943677425, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.8889)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.06591796875, -0.09580077975988388, -0.13381347060203552, -0.15908202528953552, -0.18413084745407104, -0.20192870497703552, -0.21774901449680328, -0.23027342557907104, -0.23137205839157104, -0.23488768935203552, -0.22565917670726776, -0.21840819716453552, -0.20456542074680328, -0.18698729574680328, -0.16611327230930328, -0.14589843153953552, -0.1219482421875, -0.09909667819738388, -0.076904296875, -0.05559081956744194, -0.03339843824505806, -0.0142822265625, 0.0035156249068677425, 0.02131347544491291, 0.03427734225988388, 0.04592284932732582, 0.05361327901482582, 0.05866698920726776, 0.06394042819738388, 0.06745605170726776, 0.06679687649011612, 0.06525878608226776, 0.05537109076976776, 0.05449218675494194, 0.04548339545726776, 0.03999023512005806, 0.03251953050494194, 0.02570800669491291, 0.01845703087747097, 0.012524413876235485, 0.005932617001235485, 0.0004394531133584678, -0.0035156249068677425, -0.007250976283103228, -0.009228515438735485, -0.007250976283103228, -0.007910155691206455, -0.007250976283103228, -0.0068115233443677425, -0.00637206993997097, -0.005932617001235485, -0.0035156249068677425, -0.003735351376235485, -0.0041748047806322575, -0.002636718563735485, -0.0028564452659338713, -0.0010986328125, -0.002197265625, -0.002197265625, -0.001538085867650807, 0.0004394531133584678, 0.0006591796409338713, -0.0010986328125, 0.0013183592818677425, 0.0008789062267169356, 0.001977538922801614, 0.001538085867650807, -0.0002197265566792339, 0.0, -0.0002197265566792339, 0.0008789062267169356, 0.0004394531133584678, -0.0006591796409338713, -0.0006591796409338713, -0.0004394531133584678, -0.0006591796409338713, -0.001977538922801614, -0.001977538922801614, -0.002636718563735485, -0.0010986328125, -0.002636718563735485, -0.0035156249068677425, -0.0017578124534338713, 0.0008789062267169356, 0.0002197265566792339, -0.002197265625, -0.003955077845603228, -0.001977538922801614, -0.0024169920943677425, -0.001977538922801614, -0.001977538922801614, -0.0024169920943677425, -0.0013183592818677425, -0.0017578124534338713, -0.002636718563735485, -0.0024169920943677425, -0.003076171735301614, -0.0006591796409338713, -0.0010986328125, 0.0, -0.0017578124534338713, -0.002197265625, -0.0013183592818677425, -0.001538085867650807, -0.001538085867650807, -0.0004394531133584678, -0.002197265625, -0.0017578124534338713, -0.0013183592818677425, -0.0013183592818677425, -0.0013183592818677425, -0.001538085867650807, -0.0013183592818677425, -0.002197265625, -0.001977538922801614, -0.0010986328125, -0.001538085867650807, -0.001538085867650807, -0.002197265625, -0.0024169920943677425, -0.0004394531133584678, -0.0013183592818677425, -0.0010986328125, -0.001977538922801614, -0.001977538922801614, -0.001538085867650807, -0.0017578124534338713, -0.001538085867650807, -0.0024169920943677425, -0.0028564452659338713, -0.001977538922801614, -0.0024169920943677425, -0.001538085867650807, -0.0017578124534338713, -0.0028564452659338713, -0.0017578124534338713, -0.0008789062267169356, -0.0028564452659338713, -0.002197265625, -0.002636718563735485, -0.0017578124534338713, -0.001538085867650807, -0.0017578124534338713, -0.002636718563735485, -0.003735351376235485, -0.0024169920943677425, -0.0013183592818677425, -0.0013183592818677425, -0.0024169920943677425, -0.0028564452659338713, -0.0017578124534338713, -0.0010986328125, -0.0024169920943677425, -0.002197265625, -0.0028564452659338713, -0.0008789062267169356, -0.001538085867650807, -0.0017578124534338713, -0.0006591796409338713, -0.0006591796409338713, -0.001977538922801614, -0.0002197265566792339, -0.0013183592818677425, 0.0, -0.002197265625, -0.002197265625, -0.0013183592818677425, -0.001977538922801614, -0.003076171735301614, -0.0002197265566792339, -0.0010986328125, -0.0032958984375, -0.0024169920943677425, -0.0002197265566792339, -0.0028564452659338713, -0.0002197265566792339, -0.0013183592818677425, -0.003076171735301614, -0.0017578124534338713, -0.001977538922801614, -0.0013183592818677425, -0.0013183592818677425, -0.001538085867650807, -0.002636718563735485, -0.0024169920943677425, -0.002197265625, -0.0032958984375, -0.0008789062267169356, -0.0013183592818677425, -0.0010986328125, -0.001538085867650807, -0.0024169920943677425, -0.0013183592818677425, -0.002197265625, -0.001538085867650807, -0.0006591796409338713, -0.001977538922801614, -0.002197265625, -0.0013183592818677425, -0.002197265625, -0.0032958984375, -0.0004394531133584678, -0.0024169920943677425, -0.0002197265566792339, -0.0008789062267169356, -0.002197265625, -0.0010986328125, -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": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 1)", "type": "scatter", "visible": true, "x0": 0, "xaxis": "x2", "y": [ -0.06943359225988388, -0.10744628310203552, -0.14348144829273224, -0.17226561903953552, -0.20302733778953552, -0.22324217855930328, -0.24169921875, -0.2548828125, -0.25927734375, -0.26630857586860657, -0.2557617127895355, -0.24631346762180328, -0.22807615995407104, -0.2098388671875, -0.18654784560203552, -0.16259765625, -0.1373291015625, -0.11162108927965164, -0.08657225966453552, -0.06130370870232582, -0.03559570387005806, -0.015380859375, 0.0068115233443677425, 0.02351074106991291, 0.0384521484375, 0.05229492112994194, 0.06064452975988388, 0.068115234375, 0.07316894084215164, 0.07272949069738388, 0.07294921576976776, 0.07163085788488388, 0.06459961086511612, 0.05998535081744194, 0.05251464620232582, 0.04636230319738388, 0.03779296949505806, 0.02790527231991291, 0.02109374850988388, 0.01406249962747097, 0.005932617001235485, -0.0008789062267169356, -0.0046142577193677425, -0.007031249813735485, -0.0076904296875, -0.009448242373764515, -0.010327148251235485, -0.00856933556497097, -0.00747070275247097, -0.006591796875, -0.006152343470603228, -0.004833984188735485, -0.005932617001235485, -0.002197265625, -0.0002197265566792339, -0.0024169920943677425, -0.0010986328125, -0.0006591796409338713, -0.0010986328125, 0.0004394531133584678, -0.0010986328125, -0.0004394531133584678, 0.001538085867650807, 0.0013183592818677425, 0.0004394531133584678, 0.0024169920943677425, 0.0006591796409338713, -0.0008789062267169356, -0.0008789062267169356, 0.0006591796409338713, -0.0008789062267169356, -0.001977538922801614, -0.002197265625, -0.001977538922801614, -0.0010986328125, -0.001977538922801614, -0.0017578124534338713, -0.0028564452659338713, -0.0035156249068677425, -0.002636718563735485, -0.0013183592818677425, -0.001977538922801614, -0.0046142577193677425, -0.0010986328125, -0.0024169920943677425, -0.0017578124534338713, -0.001977538922801614, -0.0013183592818677425, -0.0028564452659338713, -0.002197265625, -0.003076171735301614, 0.0, -0.0013183592818677425, -0.002197265625, -0.0010986328125, -0.0017578124534338713, -0.0010986328125, -0.0013183592818677425, -0.0017578124534338713, -0.0024169920943677425, -0.003735351376235485, -0.0028564452659338713, -0.0013183592818677425, -0.002197265625, -0.003735351376235485, -0.0028564452659338713, -0.0028564452659338713, -0.0032958984375, -0.002197265625, -0.002197265625, -0.0032958984375, -0.0010986328125, -0.002636718563735485, -0.0024169920943677425, -0.002636718563735485, -0.0032958984375, -0.002197265625, -0.002197265625, -0.0013183592818677425, -0.0010986328125, -0.001538085867650807, -0.002636718563735485, -0.0024169920943677425, -0.0028564452659338713, -0.0028564452659338713, -0.001538085867650807, -0.0024169920943677425, -0.001538085867650807, -0.0024169920943677425, -0.0017578124534338713, -0.0035156249068677425, -0.0024169920943677425, -0.0002197265566792339, -0.0017578124534338713, -0.001977538922801614, -0.002197265625, -0.002197265625, -0.0013183592818677425, -0.0017578124534338713, -0.003076171735301614, -0.002197265625, -0.0008789062267169356, -0.002636718563735485, -0.0017578124534338713, -0.001538085867650807, -0.002197265625, -0.001538085867650807, -0.0024169920943677425, -0.0013183592818677425, -0.001538085867650807, -0.0024169920943677425, -0.0017578124534338713, -0.002636718563735485, -0.0017578124534338713, -0.0013183592818677425, -0.002197265625, -0.0006591796409338713, -0.0010986328125, -0.0008789062267169356, -0.001538085867650807, -0.0028564452659338713, -0.002636718563735485, -0.0035156249068677425, -0.003076171735301614, -0.0017578124534338713, -0.0017578124534338713, -0.0006591796409338713, -0.0017578124534338713, -0.003076171735301614, -0.0010986328125, -0.001538085867650807, -0.001538085867650807, 0.0002197265566792339, -0.002636718563735485, -0.001977538922801614, -0.002197265625, -0.002636718563735485, -0.001977538922801614, -0.003076171735301614, -0.0006591796409338713, -0.0032958984375, -0.002197265625, -0.0010986328125, -0.0035156249068677425, -0.001538085867650807, -0.0010986328125, -0.003735351376235485, -0.0041748047806322575, -0.0013183592818677425, -0.0002197265566792339, -0.0017578124534338713, -0.0017578124534338713, -0.002636718563735485, -0.002197265625, -0.0006591796409338713, -0.0028564452659338713, -0.0017578124534338713, -0.001538085867650807, -0.0006591796409338713, -0.0010986328125, -0.0017578124534338713, -0.0013183592818677425, -0.002197265625, -0.0010986328125, -0.0035156249068677425, -0.0008789062267169356, -0.001538085867650807, -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": "y2" } ], "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" }, { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.425, "yanchor": "bottom", "yref": "paper" } ], "height": 1100, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "matches": "x2", "showticklabels": true, "title": { "text": "Time (s)" } }, "xaxis2": { "anchor": "y2", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.575, 1.0 ], "title": { "text": "Fractional Voltage" } }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 0.425 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "rabi_experiment.plot_trace()" ] }, { "cell_type": "raw", "id": "887f8a70", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "Here we can see the control pulse with our varying amplitudes. Note that our local\n", "oscillator (LO) frequency was set to 5 GHz for this example.\n", "\n", "Fitting and calibration workflow\n", "--------------------------------\n", "\n", "Let's walk through how to extract the desired drive amplitude from the Rabi experiment\n", "and how to update the corresponding variables in our calibration set. For this\n", "example, we load in an experiment with simulated data that we imported at the\n", "beginning of the file:" ] }, { "cell_type": "code", "execution_count": 12, "id": "257f3595", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:37.067273Z", "iopub.status.busy": "2025-06-13T13:19:37.066943Z", "iopub.status.idle": "2025-06-13T13:19:37.095112Z", "shell.execute_reply": "2025-06-13T13:19:37.093676Z" } }, "outputs": [], "source": [ "rabi_experiment = SimulatedRabiExperiment(calibration_set, qubits)" ] }, { "cell_type": "code", "execution_count": 13, "id": "4e16eb8d", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:37.099150Z", "iopub.status.busy": "2025-06-13T13:19:37.098247Z", "iopub.status.idle": "2025-06-13T13:19:37.263442Z", "shell.execute_reply": "2025-06-13T13:19:37.262769Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "IQ Value: %{y}
x180_pulse_amplitudes: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "symbol": "circle" }, "name": "I", "text": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "type": "scatter", "visible": "legendonly", "x": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "xaxis": "x", "y": [ 1.263494318035269, 1.8840919693037408, 2.1516431815225188, 2.538513883008859, 2.277308301765663, 2.22970049049573, 1.9317417437056668, 1.504930141935532, 1.2380436515757536, 0.6948375854963096, 0.41224537704345626, 0.25318960256055206, 0.3088982244434789, 0.439890551554959, 0.5622897161204167, 0.9283509310240922, 1.5632140759905508, 1.9109480702457953, 1.8688590804406335, 2.2371256985476693, 2.264323281829078, 2.0121294954116107, 1.5869039424297322, 1.0828227582414887, 1.001430856946479, 0.8646724761455665, 0.5183633140534606, 0.4696920902332471, 0.6124734965424785, 0.5979034603683383, 0.9338616067469122, 1.1912952868358373, 1.433916887947938, 1.453976069265695, 2.0058840061446293, 1.8970995950126524, 1.997109376526968, 1.8148705164581351, 1.5757956253111307, 1.1256465200630006, 1.0456608811600845, 0.8855193128073136, 0.6333199246287028, 0.7400658759373016, 0.7316521839425196, 0.8687482600240432, 1.1758682474801054, 1.3713308795155492, 1.4541380191266227, 1.338047515570322, 1.689527313011939, 1.4982768728516602, 1.7922768373834848, 1.3343842450824481, 1.2616799028781756, 0.9678699249696913, 0.9802853539401333, 0.8234867892222976, 0.7548076866694093, 0.721957930266956, 0.7922623565256328, 1.1545124045284896, 1.2997761009638846, 1.473929006311977, 1.2365575904024557, 1.6665973799028015, 1.3514375182833551, 1.2960125511944631, 1.6034370421163904, 1.5076113178856774, 1.086419248910872, 1.2417806258974489, 0.8815459586163836, 1.023784685231378, 0.8066127749499978, 0.9506402015669134, 1.0697562751846983, 1.1327604288008408, 1.3250431170018453, 1.1336859196837, 1.431167264483092, 1.2561772717785753, 1.3813096682461492, 1.3792701527767206, 1.4078813905793697, 1.442794381745613, 1.264549623180273, 0.9254585261279816, 1.1237127843976018, 1.165082284353671, 1.1510046294034455, 0.9025246122789512, 1.1898578548436871, 1.291580330209815, 1.3629796797664337, 1.1256391175445957, 1.214058700731556, 1.5401983858854023, 1.4580387469563854, 1.1084325663656147 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
x180_pulse_amplitudes: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "symbol": "square" }, "name": "Q", "text": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "type": "scatter", "visible": "legendonly", "x": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "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 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
x180_pulse_amplitudes: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "symbol": "diamond" }, "name": "Magnitude", "text": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "type": "scatter", "visible": true, "x": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "xaxis": "x", "y": [ 1.263494318035269, 1.8840919693037408, 2.1516431815225188, 2.538513883008859, 2.277308301765663, 2.22970049049573, 1.9317417437056668, 1.504930141935532, 1.2380436515757536, 0.6948375854963096, 0.41224537704345626, 0.25318960256055206, 0.3088982244434789, 0.439890551554959, 0.5622897161204167, 0.9283509310240922, 1.5632140759905508, 1.9109480702457953, 1.8688590804406335, 2.2371256985476693, 2.264323281829078, 2.0121294954116107, 1.5869039424297322, 1.0828227582414887, 1.001430856946479, 0.8646724761455665, 0.5183633140534606, 0.4696920902332471, 0.6124734965424785, 0.5979034603683383, 0.9338616067469122, 1.1912952868358373, 1.433916887947938, 1.453976069265695, 2.0058840061446293, 1.8970995950126524, 1.997109376526968, 1.8148705164581351, 1.5757956253111307, 1.1256465200630006, 1.0456608811600845, 0.8855193128073136, 0.6333199246287028, 0.7400658759373016, 0.7316521839425196, 0.8687482600240432, 1.1758682474801054, 1.3713308795155492, 1.4541380191266227, 1.338047515570322, 1.689527313011939, 1.4982768728516602, 1.7922768373834848, 1.3343842450824481, 1.2616799028781756, 0.9678699249696913, 0.9802853539401333, 0.8234867892222976, 0.7548076866694093, 0.721957930266956, 0.7922623565256328, 1.1545124045284896, 1.2997761009638846, 1.473929006311977, 1.2365575904024557, 1.6665973799028015, 1.3514375182833551, 1.2960125511944631, 1.6034370421163904, 1.5076113178856774, 1.086419248910872, 1.2417806258974489, 0.8815459586163836, 1.023784685231378, 0.8066127749499978, 0.9506402015669134, 1.0697562751846983, 1.1327604288008408, 1.3250431170018453, 1.1336859196837, 1.431167264483092, 1.2561772717785753, 1.3813096682461492, 1.3792701527767206, 1.4078813905793697, 1.442794381745613, 1.264549623180273, 0.9254585261279816, 1.1237127843976018, 1.165082284353671, 1.1510046294034455, 0.9025246122789512, 1.1898578548436871, 1.291580330209815, 1.3629796797664337, 1.1256391175445957, 1.214058700731556, 1.5401983858854023, 1.4580387469563854, 1.1084325663656147 ], "yaxis": "y" }, { "hovertemplate": "IQ Value: %{y}
x180_pulse_amplitudes: %{text}
", "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "symbol": "triangle-down" }, "name": "Phase", "text": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "type": "scatter", "visible": "legendonly", "x": [ "0", "0.0101", "0.0202", "0.0303", "0.0404", "0.0505", "0.0606", "0.0707", "0.0808", "0.0909", "0.101", "0.1111", "0.1212", "0.1313", "0.1414", "0.1515", "0.1616", "0.1717", "0.1818", "0.1919", "0.202", "0.2121", "0.2222", "0.2323", "0.2424", "0.2525", "0.2626", "0.2727", "0.2828", "0.2929", "0.303", "0.3131", "0.3232", "0.3333", "0.3434", "0.3535", "0.3636", "0.3737", "0.3838", "0.3939", "0.404", "0.4141", "0.4242", "0.4343", "0.4444", "0.4545", "0.4646", "0.4747", "0.4848", "0.4949", "0.5051", "0.5152", "0.5253", "0.5354", "0.5455", "0.5556", "0.5657", "0.5758", "0.5859", "0.596", "0.6061", "0.6162", "0.6263", "0.6364", "0.6465", "0.6566", "0.6667", "0.6768", "0.6869", "0.697", "0.7071", "0.7172", "0.7273", "0.7374", "0.7475", "0.7576", "0.7677", "0.7778", "0.7879", "0.798", "0.8081", "0.8182", "0.8283", "0.8384", "0.8485", "0.8586", "0.8687", "0.8788", "0.8889", "0.899", "0.9091", "0.9192", "0.9293", "0.9394", "0.9495", "0.9596", "0.9697", "0.9798", "0.9899", "1" ], "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 ], "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "automargin": true, "domain": [ 0.0, 1.0 ], "nticks": 12, "showticklabels": true, "tickangle": 0, "title": { "text": "x180_pulse_amplitudes" } }, "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": [ "rabi_experiment.plot_iq(plot_type=\"linear\")" ] }, { "cell_type": "raw", "id": "51056795", "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 decaying sinusoidal model, as specified by the built-in\n", ":py:class:`~keysight.qcs.analysis.DecayingSinusoid`. In order to specify how to\n", "prepare the I/Q data for fitting (in this case, we want to fit the magnitude), the\n", ":py:class:`~keysight.qcs.experiments.RabiExperiment` uses the\n", ":py:class:`~keysight.qcs.analysis.IQuadrature` pre-processor, which extracts the\n", "I quandrature out of the complex I/Q data.\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": 14, "id": "0c0170a3", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:37.268133Z", "iopub.status.busy": "2025-06-13T13:19:37.267821Z", "iopub.status.idle": "2025-06-13T13:19:37.689673Z", "shell.execute_reply": "2025-06-13T13:19:37.688410Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "EstimateCollection(1)\n", "Estimate(amplitude=1.338073387152311, decay_rate=2.125015505096522, frequency=39.842464047737884, phase=-1.5244173118519992, ...)\n" ] } ], "source": [ "ec = rabi_experiment.fit()\n", "print(ec)\n", "print(ec.estimates[0])" ] }, { "cell_type": "raw", "id": "33c17445", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can represent estimate parameters and its values and estimate collection\n", "in a tabular form by calling the\n", ":py:meth:`~keysight.qcs.analysis.Estimate.draw` method:" ] }, { "cell_type": "code", "execution_count": 15, "id": "067b9d8f", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:37.695193Z", "iopub.status.busy": "2025-06-13T13:19:37.694343Z", "iopub.status.idle": "2025-06-13T13:19:37.705886Z", "shell.execute_reply": "2025-06-13T13:19:37.705020Z" } }, "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", "\tkeysight-logo-svg\n", "\t\n", "\t\n", "\t\t\n", "\t\n", "\n", "\n", " \n", "
\n", " Estimate Collection\n", "
\n", "
\n", " 0\n", "
\n", "
\n", "
\n", " amplitude\n", "
\n", "
\n", "\n", "
\n", " 1.33807\n", "
\n", "
\n", " \n", "\n", "\n", "
\n", " Estimate:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
amplitude
val=1.338073387152311
std=0.05624952896293583
\n", "
\n", "\n", "
\n", " \n", "
\n", "
\n", " decay_rate\n", "
\n", "
\n", "\n", "
\n", " 2.12502\n", "
\n", "
\n", " \n", "\n", "\n", "
\n", " Estimate:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
decay_rate
val=2.125015505096522
std=0.13913181031331642
\n", "
\n", "\n", "
\n", " \n", "
\n", "
\n", " frequency\n", "
\n", "
\n", "\n", "
\n", " 39.84246\n", "
\n", "
\n", " \n", "\n", "\n", "
\n", " Estimate:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
frequency
val=39.842464047737884
std=0.13640486195093351
\n", "
\n", "\n", "
\n", " \n", "
\n", "
\n", " offset\n", "
\n", "
\n", "\n", "
\n", " 1.22284\n", "
\n", "
\n", " \n", "\n", "\n", "
\n", " Estimate:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
offset
val=1.2228380960729497
std=0.012794041192310115
\n", "
\n", "\n", "
\n", " \n", "
\n", "
\n", " phase\n", "
\n", "
\n", "\n", "
\n", " -1.52442\n", "
\n", "
\n", " \n", "\n", "\n", "
\n", " Estimate:\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
phase
val=-1.5244173118519992
std=0.039987548607281244
\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": [ "ec.draw()" ] }, { "cell_type": "raw", "id": "720f9323", "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": 16, "id": "197e27f5", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:37.709953Z", "iopub.status.busy": "2025-06-13T13:19:37.709438Z", "iopub.status.idle": "2025-06-13T13:19:38.642019Z", "shell.execute_reply": "2025-06-13T13:19:38.641323Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "legendgroup": "Qubit 0", "legendgrouptitle": { "text": "Qubit 0" }, "line": { "color": "#ff005c" }, "name": "Data", "type": "scatter", "x": [ 0.0, 0.010101010101010102, 0.020202020202020204, 0.030303030303030304, 0.04040404040404041, 0.05050505050505051, 0.06060606060606061, 0.07070707070707072, 0.08080808080808081, 0.09090909090909091, 0.10101010101010102, 0.11111111111111112, 0.12121212121212122, 0.13131313131313133, 0.14141414141414144, 0.15151515151515152, 0.16161616161616163, 0.17171717171717174, 0.18181818181818182, 0.19191919191919193, 0.20202020202020204, 0.21212121212121213, 0.22222222222222224, 0.23232323232323235, 0.24242424242424243, 0.25252525252525254, 0.26262626262626265, 0.27272727272727276, 0.2828282828282829, 0.29292929292929293, 0.30303030303030304, 0.31313131313131315, 0.32323232323232326, 0.33333333333333337, 0.3434343434343435, 0.3535353535353536, 0.36363636363636365, 0.37373737373737376, 0.38383838383838387, 0.393939393939394, 0.4040404040404041, 0.4141414141414142, 0.42424242424242425, 0.43434343434343436, 0.4444444444444445, 0.4545454545454546, 0.4646464646464647, 0.4747474747474748, 0.48484848484848486, 0.494949494949495, 0.5050505050505051, 0.5151515151515152, 0.5252525252525253, 0.5353535353535354, 0.5454545454545455, 0.5555555555555556, 0.5656565656565657, 0.5757575757575758, 0.5858585858585859, 0.595959595959596, 0.6060606060606061, 0.6161616161616162, 0.6262626262626263, 0.6363636363636365, 0.6464646464646465, 0.6565656565656566, 0.6666666666666667, 0.6767676767676768, 0.686868686868687, 0.696969696969697, 0.7070707070707072, 0.7171717171717172, 0.7272727272727273, 0.7373737373737375, 0.7474747474747475, 0.7575757575757577, 0.7676767676767677, 0.7777777777777778, 0.787878787878788, 0.797979797979798, 0.8080808080808082, 0.8181818181818182, 0.8282828282828284, 0.8383838383838385, 0.8484848484848485, 0.8585858585858587, 0.8686868686868687, 0.8787878787878789, 0.888888888888889, 0.8989898989898991, 0.9090909090909092, 0.9191919191919192, 0.9292929292929294, 0.9393939393939394, 0.9494949494949496, 0.9595959595959597, 0.9696969696969697, 0.9797979797979799, 0.98989898989899, 1.0 ], "xaxis": "x", "y": [ 1.263494318035269, 1.8840919693037408, 2.1516431815225188, 2.538513883008859, 2.277308301765663, 2.22970049049573, 1.9317417437056668, 1.504930141935532, 1.2380436515757536, 0.6948375854963096, 0.41224537704345626, 0.25318960256055206, 0.3088982244434789, 0.439890551554959, 0.5622897161204167, 0.9283509310240922, 1.5632140759905508, 1.9109480702457953, 1.8688590804406335, 2.2371256985476693, 2.264323281829078, 2.0121294954116107, 1.5869039424297322, 1.0828227582414887, 1.001430856946479, 0.8646724761455665, 0.5183633140534606, 0.4696920902332471, 0.6124734965424785, 0.5979034603683383, 0.9338616067469122, 1.1912952868358373, 1.433916887947938, 1.453976069265695, 2.0058840061446293, 1.8970995950126524, 1.997109376526968, 1.8148705164581351, 1.5757956253111307, 1.1256465200630006, 1.0456608811600845, 0.8855193128073136, 0.6333199246287028, 0.7400658759373016, 0.7316521839425196, 0.8687482600240432, 1.1758682474801054, 1.3713308795155492, 1.4541380191266227, 1.338047515570322, 1.689527313011939, 1.4982768728516602, 1.7922768373834848, 1.3343842450824481, 1.2616799028781756, 0.9678699249696913, 0.9802853539401333, 0.8234867892222976, 0.7548076866694093, 0.721957930266956, 0.7922623565256328, 1.1545124045284896, 1.2997761009638846, 1.473929006311977, 1.2365575904024557, 1.6665973799028015, 1.3514375182833551, 1.2960125511944631, 1.6034370421163904, 1.5076113178856774, 1.086419248910872, 1.2417806258974489, 0.8815459586163836, 1.023784685231378, 0.8066127749499978, 0.9506402015669134, 1.0697562751846983, 1.1327604288008408, 1.3250431170018453, 1.1336859196837, 1.431167264483092, 1.2561772717785753, 1.3813096682461492, 1.3792701527767206, 1.4078813905793697, 1.442794381745613, 1.264549623180273, 0.9254585261279816, 1.1237127843976018, 1.165082284353671, 1.1510046294034455, 0.9025246122789512, 1.1898578548436871, 1.291580330209815, 1.3629796797664337, 1.1256391175445957, 1.214058700731556, 1.5401983858854023, 1.4580387469563854, 1.1084325663656147 ], "yaxis": "y" }, { "legendgroup": "Qubit 0", "line": { "color": "#00d539", "dash": "dash" }, "name": "Fitted model", "type": "scatter", "x": [ 0.0, 0.010101010101010102, 0.020202020202020204, 0.030303030303030304, 0.04040404040404041, 0.05050505050505051, 0.06060606060606061, 0.07070707070707072, 0.08080808080808081, 0.09090909090909091, 0.10101010101010102, 0.11111111111111112, 0.12121212121212122, 0.13131313131313133, 0.14141414141414144, 0.15151515151515152, 0.16161616161616163, 0.17171717171717174, 0.18181818181818182, 0.19191919191919193, 0.20202020202020204, 0.21212121212121213, 0.22222222222222224, 0.23232323232323235, 0.24242424242424243, 0.25252525252525254, 0.26262626262626265, 0.27272727272727276, 0.2828282828282829, 0.29292929292929293, 0.30303030303030304, 0.31313131313131315, 0.32323232323232326, 0.33333333333333337, 0.3434343434343435, 0.3535353535353536, 0.36363636363636365, 0.37373737373737376, 0.38383838383838387, 0.393939393939394, 0.4040404040404041, 0.4141414141414142, 0.42424242424242425, 0.43434343434343436, 0.4444444444444445, 0.4545454545454546, 0.4646464646464647, 0.4747474747474748, 0.48484848484848486, 0.494949494949495, 0.5050505050505051, 0.5151515151515152, 0.5252525252525253, 0.5353535353535354, 0.5454545454545455, 0.5555555555555556, 0.5656565656565657, 0.5757575757575758, 0.5858585858585859, 0.595959595959596, 0.6060606060606061, 0.6161616161616162, 0.6262626262626263, 0.6363636363636365, 0.6464646464646465, 0.6565656565656566, 0.6666666666666667, 0.6767676767676768, 0.686868686868687, 0.696969696969697, 0.7070707070707072, 0.7171717171717172, 0.7272727272727273, 0.7373737373737375, 0.7474747474747475, 0.7575757575757577, 0.7676767676767677, 0.7777777777777778, 0.787878787878788, 0.797979797979798, 0.8080808080808082, 0.8181818181818182, 0.8282828282828284, 0.8383838383838385, 0.8484848484848485, 0.8585858585858587, 0.8686868686868687, 0.8787878787878789, 0.888888888888889, 0.8989898989898991, 0.9090909090909092, 0.9191919191919192, 0.9292929292929294, 0.9393939393939394, 0.9494949494949496, 0.9595959595959597, 0.9696969696969697, 0.9797979797979799, 0.98989898989899, 1.0 ], "xaxis": "x", "y": [ 1.2848743759668828, 1.7911118398161996, 2.186943642740864, 2.4149234782837294, 2.4463463551359466, 2.2845431922724213, 1.9630121821811657, 1.538896980412611, 1.0830301904182171, 0.6682481399304069, 0.3578824027468438, 0.19622572809165018, 0.20238481669217423, 0.3683418080349947, 0.661351676904457, 1.0301173107941581, 1.4136149730674548, 1.7510745175950322, 1.9915004477040357, 2.101259748498978, 2.0686275877882982, 1.9047057325226664, 1.6407220511321836, 1.3222867421918316, 1.001634074110441, 0.7291511596629318, 0.5455524252427537, 0.47590006588247913, 0.5263307990808376, 0.6838885998057019, 0.9193591349780932, 1.1925351852832826, 1.4589850270812579, 1.6771990067285518, 1.8149774847174536, 1.8540900877782338, 1.7925481132352865, 1.644233960221815, 1.4360567718060586, 1.2031843732374141, 0.9831802066415409, 0.8100108893547764, 0.7088697388045627, 0.6925938991737297, 0.7601700736573037, 0.8974754705194575, 1.0800438202514004, 1.2773375219147949, 1.4577925489820753, 1.5938123557616248, 1.6659296400035744, 1.6655181625200302, 1.5956902068949574, 1.4703151554816716, 1.311392069617707, 1.1452575479714262, 0.9982725982862334, 0.8926869233181758, 0.8433218469634918, 0.8555577588969102, 0.9248869269009821, 1.0380360390749626, 1.1754164448016677, 1.3144619860311488, 1.4332935869752828, 1.5141220855097663, 1.5458665761778536, 1.5256105463671523, 1.458716249970362, 1.3576357616156716, 1.2396599630164222, 1.1240031592244923, 1.0287085163928493, 0.9678672282343417, 0.9495743979026969, 0.974911294805596, 1.03807048850822, 1.127556207604015, 1.2282264666712959, 1.3238212843828348, 1.3995600190597575, 1.44439752870927, 1.452599616496385, 1.4244192595879162, 1.3658053419309866, 1.287230231158222, 1.2018571198007444, 1.123362324738309, 1.063768613329466, 1.0316289327298391, 1.0308306976410342, 1.060182105742064, 1.1138125049443584, 1.1822898079932567, 1.2542495582759352, 1.318258629884331, 1.3646113834947515, 1.3867793917329723, 1.3823019039824538, 1.3530008832230154 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "customRabi", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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": "#00b287", "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": "#ff9000", "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": "#ad6aff", "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" } ], "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": "x180_pulse_amplitudes" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "I/Q Data" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "rabi_experiment.plot()" ] }, { "cell_type": "raw", "id": "75e69cea", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "We can then get the calibration value associated to this Rabi Experiment by\n", "calling\n", ":py:meth:`~keysight.qcs.experiments.RabiExperiment.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": 17, "id": "e71ed302", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:38.647833Z", "iopub.status.busy": "2025-06-13T13:19:38.647523Z", "iopub.status.idle": "2025-06-13T13:19:39.063122Z", "shell.execute_reply": "2025-06-13T13:19:39.062293Z" } }, "outputs": [ { "data": { "text/plain": [ "{'x180_pulse_amplitudes': 0.05019769855608499}" ] }, "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rabi_experiment.get_updated_calibration_values()" ] }, { "cell_type": "raw", "id": "2675489f", "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": 18, "id": "acd885d0", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:39.066780Z", "iopub.status.busy": "2025-06-13T13:19:39.066439Z", "iopub.status.idle": "2025-06-13T13:19:39.073701Z", "shell.execute_reply": "2025-06-13T13:19:39.072990Z" } }, "outputs": [ { "data": { "text/plain": [ "array([0.5])" ] }, "execution_count": 18, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rabi_experiment.calibration_set.variables.x180_pulse_amplitudes.value" ] }, { "cell_type": "raw", "id": "91ced2c8", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The update is then done as follows:" ] }, { "cell_type": "code", "execution_count": 19, "id": "56165975", "metadata": { "execution": { "iopub.execute_input": "2025-06-13T13:19:39.077093Z", "iopub.status.busy": "2025-06-13T13:19:39.076806Z", "iopub.status.idle": "2025-06-13T13:19:39.507792Z", "shell.execute_reply": "2025-06-13T13:19:39.506952Z" } }, "outputs": [ { "data": { "text/plain": [ "array([0.0501977])" ] }, "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rabi_experiment.set_updated_calibration_values()\n", "rabi_experiment.calibration_set.variables.x180_pulse_amplitudes.value" ] }, { "cell_type": "raw", "id": "89d3bd42", "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 }