{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "98ccf6f5", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:35.657532Z", "iopub.status.busy": "2024-10-11T06:14:35.657194Z", "iopub.status.idle": "2024-10-11T06:14:35.663110Z", "shell.execute_reply": "2024-10-11T06:14:35.662246Z" }, "nbsphinx": "hidden" }, "outputs": [], "source": [ "# Copyright 2024 Keysight Technologies Inc." ] }, { "cell_type": "raw", "id": "f86f42fb", "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": "25140e3f", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:35.666871Z", "iopub.status.busy": "2024-10-11T06:14:35.666551Z", "iopub.status.idle": "2024-10-11T06:14:38.783417Z", "shell.execute_reply": "2024-10-11T06:14:38.782281Z" } }, "outputs": [], "source": [ "import keysight.qcs as qcs\n", "import numpy as np" ] }, { "cell_type": "raw", "id": "c952516c", "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": "677a73e1", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:38.787530Z", "iopub.status.busy": "2024-10-11T06:14:38.786823Z", "iopub.status.idle": "2024-10-11T06:14:38.915881Z", "shell.execute_reply": "2024-10-11T06:14:38.914908Z" } }, "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": "84c17d12", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:38.919765Z", "iopub.status.busy": "2024-10-11T06:14:38.919417Z", "iopub.status.idle": "2024-10-11T06:14:39.468487Z", "shell.execute_reply": "2024-10-11T06:14:39.467789Z" } }, "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": "e223bf6f", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:39.471798Z", "iopub.status.busy": "2024-10-11T06:14:39.471482Z", "iopub.status.idle": "2024-10-11T06:14:39.502705Z", "shell.execute_reply": "2024-10-11T06:14:39.501693Z" } }, "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": "f8a09ef6", "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": "efd3a9af", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:39.507837Z", "iopub.status.busy": "2024-10-11T06:14:39.507268Z", "iopub.status.idle": "2024-10-11T06:14:39.558653Z", "shell.execute_reply": "2024-10-11T06:14:39.557650Z" } }, "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", "\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", "
Duration130 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", "
Duration100 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", " 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=measurement_phase, 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=0 s, 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", " 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=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" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "rabi_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "c67a7a2a", "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": "c0ba66f6", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:39.563041Z", "iopub.status.busy": "2024-10-11T06:14:39.562335Z", "iopub.status.idle": "2024-10-11T06:14:40.140694Z", "shell.execute_reply": "2024-10-11T06:14:40.139945Z" } }, "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 ], "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 ], "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.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": "#ad6aff", "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": "#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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "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": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "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": "80e17339", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 8, "id": "336dc9d4", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.185510Z", "iopub.status.busy": "2024-10-11T06:14:40.185097Z", "iopub.status.idle": "2024-10-11T06:14:40.267687Z", "shell.execute_reply": "2024-10-11T06:14:40.266668Z" } }, "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": "c67c4de9", "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": "83ce7ddb", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.271383Z", "iopub.status.busy": "2024-10-11T06:14:40.271038Z", "iopub.status.idle": "2024-10-11T06:14:40.286587Z", "shell.execute_reply": "2024-10-11T06:14:40.285753Z" } }, "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", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " Layer #1\n", "
\n", " \n", "\n", "\n", "\n", "
\n", " Layer #1 \n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " xy_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('xy_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=xy_pulse_durations, value=30 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=x180_pulse_amplitudes, value=0.5, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=x_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=x_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " ancilla\n", " \n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('ancilla', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "rabi_experiment.draw()" ] }, { "cell_type": "code", "execution_count": 10, "id": "126a3fef", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.289792Z", "iopub.status.busy": "2024-10-11T06:14:40.289469Z", "iopub.status.idle": "2024-10-11T06:14:40.316832Z", "shell.execute_reply": "2024-10-11T06:14:40.316106Z" } }, "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", "\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", "
Duration145 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", "
Duration45 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", "
Duration100 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_acquisition\n", " \n", " 0\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=0 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", " readout_pulse\n", " \n", " 0\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=measurement_phase, 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=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" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "rabi_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "5be35ade", "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": "33685941", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.320494Z", "iopub.status.busy": "2024-10-11T06:14:40.320149Z", "iopub.status.idle": "2024-10-11T06:14:40.657720Z", "shell.execute_reply": "2024-10-11T06:14:40.656892Z" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.007690429483773187, 0.00505371080362238, 0.007470702927093953, 0.004614257690263912, 0.00791015604045242, 0.006591796700377017, 0.004394531133584678, 0.005493163916980848, 0.0061523435870185494, 0.006372070143697783, 0.0061523435870185494, 0.0059326170303393155, 0.005493163916980848, 0.005273437360301614, 0.006591796700377017, 0.0059326170303393155, 0.006811523257056251, 0.006591796700377017, 0.008789062267169356, 0.005273437360301614, 0.0061523435870185494, 0.0037353514635469764, 0.006372070143697783, 0.007250976370414719, 0.006591796700377017, 0.007690429483773187, 0.0035156249068677425, 0.007690429483773187, 0.004833984246943146, 0.007690429483773187, 0.006811523257056251, 0.006372070143697783, 0.00395507802022621, 0.007031249813735485, 0.00791015604045242, 0.007031249813735485, 0.004394531133584678, 0.0061523435870185494, 0.006811523257056251, 0.007470702927093953, 0.004833984246943146, 0.008129882597131655, 0.005273437360301614, 0.005273437360301614, 0.006591796700377017, 0.007031249813735485, 0.007250976370414719, 0.007031249813735485, 0.005273437360301614, 0.006372070143697783, 0.005493163916980848, 0.00791015604045242, 0.0061523435870185494, 0.005273437360301614, 0.00791015604045242, 0.004833984246943146, 0.0061523435870185494, 0.007470702927093953, 0.006372070143697783, 0.005712890473660082, 0.009448241937207058, 0.005712890473660082, 0.008129882597131655, 0.0059326170303393155, 0.00791015604045242, 0.004394531133584678, 0.00791015604045242, 0.007250976370414719, 0.008349609153810889, 0.005712890473660082, 0.0061523435870185494, 0.006591796700377017, 0.007031249813735485, 0.007250976370414719, 0.005712890473660082, 0.005273437360301614, 0.007250976370414719, 0.008789062267169356, 0.005273437360301614, 0.008129882597131655, 0.0059326170303393155, 0.005273437360301614, 0.006372070143697783, 0.004614257690263912, 0.0059326170303393155, 0.007250976370414719, 0.0037353514635469764, 0.004614257690263912, 0.005712890473660082, 0.007031249813735485, 0.004174804576905444, 0.0059326170303393155, 0.005273437360301614, 0.005712890473660082, 0.004394531133584678, 0.006811523257056251, 0.0061523435870185494, 0.007250976370414719, 0.00791015604045242, 0.005493163916980848, 0.005712890473660082, 0.005273437360301614, 0.004833984246943146, 0.006811523257056251, 0.005712890473660082, 0.0061523435870185494, 0.0061523435870185494, 0.005493163916980848, 0.005712890473660082, 0.0059326170303393155, 0.00395507802022621, 0.006591796700377017, 0.00505371080362238, 0.007031249813735485, 0.007690429483773187, 0.007031249813735485, 0.006811523257056251, 0.0059326170303393155, 0.004833984246943146, 0.006372070143697783, 0.0030761717935092747, 0.0030761717935092747, 0.007690429483773187, 0.005273437360301614, 0.005712890473660082, 0.005493163916980848, 0.008129882597131655, 0.006811523257056251, 0.006811523257056251, 0.0059326170303393155, 0.008569335710490122, 0.008129882597131655, 0.00505371080362238, 0.006811523257056251, 0.005493163916980848, 0.005493163916980848, 0.0059326170303393155, 0.005493163916980848, 0.004394531133584678, 0.006372070143697783, 0.007470702927093953, 0.0059326170303393155, 0.008349609153810889, 0.007250976370414719, 0.004614257690263912, 0.00505371080362238, 0.005273437360301614, 0.008569335710490122, 0.00505371080362238, 0.005273437360301614, 0.006372070143697783, 0.00791015604045242, 0.005273437360301614, 0.0059326170303393155, 0.004174804576905444, 0.006591796700377017, 0.007031249813735485, 0.005493163916980848, 0.006372070143697783, 0.008789062267169356, 0.00505371080362238, 0.005712890473660082, 0.007690429483773187, 0.00505371080362238, 0.00791015604045242, 0.004614257690263912, 0.00791015604045242, 0.008129882597131655, 0.008129882597131655, 0.00791015604045242, 0.007690429483773187, 0.008789062267169356, 0.007250976370414719, 0.00791015604045242, 0.005493163916980848, 0.0059326170303393155, 0.00791015604045242, 0.007031249813735485, 0.004614257690263912, 0.006372070143697783, 0.005273437360301614, 0.008569335710490122, 0.00505371080362238, 0.006811523257056251, 0.004833984246943146, 0.006811523257056251, 0.006811523257056251, 0.004174804576905444, 0.007470702927093953, 0.00505371080362238, 0.0061523435870185494, 0.006591796700377017, 0.005712890473660082, 0.005712890473660082, 0.006811523257056251, 0.00791015604045242, 0.008569335710490122, 0.006591796700377017, 0.006811523257056251, 0.005712890473660082, 0.00791015604045242, 0.005273437360301614, 0.006591796700377017, 0.005493163916980848, 0.007031249813735485, 0.006591796700377017, 0.0059326170303393155, 0.007250976370414719, 0.005712890473660082, 0.0061523435870185494, 0.006591796700377017, 0.005493163916980848, 0.005712890473660082, 0.0035156249068677425, 0.0061523435870185494, 0.005712890473660082, 0.007031249813735485, 0.008569335710490122, 0.0059326170303393155, 0.008569335710490122, 0.0059326170303393155, 0.0059326170303393155, 0.005493163916980848, 0.004833984246943146, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.1111)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.008349609153810889, 0.00505371080362238, 0.006811523257056251, 0.007250976370414719, 0.005273437360301614, 0.005493163916980848, 0.005493163916980848, 0.005712890473660082, 0.005712890473660082, 0.005273437360301614, 0.00505371080362238, 0.004833984246943146, 0.005493163916980848, 0.00791015604045242, 0.004614257690263912, 0.006372070143697783, 0.007250976370414719, 0.006372070143697783, 0.0061523435870185494, 0.006591796700377017, 0.008789062267169356, 0.004394531133584678, 0.0059326170303393155, 0.004614257690263912, 0.004174804576905444, 0.006372070143697783, 0.007250976370414719, 0.007250976370414719, 0.008569335710490122, 0.006591796700377017, 0.0059326170303393155, 0.0059326170303393155, 0.00791015604045242, 0.00791015604045242, 0.005712890473660082, 0.0030761717935092747, 0.005273437360301614, 0.006372070143697783, 0.007250976370414719, 0.004833984246943146, 0.005493163916980848, 0.006811523257056251, 0.004614257690263912, 0.00791015604045242, 0.007250976370414719, 0.0061523435870185494, 0.002636718680150807, 0.004614257690263912, 0.0030761717935092747, 0.0004394531133584678, 0.0008789062267169356, -0.0010986327833961695, -0.0032958983501885086, -0.0030761717935092747, -0.006372070143697783, -0.004833984246943146, -0.007031249813735485, -0.005273437360301614, -0.007031249813735485, -0.00505371080362238, -0.005273437360301614, -0.005273437360301614, -0.0037353514635469764, -0.0006591796700377017, 0.0017578124534338713, 0.0030761717935092747, 0.005273437360301614, 0.007250976370414719, 0.009448241937207058, 0.013403319957433268, 0.01691894486430101, 0.02087402288452722, 0.022851561894640326, 0.0252685540181119, 0.02988281170837581, 0.03273925694520585, 0.03669433496543206, 0.039550780202262104, 0.038452147418865934, 0.039111327088903636, 0.044165037892526016, 0.042407225439092144, 0.04328613166580908, 0.03999023331562057, 0.03669433496543206, 0.03208007727516815, 0.03164062416180968, 0.028344725811621174, 0.019995116657810286, 0.01691894486430101, 0.009887695050565526, 0.00505371080362238, -0.0015380858967546374, -0.008569335710490122, -0.013623046514112502, -0.02131347599788569, -0.0252685540181119, -0.030102538265055045, -0.0369140615221113, -0.04218749888241291, -0.04460449100588448, -0.04768066279939376, -0.04943847525282763, -0.050317381479544565, -0.048120115912752226, -0.048120115912752226, -0.04680175657267682, -0.03933105364558287, -0.0388916005322244, -0.03164062416180968, -0.025488280574791133, -0.018896483874414116, -0.014501952740829438, -0.008129882597131655, -0.002197265566792339, 0.007690429483773187, 0.012084960617357865, 0.02197265566792339, 0.027905272698262706, 0.03427734284196049, 0.04262695199577138, 0.04614257690263912, 0.04790038935607299, 0.05273437360301614, 0.05668945162324235, 0.05800781096331775, 0.05493163916980848, 0.05339355327305384, 0.054272459499770775, 0.0505371080362238, 0.04943847525282763, 0.047021483129356056, 0.040209959872299805, 0.03559570218203589, 0.03142089760513045, 0.0259277336881496, 0.020654296327847987, 0.013623046514112502, 0.007690429483773187, 0.0061523435870185494, 0.0002197265566792339, -0.002856445236830041, -0.01120605439064093, -0.0129638668440748, -0.013403319957433268, -0.018676757317734882, -0.019335936987772584, -0.022851561894640326, -0.02131347599788569, -0.02197265566792339, -0.019555663544451818, -0.017138671420980245, -0.019335936987772584, -0.014941405854187906, -0.015600585524225608, -0.010986327833961695, -0.006811523257056251, -0.008789062267169356, -0.006591796700377017, -0.002856445236830041, 0.001977539010113105, 0.0002197265566792339, 0.006372070143697783, 0.005712890473660082, 0.008789062267169356, 0.010766601277282462, 0.008789062267169356, 0.012524413730716333, 0.013842773070791736, 0.011645507503999397, 0.013183593400754035, 0.011865234060678631, 0.010546874720603228, 0.014941405854187906, 0.009887695050565526, 0.01010742160724476, 0.010546874720603228, 0.01010742160724476, 0.006372070143697783, 0.007470702927093953, 0.006372070143697783, 0.00505371080362238, 0.00505371080362238, 0.002416992123471573, 0.005273437360301614, 0.007250976370414719, 0.0059326170303393155, 0.007031249813735485, 0.00505371080362238, 0.00505371080362238, 0.00505371080362238, 0.004833984246943146, 0.005493163916980848, 0.006372070143697783, 0.006811523257056251, 0.006591796700377017, 0.007031249813735485, 0.006372070143697783, 0.004833984246943146, 0.0061523435870185494, 0.004833984246943146, 0.0059326170303393155, 0.005273437360301614, 0.005273437360301614, 0.005493163916980848, 0.005273437360301614, 0.009228515380527824, 0.005493163916980848, 0.004833984246943146, 0.008569335710490122, 0.00791015604045242, 0.006811523257056251, 0.007470702927093953, 0.0059326170303393155, 0.007031249813735485, 0.005273437360301614, 0.005712890473660082, 0.00395507802022621, 0.005493163916980848, 0.005493163916980848, 0.004614257690263912, 0.006591796700377017, 0.004614257690263912, 0.009667968493886292, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.2222)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.008349609153810889, 0.007470702927093953, 0.0035156249068677425, 0.0035156249068677425, 0.006372070143697783, 0.0061523435870185494, 0.005493163916980848, 0.005712890473660082, 0.006591796700377017, 0.009448241937207058, 0.004174804576905444, 0.00505371080362238, 0.0059326170303393155, 0.007031249813735485, 0.007470702927093953, 0.00791015604045242, 0.007690429483773187, 0.007470702927093953, 0.007250976370414719, 0.004394531133584678, 0.007031249813735485, 0.01010742160724476, 0.007250976370414719, 0.007470702927093953, 0.005493163916980848, 0.00900878882384859, 0.00900878882384859, 0.004833984246943146, 0.005493163916980848, 0.007470702927093953, 0.006811523257056251, 0.0061523435870185494, 0.005493163916980848, 0.005273437360301614, 0.005273437360301614, 0.004394531133584678, 0.008129882597131655, 0.00395507802022621, 0.005273437360301614, 0.004833984246943146, 0.007690429483773187, 0.01010742160724476, 0.0061523435870185494, 0.005273437360301614, 0.00395507802022621, 0.005712890473660082, 0.0017578124534338713, 0.0006591796700377017, 0.0008789062267169356, -0.00395507802022621, -0.0059326170303393155, -0.005273437360301614, -0.009667968493886292, -0.0129638668440748, -0.013183593400754035, -0.017578124534338713, -0.01691894486430101, -0.016040038637584075, -0.01801757764769718, -0.02087402288452722, -0.01911621043109335, -0.016699218307621777, -0.016479491750942543, -0.010327148163923994, -0.00791015604045242, -0.002636718680150807, 0.0030761717935092747, 0.00900878882384859, 0.01406249962747097, 0.020654296327847987, 0.027685546141583472, 0.03669433496543206, 0.04064941298565827, 0.04790038935607299, 0.05581054539652541, 0.05910644374671392, 0.06723632634384558, 0.07053222469403408, 0.07470702927093953, 0.07822265417780727, 0.07624511516769417, 0.07734374795109034, 0.07470702927093953, 0.075146482384298, 0.06745605290052481, 0.062182615540223196, 0.053613279829733074, 0.04877929558278993, 0.039550780202262104, 0.026586913358187303, 0.01801757764769718, 0.005273437360301614, -0.006811523257056251, -0.02197265566792339, -0.033398436615243554, -0.04658203001599759, -0.05493163916980848, -0.06899413879727945, -0.07756347450776957, -0.08635253677493893, -0.09228515380527824, -0.09843749739229679, -0.102392575412523, -0.10415038786595687, -0.10480956753599457, -0.0997558567323722, -0.09821777083561756, -0.08767089611501433, -0.07976074007456191, -0.07250976370414719, -0.06064452964346856, -0.04548339723260142, -0.03251953038852662, -0.021752929111244157, -0.006591796700377017, 0.01120605439064093, 0.0252685540181119, 0.03779296774882823, 0.04833984246943146, 0.05998534997343086, 0.06987304502399638, 0.08283691186807118, 0.09382323970203288, 0.09865722394897602, 0.10195312229916453, 0.10524902064935304, 0.10634765343274921, 0.10678710654610768, 0.10151366918580607, 0.09799804427893832, 0.09316406003199518, 0.08437499776482582, 0.07690429483773187, 0.06657714667380787, 0.06086425620014779, 0.04504394411924295, 0.03669433496543206, 0.02482910090475343, 0.016040038637584075, 0.004394531133584678, -0.005273437360301614, -0.014282226184150204, -0.023730468121357262, -0.02922363203833811, -0.036254881852073595, -0.04174804576905444, -0.04460449100588448, -0.047460936242714524, -0.04833984246943146, -0.04680175657267682, -0.04592285034595989, -0.043066405109129846, -0.04042968642897904, -0.03713378807879053, -0.03537597562535666, -0.031201171048451215, -0.02636718680150807, -0.01845703076105565, -0.017797851091017947, -0.00900878882384859, -0.005273437360301614, -0.0015380858967546374, 0.007470702927093953, 0.006811523257056251, 0.012744140287395567, 0.016040038637584075, 0.017138671420980245, 0.016699218307621777, 0.019335936987772584, 0.02087402288452722, 0.020434569771168754, 0.018237304204376414, 0.018676757317734882, 0.01582031208090484, 0.014941405854187906, 0.016040038637584075, 0.012084960617357865, 0.012744140287395567, 0.01010742160724476, 0.009667968493886292, 0.007250976370414719, 0.0037353514635469764, 0.0059326170303393155, 0.002636718680150807, 0.004174804576905444, 0.005712890473660082, 0.0061523435870185494, 0.00505371080362238, 0.008349609153810889, 0.00395507802022621, 0.0037353514635469764, 0.006811523257056251, 0.008129882597131655, 0.004394531133584678, 0.0061523435870185494, 0.004614257690263912, 0.004833984246943146, 0.006372070143697783, 0.006811523257056251, 0.004833984246943146, 0.0061523435870185494, 0.006372070143697783, 0.006591796700377017, 0.0061523435870185494, 0.004614257690263912, 0.008349609153810889, 0.005273437360301614, 0.009448241937207058, 0.006372070143697783, 0.0061523435870185494, 0.0061523435870185494, 0.005493163916980848, 0.0059326170303393155, 0.005273437360301614, 0.004614257690263912, 0.0061523435870185494, 0.005273437360301614, 0.008569335710490122, 0.0061523435870185494, 0.004614257690263912, 0.0059326170303393155, 0.007470702927093953, 0.0061523435870185494, 0.007250976370414719, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.3333)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.005493163916980848, 0.00505371080362238, 0.00505371080362238, 0.0061523435870185494, 0.004394531133584678, 0.006372070143697783, 0.006372070143697783, 0.004833984246943146, 0.007031249813735485, 0.008349609153810889, 0.006372070143697783, 0.005493163916980848, 0.0037353514635469764, 0.008129882597131655, 0.00505371080362238, 0.004174804576905444, 0.004833984246943146, 0.0059326170303393155, 0.002856445236830041, 0.0059326170303393155, 0.006372070143697783, 0.0037353514635469764, 0.007690429483773187, 0.004833984246943146, 0.005493163916980848, 0.008789062267169356, 0.005273437360301614, 0.0059326170303393155, 0.0059326170303393155, 0.006591796700377017, 0.006591796700377017, 0.004174804576905444, 0.004833984246943146, 0.005712890473660082, 0.0032958983501885086, 0.006591796700377017, 0.002856445236830041, 0.00505371080362238, 0.0059326170303393155, 0.004833984246943146, 0.005493163916980848, 0.006372070143697783, 0.006372070143697783, 0.006591796700377017, 0.00505371080362238, 0.0030761717935092747, 0.0035156249068677425, -0.0008789062267169356, -0.005273437360301614, -0.007470702927093953, -0.00900878882384859, -0.013623046514112502, -0.019335936987772584, -0.020434569771168754, -0.023730468121357262, -0.026586913358187303, -0.029003905481658876, -0.030102538265055045, -0.03317871005856432, -0.034497069398639724, -0.032958983501885086, -0.029003905481658876, -0.02416992123471573, -0.018896483874414116, -0.014282226184150204, -0.007470702927093953, 0.0013183593400754035, 0.006372070143697783, 0.016699218307621777, 0.02482910090475343, 0.03559570218203589, 0.04833984246943146, 0.059326170303393155, 0.06789550601388328, 0.08041991974459961, 0.0874511695583351, 0.09536132559878752, 0.10283202852588147, 0.10964355178293772, 0.11118163767969236, 0.11557616881327704, 0.1146972625865601, 0.10898437211290002, 0.10612792687606998, 0.09799804427893832, 0.09162597413524054, 0.08151855252799578, 0.06899413879727945, 0.05449218605645001, 0.0369140615221113, 0.021533202554564923, 0.002856445236830041, -0.014941405854187906, -0.03186035071848892, -0.050317381479544565, -0.0661376935604494, -0.08613281021825969, -0.10261230196920224, -0.11733398126671091, -0.12854003565735184, -0.14150390250142664, -0.14633788674836978, -0.15249023033538833, -0.15512694901553914, -0.15468749590218067, -0.15007323821191676, -0.14370116806821898, -0.13315429334761575, -0.12216796551365405, -0.10722655965946615, -0.09162597413524054, -0.07250976370414719, -0.051416014262940735, -0.028344725811621174, -0.011865234060678631, 0.007250976370414719, 0.03098144449177198, 0.0498779283661861, 0.07031249813735485, 0.08986816168180667, 0.10415038786595687, 0.12084960617357865, 0.13249511367757805, 0.14348144151153974, 0.14853515231516212, 0.15402831623214297, 0.1529296834487468, 0.15402831623214297, 0.1483154257584829, 0.14348144151153974, 0.13183593400754035, 0.12304687174037099, 0.11140136423637159, 0.09799804427893832, 0.08195800564135425, 0.06437988110701554, 0.051416014262940735, 0.031201171048451215, 0.017578124534338713, 0.00505371080362238, -0.010766601277282462, -0.02482910090475343, -0.03669433496543206, -0.04768066279939376, -0.056469725066563115, -0.060424803086789325, -0.06745605290052481, -0.07492675582761876, -0.07492675582761876, -0.07229003714746796, -0.07470702927093953, -0.07009277158067562, -0.06833495912724175, -0.06020507653011009, -0.05449218605645001, -0.04833984246943146, -0.03977050675894134, -0.03164062416180968, -0.022192382224602625, -0.015380858967546374, -0.00791015604045242, -0.002856445236830041, 0.0004394531133584678, 0.007690429483773187, 0.012744140287395567, 0.01801757764769718, 0.020434569771168754, 0.022851561894640326, 0.024609374348074198, 0.023730468121357262, 0.026586913358187303, 0.025708007131470367, 0.025488280574791133, 0.022631835337961093, 0.02197265566792339, 0.01691894486430101, 0.016479491750942543, 0.01516113241086714, 0.011865234060678631, 0.011865234060678631, 0.007250976370414719, 0.007470702927093953, 0.0059326170303393155, 0.0037353514635469764, 0.004614257690263912, 0.00505371080362238, 0.0035156249068677425, 0.0059326170303393155, 0.005493163916980848, 0.0030761717935092747, 0.0035156249068677425, 0.005712890473660082, 0.004174804576905444, 0.002636718680150807, 0.004614257690263912, 0.005712890473660082, 0.004174804576905444, 0.007250976370414719, 0.0037353514635469764, 0.005712890473660082, 0.006591796700377017, 0.005273437360301614, 0.004394531133584678, 0.008569335710490122, 0.0061523435870185494, 0.008129882597131655, 0.005493163916980848, 0.006372070143697783, 0.0061523435870185494, 0.007031249813735485, 0.006811523257056251, 0.006591796700377017, 0.00505371080362238, 0.00505371080362238, 0.005493163916980848, 0.00505371080362238, 0.006811523257056251, 0.007031249813735485, 0.008569335710490122, 0.007250976370414719, 0.0061523435870185494, 0.0061523435870185494, 0.007690429483773187, 0.005493163916980848, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.4444)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.004394531133584678, 0.0059326170303393155, 0.00791015604045242, 0.005493163916980848, 0.005493163916980848, 0.00505371080362238, 0.005493163916980848, 0.005712890473660082, 0.0061523435870185494, 0.006372070143697783, 0.0061523435870185494, 0.0059326170303393155, 0.0061523435870185494, 0.005493163916980848, 0.005712890473660082, 0.005712890473660082, 0.006591796700377017, 0.00505371080362238, 0.004833984246943146, 0.0059326170303393155, 0.0032958983501885086, 0.005273437360301614, 0.007031249813735485, 0.005712890473660082, 0.0061523435870185494, 0.0059326170303393155, 0.006372070143697783, 0.006372070143697783, 0.006372070143697783, 0.007470702927093953, 0.008569335710490122, 0.006591796700377017, 0.0059326170303393155, 0.0032958983501885086, 0.004174804576905444, 0.006591796700377017, 0.004174804576905444, 0.008129882597131655, 0.00505371080362238, 0.004394531133584678, 0.00505371080362238, 0.0061523435870185494, 0.005712890473660082, 0.007470702927093953, 0.005273437360301614, 0.0008789062267169356, -0.0004394531133584678, -0.0030761717935092747, -0.008349609153810889, -0.012744140287395567, -0.018237304204376414, -0.019995116657810286, -0.0252685540181119, -0.03208007727516815, -0.03581542873871513, -0.038452147418865934, -0.04174804576905444, -0.04108886609901674, -0.04218749888241291, -0.04592285034595989, -0.04086913954233751, -0.03999023331562057, -0.03603515529539436, -0.03098144449177198, -0.02241210878128186, -0.01010742160724476, -0.0015380858967546374, 0.00791015604045242, 0.022192382224602625, 0.03361816317192279, 0.04790038935607299, 0.05888671719003469, 0.07250976370414719, 0.08898925545508973, 0.102392575412523, 0.1133789032464847, 0.1250244107504841, 0.13469237924437039, 0.14106444938806817, 0.1445800742949359, 0.14919433198519982, 0.14919433198519982, 0.14501952740829438, 0.139965816604672, 0.13205566056421958, 0.12062987961689942, 0.10349120819591917, 0.0867919898882974, 0.06965331846731715, 0.048559569026110694, 0.024389647791394964, 0.0030761717935092747, -0.02021484321448952, -0.04108886609901674, -0.06833495912724175, -0.09030761479516514, -0.11557616881327704, -0.13645019169780426, -0.15666503491229378, -0.17094726109644398, -0.18874511218746193, -0.19687499478459358, -0.20500487738172524, -0.20698241639183834, -0.20434569771168754, -0.19995116657810286, -0.18940429185749963, -0.17775878435350023, -0.1639160112827085, -0.14348144151153974, -0.12019042650354095, -0.09580077871214598, -0.07075195125071332, -0.04284667855245061, -0.014721679297508672, 0.010766601277282462, 0.037353514635469764, 0.06328124832361937, 0.08723144300165586, 0.11381835635984316, 0.13425292613101192, 0.15314941000542603, 0.17314452666323632, 0.18369140138383955, 0.19335936987772584, 0.2001708931347821, 0.20039061969146132, 0.19973144002142362, 0.1957763620011974, 0.18830565907410346, 0.17468261255999096, 0.15908202703576535, 0.1419433556147851, 0.12414550452376716, 0.10634765343274921, 0.08591308366158046, 0.06328124832361937, 0.04064941298565827, 0.02197265566792339, 0.0010986327833961695, -0.018676757317734882, -0.03273925694520585, -0.051416014262940735, -0.06591796700377017, -0.07756347450776957, -0.08481445087818429, -0.09448241937207058, -0.09843749739229679, -0.10151366918580607, -0.1010742160724476, -0.0997558567323722, -0.09404296625871211, -0.09162597413524054, -0.08283691186807118, -0.07426757615758106, -0.06569824044709094, -0.05493163916980848, -0.04218749888241291, -0.03471679595531896, -0.025488280574791133, -0.015380858967546374, -0.004174804576905444, 0.0017578124534338713, 0.008349609153810889, 0.01735839797765948, 0.02021484321448952, 0.025708007131470367, 0.029663085151696578, 0.030102538265055045, 0.033398436615243554, 0.032299803831847385, 0.032299803831847385, 0.03142089760513045, 0.028344725811621174, 0.026586913358187303, 0.024609374348074198, 0.01735839797765948, 0.018237304204376414, 0.014282226184150204, 0.011645507503999397, 0.00900878882384859, 0.006372070143697783, 0.005273437360301614, 0.005712890473660082, 0.005273437360301614, 0.0032958983501885086, 0.0030761717935092747, 0.0030761717935092747, 0.002416992123471573, 0.005273437360301614, 0.006372070143697783, 0.0061523435870185494, 0.004614257690263912, 0.0037353514635469764, 0.005493163916980848, 0.007031249813735485, 0.005273437360301614, 0.008789062267169356, 0.007690429483773187, 0.004614257690263912, 0.004833984246943146, 0.0061523435870185494, 0.007690429483773187, 0.008569335710490122, 0.006372070143697783, 0.007470702927093953, 0.0059326170303393155, 0.006372070143697783, 0.006372070143697783, 0.006591796700377017, 0.005273437360301614, 0.00791015604045242, 0.005712890473660082, 0.0061523435870185494, 0.008569335710490122, 0.008129882597131655, 0.006591796700377017, 0.004614257690263912, 0.006591796700377017, 0.007470702927093953, 0.002636718680150807, 0.008349609153810889, 0.0059326170303393155, 0.007250976370414719, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.5556)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.005273437360301614, 0.006372070143697783, 0.004614257690263912, 0.0037353514635469764, 0.006811523257056251, 0.006372070143697783, 0.006591796700377017, 0.006372070143697783, 0.006591796700377017, 0.007690429483773187, 0.00791015604045242, 0.005493163916980848, 0.004833984246943146, 0.005493163916980848, 0.005493163916980848, 0.0059326170303393155, 0.002856445236830041, 0.004174804576905444, 0.007470702927093953, 0.006372070143697783, 0.0061523435870185494, 0.007031249813735485, 0.0061523435870185494, 0.005712890473660082, 0.0059326170303393155, 0.00505371080362238, 0.004394531133584678, 0.0061523435870185494, 0.005273437360301614, 0.007470702927093953, 0.004833984246943146, 0.0061523435870185494, 0.004174804576905444, 0.00505371080362238, 0.007031249813735485, 0.004174804576905444, 0.0037353514635469764, 0.007031249813735485, 0.004394531133584678, 0.007031249813735485, 0.007690429483773187, 0.00791015604045242, 0.005493163916980848, 0.007031249813735485, 0.00395507802022621, 0.0, -0.002197265566792339, -0.006591796700377017, -0.013183593400754035, -0.01845703076105565, -0.02197265566792339, -0.028564452368300408, -0.03559570218203589, -0.04042968642897904, -0.044165037892526016, -0.05009765492286533, -0.052514647046336904, -0.05229492048965767, -0.057568357849959284, -0.05493163916980848, -0.05515136572648771, -0.05163574081961997, -0.04548339723260142, -0.038012694305507466, -0.02922363203833811, -0.01735839797765948, -0.005493163916980848, 0.008789062267169356, 0.0252685540181119, 0.04108886609901674, 0.058666990633355454, 0.07558593549765646, 0.0907470679085236, 0.10788573932950385, 0.12612304353388026, 0.13974609004799277, 0.15512694901553914, 0.16940917519968934, 0.17292480010655709, 0.17907714369357564, 0.18237304204376414, 0.18391112794051878, 0.17907714369357564, 0.17006835486972705, 0.15908202703576535, 0.14545898052165285, 0.12744140287395567, 0.10766601277282462, 0.08393554465146735, 0.05976562341675162, 0.032958983501885086, 0.0017578124534338713, -0.02482910090475343, -0.05273437360301614, -0.08195800564135425, -0.10964355178293772, -0.14106444938806817, -0.16435546439606696, -0.1885253856307827, -0.21159667408210225, -0.23093261106987484, -0.24082030612044036, -0.24982909494428895, -0.2566406182013452, -0.2533447198511567, -0.2509277277276851, -0.23818358744028956, -0.21884765045251697, -0.19665526822791435, -0.17446288600331172, -0.1489746054285206, -0.12062987961689942, -0.0900878882384859, -0.057128904736600816, -0.019335936987772584, 0.012524413730716333, 0.04108886609901674, 0.07294921681750566, 0.10854491899954155, 0.13491210580104962, 0.16149901915923692, 0.1865478466206696, 0.20698241639183834, 0.22434081436949782, 0.2410400326771196, 0.2456542903673835, 0.24807128249085508, 0.24741210282081738, 0.23862304055364802, 0.22961425172979943, 0.21269530686549842, 0.19665526822791435, 0.17446288600331172, 0.15402831623214297, 0.1276611294306349, 0.10415038786595687, 0.07668456828105263, 0.05009765492286533, 0.02416992123471573, -0.0013183593400754035, -0.022851561894640326, -0.043505858222488314, -0.0635009748802986, -0.08129882597131655, -0.09558105215546675, -0.10744628621614538, -0.11821288749342784, -0.12480468419380486, -0.12854003565735184, -0.1283203091006726, -0.12612304353388026, -0.11997069994686171, -0.11293945013312623, -0.10590820031939074, -0.09294433347531594, -0.08437499776482582, -0.07097167780739255, -0.05778808440663852, -0.04482421756256372, -0.03251953038852662, -0.02021484321448952, -0.008789062267169356, 0.0004394531133584678, 0.011645507503999397, 0.02087402288452722, 0.0252685540181119, 0.03186035071848892, 0.03559570218203589, 0.0382324208621867, 0.03779296774882823, 0.039111327088903636, 0.0382324208621867, 0.03669433496543206, 0.032299803831847385, 0.028784178924979642, 0.02812499925494194, 0.023730468121357262, 0.01845703076105565, 0.016040038637584075, 0.010546874720603228, 0.007250976370414719, 0.00505371080362238, 0.004394531133584678, 0.005493163916980848, 0.004614257690263912, 0.0017578124534338713, 0.0037353514635469764, 0.004833984246943146, 0.0013183593400754035, 0.004833984246943146, 0.004833984246943146, 0.004394531133584678, 0.005493163916980848, 0.0059326170303393155, 0.0032958983501885086, 0.007031249813735485, 0.004394531133584678, 0.004833984246943146, 0.007690429483773187, 0.006372070143697783, 0.005493163916980848, 0.00791015604045242, 0.004394531133584678, 0.0061523435870185494, 0.008349609153810889, 0.006372070143697783, 0.0061523435870185494, 0.007690429483773187, 0.008129882597131655, 0.007250976370414719, 0.006372070143697783, 0.00505371080362238, 0.008569335710490122, 0.007690429483773187, 0.006811523257056251, 0.0059326170303393155, 0.005273437360301614, 0.008129882597131655, 0.007031249813735485, 0.006372070143697783, 0.005493163916980848, 0.005712890473660082, 0.008349609153810889, 0.005273437360301614, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.6667)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.00395507802022621, 0.004614257690263912, 0.007470702927093953, 0.006372070143697783, 0.008349609153810889, 0.005493163916980848, 0.005273437360301614, 0.0061523435870185494, 0.004174804576905444, 0.004174804576905444, 0.006811523257056251, 0.004174804576905444, 0.004833984246943146, 0.004833984246943146, 0.008349609153810889, 0.0061523435870185494, 0.0059326170303393155, 0.008349609153810889, 0.008789062267169356, 0.00395507802022621, 0.0059326170303393155, 0.007250976370414719, 0.006591796700377017, 0.007250976370414719, 0.0035156249068677425, 0.007470702927093953, 0.005712890473660082, 0.0061523435870185494, 0.007250976370414719, 0.0061523435870185494, 0.00395507802022621, 0.004394531133584678, 0.007031249813735485, 0.007250976370414719, 0.004614257690263912, 0.0059326170303393155, 0.005273437360301614, 0.007470702927093953, 0.004833984246943146, 0.004174804576905444, 0.006372070143697783, 0.008129882597131655, 0.00900878882384859, 0.006372070143697783, 0.005273437360301614, 0.0, -0.0032958983501885086, -0.009228515380527824, -0.01516113241086714, -0.021093749441206455, -0.02922363203833811, -0.03273925694520585, -0.04152831921237521, -0.049218748696148396, -0.052514647046336904, -0.06174316242686473, -0.0641601545503363, -0.06745605290052481, -0.06943359191063792, -0.07009277158067562, -0.06569824044709094, -0.05998534997343086, -0.05515136572648771, -0.04504394411924295, -0.03559570218203589, -0.023950194678036496, -0.00395507802022621, 0.008349609153810889, 0.02702636647154577, 0.04724120968603529, 0.06833495912724175, 0.08481445087818429, 0.10744628621614538, 0.12941894188406877, 0.14545898052165285, 0.16699218307621777, 0.18105468270368874, 0.1957763620011974, 0.20939940851530991, 0.21357421309221536, 0.21752929111244157, 0.2177490176691208, 0.21093749441206455, 0.19863280723802745, 0.1872070262907073, 0.17028808142640628, 0.14721679297508672, 0.1276611294306349, 0.0997558567323722, 0.07163085747743025, 0.03977050675894134, 0.005712890473660082, -0.026147460244828835, -0.059326170303393155, -0.09426269281539135, -0.12590331697720103, -0.15798339425236918, -0.19072265119757503, -0.2203857363492716, -0.24829100904753432, -0.2652099539118353, -0.28344725811621174, -0.2988281170837581, -0.3032226482173428, -0.300585929537192, -0.2909179610433057, -0.2772949145291932, -0.25817870409809984, -0.23510741564678028, -0.20654296327847987, -0.17204589387984015, -0.14018554316135123, -0.0997558567323722, -0.07009277158067562, -0.030102538265055045, 0.009887695050565526, 0.04614257690263912, 0.08371581809478812, 0.11887206716346554, 0.15249023033538833, 0.18544921383727342, 0.2144531193189323, 0.2377441343269311, 0.2583984306547791, 0.2766357348591555, 0.2858642502396833, 0.29069823448662646, 0.28937987514655106, 0.279931633209344, 0.26674803980858997, 0.2500488215009682, 0.23049315795651637, 0.20566405705176294, 0.17841796402353793, 0.14787597264512442, 0.11843261405010708, 0.0887695288984105, 0.05800781096331775, 0.030541991378413513, 0.0017578124534338713, -0.0252685540181119, -0.052514647046336904, -0.07470702927093953, -0.09492187248542905, -0.1146972625865601, -0.12875976221403107, -0.14084472283138894, -0.1516113241086714, -0.1549072224588599, -0.15270995689206757, -0.15117187099531293, -0.14721679297508672, -0.1379882775945589, -0.12941894188406877, -0.11579589536995627, -0.10261230196920224, -0.08591308366158046, -0.07163085747743025, -0.055371092283166945, -0.038012694305507466, -0.026147460244828835, -0.011645507503999397, -0.0004394531133584678, 0.010546874720603228, 0.02087402288452722, 0.029663085151696578, 0.03537597562535666, 0.039550780202262104, 0.044165037892526016, 0.04548339723260142, 0.04592285034595989, 0.047021483129356056, 0.043066405109129846, 0.0382324208621867, 0.03559570218203589, 0.02812499925494194, 0.025488280574791133, 0.02241210878128186, 0.016040038637584075, 0.01120605439064093, 0.009448241937207058, 0.0061523435870185494, 0.0032958983501885086, 0.002416992123471573, 0.0030761717935092747, 0.0059326170303393155, 0.0035156249068677425, 0.002197265566792339, 0.002856445236830041, 0.0037353514635469764, 0.0010986327833961695, 0.0035156249068677425, 0.005273437360301614, 0.004174804576905444, 0.006372070143697783, 0.005493163916980848, 0.004174804576905444, 0.004614257690263912, 0.0059326170303393155, 0.004833984246943146, 0.0061523435870185494, 0.006811523257056251, 0.0059326170303393155, 0.008129882597131655, 0.008129882597131655, 0.009228515380527824, 0.007250976370414719, 0.007690429483773187, 0.0059326170303393155, 0.005493163916980848, 0.005493163916980848, 0.007690429483773187, 0.00791015604045242, 0.005493163916980848, 0.008129882597131655, 0.007690429483773187, 0.007690429483773187, 0.006372070143697783, 0.004614257690263912, 0.0061523435870185494, 0.007470702927093953, 0.004614257690263912, 0.008129882597131655, 0.005493163916980848, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.7778)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.007250976370414719, 0.006591796700377017, 0.004614257690263912, 0.004614257690263912, 0.0059326170303393155, 0.0059326170303393155, 0.004614257690263912, 0.005712890473660082, 0.00505371080362238, 0.005712890473660082, 0.007031249813735485, 0.008349609153810889, 0.004614257690263912, 0.007690429483773187, 0.006811523257056251, 0.005273437360301614, 0.00791015604045242, 0.004614257690263912, 0.006591796700377017, 0.006591796700377017, 0.0059326170303393155, 0.0059326170303393155, 0.007690429483773187, 0.00791015604045242, 0.002856445236830041, 0.0061523435870185494, 0.005273437360301614, 0.005493163916980848, 0.0061523435870185494, 0.007250976370414719, 0.004614257690263912, 0.0061523435870185494, 0.0059326170303393155, 0.005712890473660082, 0.004394531133584678, 0.0035156249068677425, 0.0059326170303393155, 0.0061523435870185494, 0.0032958983501885086, 0.009887695050565526, 0.008569335710490122, 0.008349609153810889, 0.007690429483773187, 0.0037353514635469764, 0.002416992123471573, -0.001977539010113105, -0.008789062267169356, -0.010327148163923994, -0.01911621043109335, -0.025048827461432666, -0.03383788972860202, -0.04174804576905444, -0.0505371080362238, -0.05581054539652541, -0.06240234209690243, -0.06877441224060021, -0.07536620894097723, -0.07932128696120344, -0.07998046663124114, -0.08107909941463731, -0.07690429483773187, -0.07031249813735485, -0.0635009748802986, -0.05229492048965767, -0.042407225439092144, -0.029003905481658876, -0.008789062267169356, 0.009448241937207058, 0.029443358595017344, 0.0511962877062615, 0.07404784960090183, 0.09821777083561756, 0.12348632485372946, 0.1489746054285206, 0.1658935502928216, 0.19138183086761273, 0.21005858818534762, 0.22456054092617705, 0.2390624936670065, 0.24829100904753432, 0.24873046216089278, 0.24807128249085508, 0.24213866546051577, 0.2307128845131956, 0.21511229898897, 0.19160155742429197, 0.17028808142640628, 0.14414062118157744, 0.11184081734973006, 0.07866210729116574, 0.04460449100588448, 0.007690429483773187, -0.026586913358187303, -0.06635742011712864, -0.1037109347525984, -0.14304198839818127, -0.18039550303365104, -0.2137939396488946, -0.2456542903673835, -0.27246093028225005, -0.3012451092072297, -0.32497557732858695, -0.3335449130390771, -0.34299315497628413, -0.34299315497628413, -0.3304687412455678, -0.31706542128813453, -0.29267577349673957, -0.2636718680150807, -0.2326904235233087, -0.1988525337947067, -0.15930175359244458, -0.11909179372014478, -0.08173827908467501, -0.03779296774882823, 0.00505371080362238, 0.04877929558278993, 0.09162597413524054, 0.12722167631727643, 0.16611327684950083, 0.2067626898351591, 0.2397216733370442, 0.27048339127213694, 0.29333495316677727, 0.3128906167112291, 0.32893065534881316, 0.3361816317192279, 0.3298095615755301, 0.3227783117617946, 0.3078369059076067, 0.28806151580647565, 0.26345214145840146, 0.23378905630670488, 0.20368651804164983, 0.17160644076648168, 0.13908691037795506, 0.10415038786595687, 0.07031249813735485, 0.035156249068677425, 0.0002197265566792339, -0.030541991378413513, -0.05690917817992158, -0.08854980234173127, -0.11074218456633389, -0.129638668440748, -0.14699706641840748, -0.16237792538595386, -0.1749023391166702, -0.17666015157010406, -0.18105468270368874, -0.1781982374668587, -0.1698486283130478, -0.15908202703576535, -0.14655761330504902, -0.13271484023425728, -0.12084960617357865, -0.09799804427893832, -0.08283691186807118, -0.0654785138904117, -0.04724120968603529, -0.02922363203833811, -0.016699218307621777, -0.0002197265566792339, 0.012304687174037099, 0.024609374348074198, 0.03383788972860202, 0.04174804576905444, 0.04658203001599759, 0.04790038935607299, 0.05009765492286533, 0.05273437360301614, 0.052075193932978436, 0.04965820180950686, 0.04570312378928065, 0.04042968642897904, 0.036254881852073595, 0.029663085151696578, 0.022851561894640326, 0.020654296327847987, 0.017578124534338713, 0.008129882597131655, 0.0061523435870185494, 0.0015380858967546374, 0.002416992123471573, 0.0015380858967546374, 0.0013183593400754035, 0.0030761717935092747, 0.004614257690263912, 0.004174804576905444, 0.0006591796700377017, 0.005493163916980848, 0.002856445236830041, 0.0015380858967546374, 0.002856445236830041, 0.005273437360301614, 0.006372070143697783, 0.007470702927093953, 0.004394531133584678, 0.006591796700377017, 0.010546874720603228, 0.005712890473660082, 0.008129882597131655, 0.008129882597131655, 0.009448241937207058, 0.00791015604045242, 0.006372070143697783, 0.009667968493886292, 0.006591796700377017, 0.006591796700377017, 0.008349609153810889, 0.008569335710490122, 0.007690429483773187, 0.00505371080362238, 0.004614257690263912, 0.007250976370414719, 0.00395507802022621, 0.00505371080362238, 0.007031249813735485, 0.007470702927093953, 0.006372070143697783, 0.005493163916980848, 0.004394531133584678, 0.00395507802022621, 0.007031249813735485, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.8889)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0035156249068677425, 0.00395507802022621, 0.007031249813735485, 0.0061523435870185494, 0.004833984246943146, 0.005273437360301614, 0.007031249813735485, 0.005712890473660082, 0.004833984246943146, 0.00505371080362238, 0.005273437360301614, 0.006591796700377017, 0.004614257690263912, 0.006372070143697783, 0.0059326170303393155, 0.005712890473660082, 0.00395507802022621, 0.0061523435870185494, 0.005273437360301614, 0.006372070143697783, 0.00791015604045242, 0.005712890473660082, 0.007031249813735485, 0.005273437360301614, 0.005493163916980848, 0.007690429483773187, 0.0059326170303393155, 0.004174804576905444, 0.007031249813735485, 0.008129882597131655, 0.006811523257056251, 0.005273437360301614, 0.005712890473660082, 0.0059326170303393155, 0.002856445236830041, 0.007470702927093953, 0.006591796700377017, 0.00395507802022621, 0.007470702927093953, 0.007470702927093953, 0.01120605439064093, 0.007031249813735485, 0.007250976370414719, 0.004174804576905444, 0.0032958983501885086, -0.001977539010113105, -0.007031249813735485, -0.014501952740829438, -0.02021484321448952, -0.03186035071848892, -0.03977050675894134, -0.046362303459318355, -0.05800781096331775, -0.06569824044709094, -0.07404784960090183, -0.07954101351788267, -0.08723144300165586, -0.09030761479516514, -0.09580077871214598, -0.09294433347531594, -0.08833007578505203, -0.08481445087818429, -0.07426757615758106, -0.064819334220374, -0.04724120968603529, -0.030761717935092747, -0.009228515380527824, 0.012084960617357865, 0.03581542873871513, 0.060424803086789325, 0.08393554465146735, 0.11315917668980546, 0.13974609004799277, 0.16545409717946313, 0.1911621043109335, 0.21818847078247927, 0.23532714220345952, 0.25554198541794904, 0.26784667259198613, 0.28037108632270247, 0.28037108632270247, 0.28212889877613634, 0.2702636647154577, 0.25883788376813754, 0.23862304055364802, 0.21928710356587544, 0.19094237775425427, 0.16062011293252, 0.12678222320391797, 0.08986816168180667, 0.050317381479544565, 0.012084960617357865, -0.03098144449177198, -0.07141113092075102, -0.11491698914323933, -0.15336913656210527, -0.19621581511455588, -0.23532714220345952, -0.26850585226202384, -0.307177726237569, -0.33200682714232244, -0.35727538116043434, -0.3746337791380938, -0.38012694305507466, -0.38188475550850853, -0.3669433496543206, -0.3504638579033781, -0.32233885864843614, -0.29399413283681497, -0.2546630791912321, -0.21994628323591314, -0.1762206984567456, -0.13688964481116273, -0.08920898201176897, -0.04394531133584678, 0.004174804576905444, 0.04965820180950686, 0.09272460691863671, 0.1393066369346343, 0.18237304204376414, 0.22434081436949782, 0.26411132112843916, 0.29707030463032424, 0.3247558507719077, 0.348486318893265, 0.3649658106442075, 0.37353514635469764, 0.3724365135713015, 0.3636474513041321, 0.348486318893265, 0.3225585852051154, 0.2966308515169658, 0.2625732352316845, 0.2274169861630071, 0.19335936987772584, 0.15534667557221837, 0.11711425471003167, 0.08195800564135425, 0.041308592655695975, 0.004614257690263912, -0.03603515529539436, -0.064819334220374, -0.09404296625871211, -0.1250244107504841, -0.1516113241086714, -0.1698486283130478, -0.1872070262907073, -0.19863280723802745, -0.20456542426836677, -0.20852050228859298, -0.204785150825046, -0.19687499478459358, -0.18544921383727342, -0.17094726109644398, -0.15710448802565224, -0.13557128547108732, -0.11513671569991857, -0.09514159904210828, -0.07470702927093953, -0.055371092283166945, -0.03603515529539436, -0.015600585524225608, -0.0002197265566792339, 0.013183593400754035, 0.026586913358187303, 0.038452147418865934, 0.045263670675922185, 0.05383300638641231, 0.05624999850988388, 0.058666990633355454, 0.06064452964346856, 0.05603027195320465, 0.05515136572648771, 0.04899902213946916, 0.04614257690263912, 0.039550780202262104, 0.032958983501885086, 0.026806639914866537, 0.01911621043109335, 0.017138671420980245, 0.00900878882384859, 0.0059326170303393155, 0.002856445236830041, 0.002197265566792339, 0.002856445236830041, 0.0008789062267169356, 0.0010986327833961695, 0.004394531133584678, 0.0030761717935092747, 0.0013183593400754035, 0.0017578124534338713, 0.005712890473660082, 0.004614257690263912, 0.0061523435870185494, 0.004833984246943146, 0.005712890473660082, 0.00505371080362238, 0.005712890473660082, 0.00395507802022621, 0.004394531133584678, 0.005273437360301614, 0.006811523257056251, 0.008569335710490122, 0.00791015604045242, 0.008349609153810889, 0.008789062267169356, 0.009448241937207058, 0.008789062267169356, 0.007250976370414719, 0.007470702927093953, 0.006811523257056251, 0.007031249813735485, 0.007690429483773187, 0.006591796700377017, 0.0061523435870185494, 0.0037353514635469764, 0.005712890473660082, 0.00395507802022621, 0.004833984246943146, 0.008129882597131655, 0.00505371080362238, 0.00505371080362238, 0.008569335710490122, 0.007031249813735485, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 1)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0030761717935092747, 0.006591796700377017, 0.007250976370414719, 0.00791015604045242, 0.006811523257056251, 0.007470702927093953, 0.007470702927093953, 0.0035156249068677425, 0.00505371080362238, 0.008129882597131655, 0.006811523257056251, 0.006591796700377017, 0.006591796700377017, 0.007470702927093953, 0.005273437360301614, 0.00505371080362238, 0.004614257690263912, 0.006372070143697783, 0.00900878882384859, 0.004394531133584678, 0.004614257690263912, 0.004614257690263912, 0.005712890473660082, 0.005493163916980848, 0.004174804576905444, 0.00395507802022621, 0.008569335710490122, 0.005493163916980848, 0.005712890473660082, 0.0035156249068677425, 0.0037353514635469764, 0.006811523257056251, 0.005273437360301614, 0.005712890473660082, 0.005712890473660082, 0.005493163916980848, 0.008129882597131655, 0.005712890473660082, 0.0061523435870185494, 0.010327148163923994, 0.009887695050565526, 0.006811523257056251, 0.009887695050565526, 0.005493163916980848, 0.0013183593400754035, -0.004174804576905444, -0.010546874720603228, -0.02021484321448952, -0.0259277336881496, -0.03647460840875283, -0.04592285034595989, -0.055371092283166945, -0.06437988110701554, -0.07470702927093953, -0.08415527120814659, -0.09096679446520284, -0.10217284885584377, -0.1010742160724476, -0.10349120819591917, -0.10129394262912683, -0.09931640361901373, -0.09470214592874981, -0.08239745875471272, -0.07229003714746796, -0.05559081883984618, -0.03779296774882823, -0.012524413730716333, 0.008569335710490122, 0.03669433496543206, 0.06372070143697783, 0.09206542724859901, 0.12370605141040869, 0.15336913656210527, 0.18039550303365104, 0.20852050228859298, 0.2377441343269311, 0.2605956962215714, 0.27949218009598553, 0.29838866397039965, 0.3104736245877575, 0.3091552652476821, 0.3115722573711537, 0.2999267498671543, 0.28081053943606094, 0.26542968046851456, 0.23576659531681798, 0.21071776785538532, 0.1749023391166702, 0.13908691037795506, 0.09799804427893832, 0.05888671719003469, 0.014721679297508672, -0.028344725811621174, -0.07272949026082642, -0.11579589536995627, -0.15974120670580305, -0.20852050228859298, -0.2513671808410436, -0.29003905481658876, -0.3265136632253416, -0.35683592804707587, -0.38342284140526317, -0.40715330952662043, -0.41770018424722366, -0.4141845593403559, -0.40473631740314886, -0.38276366173522547, -0.3557372952636797, -0.3205810461950023, -0.2819091722194571, -0.24082030612044036, -0.19797362756798975, -0.1509521444386337, -0.10349120819591917, -0.051416014262940735, 0.0002197265566792339, 0.047021483129356056, 0.09689941149554215, 0.14589843363501132, 0.19555663544451818, 0.23554686876013875, 0.2812499925494194, 0.31838378062820993, 0.35222167035681196, 0.3810058492817916, 0.3970458879193757, 0.4106689344334882, 0.4159423717937898, 0.40605467674322426, 0.38254393517854623, 0.35617674837703817, 0.3247558507719077, 0.29245604694006033, 0.2500488215009682, 0.2111572209687438, 0.17380370633327402, 0.1276611294306349, 0.08767089611501433, 0.04328613166580908, 0.004394531133584678, -0.03559570218203589, -0.07185058403410949, -0.10810546588618308, -0.14348144151153974, -0.167211909632897, -0.1905029246408958, -0.21027831474202685, -0.22368163469946012, -0.23247069696662948, -0.23444823597674258, -0.23225097040995024, -0.22390136125613935, -0.2144531193189323, -0.19621581511455588, -0.17666015157010406, -0.15314941000542603, -0.13139648089418188, -0.10964355178293772, -0.08591308366158046, -0.0628417952102609, -0.03867187397554517, -0.019335936987772584, 0.0010986327833961695, 0.014282226184150204, 0.027905272698262706, 0.04196777232573368, 0.050317381479544565, 0.06020507653011009, 0.064819334220374, 0.06943359191063792, 0.064819334220374, 0.06679687323048711, 0.061523435870185494, 0.057128904736600816, 0.048120115912752226, 0.04482421756256372, 0.03559570218203589, 0.02988281170837581, 0.023510741564678028, 0.016699218307621777, 0.011865234060678631, 0.006591796700377017, 0.0035156249068677425, 0.0, -0.0008789062267169356, 0.0010986327833961695, -0.0017578124534338713, 0.0013183593400754035, 0.0030761717935092747, 0.0032958983501885086, 0.0035156249068677425, 0.0035156249068677425, 0.005273437360301614, 0.0037353514635469764, 0.00395507802022621, 0.005493163916980848, 0.004174804576905444, 0.009228515380527824, 0.00505371080362238, 0.007690429483773187, 0.007031249813735485, 0.009228515380527824, 0.007470702927093953, 0.008349609153810889, 0.008129882597131655, 0.008789062267169356, 0.009448241937207058, 0.005493163916980848, 0.007690429483773187, 0.0059326170303393155, 0.009228515380527824, 0.005712890473660082, 0.004833984246943146, 0.006372070143697783, 0.004394531133584678, 0.007470702927093953, 0.00505371080362238, 0.00505371080362238, 0.006591796700377017, 0.005493163916980848, 0.00505371080362238, 0.007470702927093953, 0.004614257690263912, 0.004833984246943146, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ -0.0017578124534338713, 0.0006591796700377017, 0.004833984246943146, 0.00505371080362238, -0.002416992123471573, 0.0017578124534338713, -0.0004394531133584678, 0.002416992123471573, -0.002416992123471573, -0.0035156249068677425, 0.0013183593400754035, -0.0002197265566792339, -0.005493163916980848, -0.0035156249068677425, 0.0004394531133584678, -0.0017578124534338713, 0.0013183593400754035, -0.0015380858967546374, -0.0032958983501885086, -0.0008789062267169356, -0.0015380858967546374, -0.0015380858967546374, 0.0002197265566792339, 0.005493163916980848, 0.00791015604045242, 0.0059326170303393155, 0.009228515380527824, 0.012304687174037099, 0.011645507503999397, 0.013403319957433268, 0.007031249813735485, 0.01120605439064093, 0.0037353514635469764, 0.0059326170303393155, 0.005493163916980848, 0.004174804576905444, 0.0, 0.0010986327833961695, -0.002197265566792339, -0.008129882597131655, -0.008789062267169356, -0.007250976370414719, -0.016040038637584075, -0.01120605439064093, -0.007250976370414719, -0.01406249962747097, -0.007250976370414719, -0.013183593400754035, -0.004833984246943146, -0.010327148163923994, -0.004174804576905444, -0.0013183593400754035, 0.002856445236830041, 0.010766601277282462, 0.007690429483773187, 0.012304687174037099, 0.017578124534338713, 0.016040038637584075, 0.01911621043109335, 0.01582031208090484, 0.019995116657810286, 0.015380858967546374, 0.018896483874414116, 0.0129638668440748, 0.012304687174037099, 0.013403319957433268, 0.00395507802022621, 0.00791015604045242, -0.0059326170303393155, -0.0032958983501885086, -0.006811523257056251, -0.013183593400754035, -0.01691894486430101, -0.016040038637584075, -0.017797851091017947, -0.026147460244828835, -0.024609374348074198, -0.025708007131470367, -0.017578124534338713, -0.015600585524225608, -0.017797851091017947, -0.014501952740829438, -0.006811523257056251, -0.0004394531133584678, -0.0002197265566792339, 0.006811523257056251, 0.01845703076105565, 0.0129638668440748, 0.02482910090475343, 0.03142089760513045, 0.02702636647154577, 0.030761717935092747, 0.0252685540181119, 0.031201171048451215, 0.027246093028225005, 0.023510741564678028, 0.02241210878128186, 0.010546874720603228, 0.012304687174037099, 0.001977539010113105, -0.002197265566792339, -0.008349609153810889, -0.014721679297508672, -0.017138671420980245, -0.02636718680150807, -0.02922363203833811, -0.032958983501885086, -0.03032226482173428, -0.03471679595531896, -0.03493652251199819, -0.03427734284196049, -0.02131347599788569, -0.01691894486430101, -0.011425780947320163, -0.0032958983501885086, -0.0002197265566792339, 0.007470702927093953, 0.013403319957433268, 0.017578124534338713, 0.027246093028225005, 0.035156249068677425, 0.03493652251199819, 0.03427734284196049, 0.042407225439092144, 0.040209959872299805, 0.033398436615243554, 0.03208007727516815, 0.027905272698262706, 0.02812499925494194, 0.021093749441206455, 0.01120605439064093, 0.0008789062267169356, -0.0059326170303393155, -0.009448241937207058, -0.022192382224602625, -0.022851561894640326, -0.03032226482173428, -0.038012694305507466, -0.04328613166580908, -0.038452147418865934, -0.035156249068677425, -0.03647460840875283, -0.0388916005322244, -0.027685546141583472, -0.020654296327847987, -0.013183593400754035, -0.011865234060678631, 0.0008789062267169356, 0.0035156249068677425, 0.013183593400754035, 0.02307128845131956, 0.03273925694520585, 0.03779296774882823, 0.04218749888241291, 0.04460449100588448, 0.04592285034595989, 0.04438476444920525, 0.040209959872299805, 0.039111327088903636, 0.035156249068677425, 0.03427734284196049, 0.020654296327847987, 0.0129638668440748, 0.002197265566792339, -0.0032958983501885086, -0.016699218307621777, -0.0252685540181119, -0.026806639914866537, -0.03471679595531896, -0.041308592655695975, -0.04152831921237521, -0.041308592655695975, -0.04658203001599759, -0.04174804576905444, -0.0369140615221113, -0.03867187397554517, -0.024609374348074198, -0.01625976519426331, -0.012084960617357865, 0.002416992123471573, 0.00395507802022621, 0.014501952740829438, 0.02746581958490424, 0.02922363203833811, 0.0388916005322244, 0.04614257690263912, 0.04899902213946916, 0.053613279829733074, 0.04899902213946916, 0.052075193932978436, 0.044165037892526016, 0.044165037892526016, 0.027905272698262706, 0.019775390101131052, 0.0129638668440748, 0.0061523435870185494, -0.010546874720603228, -0.019775390101131052, -0.0259277336881496, -0.03427734284196049, -0.03779296774882823, -0.04394531133584678, -0.04504394411924295, -0.05515136572648771, -0.0505371080362238, -0.053613279829733074, -0.043066405109129846, -0.040209959872299805, -0.030102538265055045, -0.021752929111244157, -0.019335936987772584, -0.001977539010113105, 0.012744140287395567, 0.016479491750942543, 0.03032226482173428, 0.035156249068677425, 0.040209959872299805, 0.04899902213946916, 0.05229492048965767, 0.058666990633355454, 0.05471191261312924, 0.0518554673762992, 0.04680175657267682, 0.04548339723260142, 0.03186035071848892, 0.02416992123471573, 0.014941405854187906, 0.008129882597131655, 0.0002197265566792339, -0.021093749441206455, -0.030102538265055045, -0.03032226482173428, -0.042407225439092144, -0.04460449100588448, -0.05295410015969537, -0.058666990633355454, -0.05690917817992158, -0.053613279829733074, -0.04284667855245061, -0.039111327088903636, -0.03493652251199819, -0.025048827461432666, -0.014501952740829438, -0.004394531133584678, 0.004394531133584678, 0.019775390101131052, 0.030102538265055045, 0.03647460840875283, 0.043066405109129846, 0.04658203001599759, 0.05405273294309154, 0.059326170303393155, 0.059326170303393155, 0.05295410015969537, 0.04877929558278993, 0.04086913954233751, 0.039550780202262104, 0.02416992123471573, 0.020654296327847987, 0.008129882597131655, -0.007250976370414719, -0.018237304204376414, -0.023291015007998794, -0.038452147418865934, -0.040209959872299805, -0.047460936242714524, -0.05097656114958227, -0.054272459499770775, -0.052514647046336904, -0.04965820180950686, -0.04658203001599759, -0.036254881852073595, -0.0388916005322244, -0.02197265566792339, -0.008129882597131655, -0.0008789062267169356, 0.004174804576905444, 0.022631835337961093, 0.02702636647154577, 0.03164062416180968, 0.03999023331562057, 0.0518554673762992, 0.052514647046336904, 0.058666990633355454, 0.05800781096331775, 0.049218748696148396, 0.0511962877062615, 0.037573241192149, 0.03032226482173428, 0.03032226482173428, 0.017578124534338713, 0.007690429483773187, -0.0035156249068677425, -0.011645507503999397, -0.029443358595017344, -0.03427734284196049, -0.04284667855245061, -0.04724120968603529, -0.0511962877062615, -0.0518554673762992, -0.05449218605645001, -0.04658203001599759, -0.04790038935607299, -0.041308592655695975, -0.029443358595017344, -0.017797851091017947, -0.00900878882384859, -0.004174804576905444, 0.0017578124534338713, 0.01625976519426331, 0.028784178924979642, 0.03208007727516815, 0.04064941298565827, 0.04724120968603529, 0.046362303459318355, 0.050317381479544565, 0.04877929558278993, 0.052075193932978436, 0.03867187397554517, 0.03999023331562057, 0.026806639914866537, 0.02702636647154577, 0.016479491750942543, 0.0061523435870185494, -0.002636718680150807, -0.017138671420980245, -0.016699218307621777, -0.02812499925494194, -0.03559570218203589, -0.038452147418865934, -0.04042968642897904, -0.04482421756256372, -0.04196777232573368, -0.04438476444920525, -0.03977050675894134, -0.03273925694520585, -0.023510741564678028, -0.018896483874414116, -0.012524413730716333, 0.0006591796700377017, 0.009887695050565526, 0.019995116657810286, 0.020434569771168754, 0.03251953038852662, 0.03273925694520585, 0.03647460840875283, 0.04284667855245061, 0.048120115912752226, 0.04460449100588448, 0.04262695199577138, 0.037573241192149, 0.032958983501885086, 0.02922363203833811, 0.018896483874414116, 0.009448241937207058, 0.002856445236830041, -0.0030761717935092747, -0.014941405854187906, -0.015600585524225608, -0.028784178924979642, -0.02812499925494194, -0.03933105364558287, -0.038012694305507466, -0.035156249068677425, -0.03647460840875283, -0.033398436615243554, -0.03208007727516815, -0.027905272698262706, -0.026147460244828835, -0.017578124534338713, -0.005712890473660082, -0.0008789062267169356, 0.002416992123471573, 0.008789062267169356, 0.02197265566792339, 0.029443358595017344, 0.025708007131470367, 0.03581542873871513, 0.033398436615243554, 0.035156249068677425, 0.03471679595531896, 0.03537597562535666, 0.02702636647154577, 0.02812499925494194, 0.018676757317734882, 0.018237304204376414, 0.005273437360301614, 0.0032958983501885086, 0.0015380858967546374, -0.004394531133584678, -0.013623046514112502, -0.021533202554564923, -0.024389647791394964, -0.021093749441206455, -0.02922363203833811, -0.03186035071848892, -0.03164062416180968, -0.026147460244828835, -0.029663085151696578, -0.022192382224602625, -0.013403319957433268, -0.014501952740829438, -0.01120605439064093, -0.004614257690263912, 0.004833984246943146, 0.010986327833961695, 0.010766601277282462, 0.01582031208090484, 0.02197265566792339, 0.029663085151696578, 0.030541991378413513, 0.02812499925494194, 0.030761717935092747, 0.029663085151696578, 0.01911621043109335, 0.014501952740829438, 0.01516113241086714, 0.01120605439064093, 0.007470702927093953, 0.0061523435870185494, -0.00395507802022621, -0.008129882597131655, -0.012304687174037099, -0.013842773070791736, -0.011645507503999397, -0.01845703076105565, -0.01691894486430101, -0.023730468121357262, -0.019335936987772584, -0.021752929111244157, -0.018896483874414116, -0.017797851091017947, -0.014501952740829438, -0.006591796700377017, -0.010327148163923994, -0.002856445236830041, 0.0013183593400754035, 0.006811523257056251, 0.013623046514112502, 0.015600585524225608, 0.018237304204376414, 0.020654296327847987, 0.013183593400754035, 0.02021484321448952, 0.015380858967546374, 0.020434569771168754, 0.015380858967546374, 0.016040038637584075, 0.008349609153810889, 0.010986327833961695, 0.0059326170303393155, 0.0032958983501885086, -0.0008789062267169356, -0.002197265566792339, -0.004833984246943146, -0.013842773070791736, -0.002856445236830041, -0.01010742160724476, -0.01010742160724476, -0.012524413730716333, -0.005273437360301614, -0.012304687174037099, -0.004174804576905444, -0.004833984246943146, -0.007031249813735485, -0.0004394531133584678, 0.0015380858967546374, 0.002856445236830041, 0.0010986327833961695, 0.0, 0.0015380858967546374, 0.005273437360301614, -0.0004394531133584678, 0.005712890473660082, 0.002636718680150807, 0.00395507802022621, 0.0, 0.0030761717935092747, 0.007470702927093953, 0.0035156249068677425 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.1111)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ -0.0002197265566792339, 0.00395507802022621, 0.006591796700377017, 0.0015380858967546374, 0.0002197265566792339, -0.0002197265566792339, 0.0037353514635469764, 0.0008789062267169356, 0.0035156249068677425, -0.001977539010113105, 0.0006591796700377017, 0.0061523435870185494, -0.0030761717935092747, 0.0013183593400754035, 0.002856445236830041, 0.00395507802022621, -0.0035156249068677425, -0.001977539010113105, 0.002416992123471573, 0.0030761717935092747, 0.0004394531133584678, 0.004614257690263912, 0.0061523435870185494, 0.00395507802022621, 0.002197265566792339, 0.004833984246943146, 0.008789062267169356, 0.00395507802022621, 0.011865234060678631, 0.006811523257056251, 0.009887695050565526, 0.0035156249068677425, 0.004394531133584678, 0.0035156249068677425, 0.00505371080362238, -0.00395507802022621, -0.0037353514635469764, 0.0017578124534338713, -0.004614257690263912, -0.004614257690263912, -0.006811523257056251, -0.009228515380527824, -0.016699218307621777, -0.011865234060678631, -0.008569335710490122, -0.010546874720603228, -0.010986327833961695, -0.006811523257056251, -0.010986327833961695, -0.010766601277282462, -0.006591796700377017, -0.002197265566792339, 0.004394531133584678, 0.006372070143697783, 0.007031249813735485, 0.009228515380527824, 0.01625976519426331, 0.012084960617357865, 0.017578124534338713, 0.023510741564678028, 0.022851561894640326, 0.02307128845131956, 0.02087402288452722, 0.01735839797765948, 0.015380858967546374, 0.004394531133584678, 0.005712890473660082, 0.005273437360301614, 0.0004394531133584678, -0.009887695050565526, -0.006811523257056251, -0.013183593400754035, -0.015600585524225608, -0.02087402288452722, -0.017138671420980245, -0.02702636647154577, -0.02482910090475343, -0.02746581958490424, -0.026586913358187303, -0.020434569771168754, -0.01010742160724476, -0.008789062267169356, -0.00505371080362238, 0.0004394531133584678, 0.004174804576905444, 0.008789062267169356, 0.0129638668440748, 0.022631835337961093, 0.018237304204376414, 0.0252685540181119, 0.023950194678036496, 0.03273925694520585, 0.030102538265055045, 0.025708007131470367, 0.02746581958490424, 0.02636718680150807, 0.019555663544451818, 0.014941405854187906, 0.010986327833961695, 0.004174804576905444, -0.004394531133584678, -0.010546874720603228, -0.017578124534338713, -0.02021484321448952, -0.019335936987772584, -0.032299803831847385, -0.030102538265055045, -0.028784178924979642, -0.03273925694520585, -0.03581542873871513, -0.032299803831847385, -0.025708007131470367, -0.02021484321448952, -0.021093749441206455, -0.006372070143697783, -0.004174804576905444, 0.0061523435870185494, 0.015600585524225608, 0.019335936987772584, 0.020654296327847987, 0.02482910090475343, 0.03493652251199819, 0.03142089760513045, 0.03471679595531896, 0.03867187397554517, 0.03537597562535666, 0.03317871005856432, 0.03251953038852662, 0.0252685540181119, 0.014941405854187906, 0.008569335710490122, 0.004614257690263912, -0.007250976370414719, -0.008129882597131655, -0.01625976519426331, -0.027905272698262706, -0.02636718680150807, -0.03647460840875283, -0.03933105364558287, -0.0388916005322244, -0.04086913954233751, -0.04262695199577138, -0.030102538265055045, -0.03208007727516815, -0.029443358595017344, -0.014501952740829438, -0.010327148163923994, -0.00505371080362238, 0.002416992123471573, 0.018676757317734882, 0.02197265566792339, 0.03317871005856432, 0.03647460840875283, 0.03977050675894134, 0.03999023331562057, 0.04196777232573368, 0.04328613166580908, 0.048120115912752226, 0.04460449100588448, 0.039550780202262104, 0.02922363203833811, 0.02241210878128186, 0.01582031208090484, 0.001977539010113105, -0.004174804576905444, -0.00900878882384859, -0.017797851091017947, -0.030102538265055045, -0.03537597562535666, -0.03933105364558287, -0.04328613166580908, -0.04680175657267682, -0.0498779283661861, -0.04328613166580908, -0.04504394411924295, -0.04108886609901674, -0.027905272698262706, -0.021752929111244157, -0.017138671420980245, -0.0006591796700377017, 0.008569335710490122, 0.013183593400754035, 0.02087402288452722, 0.037573241192149, 0.0369140615221113, 0.04592285034595989, 0.05295410015969537, 0.04943847525282763, 0.04790038935607299, 0.04724120968603529, 0.048559569026110694, 0.039550780202262104, 0.030102538265055045, 0.019555663544451818, 0.009887695050565526, 0.002856445236830041, -0.006591796700377017, -0.018676757317734882, -0.023291015007998794, -0.03164062416180968, -0.0369140615221113, -0.04592285034595989, -0.05383300638641231, -0.05009765492286533, -0.04658203001599759, -0.0505371080362238, -0.044165037892526016, -0.040209959872299805, -0.035156249068677425, -0.023291015007998794, -0.01845703076105565, -0.005712890473660082, 0.0030761717935092747, 0.015380858967546374, 0.032299803831847385, 0.03647460840875283, 0.04372558477916755, 0.05273437360301614, 0.05405273294309154, 0.0498779283661861, 0.05097656114958227, 0.0505371080362238, 0.04372558477916755, 0.03713378807879053, 0.034057616285281256, 0.026147460244828835, 0.017797851091017947, 0.011425780947320163, -0.00395507802022621, -0.01516113241086714, -0.022192382224602625, -0.037573241192149, -0.043066405109129846, -0.050317381479544565, -0.05581054539652541, -0.05163574081961997, -0.049218748696148396, -0.047460936242714524, -0.043066405109129846, -0.03867187397554517, -0.030102538265055045, -0.02197265566792339, -0.01735839797765948, -0.0015380858967546374, 0.007470702927093953, 0.013623046514112502, 0.03142089760513045, 0.03779296774882823, 0.04108886609901674, 0.05295410015969537, 0.05229492048965767, 0.053613279829733074, 0.05515136572648771, 0.05449218605645001, 0.05097656114958227, 0.040209959872299805, 0.03537597562535666, 0.027685546141583472, 0.012084960617357865, 0.009228515380527824, -0.0037353514635469764, -0.011865234060678631, -0.023950194678036496, -0.029443358595017344, -0.04482421756256372, -0.05229492048965767, -0.053173826716374606, -0.050317381479544565, -0.0498779283661861, -0.0505371080362238, -0.04790038935607299, -0.043505858222488314, -0.02812499925494194, -0.026806639914866537, -0.01625976519426331, -0.005712890473660082, 0.007250976370414719, 0.01625976519426331, 0.03142089760513045, 0.03273925694520585, 0.04152831921237521, 0.0518554673762992, 0.05559081883984618, 0.05383300638641231, 0.058227537519996986, 0.05603027195320465, 0.043066405109129846, 0.039550780202262104, 0.03647460840875283, 0.02812499925494194, 0.017797851091017947, 0.004833984246943146, -0.007470702927093953, -0.01406249962747097, -0.02241210878128186, -0.03669433496543206, -0.043066405109129846, -0.04196777232573368, -0.0511962877062615, -0.05383300638641231, -0.05559081883984618, -0.04504394411924295, -0.04768066279939376, -0.03999023331562057, -0.02636718680150807, -0.02482910090475343, -0.01120605439064093, -0.007250976370414719, 0.005712890473660082, 0.021533202554564923, 0.02482910090475343, 0.029443358595017344, 0.04086913954233751, 0.04570312378928065, 0.05097656114958227, 0.04680175657267682, 0.04680175657267682, 0.04680175657267682, 0.042407225439092144, 0.03999023331562057, 0.02922363203833811, 0.021533202554564923, 0.011425780947320163, 0.007250976370414719, -0.00900878882384859, -0.010766601277282462, -0.022631835337961093, -0.029003905481658876, -0.03537597562535666, -0.04218749888241291, -0.04614257690263912, -0.04614257690263912, -0.04548339723260142, -0.04790038935607299, -0.04372558477916755, -0.03186035071848892, -0.029003905481658876, -0.019335936987772584, -0.015380858967546374, -0.0015380858967546374, 0.0017578124534338713, 0.01120605439064093, 0.02416992123471573, 0.03164062416180968, 0.03603515529539436, 0.03977050675894134, 0.03977050675894134, 0.04482421756256372, 0.04328613166580908, 0.04064941298565827, 0.035156249068677425, 0.030102538265055045, 0.023950194678036496, 0.02241210878128186, 0.007690429483773187, 0.002856445236830041, 0.0013183593400754035, -0.010766601277282462, -0.02307128845131956, -0.02922363203833811, -0.028344725811621174, -0.034057616285281256, -0.039111327088903636, -0.043066405109129846, -0.04196777232573368, -0.04086913954233751, -0.03647460840875283, -0.032958983501885086, -0.020654296327847987, -0.014941405854187906, -0.005493163916980848, -0.002416992123471573, 0.0030761717935092747, 0.013623046514112502, 0.013183593400754035, 0.027905272698262706, 0.03186035071848892, 0.0369140615221113, 0.038452147418865934, 0.03713378807879053, 0.04064941298565827, 0.037573241192149, 0.033398436615243554, 0.03208007727516815, 0.023291015007998794, 0.014282226184150204, 0.01010742160724476, 0.007690429483773187, -0.005273437360301614, -0.008569335710490122, -0.014721679297508672, -0.018237304204376414, -0.028564452368300408, -0.03273925694520585, -0.03142089760513045, -0.030541991378413513, -0.034497069398639724, -0.02702636647154577, -0.023291015007998794, -0.02241210878128186, -0.020654296327847987, -0.01625976519426331, -0.004394531133584678, 0.0, 0.007470702927093953, 0.009667968493886292, 0.01625976519426331, 0.020654296327847987, 0.020434569771168754, 0.02307128845131956, 0.030761717935092747, 0.0252685540181119, 0.026586913358187303, 0.029663085151696578, 0.01625976519426331, 0.022192382224602625, 0.012524413730716333, 0.017578124534338713, 0.009887695050565526, 0.0030761717935092747, 0.0017578124534338713, -0.002636718680150807, -0.004394531133584678, -0.00900878882384859, -0.013183593400754035, -0.01735839797765948, -0.01691894486430101, -0.020434569771168754, -0.019555663544451818, -0.01735839797765948, -0.014721679297508672, -0.01516113241086714, -0.014282226184150204, -0.0059326170303393155, -0.0032958983501885086, 0.001977539010113105, 0.0002197265566792339, 0.007470702927093953, 0.007031249813735485, 0.011865234060678631, 0.01582031208090484, 0.01735839797765948, 0.021533202554564923, 0.01516113241086714, 0.015600585524225608, 0.009887695050565526, 0.018237304204376414, 0.016479491750942543, 0.014721679297508672, 0.007470702927093953, 0.00395507802022621, 0.004174804576905444, -0.0010986327833961695, -0.004394531133584678, -0.0037353514635469764, -0.008349609153810889, -0.010766601277282462, -0.00395507802022621, -0.011865234060678631, -0.007031249813735485, -0.01010742160724476, -0.006811523257056251, -0.013623046514112502, -0.009228515380527824, -0.0010986327833961695, -0.004614257690263912, -0.0013183593400754035, -0.00505371080362238, -0.002636718680150807, 0.0006591796700377017, 0.00395507802022621, 0.007250976370414719, 0.002416992123471573, 0.01010742160724476, 0.002416992123471573, 0.004833984246943146, 0.002416992123471573, 0.005273437360301614, 0.007690429483773187, 0.004833984246943146 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.2222)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ 0.00395507802022621, 0.008129882597131655, 0.001977539010113105, -0.0004394531133584678, -0.0010986327833961695, 0.002856445236830041, -0.0002197265566792339, -0.00395507802022621, 0.0006591796700377017, 0.0030761717935092747, -0.0017578124534338713, -0.005493163916980848, -0.0032958983501885086, -0.0030761717935092747, -0.0013183593400754035, 0.0013183593400754035, 0.0035156249068677425, -0.002416992123471573, -0.0008789062267169356, -0.004174804576905444, -0.00395507802022621, 0.004394531133584678, -0.0010986327833961695, 0.00791015604045242, 0.01010742160724476, 0.01120605439064093, 0.007250976370414719, 0.011865234060678631, 0.009448241937207058, 0.013842773070791736, 0.0059326170303393155, 0.010327148163923994, 0.004833984246943146, 0.010766601277282462, 0.0035156249068677425, 0.0035156249068677425, -0.0002197265566792339, 0.0013183593400754035, -0.00900878882384859, -0.002197265566792339, -0.01120605439064093, -0.005273437360301614, -0.010327148163923994, -0.008349609153810889, -0.014941405854187906, -0.00900878882384859, -0.007031249813735485, -0.00791015604045242, -0.004833984246943146, -0.00505371080362238, -0.0059326170303393155, -0.001977539010113105, -0.002636718680150807, 0.00395507802022621, 0.010766601277282462, 0.01010742160724476, 0.011425780947320163, 0.02197265566792339, 0.019335936987772584, 0.015380858967546374, 0.02021484321448952, 0.021752929111244157, 0.019995116657810286, 0.014721679297508672, 0.01582031208090484, 0.01120605439064093, 0.002856445236830041, 0.0015380858967546374, -0.004614257690263912, -0.006372070143697783, -0.008349609153810889, -0.014941405854187906, -0.01801757764769718, -0.019335936987772584, -0.017578124534338713, -0.017138671420980245, -0.018676757317734882, -0.018237304204376414, -0.014721679297508672, -0.024389647791394964, -0.018676757317734882, -0.010327148163923994, -0.0035156249068677425, -0.0015380858967546374, 0.00505371080362238, 0.005712890473660082, 0.011645507503999397, 0.018676757317734882, 0.019555663544451818, 0.027246093028225005, 0.024389647791394964, 0.029663085151696578, 0.03208007727516815, 0.024389647791394964, 0.029443358595017344, 0.027685546141583472, 0.02416992123471573, 0.014941405854187906, 0.011865234060678631, 0.004614257690263912, -0.005273437360301614, -0.011865234060678631, -0.015380858967546374, -0.024389647791394964, -0.029443358595017344, -0.02988281170837581, -0.03427734284196049, -0.033398436615243554, -0.030541991378413513, -0.028344725811621174, -0.02988281170837581, -0.027685546141583472, -0.020434569771168754, -0.01120605439064093, -0.009228515380527824, -0.00395507802022621, -0.0002197265566792339, 0.011865234060678631, 0.018237304204376414, 0.022192382224602625, 0.031201171048451215, 0.030541991378413513, 0.03603515529539436, 0.04108886609901674, 0.042407225439092144, 0.038452147418865934, 0.02812499925494194, 0.03251953038852662, 0.02131347599788569, 0.016699218307621777, 0.013403319957433268, 0.0017578124534338713, -0.0061523435870185494, -0.013403319957433268, -0.01691894486430101, -0.025708007131470367, -0.02988281170837581, -0.0382324208621867, -0.03779296774882823, -0.042407225439092144, -0.043066405109129846, -0.039550780202262104, -0.034497069398639724, -0.03383788972860202, -0.025708007131470367, -0.017797851091017947, -0.011865234060678631, -0.0013183593400754035, 0.0059326170303393155, 0.01735839797765948, 0.02241210878128186, 0.02988281170837581, 0.033398436615243554, 0.04372558477916755, 0.04504394411924295, 0.04328613166580908, 0.043505858222488314, 0.05097656114958227, 0.04174804576905444, 0.033398436615243554, 0.03098144449177198, 0.02087402288452722, 0.01582031208090484, 0.0035156249068677425, -0.00395507802022621, -0.013183593400754035, -0.024609374348074198, -0.03361816317192279, -0.03559570218203589, -0.04790038935607299, -0.04965820180950686, -0.04328613166580908, -0.05075683459290303, -0.04592285034595989, -0.0388916005322244, -0.03317871005856432, -0.03427734284196049, -0.027905272698262706, -0.014501952740829438, -0.006591796700377017, 0.00791015604045242, 0.021752929111244157, 0.02021484321448952, 0.03208007727516815, 0.03933105364558287, 0.04833984246943146, 0.04790038935607299, 0.0518554673762992, 0.0511962877062615, 0.04943847525282763, 0.043066405109129846, 0.04460449100588448, 0.028564452368300408, 0.025488280574791133, 0.019555663544451818, 0.002197265566792339, -0.00900878882384859, -0.02021484321448952, -0.023510741564678028, -0.03647460840875283, -0.04438476444920525, -0.0498779283661861, -0.052075193932978436, -0.050317381479544565, -0.053173826716374606, -0.047460936242714524, -0.04833984246943146, -0.04042968642897904, -0.03647460840875283, -0.02087402288452722, -0.009887695050565526, -0.00505371080362238, 0.004614257690263912, 0.014282226184150204, 0.02636718680150807, 0.0382324208621867, 0.04152831921237521, 0.05075683459290303, 0.053173826716374606, 0.05339355327305384, 0.05559081883984618, 0.052075193932978436, 0.053173826716374606, 0.039111327088903636, 0.03251953038852662, 0.023510741564678028, 0.016699218307621777, 0.0061523435870185494, -0.005273437360301614, -0.01911621043109335, -0.027685546141583472, -0.03493652251199819, -0.04768066279939376, -0.04592285034595989, -0.055371092283166945, -0.049218748696148396, -0.04943847525282763, -0.051416014262940735, -0.04504394411924295, -0.04460449100588448, -0.033398436615243554, -0.02131347599788569, -0.012304687174037099, -0.001977539010113105, 0.00505371080362238, 0.016040038637584075, 0.025488280574791133, 0.03208007727516815, 0.04592285034595989, 0.049218748696148396, 0.052514647046336904, 0.06174316242686473, 0.04943847525282763, 0.05800781096331775, 0.053613279829733074, 0.04724120968603529, 0.03427734284196049, 0.02241210878128186, 0.020434569771168754, 0.008129882597131655, -0.006372070143697783, -0.013403319957433268, -0.03142089760513045, -0.0388916005322244, -0.03999023331562057, -0.051416014262940735, -0.05097656114958227, -0.058227537519996986, -0.050317381479544565, -0.05295410015969537, -0.043505858222488314, -0.03493652251199819, -0.03647460840875283, -0.019995116657810286, -0.011865234060678631, -0.0013183593400754035, 0.008569335710490122, 0.014721679297508672, 0.0252685540181119, 0.03713378807879053, 0.04328613166580908, 0.04658203001599759, 0.051416014262940735, 0.0511962877062615, 0.0518554673762992, 0.04833984246943146, 0.04284667855245061, 0.03647460840875283, 0.03603515529539436, 0.02702636647154577, 0.01406249962747097, 0.010766601277282462, -0.0030761717935092747, -0.013403319957433268, -0.030761717935092747, -0.02922363203833811, -0.0369140615221113, -0.040209959872299805, -0.051416014262940735, -0.05097656114958227, -0.052514647046336904, -0.046362303459318355, -0.04614257690263912, -0.0382324208621867, -0.03032226482173428, -0.022851561894640326, -0.01625976519426331, -0.002856445236830041, 0.008129882597131655, 0.010327148163923994, 0.025048827461432666, 0.03581542873871513, 0.038012694305507466, 0.04284667855245061, 0.04614257690263912, 0.05383300638641231, 0.04680175657267682, 0.043066405109129846, 0.03867187397554517, 0.034497069398639724, 0.026147460244828835, 0.022631835337961093, 0.018237304204376414, 0.0008789062267169356, -0.0030761717935092747, -0.010766601277282462, -0.02197265566792339, -0.030102538265055045, -0.03867187397554517, -0.03713378807879053, -0.04680175657267682, -0.047021483129356056, -0.04394531133584678, -0.04152831921237521, -0.04064941298565827, -0.0382324208621867, -0.024389647791394964, -0.01845703076105565, -0.011865234060678631, 0.0008789062267169356, 0.008569335710490122, 0.013623046514112502, 0.02197265566792339, 0.03164062416180968, 0.038452147418865934, 0.03977050675894134, 0.041308592655695975, 0.04790038935607299, 0.04943847525282763, 0.04680175657267682, 0.04284667855245061, 0.038452147418865934, 0.02922363203833811, 0.024609374348074198, 0.012524413730716333, 0.0061523435870185494, -0.0032958983501885086, -0.007690429483773187, -0.022851561894640326, -0.030102538265055045, -0.029443358595017344, -0.04042968642897904, -0.03273925694520585, -0.03779296774882823, -0.042407225439092144, -0.04042968642897904, -0.039550780202262104, -0.023730468121357262, -0.01801757764769718, -0.013623046514112502, -0.00900878882384859, 0.001977539010113105, 0.008349609153810889, 0.006372070143697783, 0.015380858967546374, 0.0252685540181119, 0.0259277336881496, 0.037573241192149, 0.035156249068677425, 0.03581542873871513, 0.03581542873871513, 0.037573241192149, 0.03317871005856432, 0.029663085151696578, 0.02087402288452722, 0.021752929111244157, 0.006811523257056251, 0.009228515380527824, 0.0008789062267169356, -0.01010742160724476, -0.009667968493886292, -0.016699218307621777, -0.027685546141583472, -0.023510741564678028, -0.03032226482173428, -0.02746581958490424, -0.030761717935092747, -0.032299803831847385, -0.03142089760513045, -0.022192382224602625, -0.02131347599788569, -0.01735839797765948, -0.0030761717935092747, -0.004614257690263912, 0.0006591796700377017, 0.009667968493886292, 0.01845703076105565, 0.01801757764769718, 0.02131347599788569, 0.030541991378413513, 0.02307128845131956, 0.031201171048451215, 0.025708007131470367, 0.02922363203833811, 0.025708007131470367, 0.02131347599788569, 0.018896483874414116, 0.012744140287395567, 0.002856445236830041, 0.004174804576905444, -0.005273437360301614, -0.010327148163923994, -0.00505371080362238, -0.01625976519426331, -0.019775390101131052, -0.01801757764769718, -0.019555663544451818, -0.01911621043109335, -0.019335936987772584, -0.021093749441206455, -0.022192382224602625, -0.010327148163923994, -0.0129638668440748, -0.008569335710490122, -0.002856445236830041, -0.004174804576905444, 0.0059326170303393155, 0.002636718680150807, 0.006372070143697783, 0.01406249962747097, 0.018237304204376414, 0.02021484321448952, 0.013623046514112502, 0.019995116657810286, 0.020434569771168754, 0.017578124534338713, 0.009887695050565526, 0.013403319957433268, 0.006811523257056251, 0.005493163916980848, 0.0030761717935092747, 0.0015380858967546374, -0.0002197265566792339, -0.006591796700377017, -0.006591796700377017, -0.007250976370414719, -0.012524413730716333, -0.008789062267169356, -0.01010742160724476, -0.005712890473660082, -0.011865234060678631, -0.01120605439064093, -0.007250976370414719, -0.0006591796700377017, -0.002197265566792339, -0.0006591796700377017, 0.0, 0.00395507802022621, 0.002856445236830041, -0.0017578124534338713, 0.00505371080362238, 0.002636718680150807, 0.00900878882384859, 0.009887695050565526, 0.0013183593400754035, 0.001977539010113105, 0.0002197265566792339, 0.005493163916980848, 0.0015380858967546374, -0.0006591796700377017 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.3333)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ 0.0004394531133584678, -0.0010986327833961695, 0.004833984246943146, 0.005712890473660082, -0.0059326170303393155, 0.0, 0.0032958983501885086, 0.0002197265566792339, 0.0006591796700377017, -0.004394531133584678, -0.0008789062267169356, -0.0006591796700377017, 0.0010986327833961695, -0.0015380858967546374, -0.0017578124534338713, -0.002197265566792339, 0.0002197265566792339, -0.00395507802022621, 0.0010986327833961695, 0.004174804576905444, 0.004394531133584678, 0.004394531133584678, 0.0059326170303393155, 0.007470702927093953, -0.0002197265566792339, 0.00395507802022621, 0.009228515380527824, 0.00505371080362238, 0.004174804576905444, 0.011645507503999397, 0.0059326170303393155, 0.00791015604045242, 0.002636718680150807, 0.011425780947320163, 0.0, -0.002416992123471573, -0.0002197265566792339, -0.0015380858967546374, -0.001977539010113105, -0.013183593400754035, -0.006372070143697783, -0.014282226184150204, -0.008789062267169356, -0.010986327833961695, -0.009228515380527824, -0.012744140287395567, -0.00791015604045242, -0.004833984246943146, -0.006372070143697783, -0.004833984246943146, 0.0008789062267169356, 0.0015380858967546374, 0.006811523257056251, 0.004833984246943146, 0.010766601277282462, 0.007690429483773187, 0.015380858967546374, 0.014501952740829438, 0.017797851091017947, 0.022851561894640326, 0.021093749441206455, 0.014282226184150204, 0.01516113241086714, 0.015380858967546374, 0.009228515380527824, 0.0059326170303393155, 0.007470702927093953, 0.0006591796700377017, 0.002197265566792339, -0.009448241937207058, -0.0061523435870185494, -0.010766601277282462, -0.014282226184150204, -0.021093749441206455, -0.019335936987772584, -0.023730468121357262, -0.018676757317734882, -0.019335936987772584, -0.018896483874414116, -0.018676757317734882, -0.01582031208090484, -0.0129638668440748, -0.005712890473660082, -0.004394531133584678, 0.005712890473660082, 0.01010742160724476, 0.00900878882384859, 0.02131347599788569, 0.02416992123471573, 0.028784178924979642, 0.029003905481658876, 0.03208007727516815, 0.026806639914866537, 0.025708007131470367, 0.028784178924979642, 0.027246093028225005, 0.018676757317734882, 0.013183593400754035, 0.00395507802022621, 0.0013183593400754035, -0.007690429483773187, -0.011425780947320163, -0.011425780947320163, -0.020434569771168754, -0.02131347599788569, -0.03186035071848892, -0.026806639914866537, -0.02812499925494194, -0.03098144449177198, -0.028784178924979642, -0.0252685540181119, -0.025048827461432666, -0.01691894486430101, -0.01845703076105565, -0.013183593400754035, -0.0037353514635469764, 0.007690429483773187, 0.018676757317734882, 0.019995116657810286, 0.02416992123471573, 0.02636718680150807, 0.03032226482173428, 0.032958983501885086, 0.03383788972860202, 0.03208007727516815, 0.039550780202262104, 0.03361816317192279, 0.03383788972860202, 0.027905272698262706, 0.022192382224602625, 0.013623046514112502, 0.006372070143697783, -0.006811523257056251, -0.007250976370414719, -0.025048827461432666, -0.0259277336881496, -0.028564452368300408, -0.038012694305507466, -0.036254881852073595, -0.040209959872299805, -0.04218749888241291, -0.040209959872299805, -0.039550780202262104, -0.035156249068677425, -0.025048827461432666, -0.013183593400754035, -0.014282226184150204, -0.004614257690263912, 0.0037353514635469764, 0.009448241937207058, 0.02482910090475343, 0.027685546141583472, 0.04152831921237521, 0.04438476444920525, 0.04086913954233751, 0.048559569026110694, 0.04284667855245061, 0.04658203001599759, 0.04152831921237521, 0.03273925694520585, 0.02416992123471573, 0.020434569771168754, 0.01845703076105565, 0.004394531133584678, -0.0008789062267169356, -0.014501952740829438, -0.02197265566792339, -0.034497069398639724, -0.0388916005322244, -0.04790038935607299, -0.04658203001599759, -0.04899902213946916, -0.046362303459318355, -0.044165037892526016, -0.04658203001599759, -0.035156249068677425, -0.026147460244828835, -0.0252685540181119, -0.01691894486430101, 0.0002197265566792339, 0.004174804576905444, 0.016040038637584075, 0.026806639914866537, 0.029003905481658876, 0.037573241192149, 0.04943847525282763, 0.04833984246943146, 0.052075193932978436, 0.05009765492286533, 0.051416014262940735, 0.04790038935607299, 0.036254881852073595, 0.035156249068677425, 0.023950194678036496, 0.01801757764769718, 0.009887695050565526, -0.006811523257056251, -0.014941405854187906, -0.02812499925494194, -0.036254881852073595, -0.041308592655695975, -0.047460936242714524, -0.04790038935607299, -0.05383300638641231, -0.05383300638641231, -0.05405273294309154, -0.04174804576905444, -0.042407225439092144, -0.03713378807879053, -0.018676757317734882, -0.01406249962747097, -0.007031249813735485, 0.0035156249068677425, 0.01845703076105565, 0.0259277336881496, 0.03317871005856432, 0.04438476444920525, 0.04680175657267682, 0.049218748696148396, 0.05339355327305384, 0.0518554673762992, 0.056469725066563115, 0.04790038935607299, 0.039111327088903636, 0.038012694305507466, 0.027685546141583472, 0.01406249962747097, 0.006372070143697783, -0.004174804576905444, -0.020434569771168754, -0.026806639914866537, -0.03164062416180968, -0.03933105364558287, -0.046362303459318355, -0.05229492048965767, -0.0505371080362238, -0.057568357849959284, -0.05493163916980848, -0.04724120968603529, -0.03933105364558287, -0.033398436615243554, -0.024389647791394964, -0.013623046514112502, -0.004394531133584678, 0.009448241937207058, 0.019775390101131052, 0.030102538265055045, 0.03317871005856432, 0.03867187397554517, 0.0511962877062615, 0.050317381479544565, 0.06020507653011009, 0.05954589686007239, 0.0511962877062615, 0.048120115912752226, 0.043505858222488314, 0.038012694305507466, 0.029003905481658876, 0.01120605439064093, 0.006591796700377017, -0.004614257690263912, -0.014941405854187906, -0.02746581958490424, -0.03317871005856432, -0.04482421756256372, -0.04965820180950686, -0.05163574081961997, -0.05405273294309154, -0.0505371080362238, -0.05383300638641231, -0.048120115912752226, -0.03977050675894134, -0.029663085151696578, -0.02482910090475343, -0.011865234060678631, -0.001977539010113105, 0.005712890473660082, 0.019555663544451818, 0.03142089760513045, 0.04086913954233751, 0.039111327088903636, 0.051416014262940735, 0.053173826716374606, 0.05515136572648771, 0.050317381479544565, 0.05405273294309154, 0.04438476444920525, 0.038452147418865934, 0.0369140615221113, 0.029003905481658876, 0.019995116657810286, 0.002416992123471573, -0.004394531133584678, -0.01582031208090484, -0.021533202554564923, -0.03493652251199819, -0.039111327088903636, -0.047460936242714524, -0.04965820180950686, -0.05559081883984618, -0.0505371080362238, -0.045263670675922185, -0.04899902213946916, -0.03603515529539436, -0.028784178924979642, -0.02131347599788569, -0.009667968493886292, -0.0017578124534338713, 0.006811523257056251, 0.018237304204376414, 0.019775390101131052, 0.034057616285281256, 0.04152831921237521, 0.042407225439092144, 0.04877929558278993, 0.05009765492286533, 0.05009765492286533, 0.051416014262940735, 0.041308592655695975, 0.03317871005856432, 0.026806639914866537, 0.020654296327847987, 0.014501952740829438, 0.0035156249068677425, -0.002416992123471573, -0.014501952740829438, -0.02087402288452722, -0.03427734284196049, -0.03867187397554517, -0.04108886609901674, -0.04482421756256372, -0.04768066279939376, -0.04965820180950686, -0.03933105364558287, -0.04086913954233751, -0.034057616285281256, -0.03032226482173428, -0.017797851091017947, -0.009667968493886292, -0.004394531133584678, 0.004394531133584678, 0.009887695050565526, 0.018676757317734882, 0.031201171048451215, 0.034057616285281256, 0.04328613166580908, 0.04218749888241291, 0.04504394411924295, 0.045263670675922185, 0.0388916005322244, 0.03867187397554517, 0.029443358595017344, 0.02482910090475343, 0.01801757764769718, 0.010986327833961695, 0.0017578124534338713, -0.007031249813735485, -0.00900878882384859, -0.023291015007998794, -0.025048827461432666, -0.026586913358187303, -0.03933105364558287, -0.04262695199577138, -0.04262695199577138, -0.0382324208621867, -0.04174804576905444, -0.03669433496543206, -0.029003905481658876, -0.027905272698262706, -0.014941405854187906, -0.010546874720603228, -0.0004394531133584678, 0.0059326170303393155, 0.010986327833961695, 0.023730468121357262, 0.025708007131470367, 0.026806639914866537, 0.02988281170837581, 0.035156249068677425, 0.03383788972860202, 0.03977050675894134, 0.03581542873871513, 0.034057616285281256, 0.026806639914866537, 0.026147460244828835, 0.018896483874414116, 0.009448241937207058, 0.008349609153810889, -0.006811523257056251, -0.007031249813735485, -0.012084960617357865, -0.019555663544451818, -0.02746581958490424, -0.028344725811621174, -0.03251953038852662, -0.030761717935092747, -0.03164062416180968, -0.03317871005856432, -0.025708007131470367, -0.02922363203833811, -0.021093749441206455, -0.012304687174037099, -0.010327148163923994, 0.002636718680150807, 0.005712890473660082, 0.010766601277282462, 0.016479491750942543, 0.022192382224602625, 0.019555663544451818, 0.029443358595017344, 0.021752929111244157, 0.023291015007998794, 0.027905272698262706, 0.02636718680150807, 0.020434569771168754, 0.025048827461432666, 0.019555663544451818, 0.007031249813735485, 0.008569335710490122, 0.006811523257056251, -0.001977539010113105, -0.00505371080362238, -0.0129638668440748, -0.013842773070791736, -0.01801757764769718, -0.023510741564678028, -0.022631835337961093, -0.024609374348074198, -0.02197265566792339, -0.01845703076105565, -0.017797851091017947, -0.013183593400754035, -0.007031249813735485, -0.004394531133584678, -0.0059326170303393155, 0.0004394531133584678, -0.0032958983501885086, 0.005273437360301614, 0.00900878882384859, 0.01845703076105565, 0.015600585524225608, 0.015380858967546374, 0.015600585524225608, 0.01801757764769718, 0.016699218307621777, 0.010986327833961695, 0.016699218307621777, 0.011645507503999397, 0.007470702927093953, 0.009887695050565526, 0.007250976370414719, -0.0008789062267169356, 0.0013183593400754035, 0.002416992123471573, -0.004833984246943146, -0.0030761717935092747, -0.008789062267169356, -0.011865234060678631, -0.009887695050565526, -0.010327148163923994, -0.01120605439064093, -0.00505371080362238, -0.012304687174037099, -0.009448241937207058, -0.00505371080362238, -0.004614257690263912, -0.004174804576905444, 0.0004394531133584678, 0.0030761717935092747, 0.0002197265566792339, 0.002856445236830041, 0.006372070143697783, 0.009448241937207058, 0.002856445236830041, 0.008349609153810889, 0.007690429483773187, 0.007470702927093953, 0.0061523435870185494, 0.002856445236830041, 0.00791015604045242 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.4444)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ 0.002636718680150807, 0.005493163916980848, -0.0030761717935092747, 0.0004394531133584678, 0.00505371080362238, -0.002197265566792339, -0.002416992123471573, 0.00505371080362238, -0.0010986327833961695, 0.0002197265566792339, -0.005273437360301614, -0.00505371080362238, -0.00505371080362238, -0.0037353514635469764, -0.0037353514635469764, 0.002856445236830041, -0.0010986327833961695, 0.001977539010113105, 0.00395507802022621, -0.002856445236830041, 0.0035156249068677425, 0.0015380858967546374, 0.00395507802022621, 0.007250976370414719, 0.007031249813735485, 0.004614257690263912, 0.004174804576905444, 0.007250976370414719, 0.0059326170303393155, 0.007470702927093953, 0.0032958983501885086, 0.006372070143697783, 0.004833984246943146, 0.0032958983501885086, 0.004614257690263912, -0.002856445236830041, 0.0032958983501885086, -0.002416992123471573, -0.004614257690263912, -0.0035156249068677425, -0.0037353514635469764, -0.010546874720603228, -0.008569335710490122, -0.0129638668440748, -0.009667968493886292, -0.013183593400754035, -0.012084960617357865, -0.011645507503999397, -0.005712890473660082, -0.0061523435870185494, -0.00505371080362238, -0.00395507802022621, -0.0004394531133584678, 0.008789062267169356, 0.0030761717935092747, 0.014721679297508672, 0.011645507503999397, 0.013183593400754035, 0.021752929111244157, 0.020654296327847987, 0.019555663544451818, 0.016479491750942543, 0.01801757764769718, 0.014721679297508672, 0.012084960617357865, 0.00900878882384859, 0.00505371080362238, -0.0030761717935092747, -0.0035156249068677425, -0.006811523257056251, -0.009887695050565526, -0.01582031208090484, -0.021093749441206455, -0.018896483874414116, -0.018237304204376414, -0.02702636647154577, -0.019335936987772584, -0.027685546141583472, -0.02197265566792339, -0.012524413730716333, -0.019995116657810286, -0.010986327833961695, -0.0017578124534338713, 0.002416992123471573, 0.007690429483773187, 0.006372070143697783, 0.01120605439064093, 0.02241210878128186, 0.023950194678036496, 0.024389647791394964, 0.030541991378413513, 0.030102538265055045, 0.028784178924979642, 0.024609374348074198, 0.02241210878128186, 0.019335936987772584, 0.016479491750942543, 0.012524413730716333, 0.01010742160724476, 0.004174804576905444, -0.009228515380527824, -0.00791015604045242, -0.013403319957433268, -0.02416992123471573, -0.020654296327847987, -0.027246093028225005, -0.030761717935092747, -0.033398436615243554, -0.03559570218203589, -0.03383788972860202, -0.03383788972860202, -0.02087402288452722, -0.01625976519426331, -0.016040038637584075, -0.008349609153810889, 0.0015380858967546374, 0.007470702927093953, 0.011865234060678631, 0.012304687174037099, 0.025488280574791133, 0.03273925694520585, 0.03779296774882823, 0.04086913954233751, 0.040209959872299805, 0.03471679595531896, 0.032299803831847385, 0.037353514635469764, 0.027246093028225005, 0.029003905481658876, 0.014282226184150204, 0.010986327833961695, 0.0013183593400754035, 0.0002197265566792339, -0.013183593400754035, -0.01801757764769718, -0.02241210878128186, -0.03383788972860202, -0.036254881852073595, -0.04086913954233751, -0.03999023331562057, -0.04504394411924295, -0.04548339723260142, -0.041308592655695975, -0.03032226482173428, -0.03251953038852662, -0.014501952740829438, -0.009228515380527824, -0.002856445236830041, 0.008349609153810889, 0.00791015604045242, 0.025708007131470367, 0.028784178924979642, 0.0382324208621867, 0.04394531133584678, 0.04460449100588448, 0.0505371080362238, 0.050317381479544565, 0.04658203001599759, 0.03999023331562057, 0.036254881852073595, 0.03164062416180968, 0.0259277336881496, 0.010546874720603228, 0.008789062267169356, -0.0004394531133584678, -0.01582031208090484, -0.02197265566792339, -0.03603515529539436, -0.03713378807879053, -0.04548339723260142, -0.047460936242714524, -0.04394531133584678, -0.048120115912752226, -0.04460449100588448, -0.040209959872299805, -0.033398436615243554, -0.03361816317192279, -0.020434569771168754, -0.01735839797765948, -0.005493163916980848, 0.010546874720603228, 0.019335936987772584, 0.0259277336881496, 0.03383788972860202, 0.04196777232573368, 0.04592285034595989, 0.04899902213946916, 0.04790038935607299, 0.046362303459318355, 0.052075193932978436, 0.04086913954233751, 0.036254881852073595, 0.03647460840875283, 0.027685546141583472, 0.017797851091017947, 0.0030761717935092747, -0.002856445236830041, -0.014501952740829438, -0.02636718680150807, -0.034497069398639724, -0.04768066279939376, -0.04790038935607299, -0.04877929558278993, -0.05581054539652541, -0.047460936242714524, -0.0505371080362238, -0.04284667855245061, -0.04218749888241291, -0.027685546141583472, -0.02087402288452722, -0.013183593400754035, -0.0037353514635469764, 0.008129882597131655, 0.015600585524225608, 0.02812499925494194, 0.031201171048451215, 0.03977050675894134, 0.054272459499770775, 0.05515136572648771, 0.052075193932978436, 0.050317381479544565, 0.055371092283166945, 0.04438476444920525, 0.039550780202262104, 0.032958983501885086, 0.025488280574791133, 0.013183593400754035, 0.004833984246943146, -0.0035156249068677425, -0.016479491750942543, -0.02746581958490424, -0.03713378807879053, -0.0369140615221113, -0.04965820180950686, -0.0511962877062615, -0.05800781096331775, -0.049218748696148396, -0.0505371080362238, -0.04790038935607299, -0.04394531133584678, -0.036254881852073595, -0.019995116657810286, -0.012084960617357865, 0.0002197265566792339, 0.007250976370414719, 0.01735839797765948, 0.025708007131470367, 0.030102538265055045, 0.04394531133584678, 0.04570312378928065, 0.05405273294309154, 0.06020507653011009, 0.058227537519996986, 0.05405273294309154, 0.04833984246943146, 0.046362303459318355, 0.03471679595531896, 0.02636718680150807, 0.012084960617357865, 0.001977539010113105, -0.0008789062267169356, -0.01120605439064093, -0.03032226482173428, -0.03559570218203589, -0.03933105364558287, -0.048559569026110694, -0.05515136572648771, -0.055371092283166945, -0.056469725066563115, -0.05295410015969537, -0.04833984246943146, -0.04438476444920525, -0.03164062416180968, -0.028784178924979642, -0.012084960617357865, -0.008349609153810889, 0.009667968493886292, 0.019775390101131052, 0.030761717935092747, 0.03779296774882823, 0.04196777232573368, 0.05295410015969537, 0.05295410015969537, 0.05581054539652541, 0.05493163916980848, 0.049218748696148396, 0.04833984246943146, 0.048120115912752226, 0.037573241192149, 0.022631835337961093, 0.014282226184150204, -0.0004394531133584678, -0.002856445236830041, -0.01735839797765948, -0.0259277336881496, -0.032958983501885086, -0.04108886609901674, -0.04482421756256372, -0.05493163916980848, -0.05229492048965767, -0.05295410015969537, -0.051416014262940735, -0.04460449100588448, -0.040209959872299805, -0.03559570218203589, -0.02087402288452722, -0.013403319957433268, -0.005712890473660082, 0.005712890473660082, 0.017578124534338713, 0.029443358595017344, 0.03208007727516815, 0.03933105364558287, 0.04196777232573368, 0.047021483129356056, 0.05668945162324235, 0.048559569026110694, 0.04768066279939376, 0.04548339723260142, 0.039111327088903636, 0.02702636647154577, 0.022192382224602625, 0.009887695050565526, 0.0017578124534338713, -0.0032958983501885086, -0.013842773070791736, -0.01911621043109335, -0.02636718680150807, -0.03493652251199819, -0.03977050675894134, -0.04438476444920525, -0.04899902213946916, -0.04548339723260142, -0.048559569026110694, -0.04152831921237521, -0.0369140615221113, -0.030541991378413513, -0.023730468121357262, -0.011425780947320163, -0.0035156249068677425, 0.010327148163923994, 0.010327148163923994, 0.023291015007998794, 0.03208007727516815, 0.03251953038852662, 0.04658203001599759, 0.03867187397554517, 0.03977050675894134, 0.04833984246943146, 0.037573241192149, 0.03251953038852662, 0.03581542873871513, 0.028344725811621174, 0.019335936987772584, 0.007470702927093953, 0.008789062267169356, -0.004614257690263912, -0.01010742160724476, -0.016040038637584075, -0.02636718680150807, -0.034057616285281256, -0.03779296774882823, -0.037573241192149, -0.037353514635469764, -0.04284667855245061, -0.04108886609901674, -0.034057616285281256, -0.0252685540181119, -0.027246093028225005, -0.016699218307621777, -0.0059326170303393155, -0.006811523257056251, 0.002197265566792339, 0.008569335710490122, 0.019555663544451818, 0.020654296327847987, 0.026806639914866537, 0.029443358595017344, 0.03383788972860202, 0.038452147418865934, 0.037573241192149, 0.03493652251199819, 0.032958983501885086, 0.029663085151696578, 0.01735839797765948, 0.012084960617357865, 0.00900878882384859, -0.0006591796700377017, -0.0006591796700377017, -0.00900878882384859, -0.016699218307621777, -0.023291015007998794, -0.029003905481658876, -0.023291015007998794, -0.03208007727516815, -0.02702636647154577, -0.027685546141583472, -0.03142089760513045, -0.025488280574791133, -0.02746581958490424, -0.01801757764769718, -0.008569335710490122, -0.011645507503999397, 0.0010986327833961695, 0.002416992123471573, 0.013842773070791736, 0.018237304204376414, 0.015380858967546374, 0.02482910090475343, 0.028564452368300408, 0.022631835337961093, 0.03032226482173428, 0.0252685540181119, 0.020434569771168754, 0.022851561894640326, 0.01801757764769718, 0.01516113241086714, 0.014501952740829438, 0.006372070143697783, -0.0013183593400754035, 0.0013183593400754035, -0.00791015604045242, -0.012524413730716333, -0.011645507503999397, -0.022631835337961093, -0.02241210878128186, -0.018896483874414116, -0.019335936987772584, -0.019775390101131052, -0.01845703076105565, -0.015600585524225608, -0.01735839797765948, -0.010986327833961695, -0.010986327833961695, -0.008349609153810889, -0.004394531133584678, 0.0013183593400754035, 0.0059326170303393155, 0.011645507503999397, 0.016699218307621777, 0.009667968493886292, 0.01691894486430101, 0.01845703076105565, 0.01406249962747097, 0.01911621043109335, 0.01582031208090484, 0.015380858967546374, 0.00900878882384859, 0.012744140287395567, 0.006372070143697783, 0.002197265566792339, 0.0004394531133584678, 0.0013183593400754035, 0.0002197265566792339, -0.007250976370414719, -0.009887695050565526, -0.012084960617357865, -0.009667968493886292, -0.00395507802022621, -0.010546874720603228, -0.008349609153810889, -0.012084960617357865, -0.0061523435870185494, -0.007470702927093953, -0.00791015604045242, -0.0013183593400754035, -0.002636718680150807, 0.0010986327833961695, 0.002856445236830041, 0.002856445236830041, 0.0059326170303393155, 0.005493163916980848, 0.004174804576905444, 0.0035156249068677425, 0.006372070143697783, 0.007031249813735485, 0.002856445236830041, 0.0059326170303393155, 0.0059326170303393155, 0.00505371080362238 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.5556)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ 0.00505371080362238, -0.0013183593400754035, -0.0006591796700377017, -0.0037353514635469764, -0.0030761717935092747, 0.005712890473660082, 0.001977539010113105, 0.0015380858967546374, 0.002197265566792339, 0.002416992123471573, 0.0032958983501885086, -0.002416992123471573, -0.005493163916980848, 0.0002197265566792339, -0.002636718680150807, -0.004174804576905444, -0.0006591796700377017, 0.005273437360301614, 0.0004394531133584678, 0.002856445236830041, -0.002416992123471573, 0.006811523257056251, 0.004174804576905444, 0.002197265566792339, 0.0061523435870185494, 0.005273437360301614, 0.00505371080362238, 0.011645507503999397, 0.008129882597131655, 0.009448241937207058, 0.005712890473660082, 0.004833984246943146, 0.0013183593400754035, 0.0059326170303393155, 0.004833984246943146, 0.0002197265566792339, 0.0017578124534338713, -0.007470702927093953, 0.0, -0.006811523257056251, -0.006372070143697783, -0.009887695050565526, -0.008569335710490122, -0.011425780947320163, -0.010986327833961695, -0.016040038637584075, -0.010327148163923994, -0.012084960617357865, -0.011865234060678631, -0.001977539010113105, -0.0032958983501885086, -0.00395507802022621, 0.0, 0.0059326170303393155, 0.009228515380527824, 0.008129882597131655, 0.01735839797765948, 0.01625976519426331, 0.01801757764769718, 0.02021484321448952, 0.017797851091017947, 0.016479491750942543, 0.0129638668440748, 0.014941405854187906, 0.0129638668440748, 0.013183593400754035, 0.002856445236830041, 0.006811523257056251, 0.0030761717935092747, -0.0013183593400754035, -0.007690429483773187, -0.01010742160724476, -0.021093749441206455, -0.01845703076105565, -0.02241210878128186, -0.02087402288452722, -0.02197265566792339, -0.018237304204376414, -0.014941405854187906, -0.01911621043109335, -0.017797851091017947, -0.011865234060678631, -0.005712890473660082, -0.0006591796700377017, 0.006372070143697783, 0.007031249813735485, 0.01120605439064093, 0.02021484321448952, 0.024389647791394964, 0.028784178924979642, 0.02636718680150807, 0.03251953038852662, 0.02636718680150807, 0.027685546141583472, 0.026586913358187303, 0.021533202554564923, 0.01516113241086714, 0.019335936987772584, 0.0059326170303393155, 0.004174804576905444, -0.0010986327833961695, -0.005712890473660082, -0.014501952740829438, -0.019775390101131052, -0.02922363203833811, -0.027905272698262706, -0.03537597562535666, -0.03537597562535666, -0.03251953038852662, -0.029443358595017344, -0.032299803831847385, -0.02241210878128186, -0.01691894486430101, -0.01801757764769718, -0.005712890473660082, -0.004833984246943146, 0.0008789062267169356, 0.009667968493886292, 0.01735839797765948, 0.022631835337961093, 0.03383788972860202, 0.0369140615221113, 0.033398436615243554, 0.04086913954233751, 0.039111327088903636, 0.034497069398639724, 0.03142089760513045, 0.026586913358187303, 0.02021484321448952, 0.02087402288452722, 0.012304687174037099, 0.0032958983501885086, -0.00791015604045242, -0.00791015604045242, -0.01845703076105565, -0.023950194678036496, -0.034057616285281256, -0.039111327088903636, -0.043066405109129846, -0.040209959872299805, -0.03581542873871513, -0.042407225439092144, -0.03603515529539436, -0.034057616285281256, -0.026586913358187303, -0.01516113241086714, -0.011425780947320163, -0.002197265566792339, 0.002856445236830041, 0.017138671420980245, 0.026586913358187303, 0.030102538265055045, 0.03208007727516815, 0.04284667855245061, 0.04680175657267682, 0.048120115912752226, 0.04394531133584678, 0.043505858222488314, 0.039111327088903636, 0.039550780202262104, 0.029003905481658876, 0.01801757764769718, 0.012744140287395567, 0.00395507802022621, -0.008569335710490122, -0.0129638668440748, -0.025048827461432666, -0.03603515529539436, -0.0388916005322244, -0.04372558477916755, -0.04504394411924295, -0.04328613166580908, -0.048559569026110694, -0.04284667855245061, -0.04042968642897904, -0.042407225439092144, -0.025048827461432666, -0.025708007131470367, -0.010327148163923994, 0.0002197265566792339, 0.010546874720603228, 0.018676757317734882, 0.029443358595017344, 0.036254881852073595, 0.046362303459318355, 0.0505371080362238, 0.044165037892526016, 0.0511962877062615, 0.05339355327305384, 0.04592285034595989, 0.04218749888241291, 0.03999023331562057, 0.031201171048451215, 0.027905272698262706, 0.014941405854187906, 0.00791015604045242, -0.007031249813735485, -0.011865234060678631, -0.023510741564678028, -0.028784178924979642, -0.04570312378928065, -0.04899902213946916, -0.05405273294309154, -0.050317381479544565, -0.04548339723260142, -0.04592285034595989, -0.047021483129356056, -0.0382324208621867, -0.03098144449177198, -0.02241210878128186, -0.014941405854187906, -0.0032958983501885086, 0.007690429483773187, 0.015380858967546374, 0.031201171048451215, 0.03361816317192279, 0.04504394411924295, 0.04724120968603529, 0.05383300638641231, 0.05295410015969537, 0.05603027195320465, 0.0518554673762992, 0.04724120968603529, 0.04262695199577138, 0.027685546141583472, 0.03142089760513045, 0.013842773070791736, 0.008569335710490122, -0.0032958983501885086, -0.012304687174037099, -0.02241210878128186, -0.03933105364558287, -0.04570312378928065, -0.04833984246943146, -0.04877929558278993, -0.058227537519996986, -0.04943847525282763, -0.054272459499770775, -0.04943847525282763, -0.038452147418865934, -0.03251953038852662, -0.026586913358187303, -0.012084960617357865, 0.002197265566792339, 0.009448241937207058, 0.016479491750942543, 0.032299803831847385, 0.03273925694520585, 0.039550780202262104, 0.046362303459318355, 0.052075193932978436, 0.059326170303393155, 0.05690917817992158, 0.055371092283166945, 0.04482421756256372, 0.045263670675922185, 0.039111327088903636, 0.023950194678036496, 0.014721679297508672, 0.0, -0.005273437360301614, -0.013403319957433268, -0.03251953038852662, -0.035156249068677425, -0.0369140615221113, -0.04877929558278993, -0.049218748696148396, -0.052075193932978436, -0.05493163916980848, -0.05163574081961997, -0.04899902213946916, -0.04152831921237521, -0.029663085151696578, -0.025708007131470367, -0.014721679297508672, -0.004394531133584678, 0.0061523435870185494, 0.01625976519426331, 0.025708007131470367, 0.03537597562535666, 0.04658203001599759, 0.044165037892526016, 0.04833984246943146, 0.05229492048965767, 0.04768066279939376, 0.04943847525282763, 0.045263670675922185, 0.04548339723260142, 0.028344725811621174, 0.023291015007998794, 0.018896483874414116, 0.007031249813735485, -0.007031249813735485, -0.01801757764769718, -0.02087402288452722, -0.038012694305507466, -0.04328613166580908, -0.04086913954233751, -0.05009765492286533, -0.0505371080362238, -0.053173826716374606, -0.04592285034595989, -0.04592285034595989, -0.03867187397554517, -0.02746581958490424, -0.019335936987772584, -0.011425780947320163, 0.0002197265566792339, 0.008129882597131655, 0.017578124534338713, 0.025488280574791133, 0.03186035071848892, 0.03537597562535666, 0.051416014262940735, 0.044165037892526016, 0.0505371080362238, 0.05229492048965767, 0.04877929558278993, 0.04768066279939376, 0.0388916005322244, 0.03493652251199819, 0.026147460244828835, 0.014501952740829438, 0.006591796700377017, 0.0, -0.012744140287395567, -0.02197265566792339, -0.03208007727516815, -0.03779296774882823, -0.043066405109129846, -0.04152831921237521, -0.048120115912752226, -0.047021483129356056, -0.046362303459318355, -0.03669433496543206, -0.03559570218203589, -0.024609374348074198, -0.026586913358187303, -0.009887695050565526, -0.0059326170303393155, 0.0032958983501885086, 0.012524413730716333, 0.02702636647154577, 0.03427734284196049, 0.0388916005322244, 0.04042968642897904, 0.04460449100588448, 0.044165037892526016, 0.04482421756256372, 0.038012694305507466, 0.04064941298565827, 0.032958983501885086, 0.025708007131470367, 0.022631835337961093, 0.016479491750942543, 0.007690429483773187, -0.004394531133584678, -0.01406249962747097, -0.02416992123471573, -0.021093749441206455, -0.03559570218203589, -0.030541991378413513, -0.036254881852073595, -0.03493652251199819, -0.040209959872299805, -0.04108886609901674, -0.031201171048451215, -0.027246093028225005, -0.024389647791394964, -0.01625976519426331, -0.01010742160724476, -0.004174804576905444, 0.006372070143697783, 0.011865234060678631, 0.018896483874414116, 0.019335936987772584, 0.026806639914866537, 0.03537597562535666, 0.030102538265055045, 0.03933105364558287, 0.03647460840875283, 0.03098144449177198, 0.03032226482173428, 0.032958983501885086, 0.02482910090475343, 0.015600585524225608, 0.012524413730716333, 0.0, -0.002416992123471573, -0.013403319957433268, -0.010986327833961695, -0.016479491750942543, -0.02636718680150807, -0.02416992123471573, -0.032958983501885086, -0.026586913358187303, -0.03098144449177198, -0.03098144449177198, -0.02241210878128186, -0.018237304204376414, -0.015380858967546374, -0.00900878882384859, -0.004614257690263912, 0.0017578124534338713, 0.005712890473660082, 0.0059326170303393155, 0.01010742160724476, 0.023510741564678028, 0.025048827461432666, 0.025488280574791133, 0.021752929111244157, 0.030761717935092747, 0.022851561894640326, 0.022192382224602625, 0.02197265566792339, 0.01691894486430101, 0.014941405854187906, 0.012524413730716333, 0.00395507802022621, 0.0002197265566792339, -0.0006591796700377017, -0.00395507802022621, -0.008129882597131655, -0.009887695050565526, -0.016699218307621777, -0.017797851091017947, -0.018896483874414116, -0.02087402288452722, -0.023291015007998794, -0.014941405854187906, -0.015380858967546374, -0.018896483874414116, -0.008569335710490122, -0.007031249813735485, -0.0061523435870185494, -0.0059326170303393155, 0.0013183593400754035, 0.0037353514635469764, 0.013403319957433268, 0.01735839797765948, 0.0129638668440748, 0.012744140287395567, 0.01406249962747097, 0.01801757764769718, 0.014282226184150204, 0.016479491750942543, 0.011865234060678631, 0.012084960617357865, 0.00791015604045242, 0.009448241937207058, 0.006591796700377017, 0.0035156249068677425, -0.0035156249068677425, -0.007250976370414719, -0.009667968493886292, -0.009448241937207058, -0.007031249813735485, -0.011645507503999397, -0.011425780947320163, -0.01120605439064093, -0.008789062267169356, -0.0059326170303393155, -0.0059326170303393155, -0.0030761717935092747, 0.0002197265566792339, -0.008129882597131655, 0.0008789062267169356, -0.002416992123471573, 0.0030761717935092747, 0.005273437360301614, 0.004833984246943146, 0.0004394531133584678, 0.004833984246943146, 0.008569335710490122, 0.0030761717935092747, 0.006591796700377017, 0.00900878882384859, 0.002636718680150807, 0.002416992123471573, 0.0004394531133584678 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.6667)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ -0.002636718680150807, 0.00395507802022621, -0.0004394531133584678, 0.0, 0.0, 0.0, -0.001977539010113105, 0.0035156249068677425, 0.0017578124534338713, 0.00505371080362238, -0.0030761717935092747, -0.005712890473660082, -0.0004394531133584678, -0.002416992123471573, -0.002636718680150807, 0.0035156249068677425, 0.0010986327833961695, -0.004833984246943146, 0.0030761717935092747, 0.0010986327833961695, -0.0015380858967546374, 0.0010986327833961695, 0.008129882597131655, 0.0010986327833961695, 0.008129882597131655, 0.00791015604045242, 0.00505371080362238, 0.014941405854187906, 0.00791015604045242, 0.012524413730716333, 0.010766601277282462, 0.011645507503999397, 0.0037353514635469764, 0.008789062267169356, 0.00505371080362238, 0.004174804576905444, -0.0035156249068677425, -0.008129882597131655, -0.005712890473660082, -0.005712890473660082, -0.0035156249068677425, -0.016479491750942543, -0.011865234060678631, -0.013623046514112502, -0.013842773070791736, -0.007031249813735485, -0.012524413730716333, -0.009667968493886292, -0.007250976370414719, -0.008129882597131655, -0.007470702927093953, -0.0004394531133584678, 0.006372070143697783, 0.011645507503999397, 0.011645507503999397, 0.013842773070791736, 0.011865234060678631, 0.013183593400754035, 0.022192382224602625, 0.019995116657810286, 0.019335936987772584, 0.023950194678036496, 0.01691894486430101, 0.015600585524225608, 0.009667968493886292, 0.00900878882384859, 0.008129882597131655, 0.001977539010113105, -0.002636718680150807, -0.0037353514635469764, -0.007470702927093953, -0.01625976519426331, -0.015600585524225608, -0.018676757317734882, -0.01845703076105565, -0.026147460244828835, -0.01845703076105565, -0.019775390101131052, -0.021093749441206455, -0.018237304204376414, -0.008789062267169356, -0.00505371080362238, -0.001977539010113105, 0.002416992123471573, 0.00900878882384859, 0.014721679297508672, 0.015380858967546374, 0.017578124534338713, 0.023730468121357262, 0.02131347599788569, 0.03273925694520585, 0.03317871005856432, 0.03208007727516815, 0.029443358595017344, 0.03098144449177198, 0.023510741564678028, 0.01801757764769718, 0.01582031208090484, 0.011865234060678631, 0.0015380858967546374, -0.0035156249068677425, -0.01120605439064093, -0.012304687174037099, -0.02307128845131956, -0.021093749441206455, -0.023730468121357262, -0.033398436615243554, -0.028784178924979642, -0.03142089760513045, -0.03164062416180968, -0.02746581958490424, -0.02482910090475343, -0.024609374348074198, -0.012084960617357865, -0.004614257690263912, -0.0004394531133584678, 0.00505371080362238, 0.014501952740829438, 0.01406249962747097, 0.0252685540181119, 0.0252685540181119, 0.03933105364558287, 0.03977050675894134, 0.038452147418865934, 0.04108886609901674, 0.0388916005322244, 0.038012694305507466, 0.03164062416180968, 0.02307128845131956, 0.022851561894640326, 0.012304687174037099, 0.004174804576905444, -0.00505371080362238, -0.012304687174037099, -0.014501952740829438, -0.02636718680150807, -0.028784178924979642, -0.038452147418865934, -0.03603515529539436, -0.0382324208621867, -0.04196777232573368, -0.03779296774882823, -0.03581542873871513, -0.03559570218203589, -0.026806639914866537, -0.016479491750942543, -0.008789062267169356, -0.00791015604045242, 0.010327148163923994, 0.013403319957433268, 0.018676757317734882, 0.030102538265055045, 0.03273925694520585, 0.03999023331562057, 0.04877929558278993, 0.045263670675922185, 0.0505371080362238, 0.03999023331562057, 0.04042968642897904, 0.034057616285281256, 0.0259277336881496, 0.02636718680150807, 0.013842773070791736, 0.0035156249068677425, -0.001977539010113105, -0.014282226184150204, -0.022631835337961093, -0.03032226482173428, -0.033398436615243554, -0.04328613166580908, -0.046362303459318355, -0.04592285034595989, -0.04262695199577138, -0.04086913954233751, -0.039111327088903636, -0.03273925694520585, -0.030761717935092747, -0.016699218307621777, -0.007250976370414719, -0.00395507802022621, 0.008569335710490122, 0.019775390101131052, 0.0259277336881496, 0.03537597562535666, 0.03933105364558287, 0.04438476444920525, 0.04833984246943146, 0.05668945162324235, 0.05273437360301614, 0.04658203001599759, 0.04724120968603529, 0.03537597562535666, 0.03164062416180968, 0.02131347599788569, 0.0129638668440748, 0.0017578124534338713, -0.0059326170303393155, -0.010327148163923994, -0.02307128845131956, -0.03251953038852662, -0.04218749888241291, -0.045263670675922185, -0.05163574081961997, -0.05163574081961997, -0.049218748696148396, -0.052075193932978436, -0.04724120968603529, -0.043505858222488314, -0.03383788972860202, -0.023730468121357262, -0.012744140287395567, -0.0010986327833961695, 0.011865234060678631, 0.022631835337961093, 0.028564452368300408, 0.033398436615243554, 0.03999023331562057, 0.04790038935607299, 0.05009765492286533, 0.05910644374671392, 0.053173826716374606, 0.05075683459290303, 0.046362303459318355, 0.04328613166580908, 0.03098144449177198, 0.025708007131470367, 0.013183593400754035, 0.007690429483773187, -0.002856445236830041, -0.011865234060678631, -0.0252685540181119, -0.0369140615221113, -0.04504394411924295, -0.042407225439092144, -0.048120115912752226, -0.05009765492286533, -0.057128904736600816, -0.054272459499770775, -0.0511962877062615, -0.04570312378928065, -0.0382324208621867, -0.023950194678036496, -0.014721679297508672, -0.0010986327833961695, 0.011865234060678631, 0.020434569771168754, 0.03032226482173428, 0.03977050675894134, 0.04460449100588448, 0.053173826716374606, 0.04877929558278993, 0.05888671719003469, 0.060424803086789325, 0.055371092283166945, 0.0498779283661861, 0.04614257690263912, 0.033398436615243554, 0.02988281170837581, 0.011645507503999397, 0.00505371080362238, -0.007690429483773187, -0.014941405854187906, -0.027246093028225005, -0.034057616285281256, -0.04570312378928065, -0.04394531133584678, -0.049218748696148396, -0.05229492048965767, -0.050317381479544565, -0.05097656114958227, -0.05075683459290303, -0.03669433496543206, -0.03361816317192279, -0.0252685540181119, -0.009667968493886292, -0.0010986327833961695, 0.007250976370414719, 0.022192382224602625, 0.026806639914866537, 0.0369140615221113, 0.039111327088903636, 0.04790038935607299, 0.05493163916980848, 0.05668945162324235, 0.0505371080362238, 0.052514647046336904, 0.0498779283661861, 0.04438476444920525, 0.03427734284196049, 0.028564452368300408, 0.014282226184150204, 0.007690429483773187, -0.008569335710490122, -0.010986327833961695, -0.027685546141583472, -0.03427734284196049, -0.03669433496543206, -0.04218749888241291, -0.04833984246943146, -0.05515136572648771, -0.04877929558278993, -0.04504394411924295, -0.04504394411924295, -0.04262695199577138, -0.032958983501885086, -0.022631835337961093, -0.009448241937207058, -0.001977539010113105, 0.012084960617357865, 0.016479491750942543, 0.020654296327847987, 0.032958983501885086, 0.037573241192149, 0.04152831921237521, 0.053173826716374606, 0.04833984246943146, 0.049218748696148396, 0.04592285034595989, 0.04504394411924295, 0.04152831921237521, 0.03098144449177198, 0.025048827461432666, 0.009887695050565526, 0.004174804576905444, -0.002197265566792339, -0.01582031208090484, -0.01845703076105565, -0.02922363203833811, -0.03273925694520585, -0.04614257690263912, -0.04548339723260142, -0.04833984246943146, -0.041308592655695975, -0.04394531133584678, -0.039111327088903636, -0.03361816317192279, -0.02416992123471573, -0.021093749441206455, -0.014501952740829438, 0.0006591796700377017, 0.002636718680150807, 0.017578124534338713, 0.02812499925494194, 0.032299803831847385, 0.037573241192149, 0.037573241192149, 0.04460449100588448, 0.04768066279939376, 0.04152831921237521, 0.03999023331562057, 0.03471679595531896, 0.03273925694520585, 0.023950194678036496, 0.01625976519426331, 0.01516113241086714, 0.0004394531133584678, -0.007690429483773187, -0.012304687174037099, -0.019995116657810286, -0.025048827461432666, -0.029663085151696578, -0.03164062416180968, -0.039550780202262104, -0.04328613166580908, -0.04086913954233751, -0.034497069398639724, -0.03273925694520585, -0.026147460244828835, -0.02416992123471573, -0.019775390101131052, -0.013183593400754035, 0.0017578124534338713, 0.006372070143697783, 0.012744140287395567, 0.019775390101131052, 0.026806639914866537, 0.02988281170837581, 0.032958983501885086, 0.03647460840875283, 0.033398436615243554, 0.03273925694520585, 0.03317871005856432, 0.03273925694520585, 0.031201171048451215, 0.025708007131470367, 0.01845703076105565, 0.010986327833961695, 0.004174804576905444, -0.005712890473660082, -0.005493163916980848, -0.019335936987772584, -0.022192382224602625, -0.0259277336881496, -0.023510741564678028, -0.03361816317192279, -0.032958983501885086, -0.02812499925494194, -0.029663085151696578, -0.025488280574791133, -0.02307128845131956, -0.016040038637584075, -0.011425780947320163, -0.005273437360301614, -0.005273437360301614, 0.004614257690263912, 0.0035156249068677425, 0.012304687174037099, 0.01582031208090484, 0.019775390101131052, 0.028344725811621174, 0.02416992123471573, 0.030761717935092747, 0.026586913358187303, 0.022851561894640326, 0.025708007131470367, 0.01691894486430101, 0.013842773070791736, 0.013623046514112502, 0.004174804576905444, 0.008129882597131655, -0.00395507802022621, -0.004833984246943146, -0.004614257690263912, -0.009667968493886292, -0.018676757317734882, -0.017797851091017947, -0.018676757317734882, -0.015380858967546374, -0.02307128845131956, -0.016479491750942543, -0.020434569771168754, -0.015380858967546374, -0.00791015604045242, -0.004394531133584678, -0.005712890473660082, -0.004833984246943146, 0.0061523435870185494, 0.004833984246943146, 0.007690429483773187, 0.010986327833961695, 0.014941405854187906, 0.0129638668440748, 0.017578124534338713, 0.0129638668440748, 0.017797851091017947, 0.012304687174037099, 0.014941405854187906, 0.013183593400754035, 0.00505371080362238, 0.01120605439064093, -0.0002197265566792339, 0.0006591796700377017, -0.0013183593400754035, -0.006591796700377017, -0.008349609153810889, -0.002197265566792339, -0.002856445236830041, -0.005493163916980848, -0.008349609153810889, -0.005273437360301614, -0.006811523257056251, -0.011645507503999397, -0.008129882597131655, -0.004833984246943146, -0.0035156249068677425, -0.0017578124534338713, 0.0017578124534338713, -0.0004394531133584678, 0.0032958983501885086, 0.0061523435870185494, 0.005273437360301614, 0.0010986327833961695, 0.0013183593400754035, 0.011645507503999397, 0.0032958983501885086, 0.0008789062267169356, 0.00395507802022621, 0.0037353514635469764, 0.0032958983501885086, 0.0030761717935092747 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.7778)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ -0.0004394531133584678, -0.0015380858967546374, 0.00505371080362238, 0.006372070143697783, 0.0030761717935092747, 0.00395507802022621, 0.0006591796700377017, 0.005712890473660082, -0.00395507802022621, -0.004394531133584678, -0.00505371080362238, 0.0006591796700377017, 0.0030761717935092747, 0.002416992123471573, 0.002197265566792339, -0.006811523257056251, 0.0032958983501885086, 0.0035156249068677425, -0.0035156249068677425, 0.00395507802022621, 0.0006591796700377017, 0.0017578124534338713, 0.006591796700377017, 0.0006591796700377017, 0.0002197265566792339, 0.011645507503999397, 0.008569335710490122, 0.008789062267169356, 0.00900878882384859, 0.009448241937207058, 0.005493163916980848, 0.0035156249068677425, 0.008349609153810889, 0.005273437360301614, 0.0032958983501885086, -0.0015380858967546374, 0.0013183593400754035, -0.007250976370414719, -0.0004394531133584678, -0.007690429483773187, -0.004614257690263912, -0.006372070143697783, -0.01010742160724476, -0.00900878882384859, -0.009887695050565526, -0.009887695050565526, -0.00791015604045242, -0.010766601277282462, -0.010986327833961695, -0.007031249813735485, -0.0010986327833961695, 0.002636718680150807, -0.0004394531133584678, 0.002636718680150807, 0.007690429483773187, 0.010546874720603228, 0.01911621043109335, 0.019995116657810286, 0.016040038637584075, 0.014721679297508672, 0.017578124534338713, 0.01516113241086714, 0.013403319957433268, 0.01735839797765948, 0.009228515380527824, 0.008129882597131655, 0.007690429483773187, 0.004174804576905444, -0.004614257690263912, -0.002636718680150807, -0.00505371080362238, -0.009448241937207058, -0.01691894486430101, -0.01516113241086714, -0.021093749441206455, -0.02241210878128186, -0.024389647791394964, -0.023730468121357262, -0.023291015007998794, -0.016699218307621777, -0.010327148163923994, -0.013842773070791736, -0.009667968493886292, -0.001977539010113105, 0.006811523257056251, 0.005712890473660082, 0.010546874720603228, 0.0129638668440748, 0.019775390101131052, 0.028564452368300408, 0.025048827461432666, 0.032958983501885086, 0.027905272698262706, 0.03273925694520585, 0.02702636647154577, 0.021093749441206455, 0.016699218307621777, 0.01735839797765948, 0.005493163916980848, 0.005712890473660082, 0.0032958983501885086, -0.010546874720603228, -0.017138671420980245, -0.019995116657810286, -0.023730468121357262, -0.028564452368300408, -0.03251953038852662, -0.035156249068677425, -0.029663085151696578, -0.032958983501885086, -0.025708007131470367, -0.02482910090475343, -0.015600585524225608, -0.015600585524225608, -0.00395507802022621, 0.004174804576905444, 0.009667968493886292, 0.010327148163923994, 0.018676757317734882, 0.028344725811621174, 0.03186035071848892, 0.03471679595531896, 0.03669433496543206, 0.04548339723260142, 0.03647460840875283, 0.0388916005322244, 0.031201171048451215, 0.03273925694520585, 0.02241210878128186, 0.014721679297508672, 0.0059326170303393155, 0.007690429483773187, -0.002197265566792339, -0.013403319957433268, -0.01625976519426331, -0.026586913358187303, -0.02922363203833811, -0.03933105364558287, -0.03977050675894134, -0.0382324208621867, -0.040209959872299805, -0.03977050675894134, -0.0382324208621867, -0.031201171048451215, -0.03032226482173428, -0.018896483874414116, -0.014282226184150204, 0.0013183593400754035, 0.005493163916980848, 0.016699218307621777, 0.023510741564678028, 0.03317871005856432, 0.037353514635469764, 0.0382324208621867, 0.04262695199577138, 0.04262695199577138, 0.04833984246943146, 0.042407225439092144, 0.03713378807879053, 0.03142089760513045, 0.03383788972860202, 0.026586913358187303, 0.01010742160724476, 0.0, -0.0059326170303393155, -0.009228515380527824, -0.024609374348074198, -0.03383788972860202, -0.037353514635469764, -0.043505858222488314, -0.047460936242714524, -0.05009765492286533, -0.04899902213946916, -0.047460936242714524, -0.04174804576905444, -0.03317871005856432, -0.02636718680150807, -0.0259277336881496, -0.013842773070791736, 0.0017578124534338713, 0.005493163916980848, 0.015600585524225608, 0.02197265566792339, 0.03142089760513045, 0.043066405109129846, 0.04482421756256372, 0.04592285034595989, 0.05339355327305384, 0.051416014262940735, 0.04658203001599759, 0.04570312378928065, 0.0388916005322244, 0.029663085151696578, 0.026147460244828835, 0.011865234060678631, 0.0032958983501885086, -0.005493163916980848, -0.01625976519426331, -0.021533202554564923, -0.03273925694520585, -0.04284667855245061, -0.04218749888241291, -0.05493163916980848, -0.04768066279939376, -0.05559081883984618, -0.05515136572648771, -0.04438476444920525, -0.04152831921237521, -0.029443358595017344, -0.019995116657810286, -0.01010742160724476, -0.005493163916980848, 0.009667968493886292, 0.014941405854187906, 0.026806639914866537, 0.04064941298565827, 0.04372558477916755, 0.052075193932978436, 0.05581054539652541, 0.05449218605645001, 0.04833984246943146, 0.04877929558278993, 0.04680175657267682, 0.042407225439092144, 0.03647460840875283, 0.02988281170837581, 0.015380858967546374, 0.00505371080362238, -0.0061523435870185494, -0.011645507503999397, -0.023730468121357262, -0.037573241192149, -0.040209959872299805, -0.04899902213946916, -0.05339355327305384, -0.05295410015969537, -0.05405273294309154, -0.05559081883984618, -0.04943847525282763, -0.041308592655695975, -0.03251953038852662, -0.02087402288452722, -0.01406249962747097, -0.004394531133584678, 0.009667968493886292, 0.012084960617357865, 0.029003905481658876, 0.03427734284196049, 0.04658203001599759, 0.05405273294309154, 0.05690917817992158, 0.06020507653011009, 0.051416014262940735, 0.05954589686007239, 0.04658203001599759, 0.04394531133584678, 0.033398436615243554, 0.02922363203833811, 0.011425780947320163, 0.004833984246943146, -0.0061523435870185494, -0.011865234060678631, -0.021533202554564923, -0.0382324208621867, -0.04548339723260142, -0.04899902213946916, -0.0511962877062615, -0.0511962877062615, -0.04768066279939376, -0.0518554673762992, -0.05075683459290303, -0.04482421756256372, -0.03032226482173428, -0.025048827461432666, -0.011865234060678631, -0.008129882597131655, 0.005712890473660082, 0.02131347599788569, 0.024389647791394964, 0.033398436615243554, 0.04570312378928065, 0.050317381479544565, 0.05493163916980848, 0.05383300638641231, 0.05603027195320465, 0.0505371080362238, 0.04768066279939376, 0.039550780202262104, 0.03164062416180968, 0.026586913358187303, 0.01625976519426331, 0.0002197265566792339, -0.007250976370414719, -0.01406249962747097, -0.02746581958490424, -0.027246093028225005, -0.04438476444920525, -0.04680175657267682, -0.05339355327305384, -0.04877929558278993, -0.048120115912752226, -0.04394531133584678, -0.04108886609901674, -0.034057616285281256, -0.027246093028225005, -0.016040038637584075, -0.012304687174037099, -0.0002197265566792339, 0.008569335710490122, 0.01845703076105565, 0.021093749441206455, 0.03603515529539436, 0.03779296774882823, 0.05273437360301614, 0.04877929558278993, 0.04394531133584678, 0.05229492048965767, 0.04372558477916755, 0.0382324208621867, 0.04196777232573368, 0.03032226482173428, 0.02021484321448952, 0.010766601277282462, 0.00505371080362238, -0.0002197265566792339, -0.01582031208090484, -0.026806639914866537, -0.03471679595531896, -0.0369140615221113, -0.03779296774882823, -0.04614257690263912, -0.04394531133584678, -0.04899902213946916, -0.040209959872299805, -0.03647460840875283, -0.03273925694520585, -0.02482910090475343, -0.018896483874414116, -0.010327148163923994, -0.0015380858967546374, 0.0061523435870185494, 0.01516113241086714, 0.023510741564678028, 0.026586913358187303, 0.03383788972860202, 0.03779296774882823, 0.04482421756256372, 0.0505371080362238, 0.045263670675922185, 0.043066405109129846, 0.03493652251199819, 0.03471679595531896, 0.026806639914866537, 0.020654296327847987, 0.011425780947320163, 0.0004394531133584678, -0.0030761717935092747, -0.0129638668440748, -0.01911621043109335, -0.021093749441206455, -0.03537597562535666, -0.03208007727516815, -0.0388916005322244, -0.04174804576905444, -0.03933105364558287, -0.038452147418865934, -0.032299803831847385, -0.0252685540181119, -0.027685546141583472, -0.021752929111244157, -0.012304687174037099, -0.00505371080362238, 0.005273437360301614, 0.01010742160724476, 0.01735839797765948, 0.023510741564678028, 0.033398436615243554, 0.03317871005856432, 0.037573241192149, 0.03999023331562057, 0.038012694305507466, 0.032958983501885086, 0.03164062416180968, 0.026586913358187303, 0.02241210878128186, 0.012524413730716333, 0.007250976370414719, -0.0006591796700377017, -0.0010986327833961695, -0.010766601277282462, -0.011865234060678631, -0.016040038637584075, -0.027246093028225005, -0.0252685540181119, -0.03032226482173428, -0.033398436615243554, -0.0259277336881496, -0.029003905481658876, -0.028564452368300408, -0.019995116657810286, -0.014721679297508672, -0.006591796700377017, -0.0032958983501885086, -0.004174804576905444, 0.004614257690263912, 0.01406249962747097, 0.016040038637584075, 0.022631835337961093, 0.022851561894640326, 0.021533202554564923, 0.023950194678036496, 0.024609374348074198, 0.030541991378413513, 0.03186035071848892, 0.020654296327847987, 0.021533202554564923, 0.013403319957433268, 0.014721679297508672, 0.004614257690263912, 0.0013183593400754035, -0.004174804576905444, -0.004833984246943146, -0.007031249813735485, -0.01582031208090484, -0.020654296327847987, -0.01801757764769718, -0.021093749441206455, -0.017578124534338713, -0.023291015007998794, -0.016479491750942543, -0.017138671420980245, -0.013623046514112502, -0.008349609153810889, -0.009887695050565526, -0.009448241937207058, -0.002197265566792339, -0.0013183593400754035, 0.0013183593400754035, 0.008569335710490122, 0.007031249813735485, 0.010986327833961695, 0.01120605439064093, 0.020654296327847987, 0.016699218307621777, 0.014721679297508672, 0.019995116657810286, 0.008789062267169356, 0.01691894486430101, 0.005493163916980848, 0.0129638668440748, 0.004614257690263912, 0.007470702927093953, 0.0032958983501885086, 0.0013183593400754035, -0.0004394531133584678, -0.002416992123471573, -0.004174804576905444, -0.0035156249068677425, -0.007470702927093953, -0.006591796700377017, -0.007031249813735485, -0.006811523257056251, -0.00395507802022621, -0.004394531133584678, -0.007690429483773187, -0.0037353514635469764, -0.0037353514635469764, -0.004394531133584678, 0.002856445236830041, 0.0004394531133584678, 0.002416992123471573, 0.0017578124534338713, 0.007690429483773187, 0.01120605439064093, 0.008789062267169356, 0.0008789062267169356, 0.00791015604045242, 0.004394531133584678, 0.005273437360301614, 0.0015380858967546374 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 0.8889)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ -0.002856445236830041, -0.0006591796700377017, 0.0035156249068677425, 0.0059326170303393155, 0.0004394531133584678, -0.0008789062267169356, 0.0032958983501885086, 0.0013183593400754035, 0.001977539010113105, 0.0010986327833961695, -0.004174804576905444, 0.0013183593400754035, 0.002416992123471573, 0.002856445236830041, -0.0030761717935092747, -0.002416992123471573, -0.005712890473660082, 0.004174804576905444, -0.002197265566792339, 0.0032958983501885086, 0.005273437360301614, 0.0032958983501885086, 0.005273437360301614, 0.004174804576905444, 0.004174804576905444, 0.008349609153810889, 0.009887695050565526, 0.0035156249068677425, 0.009667968493886292, 0.012084960617357865, 0.009887695050565526, 0.006372070143697783, 0.009228515380527824, 0.004174804576905444, 0.0017578124534338713, -0.0013183593400754035, -0.002856445236830041, -0.004614257690263912, -0.0037353514635469764, -0.010327148163923994, -0.0030761717935092747, -0.005273437360301614, -0.016040038637584075, -0.012304687174037099, -0.006811523257056251, -0.008129882597131655, -0.008569335710490122, -0.01010742160724476, -0.012744140287395567, -0.0015380858967546374, -0.004614257690263912, -0.0037353514635469764, 0.005493163916980848, 0.0059326170303393155, 0.008569335710490122, 0.01120605439064093, 0.01625976519426331, 0.013403319957433268, 0.01845703076105565, 0.022192382224602625, 0.022851561894640326, 0.024609374348074198, 0.019335936987772584, 0.016479491750942543, 0.013183593400754035, 0.009228515380527824, 0.005712890473660082, 0.002416992123471573, -0.006811523257056251, -0.00900878882384859, -0.013183593400754035, -0.014721679297508672, -0.01406249962747097, -0.018896483874414116, -0.017797851091017947, -0.026586913358187303, -0.02307128845131956, -0.02087402288452722, -0.025488280574791133, -0.014501952740829438, -0.009887695050565526, -0.013623046514112502, -0.007250976370414719, -0.0013183593400754035, 0.002197265566792339, 0.01010742160724476, 0.012524413730716333, 0.01691894486430101, 0.027905272698262706, 0.02812499925494194, 0.023510741564678028, 0.033398436615243554, 0.023291015007998794, 0.026806639914866537, 0.021093749441206455, 0.021533202554564923, 0.018676757317734882, 0.018237304204376414, 0.012744140287395567, 0.002197265566792339, -0.002636718680150807, -0.013403319957433268, -0.018676757317734882, -0.01845703076105565, -0.024389647791394964, -0.03164062416180968, -0.03208007727516815, -0.03581542873871513, -0.03537597562535666, -0.034057616285281256, -0.028564452368300408, -0.026147460244828835, -0.0259277336881496, -0.012744140287395567, -0.007031249813735485, 0.002856445236830041, 0.0035156249068677425, 0.009228515380527824, 0.02197265566792339, 0.019995116657810286, 0.03208007727516815, 0.0388916005322244, 0.03471679595531896, 0.040209959872299805, 0.03559570218203589, 0.04108886609901674, 0.038012694305507466, 0.025708007131470367, 0.02482910090475343, 0.02197265566792339, 0.01582031208090484, 0.0008789062267169356, -0.005493163916980848, -0.01625976519426331, -0.018676757317734882, -0.023510741564678028, -0.025488280574791133, -0.04284667855245061, -0.041308592655695975, -0.04108886609901674, -0.03977050675894134, -0.037573241192149, -0.03713378807879053, -0.032299803831847385, -0.022631835337961093, -0.01516113241086714, -0.015600585524225608, -0.0035156249068677425, 0.0037353514635469764, 0.018896483874414116, 0.023730468121357262, 0.02636718680150807, 0.03098144449177198, 0.03493652251199819, 0.04284667855245061, 0.0518554673762992, 0.0505371080362238, 0.04218749888241291, 0.03647460840875283, 0.0388916005322244, 0.03317871005856432, 0.018676757317734882, 0.016699218307621777, 0.005712890473660082, -0.007031249813735485, -0.01516113241086714, -0.021752929111244157, -0.03208007727516815, -0.03317871005856432, -0.03933105364558287, -0.04394531133584678, -0.04658203001599759, -0.0498779283661861, -0.048559569026110694, -0.04614257690263912, -0.034497069398639724, -0.03383788972860202, -0.025708007131470367, -0.010546874720603228, -0.0059326170303393155, 0.009448241937207058, 0.01691894486430101, 0.023291015007998794, 0.03208007727516815, 0.04460449100588448, 0.04658203001599759, 0.05339355327305384, 0.05339355327305384, 0.05668945162324235, 0.0505371080362238, 0.045263670675922185, 0.04196777232573368, 0.032299803831847385, 0.02241210878128186, 0.016699218307621777, 0.0032958983501885086, -0.004614257690263912, -0.012304687174037099, -0.021533202554564923, -0.03251953038852662, -0.04086913954233751, -0.04680175657267682, -0.04943847525282763, -0.05405273294309154, -0.05581054539652541, -0.048559569026110694, -0.04086913954233751, -0.04328613166580908, -0.02812499925494194, -0.019555663544451818, -0.016699218307621777, 0.0010986327833961695, 0.005273437360301614, 0.014721679297508672, 0.026806639914866537, 0.03471679595531896, 0.04086913954233751, 0.05405273294309154, 0.053173826716374606, 0.05383300638641231, 0.05734863129328005, 0.05229492048965767, 0.04877929558278993, 0.03977050675894134, 0.03471679595531896, 0.029663085151696578, 0.013403319957433268, 0.009228515380527824, -0.01010742160724476, -0.013623046514112502, -0.03142089760513045, -0.039111327088903636, -0.04570312378928065, -0.04372558477916755, -0.04833984246943146, -0.05493163916980848, -0.047460936242714524, -0.057568357849959284, -0.04614257690263912, -0.04614257690263912, -0.02922363203833811, -0.01911621043109335, -0.009887695050565526, 0.0010986327833961695, 0.006372070143697783, 0.023950194678036496, 0.03273925694520585, 0.03427734284196049, 0.04680175657267682, 0.05449218605645001, 0.05471191261312924, 0.05998534997343086, 0.051416014262940735, 0.05844726407667622, 0.04482421756256372, 0.04196777232573368, 0.03669433496543206, 0.030541991378413513, 0.0129638668440748, 0.008569335710490122, -0.0030761717935092747, -0.0129638668440748, -0.02131347599788569, -0.03867187397554517, -0.04504394411924295, -0.04790038935607299, -0.05603027195320465, -0.05603027195320465, -0.052075193932978436, -0.05559081883984618, -0.050317381479544565, -0.038012694305507466, -0.028784178924979642, -0.019335936987772584, -0.013403319957433268, 0.0015380858967546374, 0.01120605439064093, 0.018676757317734882, 0.021752929111244157, 0.037353514635469764, 0.042407225439092144, 0.051416014262940735, 0.057568357849959284, 0.05449218605645001, 0.05097656114958227, 0.053173826716374606, 0.042407225439092144, 0.04086913954233751, 0.033398436615243554, 0.019995116657810286, 0.01735839797765948, 0.005493163916980848, -0.00395507802022621, -0.010986327833961695, -0.0252685540181119, -0.03186035071848892, -0.045263670675922185, -0.04768066279939376, -0.052075193932978436, -0.05493163916980848, -0.047460936242714524, -0.049218748696148396, -0.04328613166580908, -0.03559570218203589, -0.03208007727516815, -0.017797851091017947, -0.017797851091017947, -0.0010986327833961695, 0.0030761717935092747, 0.019995116657810286, 0.025048827461432666, 0.03559570218203589, 0.04174804576905444, 0.04592285034595989, 0.0518554673762992, 0.051416014262940735, 0.05339355327305384, 0.052075193932978436, 0.044165037892526016, 0.03361816317192279, 0.02812499925494194, 0.02482910090475343, 0.01735839797765948, 0.00791015604045242, -0.0059326170303393155, -0.014282226184150204, -0.01735839797765948, -0.027685546141583472, -0.0388916005322244, -0.041308592655695975, -0.044165037892526016, -0.04328613166580908, -0.04592285034595989, -0.045263670675922185, -0.041308592655695975, -0.03032226482173428, -0.030102538265055045, -0.017797851091017947, -0.007690429483773187, -0.005273437360301614, 0.002856445236830041, 0.013183593400754035, 0.02197265566792339, 0.030761717935092747, 0.0388916005322244, 0.04086913954233751, 0.03933105364558287, 0.03999023331562057, 0.04394531133584678, 0.03867187397554517, 0.04218749888241291, 0.03361816317192279, 0.02241210878128186, 0.024389647791394964, 0.013623046514112502, 0.009228515380527824, -0.002416992123471573, -0.01516113241086714, -0.01801757764769718, -0.027905272698262706, -0.028564452368300408, -0.03273925694520585, -0.04174804576905444, -0.03867187397554517, -0.03669433496543206, -0.038012694305507466, -0.02988281170837581, -0.031201171048451215, -0.02636718680150807, -0.021093749441206455, -0.014941405854187906, -0.0006591796700377017, 0.008129882597131655, 0.01911621043109335, 0.02241210878128186, 0.027685546141583472, 0.031201171048451215, 0.03581542873871513, 0.04042968642897904, 0.04042968642897904, 0.03999023331562057, 0.03713378807879053, 0.026586913358187303, 0.025048827461432666, 0.02087402288452722, 0.01735839797765948, 0.013623046514112502, -0.0002197265566792339, -0.004394531133584678, -0.0061523435870185494, -0.013842773070791736, -0.01625976519426331, -0.023950194678036496, -0.029003905481658876, -0.02746581958490424, -0.03427734284196049, -0.029003905481658876, -0.02812499925494194, -0.028344725811621174, -0.019775390101131052, -0.018896483874414116, -0.01010742160724476, -0.009887695050565526, 0.00395507802022621, 0.006811523257056251, 0.00791015604045242, 0.01406249962747097, 0.02087402288452722, 0.023510741564678028, 0.028344725811621174, 0.026147460244828835, 0.03142089760513045, 0.030761717935092747, 0.02636718680150807, 0.02087402288452722, 0.02307128845131956, 0.014501952740829438, 0.01582031208090484, 0.00395507802022621, -0.0002197265566792339, 0.0, -0.0017578124534338713, -0.010546874720603228, -0.011645507503999397, -0.01582031208090484, -0.021093749441206455, -0.023291015007998794, -0.02087402288452722, -0.02307128845131956, -0.01845703076105565, -0.018676757317734882, -0.015380858967546374, -0.014941405854187906, -0.008569335710490122, -0.0037353514635469764, -0.002197265566792339, -0.0010986327833961695, 0.002197265566792339, 0.01582031208090484, 0.011865234060678631, 0.016040038637584075, 0.016479491750942543, 0.013623046514112502, 0.018237304204376414, 0.014941405854187906, 0.014501952740829438, 0.01406249962747097, 0.011645507503999397, 0.008569335710490122, 0.009667968493886292, 0.007250976370414719, 0.006811523257056251, 0.004394531133584678, -0.004614257690263912, 0.0008789062267169356, -0.007470702927093953, -0.0030761717935092747, -0.00505371080362238, -0.004614257690263912, -0.009228515380527824, -0.006591796700377017, -0.008349609153810889, -0.0030761717935092747, -0.008789062267169356, -0.0030761717935092747, -0.007031249813735485, -0.0004394531133584678, 0.0008789062267169356, 0.0037353514635469764, 0.0032958983501885086, 0.005493163916980848, 0.007690429483773187, 0.010327148163923994, 0.008349609153810889, 0.0030761717935092747, 0.002856445236830041, 0.00395507802022621, 0.009448241937207058, 0.0037353514635469764, 0.005712890473660082 ], "yaxis": "y2" }, { "dx": 2.0833333333333334e-10, "legendgroup": "qudits, labels: (0,)", "legendgrouptitle": { "text": "qudits, labels: (0,)" }, "name": "Re(V) for (x180_pulse_amplitudes, 1)", "type": "scatter", "x0": 0, "xaxis": "x2", "y": [ 0.005493163916980848, 0.002856445236830041, -0.005493163916980848, 0.0002197265566792339, 0.004833984246943146, 0.0035156249068677425, 0.002636718680150807, -0.0015380858967546374, -0.0017578124534338713, 0.004394531133584678, -0.002416992123471573, 0.0, -0.005273437360301614, 0.0017578124534338713, -0.0030761717935092747, -0.004174804576905444, 0.0, -0.001977539010113105, 0.0008789062267169356, 0.005273437360301614, -0.0013183593400754035, 0.007031249813735485, 0.008129882597131655, 0.002197265566792339, 0.002856445236830041, 0.0037353514635469764, 0.010327148163923994, 0.009448241937207058, 0.005493163916980848, 0.011645507503999397, 0.004614257690263912, 0.0032958983501885086, 0.0030761717935092747, 0.00791015604045242, 0.002197265566792339, 0.0035156249068677425, 0.0013183593400754035, -0.0010986327833961695, -0.0017578124534338713, -0.007250976370414719, -0.013623046514112502, -0.012524413730716333, -0.008789062267169356, -0.010766601277282462, -0.006372070143697783, -0.014501952740829438, -0.013183593400754035, -0.0037353514635469764, -0.008129882597131655, -0.002856445236830041, -0.004614257690263912, 0.00505371080362238, -0.0004394531133584678, 0.004394531133584678, 0.004833984246943146, 0.013403319957433268, 0.01010742160724476, 0.02197265566792339, 0.02197265566792339, 0.02131347599788569, 0.019335936987772584, 0.019335936987772584, 0.019335936987772584, 0.01911621043109335, 0.010327148163923994, 0.008129882597131655, 0.004174804576905444, -0.0015380858967546374, 0.0035156249068677425, -0.0002197265566792339, -0.008569335710490122, -0.01120605439064093, -0.013842773070791736, -0.014282226184150204, -0.025708007131470367, -0.0259277336881496, -0.026806639914866537, -0.02241210878128186, -0.023291015007998794, -0.012524413730716333, -0.016699218307621777, -0.013183593400754035, -0.004174804576905444, 0.0032958983501885086, 0.0004394531133584678, 0.009667968493886292, 0.014941405854187906, 0.019995116657810286, 0.0252685540181119, 0.02482910090475343, 0.026586913358187303, 0.03032226482173428, 0.02988281170837581, 0.029003905481658876, 0.02241210878128186, 0.023510741564678028, 0.017138671420980245, 0.011425780947320163, 0.014941405854187906, 0.0032958983501885086, -0.004394531133584678, -0.007470702927093953, -0.012084960617357865, -0.023291015007998794, -0.026806639914866537, -0.030102538265055045, -0.03537597562535666, -0.028784178924979642, -0.037353514635469764, -0.03317871005856432, -0.030541991378413513, -0.024609374348074198, -0.01845703076105565, -0.015600585524225608, -0.004614257690263912, -0.0037353514635469764, 0.006372070143697783, 0.0129638668440748, 0.023730468121357262, 0.025488280574791133, 0.03361816317192279, 0.03427734284196049, 0.030761717935092747, 0.03493652251199819, 0.04064941298565827, 0.03713378807879053, 0.03537597562535666, 0.032958983501885086, 0.023291015007998794, 0.019555663544451818, 0.00791015604045242, 0.0, -0.0010986327833961695, -0.011425780947320163, -0.01516113241086714, -0.026586913358187303, -0.027685546141583472, -0.03493652251199819, -0.034497069398639724, -0.03977050675894134, -0.04570312378928065, -0.04328613166580908, -0.03559570218203589, -0.036254881852073595, -0.023291015007998794, -0.02021484321448952, -0.010766601277282462, 0.0017578124534338713, 0.00505371080362238, 0.018676757317734882, 0.019555663544451818, 0.03164062416180968, 0.039111327088903636, 0.03999023331562057, 0.04482421756256372, 0.048120115912752226, 0.04899902213946916, 0.04833984246943146, 0.04064941298565827, 0.039550780202262104, 0.02988281170837581, 0.025488280574791133, 0.0129638668440748, 0.008569335710490122, -0.0002197265566792339, -0.017138671420980245, -0.018237304204376414, -0.03427734284196049, -0.04064941298565827, -0.038452147418865934, -0.04965820180950686, -0.04943847525282763, -0.04724120968603529, -0.048120115912752226, -0.046362303459318355, -0.039550780202262104, -0.026806639914866537, -0.018237304204376414, -0.008349609153810889, 0.0002197265566792339, 0.008789062267169356, 0.019335936987772584, 0.025048827461432666, 0.03317871005856432, 0.04460449100588448, 0.04262695199577138, 0.048120115912752226, 0.057568357849959284, 0.047460936242714524, 0.05624999850988388, 0.049218748696148396, 0.04218749888241291, 0.036254881852073595, 0.02197265566792339, 0.019995116657810286, 0.009887695050565526, -0.00791015604045242, -0.010546874720603228, -0.019995116657810286, -0.028564452368300408, -0.038012694305507466, -0.048559569026110694, -0.047021483129356056, -0.052075193932978436, -0.05295410015969537, -0.045263670675922185, -0.04328613166580908, -0.037573241192149, -0.03032226482173428, -0.02087402288452722, -0.010766601277282462, -0.0059326170303393155, 0.008349609153810889, 0.017578124534338713, 0.026586913358187303, 0.03186035071848892, 0.04108886609901674, 0.05449218605645001, 0.05009765492286533, 0.05581054539652541, 0.0511962877062615, 0.0498779283661861, 0.05163574081961997, 0.043505858222488314, 0.03208007727516815, 0.02416992123471573, 0.018237304204376414, 0.006811523257056251, -0.0013183593400754035, -0.019335936987772584, -0.02746581958490424, -0.03032226482173428, -0.04504394411924295, -0.04548339723260142, -0.05075683459290303, -0.057568357849959284, -0.05405273294309154, -0.05471191261312924, -0.04284667855245061, -0.04042968642897904, -0.030761717935092747, -0.02746581958490424, -0.014721679297508672, 0.0, 0.01406249962747097, 0.019335936987772584, 0.029663085151696578, 0.0388916005322244, 0.047460936242714524, 0.04899902213946916, 0.051416014262940735, 0.05471191261312924, 0.0505371080362238, 0.05581054539652541, 0.052514647046336904, 0.038452147418865934, 0.034057616285281256, 0.022851561894640326, 0.021533202554564923, 0.01120605439064093, -0.0061523435870185494, -0.01691894486430101, -0.024389647791394964, -0.03164062416180968, -0.047021483129356056, -0.0498779283661861, -0.047460936242714524, -0.04724120968603529, -0.0498779283661861, -0.0505371080362238, -0.04877929558278993, -0.039550780202262104, -0.035156249068677425, -0.029663085151696578, -0.010546874720603228, 0.0006591796700377017, 0.006811523257056251, 0.02241210878128186, 0.030761717935092747, 0.03537597562535666, 0.04086913954233751, 0.04877929558278993, 0.05493163916980848, 0.057568357849959284, 0.05383300638641231, 0.053613279829733074, 0.05339355327305384, 0.036254881852073595, 0.03317871005856432, 0.019775390101131052, 0.01691894486430101, 0.002197265566792339, -0.0059326170303393155, -0.019335936987772584, -0.027905272698262706, -0.02812499925494194, -0.04372558477916755, -0.04570312378928065, -0.0518554673762992, -0.048120115912752226, -0.04570312378928065, -0.0511962877062615, -0.03977050675894134, -0.04064941298565827, -0.028344725811621174, -0.0252685540181119, -0.017138671420980245, -0.0037353514635469764, 0.008789062267169356, 0.01911621043109335, 0.02241210878128186, 0.030761717935092747, 0.03999023331562057, 0.04482421756256372, 0.046362303459318355, 0.050317381479544565, 0.050317381479544565, 0.0498779283661861, 0.04196777232573368, 0.039550780202262104, 0.029003905481658876, 0.02636718680150807, 0.020434569771168754, 0.010546874720603228, -0.0061523435870185494, -0.008349609153810889, -0.01845703076105565, -0.024609374348074198, -0.03779296774882823, -0.03471679595531896, -0.04042968642897904, -0.04328613166580908, -0.044165037892526016, -0.03999023331562057, -0.03581542873871513, -0.03164062416180968, -0.03032226482173428, -0.019775390101131052, -0.009448241937207058, -0.00395507802022621, 0.006591796700377017, 0.0129638668440748, 0.02197265566792339, 0.0259277336881496, 0.03471679595531896, 0.038012694305507466, 0.04658203001599759, 0.04658203001599759, 0.04262695199577138, 0.04394531133584678, 0.036254881852073595, 0.03669433496543206, 0.026147460244828835, 0.022851561894640326, 0.01691894486430101, 0.0059326170303393155, -0.004174804576905444, -0.010986327833961695, -0.01735839797765948, -0.027905272698262706, -0.032299803831847385, -0.030541991378413513, -0.038452147418865934, -0.036254881852073595, -0.037353514635469764, -0.030761717935092747, -0.036254881852073595, -0.030541991378413513, -0.024389647791394964, -0.021533202554564923, -0.008129882597131655, 0.001977539010113105, 0.0017578124534338713, 0.01406249962747097, 0.01691894486430101, 0.026586913358187303, 0.02746581958490424, 0.02988281170837581, 0.033398436615243554, 0.037353514635469764, 0.03713378807879053, 0.030541991378413513, 0.030102538265055045, 0.028344725811621174, 0.019775390101131052, 0.019775390101131052, 0.013403319957433268, 0.0002197265566792339, -0.00395507802022621, -0.009887695050565526, -0.0129638668440748, -0.014941405854187906, -0.02197265566792339, -0.02241210878128186, -0.026586913358187303, -0.03273925694520585, -0.029443358595017344, -0.031201171048451215, -0.029663085151696578, -0.020434569771168754, -0.014721679297508672, -0.008789062267169356, -0.009448241937207058, 0.001977539010113105, 0.002197265566792339, 0.013183593400754035, 0.01582031208090484, 0.023291015007998794, 0.023950194678036496, 0.021752929111244157, 0.0259277336881496, 0.029663085151696578, 0.02988281170837581, 0.02922363203833811, 0.019995116657810286, 0.020654296327847987, 0.014721679297508672, 0.009667968493886292, 0.005273437360301614, 0.00395507802022621, -0.0013183593400754035, -0.002856445236830041, -0.014941405854187906, -0.01801757764769718, -0.020434569771168754, -0.014941405854187906, -0.026586913358187303, -0.019335936987772584, -0.01691894486430101, -0.020434569771168754, -0.013623046514112502, -0.01845703076105565, -0.005712890473660082, -0.008349609153810889, -0.004614257690263912, 0.004833984246943146, 0.005712890473660082, 0.012304687174037099, 0.010546874720603228, 0.014501952740829438, 0.010986327833961695, 0.01582031208090484, 0.0129638668440748, 0.020434569771168754, 0.01801757764769718, 0.011865234060678631, 0.011865234060678631, 0.00900878882384859, 0.012304687174037099, 0.01120605439064093, 0.007470702927093953, -0.001977539010113105, 0.00395507802022621, -0.006372070143697783, -0.002197265566792339, -0.006811523257056251, -0.011425780947320163, -0.014282226184150204, -0.006811523257056251, -0.005273437360301614, -0.011865234060678631, -0.01010742160724476, -0.009448241937207058, -0.0017578124534338713, -0.0061523435870185494, -0.002856445236830041, -0.005712890473660082, -0.0032958983501885086, 0.0010986327833961695, 0.0002197265566792339, 0.0010986327833961695, 0.005493163916980848, 0.009448241937207058, 0.006591796700377017, 0.002636718680150807, 0.0061523435870185494, 0.008789062267169356, 0.006591796700377017, 0.0017578124534338713, -0.002197265566792339 ], "yaxis": "y2" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" }, { "font": { "size": 16 }, "showarrow": false, "text": "qudits, labels: (0,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 0.425, "yanchor": "bottom", "yref": "paper" } ], "height": 1100, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ad6aff", "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": "#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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "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": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "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": "916878ed", "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": "74d01155", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.663376Z", "iopub.status.busy": "2024-10-11T06:14:40.663012Z", "iopub.status.idle": "2024-10-11T06:14:40.690354Z", "shell.execute_reply": "2024-10-11T06:14:40.689239Z" } }, "outputs": [], "source": [ "rabi_experiment = SimulatedRabiExperiment(calibration_set, qubits)" ] }, { "cell_type": "code", "execution_count": 13, "id": "bddc95fc", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.694667Z", "iopub.status.busy": "2024-10-11T06:14:40.694328Z", "iopub.status.idle": "2024-10-11T06:14:40.864561Z", "shell.execute_reply": "2024-10-11T06:14:40.863607Z" } }, "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": "#ad6aff", "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": "#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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "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": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "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": "0957557e", "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": "5f66f12d", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:40.869138Z", "iopub.status.busy": "2024-10-11T06:14:40.868809Z", "iopub.status.idle": "2024-10-11T06:14:41.271550Z", "shell.execute_reply": "2024-10-11T06:14:41.270811Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "EstimateCollection(1)\n", "Estimate(amplitude=1.3380733832098393, decay_rate=2.1250154974935, frequency=39.84246404001343, phase=-1.5244173091736075, ...)\n" ] } ], "source": [ "ec = rabi_experiment.fit()\n", "print(ec)\n", "print(ec.estimates[0])" ] }, { "cell_type": "raw", "id": "571bbeb2", "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": "2df590ac", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:41.275296Z", "iopub.status.busy": "2024-10-11T06:14:41.274973Z", "iopub.status.idle": "2024-10-11T06:14:41.283743Z", "shell.execute_reply": "2024-10-11T06:14:41.282918Z" } }, "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.3380733832098393
std=0.05624952904855688
\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.1250154974935
std=0.13913181097775268
\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.84246404001343
std=0.1364048600840517
\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.2228380961930574
std=0.012794041182882718
\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.5244173091736075
std=0.039987548065996324
\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": "4c8e4c22", "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": "6d0564ef", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:41.287030Z", "iopub.status.busy": "2024-10-11T06:14:41.286710Z", "iopub.status.idle": "2024-10-11T06:14:42.285312Z", "shell.execute_reply": "2024-10-11T06:14:42.284605Z" } }, "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.284874379484239, 1.7911118413738882, 2.1869436422992234, 2.4149234761222997, 2.4463463517791975, 2.284543188382949, 1.9630121784405967, 1.5388969774106713, 1.0830301885672717, 0.6682481394170386, 0.3578824035248883, 0.19622572991386078, 0.20238481917155315, 0.3683418107227373, 0.6613516793699137, 1.0301173126932823, 1.4136149741894388, 1.7510745178815477, 1.991500447240687, 2.101259747483371, 2.0686275864827266, 1.9047057312012694, 1.6407220500323816, 1.3222867414781245, 1.001634073855604, 0.7291511598480289, 0.5455524257738315, 0.47590006661897954, 0.5263307998691021, 0.6838886005106528, 0.919359135507194, 1.1925351855989417, 1.4589850272004223, 1.6771990067108762, 1.814977484645583, 1.8540900877350315, 1.7925481132831136, 1.6442339603881853, 1.4360567720784043, 1.203184373567648, 0.983180206959002, 0.8100108895844533, 0.7088697388864229, 0.6925938990788858, 0.7601700733974562, 0.8974754701474811, 1.0800438198527982, 1.2773375215916252, 1.4577925488325056, 1.593812355859195, 1.6659296403803694, 1.6655181631572669, 1.5956902077230983, 1.470315156390383, 1.311392070474086, 1.145257548643321, 0.9982725986664484, 0.8926869233450866, 0.8433218466341885, 0.8555577582702303, 0.924886926089622, 1.038036038227786, 1.1754164440791222, 1.3144619855779596, 1.433293586895187, 1.5141220858467057, 1.5458665769070439, 1.5256105473977235, 1.458716251159308, 1.3576357627908773, 1.2396599640049781, 1.1240031598815239, 1.028708516626014, 0.9678672280197949, 0.9495743972897845, 0.9749112939094021, 1.0380704874911375, 1.1275562066493598, 1.2282264659533262, 1.3238212840381454, 1.3995600191647817, 1.4443975292676328, 1.4525996174381959, 1.4244192607811046, 1.3658053432028132, 1.287230232323404, 1.2018571206915671, 1.123362325231784, 1.063768613367104, 1.0316289323268484, 1.0308306968834968, 1.0601821047726248, 1.1138125039388385, 1.1822898071320562, 1.2542495577149142, 1.3182586297299, 1.3646113837871714, 1.3867793924404903, 1.3823019050071161, 1.3530008844170913 ], "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": "#ad6aff", "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": "#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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "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": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff9000", "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": "#ff005c", "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": "ebdd0bb4", "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": "a10151a7", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:42.291682Z", "iopub.status.busy": "2024-10-11T06:14:42.291328Z", "iopub.status.idle": "2024-10-11T06:14:42.693868Z", "shell.execute_reply": "2024-10-11T06:14:42.693096Z" } }, "outputs": [ { "data": { "text/plain": [ "{'x180_pulse_amplitudes': 0.05019769856581706}" ] }, "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rabi_experiment.get_updated_calibration_values()" ] }, { "cell_type": "raw", "id": "f6176489", "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": "14875159", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:42.697324Z", "iopub.status.busy": "2024-10-11T06:14:42.697005Z", "iopub.status.idle": "2024-10-11T06:14:42.703870Z", "shell.execute_reply": "2024-10-11T06:14:42.703089Z" } }, "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": "18972cad", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "The update is then done as follows:" ] }, { "cell_type": "code", "execution_count": 19, "id": "55c8cb94", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:42.707247Z", "iopub.status.busy": "2024-10-11T06:14:42.706939Z", "iopub.status.idle": "2024-10-11T06:14:43.119139Z", "shell.execute_reply": "2024-10-11T06:14:43.118322Z" } }, "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": "5c2f2852", "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": "nbsphinx,raw_mimetype,-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.9.6" } }, "nbformat": 4, "nbformat_minor": 5 }