{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "5dd7a34d", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:08.153730Z", "iopub.status.busy": "2024-10-11T06:14:08.153411Z", "iopub.status.idle": "2024-10-11T06:14:08.159472Z", "shell.execute_reply": "2024-10-11T06:14:08.158580Z" }, "nbsphinx": "hidden" }, "outputs": [], "source": [ "# Copyright 2024 Keysight Technologies Inc." ] }, { "cell_type": "raw", "id": "840571b8", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Coherence characterization\n", "==========================\n", "\n", ".. note::\n", "\n", " The assets are set up to map a maximum of 4 qudits to a single physical AWG and\n", " digitizer channel with an LO frequency of 5.5 GHz. For the purposes of this\n", " demonstration, we connect the output of the AWG to the digitizer so we can capture\n", " both the control and readout pulses.\n", "\n", "Coherence characterization experiments uses varying delays to probe the dynamic\n", "properties of the qubit. Here we give a guide to show how to perform a Ramsey\n", "Experiment, a Hahn Echo Experiment and a Relaxation experiment." ] }, { "cell_type": "code", "execution_count": 2, "id": "4059f4f8", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:08.162834Z", "iopub.status.busy": "2024-10-11T06:14:08.162527Z", "iopub.status.idle": "2024-10-11T06:14:11.525513Z", "shell.execute_reply": "2024-10-11T06:14:11.524456Z" } }, "outputs": [], "source": [ "import keysight.qcs as qcs\n", "import numpy as np\n", "from keysight.qcs.experiments import RamseyExperiment, EchoExperiment, T1Experiment\n", "from keysight.qcs.experiments import make_calibration_set" ] }, { "cell_type": "raw", "id": "53be3988", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "Relaxation Experiment\n", "---------------------\n", "Another example of decoherence is thermal relaxation which happens at a time scale\n", "commonly referred to as `T1`. This section shows how to perform a Relaxation\n", "experiment to learn that decay time `T1` using the class\n", ":py:class:`~keysight.qcs.experiments.T1Experiment`\\.\n", "\n", "A :math:`\\pi` gate is first applied to a qubit in the ground state to bring it\n", "to the excited state followed by a varying delay. The sequence is then followed\n", "by a readout pulse.\n", "\n", "\n", ".. image:: ../figures/relaxation.png\n", " :align: center\n", " :width: 120%\n", "\n", "This experiment follows the following steps:\n", " #. Initialize the qubit to the excited state by applying a :math:`\\pi``\n", "\n", " #. Apply a delay.\n", "\n", " #. Measure the population of the qubit in the excited state.\n", "\n", " #. Repeat the above steps with varying delay time." ] }, { "cell_type": "raw", "id": "dfd83b36", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We start again by initializing a qubit and loading a channel mapper to\n", "create a new instance of the :py:class:`~keysight.qcs.experiments.T1Experiment`\n", "class. Next, we generate a calibration set for the qubit\n", "using :py:func:`~keysight.qcs.experiments.make_calibration_set`. This file includes\n", "the quantum operations and variables we will need to run the experiment." ] }, { "cell_type": "code", "execution_count": 3, "id": "561d2ad7", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:11.530058Z", "iopub.status.busy": "2024-10-11T06:14:11.529349Z", "iopub.status.idle": "2024-10-11T06:14:11.731193Z", "shell.execute_reply": "2024-10-11T06:14:11.730314Z" } }, "outputs": [], "source": [ "# set the following to True when connected to hardware\n", "run_on_hw = False\n", "\n", "n_qubits = 1\n", "qubits = qcs.Qudits(range(n_qubits))\n", "calibration_set = make_calibration_set(n_qubits)\n", "\n", "# generate an empty channel mapper\n", "mapper = qcs.ChannelMapper(\"ip_addr\")" ] }, { "cell_type": "code", "execution_count": 4, "id": "5e0188f2", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:11.734902Z", "iopub.status.busy": "2024-10-11T06:14:11.734553Z", "iopub.status.idle": "2024-10-11T06:14:11.915924Z", "shell.execute_reply": "2024-10-11T06:14:11.915210Z" } }, "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", "\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
Layers1
Targets1
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", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " X\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
01
10
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=pulse_delay, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " 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": [ "# create a T1 experiment\n", "t1_experiment = T1Experiment(mapper, calibration_set=calibration_set, qubits=qubits)\n", "\n", "t1_experiment.draw()\n", "\n", "# The program consists of one `X` gate with a variable delay followed by a measurement.\n", "#" ] }, { "cell_type": "code", "execution_count": 5, "id": "77f3ebef", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:11.919269Z", "iopub.status.busy": "2024-10-11T06:14:11.918948Z", "iopub.status.idle": "2024-10-11T06:14:11.978868Z", "shell.execute_reply": "2024-10-11T06:14:11.976179Z" }, "lines_to_next_cell": 0 }, "outputs": [], "source": [ "# configure the repetitions for this experiment\n", "start_delay = 40e-9\n", "end_delay = 80e-9\n", "steps = 3\n", "scan_values = np.linspace([start_delay] * n_qubits, [end_delay] * n_qubits, steps)\n", "t1_experiment.configure_repetitions(delays=scan_values, n_shots=1)" ] }, { "cell_type": "raw", "id": "2e9230b1", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ ".. note::\n", "\n", " We can set different delay values for different qubits, as long as every qubit gets\n", " the same number of values i.e. delays should have shape (steps, n_qubits).\n" ] }, { "cell_type": "raw", "id": "9c37b173", "metadata": { "lines_to_next_cell": 0, "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": "562ede3a", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:11.984728Z", "iopub.status.busy": "2024-10-11T06:14:11.984318Z", "iopub.status.idle": "2024-10-11T06:14:12.084895Z", "shell.execute_reply": "2024-10-11T06:14:12.083015Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \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
Layers1
Targets3
Repetitions\n", " Repeat with 1 repetitions\n", "
\n", " Sweep with 3 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
pulse_delayArray(name=_implicit, shape=(3, 1), dtype=float, unit=none, value=[[40 ns], [60 ns], [80 ns]])
\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", " 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", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('xy_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationMax(ScalarRef(name=readout_pulse_duration, value=100 ns, dtype=float, unit=s), ScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s))
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readout_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=_implicit, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=readout_pulse_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=readout_pulse_amplitudes, value=0.1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeSineEnvelope()
Instantaneous PhaseScalarRef(name=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", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=_implicit, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
Integration Filter\n", " \n", " \n", "\n", "\n", "\n", "
\n", " RFWaveform \n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=measurement_integrator_amplitude, value=1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeConstantEnvelope()
Instantaneous PhaseScalarRef(name=measurement_integrator_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=measurement_integrator_post_phase, value=0 rad, dtype=float, unit=rad)
\n", "
\n", "\n", "
ClassifierClassifier(Array(name=references, shape=(1, 2), dtype=complex, unit=none))
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=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": [ "t1_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "64c909e7", "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": "551275c4", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:12.089124Z", "iopub.status.busy": "2024-10-11T06:14:12.088362Z", "iopub.status.idle": "2024-10-11T06:14:13.058147Z", "shell.execute_reply": "2024-10-11T06:14:13.054631Z" }, "lines_to_next_cell": 0 }, "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.00210367291082512, 0.006335903507076278, 0.01042702856821132, 0.014161252140126384, 0.017320466061983012, 0.019690483381026486, 0.0210675252508359, 0.02126480499028621, 0.020119040970910274, 0.01749672170142006, 0.013299942364040989, 0.007471632517237905, 1.2809726914185912e-17, -0.009077973577613321, -0.019674134957864003, -0.03164798779744193, -0.04480685141100522, -0.05890742405473233, -0.07365879197564994, -0.08872688926648901, -0.10374037515256801, -0.11829785563675423, -0.13197633647409607, -0.1443407553404309, -0.15495440393955476, -0.16339001680923967, -0.16924127385901802, -0.1721344392623455, -0.17173984119621882, -0.16778288590580398, -0.16005429634099574, -0.14841927064612165, -0.13282526934820857, -0.11330816221466551, -0.08999649622309484, -0.06311368443790512, -0.032977961104804554, -2.3444189295971162e-16, 0.035321850170652265, 0.07240869910900748, 0.11061054024303207, 0.14921782826584826, 0.18747500740747208, 0.22459573027251326, 0.2597794531976955, 0.29222904667985394, 0.3211690200483612, 0.3458639295787738, 0.3656365198156006, 0.3798851398742137, 0.38809998050688505, 0.389877693999956, 0.3849339874274369, 0.37311381997767856, 0.3543988862018972, 0.3289121279790823, 0.2969190873138454, 0.25882598806964296, 0.21517451544620494, 0.16663334531516064, 0.11398655919059497, 0.05811916233493691, 6.830482228336239e-16, -0.059337562127680904, -0.11881676462877204, -0.17733990731313884, -0.233811607240185, -0.2871623134710063, -0.33637151719740743, -0.3804900974767667, -0.41866125910421015, -0.45013954986356053, -0.47430748879329326, -0.4906893940668042, -0.4989620671376251, -0.4989620671376252, -0.4906893940668045, -0.4743074887932938, -0.4501395498635613, -0.4186612591042111, -0.380490097476768, -0.3363715171974089, -0.2871623134710078, -0.2338116072401866, -0.1773399073131405, -0.11881676462877376, -0.059337562127682604, -9.692779543067613e-16, 0.058119162334935345, 0.11398655919059351, 0.16663334531515925, 0.21517451544620378, 0.25882598806964197, 0.2969190873138446, 0.32891212797908176, 0.35439888620189686, 0.37311381997767845, 0.38493398742743706, 0.3898776939999564, 0.3880999805068856, 0.37988513987421446, 0.3656365198156016, 0.3458639295787749, 0.3211690200483625, 0.2922290466798552, 0.25977945319769685, 0.22459573027251473, 0.1874750074074735, 0.14921782826584962, 0.11061054024303338, 0.07240869910900871, 0.03532185017065338, 7.487015291294016e-16, -0.0329779611048037, -0.06311368443790442, -0.0899964962230943, -0.11330816221466516, -0.13282526934820835, -0.1484192706461216, -0.16005429634099583, -0.1677828859058042, -0.1717398411962191, -0.17213443926234592, -0.16924127385901852, -0.16339001680924026, -0.1549544039395554, -0.14434075534043148, -0.13197633647409673, -0.11829785563675488, -0.10374037515256866, -0.08872688926648963, -0.07365879197565048, -0.05890742405473285, -0.044806851411005696, -0.03164798779744239, -0.01967413495786436, -0.009077973577613613, -2.177653575411608e-16, 0.007471632517237734, 0.01329994236404086, 0.01749672170142, 0.020119040970910253, 0.021264804990286254, 0.02106752525083594, 0.019690483381026497, 0.01732046606198307, 0.014161252140126441, 0.010427028568211394, 0.006335903507076311, 0.002103672910825104, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "t1_experiment.compiled_program.render(\n", " channel_subplots=False,\n", " lo_frequency=5e9,\n", " sweep_index=2,\n", " sample_rate=5e9,\n", ")" ] }, { "cell_type": "raw", "id": "4bcf62aa", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "The sweep index allows you to visualize the change of delay value between the\n", "control and readout pulses." ] }, { "cell_type": "code", "execution_count": 8, "id": "11c8ca65", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.062760Z", "iopub.status.busy": "2024-10-11T06:14:13.062110Z", "iopub.status.idle": "2024-10-11T06:14:13.204610Z", "shell.execute_reply": "2024-10-11T06:14:13.203843Z" } }, "outputs": [ { "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.00210367291082512, 0.006335903507076278, 0.01042702856821132, 0.014161252140126384, 0.017320466061983012, 0.019690483381026486, 0.0210675252508359, 0.02126480499028621, 0.020119040970910274, 0.01749672170142006, 0.013299942364040989, 0.007471632517237905, 1.2809726914185912e-17, -0.009077973577613321, -0.019674134957864003, -0.03164798779744193, -0.04480685141100522, -0.05890742405473233, -0.07365879197564994, -0.08872688926648901, -0.10374037515256801, -0.11829785563675423, -0.13197633647409607, -0.1443407553404309, -0.15495440393955476, -0.16339001680923967, -0.16924127385901802, -0.1721344392623455, -0.17173984119621882, -0.16778288590580398, -0.16005429634099574, -0.14841927064612165, -0.13282526934820857, -0.11330816221466551, -0.08999649622309484, -0.06311368443790512, -0.032977961104804554, -2.3444189295971162e-16, 0.035321850170652265, 0.07240869910900748, 0.11061054024303207, 0.14921782826584826, 0.18747500740747208, 0.22459573027251326, 0.2597794531976955, 0.29222904667985394, 0.3211690200483612, 0.3458639295787738, 0.3656365198156006, 0.3798851398742137, 0.38809998050688505, 0.389877693999956, 0.3849339874274369, 0.37311381997767856, 0.3543988862018972, 0.3289121279790823, 0.2969190873138454, 0.25882598806964296, 0.21517451544620494, 0.16663334531516064, 0.11398655919059497, 0.05811916233493691, 6.830482228336239e-16, -0.059337562127680904, -0.11881676462877204, -0.17733990731313884, -0.233811607240185, -0.2871623134710063, -0.33637151719740743, -0.3804900974767667, -0.41866125910421015, -0.45013954986356053, -0.47430748879329326, -0.4906893940668042, -0.4989620671376251, -0.4989620671376252, -0.4906893940668045, -0.4743074887932938, -0.4501395498635613, -0.4186612591042111, -0.380490097476768, -0.3363715171974089, -0.2871623134710078, -0.2338116072401866, -0.1773399073131405, -0.11881676462877376, -0.059337562127682604, -9.692779543067613e-16, 0.058119162334935345, 0.11398655919059351, 0.16663334531515925, 0.21517451544620378, 0.25882598806964197, 0.2969190873138446, 0.32891212797908176, 0.35439888620189686, 0.37311381997767845, 0.38493398742743706, 0.3898776939999564, 0.3880999805068856, 0.37988513987421446, 0.3656365198156016, 0.3458639295787749, 0.3211690200483625, 0.2922290466798552, 0.25977945319769685, 0.22459573027251473, 0.1874750074074735, 0.14921782826584962, 0.11061054024303338, 0.07240869910900871, 0.03532185017065338, 7.487015291294016e-16, -0.0329779611048037, -0.06311368443790442, -0.0899964962230943, -0.11330816221466516, -0.13282526934820835, -0.1484192706461216, -0.16005429634099583, -0.1677828859058042, -0.1717398411962191, -0.17213443926234592, -0.16924127385901852, -0.16339001680924026, -0.1549544039395554, -0.14434075534043148, -0.13197633647409673, -0.11829785563675488, -0.10374037515256866, -0.08872688926648963, -0.07365879197565048, -0.05890742405473285, -0.044806851411005696, -0.03164798779744239, -0.01967413495786436, -0.009077973577613613, -2.177653575411608e-16, 0.007471632517237734, 0.01329994236404086, 0.01749672170142, 0.020119040970910253, 0.021264804990286254, 0.02106752525083594, 0.019690483381026497, 0.01732046606198307, 0.014161252140126441, 0.010427028568211394, 0.006335903507076311, 0.002103672910825104, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "t1_experiment.compiled_program.render(\n", " channel_subplots=False,\n", " lo_frequency=5e9,\n", " sweep_index=0,\n", " sample_rate=5e9,\n", ")" ] }, { "cell_type": "raw", "id": "0b21aa9b", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 9, "id": "d47f7151", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.209809Z", "iopub.status.busy": "2024-10-11T06:14:13.209454Z", "iopub.status.idle": "2024-10-11T06:14:13.306756Z", "shell.execute_reply": "2024-10-11T06:14:13.304385Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " t1_experiment.execute()\n", "else:\n", " # load in a previously executed version of this experiment\n", " t1_experiment = qcs.load(\"T1Experiment.qcs\")" ] }, { "cell_type": "raw", "id": "e0f54140", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "For the purposes of this demonstration, we added a second \"ancilla\" qubit to the\n", "program and connected the physical output channels for our qubit to\n", "the digizer associated with the ancilla to allow us to capture the full pulse\n", "sequence." ] }, { "cell_type": "code", "execution_count": 10, "id": "fff75075", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.310907Z", "iopub.status.busy": "2024-10-11T06:14:13.310131Z", "iopub.status.idle": "2024-10-11T06:14:13.324778Z", "shell.execute_reply": "2024-10-11T06:14:13.323927Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \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
Layers1
Targets2
Repetitions\n", " Sweep with 3 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
pulse_delayArray(name=_implicit, shape=(3,), dtype=float, unit=none, value=[40 ns, 60 ns, 80 ns])
\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", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " X\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
01
10
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=pulse_delay, value=None, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " ancilla\n", " \n", " 1\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Measure on ('ancilla', 1)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
Dim2
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "t1_experiment.draw()" ] }, { "cell_type": "raw", "id": "4cdacbf8", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We can see the program compiled to the waveform level with the following command:" ] }, { "cell_type": "code", "execution_count": 11, "id": "93a95b38", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.329269Z", "iopub.status.busy": "2024-10-11T06:14:13.328804Z", "iopub.status.idle": "2024-10-11T06:14:13.358920Z", "shell.execute_reply": "2024-10-11T06:14:13.357893Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \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
Layers1
Targets4
Repetitions\n", " Sweep with 3 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
pulse_delayArray(name=_implicit, shape=(3,), dtype=float, unit=none, value=[40 ns, 60 ns, 80 ns])
\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", " 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", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('xy_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationMax(ScalarRef(name=readout_pulse_duration, value=220 ns, dtype=float, unit=s), ScalarRef(name=acquisition_duration, value=220 ns, dtype=float, unit=s))
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readout_pulse\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=None, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('readout_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=readout_pulse_duration, value=100 ns, dtype=float, unit=s)
AmplitudeScalarRef(name=readout_pulse_amplitudes, value=0.1, dtype=float, unit=none)
FrequencyScalarRef(name=readout_frequencies, value=5.15 GHz, dtype=float, unit=Hz)
EnvelopeSineEnvelope()
Instantaneous PhaseScalarRef(name=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=120 ns, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " readout_acquisition\n", " \n", " 0\n", " \n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=_implicit, value=None, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Acquisition on ('readout_acquisition', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalarRef(name=acquisition_duration, value=220 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=220 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=220 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=220 ns, dtype=float, unit=s)
Amplitude1
Frequency0 Hz
EnvelopeConstantEnvelope()
Instantaneous Phase0
Post-phase0
\n", "
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", "\n", "\n", "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "metadata": { "text/html": { "isolated": true } }, "output_type": "display_data" } ], "source": [ "t1_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "41aa631d", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "Here we can see the control pulse and the readout pulse separated by our\n", "varying delay." ] }, { "cell_type": "code", "execution_count": 12, "id": "ef48c06b", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.363956Z", "iopub.status.busy": "2024-10-11T06:14:13.363299Z", "iopub.status.idle": "2024-10-11T06:14:13.708848Z", "shell.execute_reply": "2024-10-11T06:14:13.706228Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dx": 4.166666666666667e-10, "legendgroup": "Address: 1x1x4x1", "legendgrouptitle": { "text": "Address: 1x1x4x1" }, "name": "Drive pulse for Address: 1x1x4x1", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.004400863974179764, 0.012816606930418454, 0.019093003492207047, 0.021329438889677352, 0.01790897965069649, 0.0077473678079681965, -0.009489964868703977, -0.03323255287990925, -0.06193744611100585, -0.09312881439146087, -0.12355350244191766, -0.14944880259010102, -0.1669049844780198, -0.17229185385752166, -0.16270750304470505, -0.13640008792887476, -0.09311124943159078, -0.03429351506247427, 0.03683617620820383, 0.11542938998532094, 0.19532870166846134, 0.26956141168478254, 0.3309649100405625, 0.3728859133321498, 0.389882998641617, 0.37835642924619545, 0.3370323678486483, 0.267240370137118, 0.17294263198587367, 0.060498891198062926, -0.06182060479600492, -0.1845333364689393, -0.2977884910045385, -0.3922731375277056, -0.4600879778544512, -0.4955012882645773, -0.4955012882645774, -0.46008797785445155, -0.392273137527706, -0.29778849100453897, -0.18453333646893993, -0.061820604796005624, 0.06049889119806226, 0.17294263198587312, 0.2672403701371176, 0.33703236784864804, 0.3783564292461952, 0.3898829986416171, 0.37288591333215, 0.33096491004056283, 0.26956141168478304, 0.19532870166846183, 0.11542938998532151, 0.03683617620820429, -0.034293515062473884, -0.09311124943159046, -0.13640008792887456, -0.16270750304470485, -0.1722918538575217, -0.16690498447801994, -0.14944880259010115, -0.12355350244191785, -0.09312881439146105, -0.06193744611100602, -0.03323255287990935, -0.009489964868704083, 0.007747367807968127, 0.01790897965069646, 0.02132943888967738, 0.019093003492207054, 0.012816606930418502, 0.004400863974179769, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 4.166666666666667e-10, "legendgroup": "Address: 1x1x4x2", "legendgrouptitle": { "text": "Address: 1x1x4x2" }, "name": "Drive pulse for Address: 1x1x4x2", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0006419178819530942, 0.0016324818658306017, 0.0018177748467481834, 0.000893491569861964, -0.0011485124041658735, -0.0039963640875996815, -0.0070660098072490175, -0.009613376846245083, -0.01089017962350664, -0.010313087725969386, -0.007611997859481227, -0.0029257062632752585, 0.003177933035951998, 0.00976671802071085, 0.015687084798222797, 0.019763345405987353, 0.021019126278188444, 0.018880701238830087, 0.013322822230752832, 0.004925866306624712, -0.005172535568370989, -0.01543006574736997, -0.024136288805413707, -0.029696782617715717, -0.030917782986831458, -0.027241453837877423, -0.01888767897368452, -0.006872057527914991, 0.007110466718680252, 0.020924358444752055, 0.032321050581609355, 0.03930485566463309, 0.04047769799510871, 0.03530374336803626, 0.024245598353279586, 0.00874295704885894, -0.00897049410765883, -0.026189399492309924, -0.04015169616401822, -0.04848229648781892, -0.049594130873648674, -0.04297923769807164, -0.029337877883598484, -0.010518066902794209, 0.010732238885997326, 0.031167503998545874, 0.04754243136097152, 0.057128555125111426, 0.058167200076097866, 0.050183842505903256, 0.03410872548447904, 0.01217793861469546, -0.012376399009235463, -0.035804130808754234, -0.05441228173104063, -0.06514890135753444, -0.06610297726224414, -0.05683862263359599, -0.03850587075124195, -0.013704386282736618, 0.013884960715000415, 0.04004848006932581, 0.060685979755962474, 0.07245546259340024, 0.07331451639656797, 0.06287066691746858, 0.042481137640182756, 0.015080685826836911, -0.015241395885556997, -0.04385404980157461, -0.0662947894873203, -0.07896818661881241, -0.07972280634720212, -0.06821388701806051, -0.04599097229538816, -0.016291758221181986, 0.01643084313332428, 0.04717914538714748, 0.07117725963197846, 0.08461571866647348, 0.08525763654842658, 0.07280974149780904, 0.04899692023389561, 0.017324334703186204, -0.017440270625347882, -0.04998733638298785, -0.07527989682530953, -0.08933618319344716, -0.089858366242319, -0.07660787721328959, -0.05146604766105576, -0.018167102148832204, 0.01825861886278891, 0.052247855660893565, 0.07855775171569128, 0.09307786180255517, 0.09347458887158852, 0.07956668099479239, 0.05337130230007851, 0.018810827021625065, -0.018876921851107592, -0.05393593649861182, -0.08097491143900953, -0.09579975987995965, -0.09606668434436569, -0.08165373556891783, -0.054691809782438594, -0.019248456537150384, 0.019288405333375686, 0.055033083929230966, 0.0825048930875124, 0.09747205574073069, 0.09760625312021985, 0.08284617472900753, 0.055413102351825276, 0.01947519593485619, -0.019488561010453, -0.055527277375908256, -0.08313093386208963, -0.0980764273614673, -0.0980764273614673, -0.08313093386208961, -0.05552727737590823, -0.019488561010452966, 0.019475195934856224, 0.05541310235182531, 0.08284617472900754, 0.09760625312021982, 0.09747205574073065, 0.08250489308751233, 0.05503308392923091, 0.01928840533337564, -0.019248456537150408, -0.054691809782438594, -0.0816537355689178, -0.0960666843443656, -0.09579975987995956, -0.08097491143900944, -0.05393593649861174, -0.01887692185110754, 0.01881082702162508, 0.05337130230007849, 0.07956668099479233, 0.09347458887158841, 0.09307786180255505, 0.07855775171569114, 0.05224785566089345, 0.01825861886278885, -0.018167102148832208, -0.0514660476610557, -0.07660787721328946, -0.08985836624231881, -0.08933618319344697, -0.07527989682530933, -0.0499873363829877, -0.01744027062534781, 0.017324334703186194, 0.04899692023389552, 0.07280974149780886, 0.08525763654842634, 0.08461571866647326, 0.07117725963197825, 0.047179145387147306, 0.016430843133324196, -0.016291758221181965, -0.04599097229538805, -0.06821388701806033, -0.07972280634720187, -0.07896818661881216, -0.06629478948732005, -0.04385404980157443, -0.015241395885556912, 0.015080685826836882, 0.04248113764018261, 0.06287066691746834, 0.07331451639656766, 0.07245546259339992, 0.06068597975596218, 0.04004848006932561, 0.013884960715000328, -0.013704386282736581, -0.03850587075124179, -0.05683862263359572, -0.06610297726224383, -0.06514890135753412, -0.054412281731040346, -0.03580413080875403, -0.012376399009235374, 0.012177938614695417, 0.03410872548447887, 0.05018384250590299, 0.05816720007609754, 0.0571285551251111, 0.047542431360971235, 0.031167503998545683, 0.010732238885997248, -0.010518066902794172, -0.02933787788359834, -0.04297923769807142, -0.049594130873648404, -0.04848229648781865, -0.04015169616401798, -0.02618939949230976, -0.008970494107658763, 0.008742957048858907, 0.02424559835327946, 0.03530374336803607, 0.04047769799510847, 0.03930485566463286, 0.03232105058160915, 0.020924358444751913, 0.007110466718680195, -0.006872057527914961, -0.018887678973684412, -0.027241453837877256, -0.030917782986831267, -0.02969678261771553, -0.024136288805413547, -0.015430065747369858, -0.005172535568370946, 0.004925866306624688, 0.013322822230752752, 0.018880701238829966, 0.0210191262781883, 0.01976334540598722, 0.015687084798222686, 0.009766718020710777, 0.003177933035951969, -0.0029257062632752425, -0.007611997859481176, -0.010313087725969311, -0.010890179623506559, -0.009613376846245011, -0.0070660098072489646, -0.003996364087599649, -0.0011485124041658629, 0.000893491569861959, 0.0018177748467481717, 0.0016324818658305937, 0.0006419178819530956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 2.0833333333333334e-10, "legendgroup": "Address: 1x1x17x2", "legendgrouptitle": { "text": "Address: 1x1x17x2" }, "name": "Integration filter for Address: 1x1x17x2", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.9738769792773336, -0.7730104533627372, -0.41270702980439544, 0.03271908282177505, 0.4713967368259964, 0.8128466845916142, 0.9866433320848789, 0.9569403357322097, 0.7298640726978376, 0.3522500479212364, -0.09801714032955733, -0.5280678506503651, -0.8492021815265771, -0.9951847266721969, -0.9359059267573279, -0.6835923020228752, -0.2902846772544675, 0.16289547339458343, 0.5824776968677978, 0.8819212643483527, 0.9994645874763661, 0.9108638249211792, 0.6343932841636514, 0.22707626303438044, -0.227076263034366, -0.6343932841636399, -0.9108638249211732, -0.9994645874763668, -0.8819212643483599, -0.58247769686781, -0.1628954733945981, 0.2902846772544535, 0.6835923020228647, 0.9359059267573231, 0.995184726672199, 0.8492021815265857, 0.5280678506503782, 0.09801714032957215, -0.352250047921223, -0.7298640726978285, -0.9569403357322067, -0.9866433320848826, -0.8128466845916241, -0.47139673682601024, -0.03271908282178987, 0.41270702980438273, 0.7730104533627293, 0.9738769792773322, 0.973876979277339, 0.7730104533627482, 0.4127070298044097, -0.03271908282176045, -0.4713967368259845, -0.8128466845916075, -0.9866433320848785, -0.9569403357322159, -0.7298640726978491, -0.3522500479212508, 0.098017140329543, 0.5280678506503538, 0.8492021815265711, 0.9951847266721974, 0.9359059267573346, 0.6835923020228871, 0.290284677254482, -0.16289547339456933, -0.5824776968677869, -0.8819212643483474, -0.9994645874763675, -0.910863824921187, -0.634393284163664, -0.22707626303439543, 0.2270762630343519, 0.6343932841636296, 0.9108638249211689, 0.9994645874763692, 0.8819212643483687, 0.5824776968678234, 0.1628954733946132, -0.29028467725443974, -0.6835923020228553, -0.9359059267573198, -0.9951847266722025, -0.8492021815265951, -0.5280678506503917, -0.09801714032958714, 0.3522500479212097, 0.7298640726978196, 0.956940335732204, 0.9866433320848869, 0.8128466845916343, 0.47139673682602423, 0.03271908282180486, -0.4127070298043698, -0.7730104533627211, -0.9738769792773305, -0.9738769792773441, -0.773010453362759, -0.41270702980442403, 0.032719082821745515, 0.471396736825972, 0.8128466845916, 0.9866433320848775, 0.9569403357322217, 0.7298640726978605, 0.3522500479212653, -0.09801714032952824, -0.5280678506503419, -0.8492021815265645, -0.9951847266721975, -0.9359059267573414, -0.6835923020228991, -0.2902846772544967, 0.16289547339455496, 0.5824776968677761, 0.8819212643483422, 0.9994645874763689, 0.9108638249211948, 0.6343932841636765, 0.22707626303440992, -0.2270762630343382, -0.6343932841636196, -0.9108638249211646, -0.9994645874763716, -0.8819212643483773, -0.5824776968678362, -0.1628954733946278, 0.2902846772544264, 0.683592302022846, 0.9359059267573164, 0.9951847266722058, 0.8492021815266044, 0.5280678506504051, 0.09801714032960174, -0.3522500479211968, -0.7298640726978111, -0.9569403357322017, -0.9866433320848911, -0.8128466845916443, -0.47139673682603794, -0.0327190828218194, 0.4127070298043575, 0.7730104533627136, 0.9738769792773292, 0.9738769792773493, 0.7730104533627697, 0.412707029804438, -0.032719082821731194, -0.4713967368259603, -0.8128466845915933, -0.9866433320848772, -0.9569403357322279, -0.7298640726978718, -0.35225004792127956, 0.09801714032951414, 0.5280678506503308, 0.8492021815265588, 0.9951847266721984, 0.9359059267573486, 0.6835923020229112, 0.2902846772545113, -0.16289547339454086, -0.5824776968677653, -0.881921264348337, -0.9994645874763705, -0.9108638249212028, -0.6343932841636892, -0.2270762630344248, 0.2270762630343243, 0.6343932841636094, 0.9108638249211602, 0.9994645874763741, 0.881921264348386, 0.5824776968678496, 0.1628954733946429, -0.29028467725441265, -0.6835923020228364, -0.9359059267573131, -0.9951847266722094, -0.8492021815266142, -0.5280678506504191, -0.098017140329617, 0.3522500479211834, 0.7298640726978023, 0.9569403357321993, 0.9866433320848955, 0.8128466845916548, 0.4713967368260522, 0.032719082821834555, -0.41270702980434454, -0.7730104533627055, -0.9738769792773275, -0.9738769792773544, -0.7730104533627806, -0.41270702980445245, 0.032719082821716206, 0.47139673682594796, 0.812846684591586, 0.9866433320848766, 0.9569403357322341, 0.7298640726978837, 0.3522500479212945, -0.09801714032949915, -0.5280678506503188, -0.8492021815265522, -0.9951847266721987, -0.9359059267573558, -0.6835923020229238, -0.29028467725452645, 0.1628954733945262, 0.5824776968677541, 0.8819212643483315, 0.9994645874763719, 0.9108638249212108, 0.6343932841637022, 0.22707626303444012, -0.22707626303430983, -0.6343932841635989, -0.9108638249211557, -0.9994645874763765, -0.8819212643483948, -0.5824776968678629, -0.16289547339465804, 0.29028467725439877, 0.6835923020228266, 0.9359059267573093, 0.9951847266722126, 0.8492021815266236, 0.5280678506504328, 0.09801714032963227, -0.3522500479211699, -0.7298640726977933, -0.9569403357321968, -0.9866433320849, -0.8128466845916651, -0.47139673682606636, -0.0327190828218496, 0.4127070298043317, 0.7730104533626976, 0.9738769792773261, 0.9738769792773598, 0.7730104533627917, 0.412707029804467, -0.03271908282170116, -0.4713967368259355, -0.8128466845915789, -0.9866433320848763, -0.9569403357322405, -0.7298640726978954, -0.35225004792130926, 0.0980171403294845, 0.5280678506503073, 0.8492021815265463, 0.9951847266721994, 0.9359059267573631, 0.6835923020229361, 0.29028467725454143, -0.16289547339451171, -0.5824776968677432, -0.8819212643483265, -0.9994645874763736, -0.9108638249212189, -0.634393284163715, -0.22707626303445494, 0.22707626303429604, 0.6343932841635889, 0.9108638249211516, 0.9994645874763792, 0.8819212643484038, 0.5824776968678763, 0.16289547339467308, -0.2902846772543852, -0.6835923020228174, -0.9359059267573064, -0.9951847266722164, -0.8492021815266334, -0.5280678506504466, -0.09801714032964715, 0.3522500479211569, 0.729864072697785, 0.9569403357321946, 0.9866433320849045, 0.8128466845916754, 0.47139673682608035, 0.03271908282186442, -0.41270702980431917, -0.7730104533626898, -0.9738769792773249, -0.9738769792773653, -0.7730104533628027, -0.4127070298044813, 0.03271908282168651, 0.47139673682592353, 0.812846684591572, 0.986643332084876, 0.9569403357322469, 0.7298640726979071, 0.35225004792132375, -0.09801714032947006, -0.5280678506502959, -0.8492021815265403, -0.9951847266721999, -0.9359059267573702, -0.6835923020229482, -0.290284677254556, 0.16289547339449767, 0.5824776968677324, 0.8819212643483213, 0.999464587476375, 0.9108638249212268, 0.6343932841637276, 0.22707626303446987, -0.227076263034282, -0.6343932841635787, -0.9108638249211474, -0.9994645874763817, -0.8819212643484126, -0.5824776968678894, -0.16289547339468802, 0.29028467725437157, 0.6835923020228079, 0.9359059267573029, 0.9951847266722197, 0.8492021815266428, 0.5280678506504601, 0.09801714032966202, -0.3522500479211437, -0.7298640726977763, -0.9569403357321923, -0.986643332084909, -0.8128466845916857, -0.4713967368260944, -0.03271908282187924, 0.41270702980430657, 0.773010453362682, 0.9738769792773235, 0.9738769792773707, 0.7730104533628138, 0.4127070298044958, -0.03271908282167174, -0.47139673682591143, -0.8128466845915652, -0.9866433320848755, -0.956940335732253, -0.7298640726979185, -0.3522500479213382, 0.09801714032945563, 0.5280678506502844, 0.849202181526534, 0.9951847266722004, 0.935905926757377, 0.6835923020229602, 0.2902846772545706, -0.16289547339448346, -0.5824776968677217, -0.8819212643483161, -0.9994645874763766, -0.9108638249212346, -0.6343932841637403, -0.22707626303448464, 0.22707626303426817, 0.6343932841635687, 0.9108638249211432, 0.9994645874763841, 0.8819212643484211, 0.5824776968679024, 0.16289547339470273, -0.29028467725435825, -0.6835923020227985, -0.9359059267572996, -0.9951847266722231, -0.8492021815266523, -0.5280678506504737, -0.0980171403296769, 0.3522500479211306, 0.7298640726977675, 0.9569403357321898, 0.9866433320849133, 0.812846684591696, 0.47139673682610844, 0.032719082821894174, -0.41270702980429386, -0.7730104533626742, -0.9738769792773221, -0.973876979277376, -0.7730104533628248, -0.4127070298045101, 0.03271908282165692, 0.47139673682589917, 0.812846684591558, 0.986643332084875, 0.9569403357322592, 0.7298640726979302, 0.352250047921353, -0.09801714032944076, -0.5280678506502725, -0.8492021815265276, -0.9951847266722007, -0.9359059267573842, -0.6835923020229726, -0.2902846772545858, 0.16289547339446864, 0.5824776968677101, 0.8819212643483102, 0.9994645874763776, 0.9108638249212422, 0.6343932841637528, 0.22707626303449957, -0.22707626303425385, -0.6343932841635579, -0.9108638249211383, -0.9994645874763861, -0.8819212643484295, -0.5824776968679156, -0.16289547339471783, 0.29028467725434426, 0.6835923020227886, 0.9359059267572959, 0.9951847266722262, 0.8492021815266616, 0.5280678506504872, 0.09801714032969189, -0.3522500479211173, -0.7298640726977587, -0.9569403357321871, -0.9866433320849172, -0.8128466845917057, -0.4713967368261221, -0.03271908282190894, 0.41270702980428103, 0.773010453362666, 0.9738769792773203, 0.9738769792773809, 0.7730104533628354, 0.41270702980452423, -0.03271908282164232, -0.4713967368258872, -0.812846684591551, -0.9866433320848745, -0.9569403357322653, -0.7298640726979417, -0.35225004792136744, 0.09801714032942643, 0.5280678506502613, 0.8492021815265218, 0.9951847266722015, 0.9359059267573913, 0.6835923020229846, 0.2902846772546002, -0.16289547339445476, -0.5824776968676998, -0.8819212643483056, -0.9994645874763797, -0.9108638249212505, -0.6343932841637658, -0.22707626303451445, 0.22707626303424017, 0.6343932841635482, 0.9108638249211345, 0.999464587476389, 0.8819212643484386, 0.5824776968679289, 0.1628954733947327, -0.29028467725433094, -0.6835923020227797, -0.9359059267572929, -0.99518472667223, -0.8492021815266714, -0.528067850650501, -0.09801714032970682, 0.35225004792110426, 0.7298640726977501, 0.9569403357321848, 0.9866433320849217, 0.8128466845917162, 0.47139673682613614, 0.032719082821923706, -0.4127070298042686, -0.7730104533626584, -0.9738769792773192, -0.9738769792773865, -0.7730104533628465, -0.4127070298045385, 0.03271908282162761, 0.47139673682587496, 0.8128466845915439, 0.986643332084874, 0.9569403357322716, 0.7298640726979533, 0.352250047921382, -0.09801714032941183, -0.5280678506502497, -0.8492021815265157, -0.995184726672202, -0.9359059267573984, -0.6835923020229967, -0.29028467725461476, 0.16289547339444072, 0.5824776968676891, 0.8819212643483005, 0.999464587476381, 0.9108638249212582, 0.6343932841637783, 0.2270762630345291, -0.22707626303422632, -0.634393284163538, -0.91086382492113, -0.9994645874763913, -0.8819212643484472, -0.5824776968679419, -0.16289547339474747, 0.2902846772543174, 0.6835923020227701, 0.9359059267572895, 0.9951847266722332, 0.8492021815266807, 0.5280678506505145, 0.0980171403297217, -0.3522500479210911, -0.7298640726977415, -0.9569403357321825, -0.9866433320849263, -0.8128466845917266, -0.4713967368261503, -0.03271908282193864, 0.4127070298042559, 0.7730104533626505, 0.9738769792773176, 0.9738769792773917, 0.7730104533628573, 0.41270702980455276, -0.03271908282161301, -0.471396736825863, -0.812846684591537, -0.9866433320848735, -0.9569403357322775, -0.7298640726979646, -0.3522500479213963, 0.09801714032939757, 0.5280678506502384, 0.8492021815265096, 0.9951847266722025, 0.9359059267574052, 0.6835923020230087, 0.2902846772546294, -0.16289547339442645, -0.5824776968676781, -0.8819212643482951, -0.9994645874763824, -0.9108638249212662, -0.6343932841637909, -0.22707626303454392, 0.22707626303421247, 0.6343932841635279, 0.9108638249211258, 0.9994645874763938, 0.8819212643484557, 0.5824776968679549, 0.16289547339476224, -0.2902846772543039, -0.6835923020227607, -0.935905926757286, -0.9951847266722365, -0.8492021815266898, -0.5280678506505276, -0.09801714032973613, 0.3522500479210783, 0.7298640726977328, 0.95694033573218, 0.9866433320849303, 0.8128466845917363, 0.4713967368261637, 0.03271908282195313, -0.41270702980424334, -0.7730104533626425, -0.9738769792773159, -0.9738769792773965, -0.7730104533628677, -0.4127070298045665, 0.03271908282159858, 0.471396736825851, 0.8128466845915299, 0.9866433320848729, 0.9569403357322835, 0.7298640726979759, 0.35225004792141057, -0.09801714032938313, -0.5280678506502268, -0.8492021815265032, -0.9951847266722027, -0.935905926757412, -0.6835923020230206, -0.29028467725464396, 0.1628954733944123, 0.5824776968676673, 0.8819212643482897, 0.9994645874763837, 0.9108638249212737, 0.6343932841638034, 0.22707626303455858, -0.22707626303419848, -0.6343932841635176, -0.9108638249211214, -0.9994645874763961, -0.8819212643484644, -0.5824776968679681, -0.16289547339477722, 0.29028467725429025, 0.6835923020227511, 0.9359059267572826, 0.99518472667224, 0.8492021815266996, 0.5280678506505415, 0.09801714032975134, -0.3522500479210649, -0.7298640726977241, -0.9569403357321776, -0.9866433320849347, -0.8128466845917466, -0.47139673682617783, -0.03271908282196806, 0.4127070298042307, 0.7730104533626347, 0.9738769792773146, 0.973876979277402, 0.7730104533628788, 0.41270702980458096, -0.032719082821583756, -0.4713967368258389, -0.812846684591523, -0.9866433320848726, -0.9569403357322899, -0.7298640726979876, -0.3522500479214252, 0.09801714032936859, 0.5280678506502153, 0.8492021815264972, 0.9951847266722033, 0.9359059267574191, 0.6835923020230328, 0.29028467725465884, -0.16289547339439775, -0.5824776968676562, -0.8819212643482842, -0.9994645874763849, -0.9108638249212815, -0.634393284163816, -0.22707626303457357, 0.22707626303418438, 0.6343932841635072, 0.9108638249211167, 0.9994645874763983, 0.881921264348473, 0.5824776968679811, 0.1628954733947921, -0.29028467725427654, -0.6835923020227415, -0.9359059267572789, -0.995184726672243, -0.8492021815267087, -0.528067850650555, -0.09801714032976622, 0.35225004792105163, 0.7298640726977152, 0.9569403357321749, 0.9866433320849387, 0.8128466845917566, 0.47139673682619176, 0.03271908282198299, -0.4127070298042178, -0.7730104533626266, -0.9738769792773129, -0.973876979277407, -0.7730104533628896, -0.4127070298045954, 0.03271908282156888, 0.47139673682582656, 0.8128466845915158, 0.9866433320848719, 0.9569403357322958, 0.7298640726979989, 0.3522500479214397, -0.09801714032935394, -0.5280678506502036, -0.8492021815264907, -0.9951847266722035, -0.935905926757426, -0.6835923020230448, -0.2902846772546735, 0.16289547339438348, 0.5824776968676453, 0.881921264348279, 0.9994645874763863, 0.9108638249212893, 0.6343932841638286, 0.22707626303458833, -0.22707626303417036, -0.6343932841634968, -0.9108638249211122, -0.9994645874764003, -0.8819212643484812, -0.582477696867994, -0.16289547339480692, 0.2902846772542629, 0.6835923020227317, 0.9359059267572751, 0.995184726672246, 0.8492021815267178, 0.5280678506505683, 0.0980171403297811, -0.3522500479210382, -0.729864072697706, -0.9569403357321719, -0.9866433320849425, -0.8128466845917663, -0.47139673682620553, -0.03271908282199798, 0.41270702980420476, 0.7730104533626181, 0.9738769792773107, 0.9738769792774116, 0.7730104533628999, 0.4127070298046093, -0.03271908282155411, -0.47139673682581407, -0.8128466845915081, -0.9866433320848707, -0.9569403357323013, -0.72986407269801, -0.3522500479214539, 0.0980171403293395, 0.5280678506501919, 0.8492021815264843, 0.9951847266722036, 0.9359059267574324, 0.6835923020230563, 0.29028467725468776, -0.16289547339436944, -0.5824776968676343, -0.8819212643482734, -0.9994645874763874, -0.9108638249212967, -0.6343932841638408, -0.22707626303460282, 0.22707626303415668, 0.6343932841634867, 0.9108638249211077, 0.9994645874764025, 0.8819212643484896, 0.5824776968680069, 0.16289547339482158, -0.29028467725424956, -0.6835923020227225, -0.9359059267572718, -0.9951847266722493, -0.8492021815267271, -0.5280678506505816, -0.09801714032979564, 0.35225004792102554, 0.7298640726976977, 0.9569403357321697, 0.9866433320849469, 0.8128466845917764, 0.47139673682621913, 0.0327190828220123, -0.41270702980419266, -0.7730104533626108, -0.9738769792773097, -0.973876979277417, -0.7730104533629107, -0.41270702980462326, 0.03271908282153985, 0.4713967368258023, 0.8128466845915013, 0.9866433320848703, 0.9569403357323074, 0.7298640726980213, 0.3522500479214682, -0.09801714032932529, -0.5280678506501807, -0.8492021815264783, -0.995184726672204, -0.9359059267574394, -0.6835923020230683, -0.29028467725470225, 0.1628954733943554, 0.5824776968676235, 0.8819212643482682, 0.9994645874763888, 0.9108638249213045, 0.6343932841638533, 0.22707626303461753, -0.22707626303414277, -0.6343932841634766, -0.9108638249211036, -0.9994645874764052, -0.8819212643484985, -0.5824776968680201, -0.1628954733948363, 0.2902846772542363, 0.6835923020227135, 0.9359059267572688, 0.9951847266722529, 0.8492021815267365, 0.528067850650595, 0.09801714032981029, -0.35225004792101267, -0.7298640726976893, -0.9569403357321673, -0.9866433320849513, -0.8128466845917867, -0.4713967368262331, -0.032719082822027123, 0.41270702980418006, 0.773010453362603, 0.9738769792773082, 0.9738769792774222, 0.7730104533629216, 0.4127070298046375, -0.032719082821525136, -0.4713967368257903, -0.8128466845914943, -0.9866433320848699, -0.9569403357323136, -0.729864072698033, -0.35225004792148285, 0.09801714032931058, 0.5280678506501689, 0.8492021815264721, 0.9951847266722045, 0.9359059267574464, 0.6835923020230805, 0.29028467725471707, -0.16289547339434102, -0.5824776968676126, -0.881921264348263, -0.9994645874763903, -0.9108638249213125, -0.6343932841638661, -0.22707626303463235, 0.22707626303412892, 0.6343932841634665, 0.9108638249210992, 0.9994645874764074, 0.881921264348507, 0.5824776968680332, 0.16289547339485128, -0.29028467725422247, -0.6835923020227035, -0.9359059267572649, -0.995184726672256, -0.849202181526746, -0.5280678506506087, -0.09801714032982539, 0.35225004792099923, 0.7298640726976803, 0.9569403357321646, 0.9866433320849554, 0.8128466845917967, 0.4713967368262469, 0.03271908282204189, -0.4127070298041673, -0.7730104533625948, -0.9738769792773063, -0.9738769792774271, -0.7730104533629322, -0.4127070298046517, 0.032719082821510426, 0.471396736825778, 0.812846684591487, 0.986643332084869, 0.9569403357323194, 0.7298640726980441, 0.35225004792149717, -0.09801714032929604, -0.5280678506501572, -0.8492021815264654, -0.9951847266722046, -0.9359059267574532, -0.6835923020230925, -0.2902846772547318, 0.1628954733943267, 0.5824776968676015, 0.8819212643482575, 0.9994645874763914, 0.9108638249213199, 0.6343932841638784, 0.22707626303464717, -0.22707626303411474, -0.6343932841634559, -0.9108638249210944, -0.9994645874764095, -0.8819212643485155, -0.5824776968680463, -0.16289547339486632, 0.2902846772542086, 0.6835923020226937, 0.9359059267572611, 0.9951847266722589, 0.849202181526755, 0.5280678506506221, 0.09801714032984038, -0.3522500479209858, -0.7298640726976712, -0.9569403357321618, -0.9866433320849592, -0.8128466845918065, -0.47139673682626076, -0.03271908282205693, 0.41270702980415414, 0.7730104533625863, 0.9738769792773043, 0.9738769792774319, 0.7730104533629428, 0.41270702980466595, -0.03271908282149544, -0.4713967368257654, -0.8128466845914795, -0.986643332084868, -0.9569403357323252, -0.7298640726980555, -0.35225004792151177, 0.09801714032928127, 0.5280678506501453, 0.849202181526459, 0.9951847266722047, 0.9359059267574599, 0.6835923020231044, 0.2902846772547465, -0.1628954733943121, -0.5824776968675901, -0.8819212643482516, -0.9994645874763923, -0.9108638249213274, -0.634393284163891, -0.22707626303466205, 0.22707626303410058, 0.6343932841634454, 0.9108638249210897, 0.9994645874764116, 0.8819212643485239, 0.5824776968680593, 0.1628954733948812, -0.2902846772541949, -0.6835923020226842, -0.9359059267572578, -0.9951847266722624, -0.8492021815267646, -0.5280678506506359, -0.09801714032985548, 0.3522500479209725, 0.7298640726976624, 0.9569403357321593, 0.9866433320849637, 0.8128466845918169, 0.471396736826275, 0.032719082822071976, -0.4127070298041414, -0.7730104533625786, -0.973876979277303, -0.9738769792774373, -0.7730104533629538, -0.41270702980468027, 0.03271908282148078, 0.4713967368257534, 0.8128466845914726, 0.9866433320848677, 0.9569403357323314, 0.7298640726980671, 0.35225004792152625, -0.09801714032926684, -0.5280678506501338, -0.8492021815264529, -0.9951847266722053, -0.935905926757467, -0.6835923020231166, -0.2902846772547613, 0.16289547339429783, 0.5824776968675793, 0.8819212643482466, 0.9994645874763941, 0.9108638249213356, 0.6343932841639038, 0.22707626303467698, -0.22707626303408662, -0.6343932841634353, -0.9108638249210856, -0.9994645874764143, -0.8819212643485327, -0.5824776968680725, -0.16289547339489613, 0.29028467725418144, 0.6835923020226748, 0.9359059267572545, 0.995184726672266, 0.8492021815267742, 0.5280678506506495, 0.09801714032987041, -0.3522500479209594, -0.7298640726976539, -0.9569403357321571, -0.9866433320849682, -0.8128466845918273, -0.4713967368262891, -0.03271908282208691, 0.41270702980412877, 0.7730104533625708, 0.9738769792773019, 0.9738769792774431, 0.7730104533629653, 0.4127070298046951, -0.03271908282146563, -0.47139673682574107, -0.8128466845914657, -0.9866433320848675, -0.9569403357323382, -0.7298640726980792, -0.35225004792154124, 0.09801714032925207, 0.5280678506501223, 0.8492021815264469, 0.995184726672206, 0.9359059267574744, 0.6835923020231292, 0.29028467725477636, -0.16289547339428334, -0.5824776968675685, -0.8819212643482415, -0.9994645874763958, -0.9108638249213437, -0.6343932841639167, -0.22707626303469203, 0.22707626303407252, 0.634393284163425, 0.9108638249210812, 0.9994645874764168, 0.8819212643485416, 0.5824776968680859, 0.16289547339491123, -0.2902846772541676, -0.6835923020226652, -0.9359059267572509, -0.9951847266722691, -0.8492021815267835, -0.528067850650663, -0.09801714032988529, 0.3522500479209461, 0.729864072697645, 0.9569403357321544, 0.9866433320849723, 0.8128466845918373, 0.47139673682630284, 0.032719082822101564, -0.4127070298041162, -0.773010453362563, -0.9738769792773003 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "Address: 1x1x17x1", "legendgrouptitle": { "text": "Address: 1x1x17x1" }, "name": "Integration filter for Address: 1x1x17x1", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": "Waveforms", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "template": { "data": { "bar": [ { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "t1_experiment.render(channel_subplots=False, sweep_index=2)" ] }, { "cell_type": "raw", "id": "c40b54da", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "The ancilla qubit is mapped to the digitizer channel ``1`` and has a\n", "single acquisition that spans the duration of both control pulses and the maximum\n", "delay between them." ] }, { "cell_type": "code", "execution_count": 13, "id": "5c9220c5", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.720721Z", "iopub.status.busy": "2024-10-11T06:14:13.719862Z", "iopub.status.idle": "2024-10-11T06:14:13.980189Z", "shell.execute_reply": "2024-10-11T06:14:13.979494Z" }, "lines_to_next_cell": 2 }, "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 (pulse_delay, 40 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.002416992123471573, 0.0013183593400754035, 0.0002197265566792339, 0.002197265566792339, 0.0010986327833961695, 0.002416992123471573, 0.0, 0.0002197265566792339, 0.002416992123471573, 0.0010986327833961695, -0.0006591796700377017, -0.0006591796700377017, 0.0006591796700377017, 0.0, -0.0002197265566792339, 0.0, 0.0015380858967546374, 0.0004394531133584678, 0.002197265566792339, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, -0.0004394531133584678, 0.0008789062267169356, 0.0004394531133584678, 0.0015380858967546374, 0.0006591796700377017, 0.0008789062267169356, 0.0017578124534338713, 0.002197265566792339, 0.0013183593400754035, 0.0004394531133584678, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, -0.0010986327833961695, 0.0006591796700377017, 0.0013183593400754035, 0.002416992123471573, 0.002856445236830041, 0.005493163916980848, 0.007031249813735485, 0.01120605439064093, 0.014501952740829438, 0.017138671420980245, 0.021752929111244157, 0.026586913358187303, 0.02988281170837581, 0.03317871005856432, 0.03669433496543206, 0.04086913954233751, 0.043066405109129846, 0.043505858222488314, 0.044165037892526016, 0.04262695199577138, 0.04042968642897904, 0.037573241192149, 0.034057616285281256, 0.027905272698262706, 0.018237304204376414, 0.010766601277282462, -0.0006591796700377017, -0.011425780947320163, -0.02307128845131956, -0.03537597562535666, -0.04790038935607299, -0.062182615540223196, -0.075146482384298, -0.0874511695583351, -0.10261230196920224, -0.11315917668980546, -0.12194823895697482, -0.1289794887707103, -0.13776855103787966, -0.13974609004799277, -0.13842773070791736, -0.1373290979245212, -0.1322753871208988, -0.12480468419380486, -0.1133789032464847, -0.09865722394897602, -0.08349609153810889, -0.06745605290052481, -0.047460936242714524, -0.02416992123471573, 0.0004394531133584678, 0.024609374348074198, 0.048559569026110694, 0.07316894337418489, 0.09711913805222139, 0.12128905928693712, 0.1426025352848228, 0.1645751909527462, 0.1828124951571226, 0.19687499478459358, 0.20917968195863068, 0.2177490176691208, 0.22280272847274318, 0.22346190814278089, 0.21994628323591314, 0.20983886162866838, 0.19599608855787665, 0.18193358893040568, 0.16347655816935003, 0.13952636349131353, 0.11491698914323933, 0.09118652102188207, 0.06306152176694013, 0.03471679595531896, 0.006811523257056251, -0.023510741564678028, -0.052075193932978436, -0.07954101351788267, -0.10700683310278691, -0.13139648089418188, -0.15314941000542603, -0.17094726109644398, -0.19006347152753733, -0.20170897903153673, -0.21159667408210225, -0.21533202554564923, -0.2170898379990831, -0.21467284587561153, -0.20456542426836677, -0.19335936987772584, -0.1795165968069341, -0.16018065981916152, -0.14106444938806817, -0.11953124683350325, -0.09777831772225909, -0.0744873027142603, -0.048559569026110694, -0.0259277336881496, -0.0015380858967546374, 0.02131347599788569, 0.04064941298565827, 0.059326170303393155, 0.07756347450776957, 0.09338378658867441, 0.1043701144226361, 0.11623534848331474, 0.12260741862701252, 0.12744140287395567, 0.1283203091006726, 0.129638668440748, 0.12546386386384256, 0.12041015306022018, 0.11359862980316393, 0.10458984097931534, 0.09360351314535365, 0.08283691186807118, 0.07119140436407179, 0.05888671719003469, 0.04768066279939376, 0.03559570218203589, 0.02131347599788569, 0.012084960617357865, 0.001977539010113105, -0.0059326170303393155, -0.0129638668440748, -0.021533202554564923, -0.026806639914866537, -0.02922363203833811, -0.032299803831847385, -0.03603515529539436, -0.03493652251199819, -0.03361816317192279, -0.034057616285281256, -0.030541991378413513, -0.02746581958490424, -0.025708007131470367, -0.02087402288452722, -0.01801757764769718, -0.016479491750942543, -0.012744140287395567, -0.009228515380527824, -0.005493163916980848, -0.00395507802022621, -0.0008789062267169356, 0.0, 0.0004394531133584678, 0.0008789062267169356, 0.0004394531133584678, 0.0004394531133584678, 0.0010986327833961695, 0.0015380858967546374, 0.0010986327833961695, 0.0004394531133584678, 0.0006591796700377017, -0.0004394531133584678, 0.0004394531133584678, 0.0010986327833961695, 0.002197265566792339, 0.0017578124534338713, 0.0008789062267169356, 0.002197265566792339, 0.0010986327833961695, 0.0, 0.001977539010113105, 0.0008789062267169356, -0.0002197265566792339, -0.0004394531133584678, 0.0015380858967546374, 0.0008789062267169356, 0.0010986327833961695, 0.0, 0.0017578124534338713, 0.0013183593400754035, 0.0002197265566792339, -0.0008789062267169356, -0.0006591796700377017, 0.0002197265566792339, 0.0006591796700377017, -0.0002197265566792339, 0.0013183593400754035, 0.0015380858967546374, 0.0, -0.0008789062267169356, 0.0008789062267169356, 0.0015380858967546374, 0.0017578124534338713, -0.0004394531133584678, -0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0008789062267169356, 0.0008789062267169356, -0.0006591796700377017, 0.0017578124534338713, 0.0004394531133584678, -0.0006591796700377017, -0.0004394531133584678, 0.0002197265566792339, 0.0008789062267169356, 0.0010986327833961695, -0.0004394531133584678, -0.0002197265566792339, 0.0010986327833961695, -0.0002197265566792339, 0.0, 0.0008789062267169356, 0.0010986327833961695, 0.001977539010113105, -0.0006591796700377017, 0.0010986327833961695, 0.0006591796700377017, 0.0004394531133584678, -0.0004394531133584678, 0.0015380858967546374, 0.0013183593400754035, 0.001977539010113105, 0.0008789062267169356, 0.0002197265566792339, 0.0, 0.0013183593400754035, -0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.0015380858967546374, 0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, 0.001977539010113105, -0.0008789062267169356, 0.0002197265566792339, 0.0010986327833961695, -0.0010986327833961695, 0.0002197265566792339, 0.0006591796700377017, 0.0008789062267169356, 0.0010986327833961695, 0.001977539010113105, 0.0008789062267169356, 0.0015380858967546374, 0.0004394531133584678, -0.0004394531133584678, 0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0002197265566792339, 0.0010986327833961695, 0.0017578124534338713, 0.0015380858967546374, 0.0015380858967546374, 0.0008789062267169356, 0.0, -0.0013183593400754035, -0.0002197265566792339, 0.0013183593400754035, 0.0013183593400754035, 0.0010986327833961695, 0.002416992123471573, 0.0017578124534338713, 0.002856445236830041, 0.0017578124534338713, 0.0008789062267169356, 0.0004394531133584678, 0.0006591796700377017, 0.0008789062267169356, 0.002416992123471573, 0.0, -0.0008789062267169356, 0.0017578124534338713, 0.0010986327833961695, 0.0010986327833961695, 0.0010986327833961695, 0.0008789062267169356, 0.002197265566792339, 0.0006591796700377017, 0.001977539010113105, 0.0002197265566792339, 0.0004394531133584678, 0.0017578124534338713, 0.0004394531133584678, 0.0010986327833961695, -0.0010986327833961695, -0.0006591796700377017, 0.0008789062267169356, 0.0010986327833961695, 0.0004394531133584678, 0.0, 0.0006591796700377017, 0.0002197265566792339, 0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.002197265566792339, 0.0013183593400754035, 0.0, 0.0013183593400754035, 0.0006591796700377017, 0.0002197265566792339, -0.0002197265566792339, 0.001977539010113105, 0.002197265566792339, 0.0006591796700377017, -0.0006591796700377017, 0.0002197265566792339, 0.0013183593400754035, 0.002197265566792339, 0.001977539010113105, 0.0, 0.0, -0.0013183593400754035, 0.0, 0.0002197265566792339, -0.0004394531133584678, 0.0008789062267169356, 0.0013183593400754035, -0.0006591796700377017, 0.0013183593400754035, 0.0, 0.0015380858967546374, 0.0017578124534338713, 0.0, 0.0, 0.0, 0.0008789062267169356, 0.0010986327833961695, 0.0013183593400754035, 0.0006591796700377017, 0.0004394531133584678, 0.001977539010113105, 0.0, 0.0004394531133584678, 0.0013183593400754035, 0.0006591796700377017, 0.0004394531133584678, 0.0015380858967546374, 0.0002197265566792339, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0015380858967546374, 0.0004394531133584678, -0.0004394531133584678, 0.0010986327833961695, 0.0002197265566792339, -0.0006591796700377017, 0.0013183593400754035, 0.0008789062267169356, -0.0002197265566792339, 0.0017578124534338713, 0.0017578124534338713, 0.0010986327833961695, -0.0008789062267169356, 0.0008789062267169356, -0.0002197265566792339, -0.0010986327833961695, -0.0002197265566792339, 0.002636718680150807, 0.0004394531133584678, -0.0006591796700377017, -0.0006591796700377017, 0.0010986327833961695, 0.002636718680150807, 0.0006591796700377017, 0.0004394531133584678, 0.0017578124534338713, 0.0015380858967546374, 0.002197265566792339, 0.0017578124534338713, 0.0006591796700377017, 0.0010986327833961695, 0.0004394531133584678, 0.0002197265566792339, 0.001977539010113105, 0.0008789062267169356, 0.0008789062267169356, 0.0008789062267169356, 0.0015380858967546374, -0.0002197265566792339, 0.0, 0.0, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, -0.0004394531133584678, 0.0006591796700377017, -0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0, 0.0004394531133584678, 0.0004394531133584678, 0.0006591796700377017, 0.0002197265566792339, 0.0002197265566792339, 0.0006591796700377017, 0.0015380858967546374, 0.001977539010113105, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, 0.0006591796700377017, 0.0015380858967546374, 0.0008789062267169356, -0.0002197265566792339, 0.002856445236830041, 0.0008789062267169356, 0.0002197265566792339, 0.0008789062267169356, 0.0030761717935092747, 0.0015380858967546374, 0.002197265566792339, 0.0013183593400754035, 0.0013183593400754035, 0.0006591796700377017, 0.002197265566792339, 0.0004394531133584678, 0.0008789062267169356, 0.0015380858967546374, 0.0010986327833961695, -0.0002197265566792339, 0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.0004394531133584678, 0.0, 0.0010986327833961695, 0.0002197265566792339, 0.0008789062267169356, 0.001977539010113105, 0.0002197265566792339, -0.0006591796700377017, 0.0, 0.0015380858967546374, 0.0, 0.0006591796700377017, 0.0002197265566792339, -0.0002197265566792339, 0.0, 0.0013183593400754035, 0.0006591796700377017, 0.0010986327833961695, -0.0004394531133584678, 0.0017578124534338713, 0.0017578124534338713, 0.002197265566792339, 0.002197265566792339, 0.0017578124534338713, 0.0006591796700377017, 0.0, 0.0006591796700377017, 0.0008789062267169356, 0.0010986327833961695, 0.0002197265566792339, 0.0010986327833961695, -0.0004394531133584678, 0.0017578124534338713, 0.002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0008789062267169356, 0.001977539010113105, 0.0004394531133584678, -0.0010986327833961695, 0.0, 0.0004394531133584678, 0.0015380858967546374, 0.0004394531133584678, 0.0013183593400754035, 0.002636718680150807, -0.0004394531133584678, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.002636718680150807, 0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.0010986327833961695, -0.0006591796700377017, 0.0013183593400754035, 0.0008789062267169356, 0.0013183593400754035, 0.0010986327833961695, 0.0010986327833961695, 0.0, -0.0004394531133584678, 0.0008789062267169356, 0.0002197265566792339, 0.0013183593400754035, 0.0004394531133584678, 0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0002197265566792339, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, 0.0015380858967546374, 0.0015380858967546374, 0.002636718680150807, 0.0004394531133584678, 0.001977539010113105, 0.0006591796700377017, 0.0002197265566792339, -0.0002197265566792339, 0.0004394531133584678, 0.0, 0.0006591796700377017, -0.0002197265566792339, 0.0008789062267169356, -0.0004394531133584678, 0.0010986327833961695, -0.0002197265566792339, 0.0010986327833961695, 0.001977539010113105, -0.0004394531133584678, 0.0008789062267169356, 0.0006591796700377017, 0.0010986327833961695, 0.0, 0.0013183593400754035, 0.0010986327833961695, 0.0004394531133584678, 0.0008789062267169356, 0.0004394531133584678, 0.0010986327833961695, 0.0017578124534338713, 0.0010986327833961695, 0.0, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, 0.0004394531133584678, 0.0017578124534338713, 0.0017578124534338713, 0.0013183593400754035, 0.0004394531133584678, 0.0006591796700377017, 0.0015380858967546374, 0.0008789062267169356, 0.0015380858967546374, 0.0010986327833961695, -0.0008789062267169356, 0.0004394531133584678, 0.0004394531133584678, 0.002856445236830041, 0.0017578124534338713, 0.0010986327833961695, 0.0015380858967546374, 0.0002197265566792339, 0.0004394531133584678, 0.002416992123471573, 0.0015380858967546374, 0.0015380858967546374, 0.001977539010113105, 0.0008789062267169356, 0.0015380858967546374, 0.0017578124534338713, 0.0008789062267169356, 0.0010986327833961695, -0.0002197265566792339, -0.0008789062267169356, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, 0.0017578124534338713, 0.0010986327833961695, 0.0017578124534338713, 0.0004394531133584678, 0.0030761717935092747, 0.0013183593400754035, 0.002416992123471573, 0.0006591796700377017, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, 0.0015380858967546374, -0.0004394531133584678, 0.0013183593400754035, 0.0015380858967546374, 0.0006591796700377017, 0.0017578124534338713, 0.0, -0.0006591796700377017, 0.0002197265566792339, 0.0017578124534338713, 0.0015380858967546374, -0.0013183593400754035, 0.0002197265566792339, 0.0004394531133584678, 0.0013183593400754035, -0.0004394531133584678, 0.0013183593400754035, 0.0017578124534338713, 0.0004394531133584678, 0.0010986327833961695, 0.0008789062267169356, 0.0010986327833961695, 0.0010986327833961695, 0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0004394531133584678, 0.0013183593400754035, 0.0010986327833961695, 0.0, 0.0008789062267169356, 0.002416992123471573, 0.0010986327833961695, -0.0002197265566792339, 0.0002197265566792339, 0.0, 0.001977539010113105, 0.0013183593400754035, 0.0015380858967546374, 0.0010986327833961695, -0.0006591796700377017, 0.0010986327833961695, 0.0010986327833961695, 0.0004394531133584678, 0.001977539010113105, 0.0, 0.0004394531133584678, 0.0, 0.0004394531133584678, 0.0015380858967546374, 0.0017578124534338713, 0.0015380858967546374, 0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, 0.0, 0.0010986327833961695, 0.0013183593400754035, 0.0008789062267169356, 0.0006591796700377017, 0.002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0004394531133584678, 0.0015380858967546374, 0.0008789062267169356, 0.0013183593400754035, 0.0004394531133584678, 0.002636718680150807, 0.0006591796700377017, 0.0010986327833961695, 0.001977539010113105, 0.0017578124534338713, 0.0008789062267169356, 0.0013183593400754035, 0.0013183593400754035, 0.0013183593400754035, 0.0006591796700377017, 0.0008789062267169356, -0.0004394531133584678, 0.0002197265566792339, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.0, -0.0002197265566792339, -0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0004394531133584678, 0.0006591796700377017, 0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0002197265566792339, 0.0, 0.0008789062267169356, 0.0013183593400754035, -0.0010986327833961695, 0.0006591796700377017, 0.002636718680150807, 0.0006591796700377017, 0.0006591796700377017, 0.0002197265566792339, 0.0006591796700377017, 0.0017578124534338713, 0.002416992123471573, 0.002416992123471573, 0.0010986327833961695, 0.0015380858967546374, -0.0006591796700377017, 0.0002197265566792339, 0.0015380858967546374, 0.0017578124534338713, 0.0, -0.0002197265566792339, 0.0010986327833961695, 0.001977539010113105, 0.0004394531133584678, 0.0013183593400754035, 0.0004394531133584678, -0.0002197265566792339, -0.0002197265566792339, 0.0010986327833961695, 0.0017578124534338713, 0.0010986327833961695, 0.0013183593400754035, 0.0002197265566792339, 0.0002197265566792339, 0.0, 0.0, 0.0010986327833961695, -0.0010986327833961695, 0.0013183593400754035, 0.0, 0.0, -0.0004394531133584678, 0.0013183593400754035, 0.0004394531133584678, 0.0006591796700377017, 0.0002197265566792339, 0.0008789062267169356, 0.0, 0.0004394531133584678, 0.0, -0.0002197265566792339, 0.0, 0.0015380858967546374, 0.0, -0.0006591796700377017, 0.0006591796700377017, 0.0010986327833961695, -0.0004394531133584678, -0.0002197265566792339, -0.0004394531133584678, -0.0008789062267169356, 0.0013183593400754035, -0.0002197265566792339, -0.0002197265566792339, 0.0013183593400754035, -0.0008789062267169356, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, -0.0015380858967546374, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0010986327833961695, 0.0, 0.0008789062267169356, 0.001977539010113105, 0.0015380858967546374, 0.0013183593400754035, 0.0017578124534338713, 0.0006591796700377017, 0.002416992123471573, 0.0015380858967546374, 0.0004394531133584678, -0.0002197265566792339, 0.0002197265566792339, 0.0002197265566792339, 0.0006591796700377017, 0.0008789062267169356, 0.001977539010113105, 0.0006591796700377017, 0.0002197265566792339, 0.0015380858967546374, 0.0004394531133584678, 0.0008789062267169356, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, 0.0, 0.0008789062267169356, 0.0015380858967546374, 0.0013183593400754035, 0.0, 0.0017578124534338713, 0.0002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, -0.0004394531133584678, 0.0013183593400754035, 0.0017578124534338713, 0.002636718680150807, 0.0004394531133584678, -0.0002197265566792339, 0.0006591796700377017, 0.0004394531133584678, 0.0006591796700377017, 0.0017578124534338713, 0.0015380858967546374, 0.0017578124534338713, -0.0002197265566792339, 0.0, 0.0010986327833961695, 0.0017578124534338713, -0.0002197265566792339, 0.0006591796700377017, 0.002197265566792339, 0.001977539010113105, 0.0, 0.0004394531133584678, 0.0017578124534338713, 0.0013183593400754035, -0.0008789062267169356, 0.002856445236830041, 0.0017578124534338713, 0.0002197265566792339, 0.0008789062267169356, 0.0002197265566792339, -0.0002197265566792339, 0.0008789062267169356, 0.0013183593400754035, 0.0002197265566792339, 0.0008789062267169356, 0.002416992123471573, -0.0008789062267169356, 0.0002197265566792339, 0.0013183593400754035, 0.0, -0.0004394531133584678, 0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0004394531133584678, 0.0004394531133584678, 0.0010986327833961695, 0.0015380858967546374, 0.0006591796700377017, 0.0015380858967546374, 0.0002197265566792339, 0.0, 0.0002197265566792339, 0.0017578124534338713, 0.001977539010113105, -0.0006591796700377017, 0.0015380858967546374, 0.0015380858967546374, 0.0010986327833961695, 0.0006591796700377017, 0.0013183593400754035, -0.0002197265566792339, 0.0008789062267169356, 0.0010986327833961695, 0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0008789062267169356, -0.0010986327833961695, 0.0010986327833961695, 0.0, -0.0004394531133584678, 0.0006591796700377017, -0.0006591796700377017, -0.0002197265566792339, -0.0010986327833961695, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, -0.0004394531133584678, 0.0002197265566792339, -0.0004394531133584678, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, -0.0015380858967546374, 0.0, 0.0004394531133584678, -0.0004394531133584678, 0.0004394531133584678, 0.002636718680150807, 0.0006591796700377017, 0.0008789062267169356, -0.0002197265566792339, 0.0015380858967546374, 0.002416992123471573, -0.0008789062267169356, 0.0010986327833961695, 0.0013183593400754035, 0.0010986327833961695, 0.0006591796700377017, 0.0013183593400754035, 0.0002197265566792339, -0.0006591796700377017, 0.0015380858967546374, -0.0004394531133584678, 0.0004394531133584678, -0.0010986327833961695, 0.0008789062267169356, 0.0008789062267169356, -0.0006591796700377017, 0.0002197265566792339, 0.0013183593400754035, -0.0004394531133584678, 0.0006591796700377017, -0.0008789062267169356, 0.001977539010113105, 0.0004394531133584678, -0.0013183593400754035, 0.0013183593400754035, 0.0008789062267169356, -0.0006591796700377017, 0.0015380858967546374, -0.0004394531133584678, 0.0017578124534338713, 0.0010986327833961695, 0.0008789062267169356, 0.002197265566792339, -0.0004394531133584678, 0.0004394531133584678, -0.0006591796700377017, 0.0004394531133584678, 0.0017578124534338713, 0.0004394531133584678, 0.0008789062267169356, 0.0015380858967546374, 0.0006591796700377017, 0.0010986327833961695, 0.0, 0.0004394531133584678, 0.0013183593400754035, 0.0004394531133584678, 0.0010986327833961695, 0.0010986327833961695, -0.0006591796700377017, -0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.0017578124534338713, 0.0002197265566792339, -0.0004394531133584678, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0015380858967546374, 0.0013183593400754035, -0.0004394531133584678, 0.0006591796700377017, 0.0006591796700377017, -0.0006591796700377017, 0.0002197265566792339, -0.0010986327833961695, 0.0008789062267169356, 0.0013183593400754035, -0.0008789062267169356, -0.0002197265566792339, 0.002197265566792339, 0.0, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, -0.0004394531133584678, 0.0013183593400754035, 0.0002197265566792339, 0.0008789062267169356, 0.0010986327833961695, 0.0004394531133584678, 0.0015380858967546374, 0.0010986327833961695, 0.0017578124534338713, 0.0032958983501885086, 0.0004394531133584678, -0.0002197265566792339, 0.002416992123471573, 0.0015380858967546374, 0.0013183593400754035, 0.002856445236830041, -0.0004394531133584678, 0.0010986327833961695, 0.0004394531133584678, 0.0006591796700377017, 0.0013183593400754035, 0.002416992123471573, 0.0006591796700377017, 0.0006591796700377017, 0.0, 0.0, -0.0006591796700377017, 0.0008789062267169356, 0.002197265566792339, 0.0008789062267169356, -0.0002197265566792339, 0.0015380858967546374, 0.0010986327833961695, 0.0013183593400754035, 0.0004394531133584678, 0.002197265566792339, 0.002416992123471573, 0.0002197265566792339, 0.0002197265566792339, 0.0015380858967546374, 0.0010986327833961695, 0.0006591796700377017, 0.0010986327833961695, 0.001977539010113105, 0.0017578124534338713, 0.0006591796700377017, -0.0004394531133584678, 0.0, 0.0015380858967546374, 0.0013183593400754035, 0.0015380858967546374, 0.0010986327833961695, 0.0013183593400754035, 0.0017578124534338713, -0.0006591796700377017, 0.0010986327833961695, 0.001977539010113105, 0.0010986327833961695, -0.0006591796700377017, 0.0, 0.002197265566792339, -0.0002197265566792339, 0.0004394531133584678, 0.001977539010113105, 0.0004394531133584678 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 60 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0015380858967546374, 0.0010986327833961695, 0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, -0.0002197265566792339, -0.0004394531133584678, -0.0004394531133584678, 0.0010986327833961695, -0.0006591796700377017, 0.0010986327833961695, 0.0015380858967546374, 0.002197265566792339, -0.0004394531133584678, 0.0008789062267169356, 0.0030761717935092747, -0.0002197265566792339, 0.0006591796700377017, 0.0013183593400754035, 0.0006591796700377017, -0.0004394531133584678, -0.0004394531133584678, 0.002197265566792339, 0.0013183593400754035, 0.0013183593400754035, 0.0004394531133584678, 0.001977539010113105, 0.001977539010113105, 0.0015380858967546374, 0.0006591796700377017, 0.0008789062267169356, 0.0015380858967546374, 0.0010986327833961695, 0.0004394531133584678, 0.0004394531133584678, -0.0002197265566792339, 0.0017578124534338713, 0.002636718680150807, 0.001977539010113105, 0.002856445236830041, 0.006372070143697783, 0.007031249813735485, 0.010327148163923994, 0.014941405854187906, 0.017797851091017947, 0.021752929111244157, 0.025708007131470367, 0.030761717935092747, 0.03493652251199819, 0.037353514635469764, 0.03977050675894134, 0.04196777232573368, 0.04438476444920525, 0.044165037892526016, 0.04394531133584678, 0.03999023331562057, 0.0388916005322244, 0.03317871005856432, 0.02812499925494194, 0.019775390101131052, 0.009448241937207058, 0.0013183593400754035, -0.009448241937207058, -0.021533202554564923, -0.03669433496543206, -0.04943847525282763, -0.06262206865358166, -0.07668456828105263, -0.08833007578505203, -0.102392575412523, -0.1133789032464847, -0.12260741862701252, -0.1289794887707103, -0.13579101202776656, -0.1393066369346343, -0.14084472283138894, -0.1373290979245212, -0.13249511367757805, -0.12458495763712563, -0.1146972625865601, -0.09997558328905143, -0.08305663842475042, -0.06459960766369477, -0.044165037892526016, -0.023510741564678028, 0.0006591796700377017, 0.023291015007998794, 0.04658203001599759, 0.07404784960090183, 0.09689941149554215, 0.12150878584361635, 0.1439208946248982, 0.1632568316126708, 0.1821533154870849, 0.19863280723802745, 0.20939940851530991, 0.21884765045251697, 0.22214354880270548, 0.22192382224602625, 0.21730956455576234, 0.21027831474202685, 0.19797362756798975, 0.18259276860044338, 0.16215819882927462, 0.13908691037795506, 0.11579589536995627, 0.0900878882384859, 0.061523435870185494, 0.03493652251199819, 0.004394531133584678, -0.02416992123471573, -0.052075193932978436, -0.0784423807344865, -0.10678710654610768, -0.13073730122414418, -0.1529296834487468, -0.17446288600331172, -0.18962401841417886, -0.2014892524748575, -0.21005858818534762, -0.21467284587561153, -0.21752929111244157, -0.21049804129870608, -0.20368651804164983, -0.19270019020768814, -0.1781982374668587, -0.16040038637584075, -0.139965816604672, -0.11799316093674861, -0.09624023182550445, -0.07316894337418489, -0.0498779283661861, -0.025048827461432666, -0.002416992123471573, 0.019995116657810286, 0.041308592655695975, 0.05976562341675162, 0.07756347450776957, 0.09338378658867441, 0.10612792687606998, 0.1160156219266355, 0.12392577796708792, 0.1276611294306349, 0.13007812155410647, 0.12985839499742724, 0.12788085598731413, 0.12106933273025788, 0.11381835635984316, 0.10590820031939074, 0.09404296625871211, 0.08327636498142965, 0.07097167780739255, 0.06086425620014779, 0.04658203001599759, 0.033398436615243554, 0.02482910090475343, 0.013842773070791736, 0.001977539010113105, -0.007031249813735485, -0.014501952740829438, -0.021093749441206455, -0.026586913358187303, -0.030761717935092747, -0.032299803831847385, -0.03317871005856432, -0.034057616285281256, -0.034497069398639724, -0.032958983501885086, -0.028784178924979642, -0.028344725811621174, -0.026586913358187303, -0.02131347599788569, -0.017578124534338713, -0.014721679297508672, -0.011645507503999397, -0.00791015604045242, -0.005273437360301614, -0.002856445236830041, -0.0010986327833961695, 0.0002197265566792339, 0.0006591796700377017, -0.0002197265566792339, -0.0002197265566792339, 0.0004394531133584678, 0.0, 0.0002197265566792339, 0.0004394531133584678, -0.0002197265566792339, 0.0006591796700377017, 0.002197265566792339, 0.0008789062267169356, 0.002197265566792339, 0.001977539010113105, 0.0006591796700377017, 0.0013183593400754035, 0.0017578124534338713, 0.0015380858967546374, 0.0006591796700377017, 0.0006591796700377017, 0.0006591796700377017, 0.0017578124534338713, 0.0017578124534338713, 0.002636718680150807, 0.0013183593400754035, 0.0010986327833961695, 0.0035156249068677425, 0.0004394531133584678, 0.0008789062267169356, 0.0017578124534338713, 0.0006591796700377017, 0.0010986327833961695, 0.0008789062267169356, 0.002416992123471573, 0.0015380858967546374, -0.0006591796700377017, -0.0004394531133584678, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, -0.0004394531133584678, 0.0004394531133584678, 0.002856445236830041, 0.0002197265566792339, 0.0006591796700377017, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0, 0.002856445236830041, 0.0013183593400754035, 0.001977539010113105, 0.0013183593400754035, 0.0002197265566792339, 0.0017578124534338713, 0.0015380858967546374, 0.0013183593400754035, -0.0006591796700377017, 0.0010986327833961695, 0.0008789062267169356, 0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0004394531133584678, 0.0004394531133584678, -0.0006591796700377017, 0.0010986327833961695, 0.0006591796700377017, 0.0004394531133584678, 0.0006591796700377017, 0.0010986327833961695, 0.002197265566792339, 0.0010986327833961695, 0.0015380858967546374, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, 0.0010986327833961695, 0.0, 0.0006591796700377017, 0.0008789062267169356, 0.0015380858967546374, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, 0.0004394531133584678, 0.0004394531133584678, 0.002197265566792339, 0.002636718680150807, 0.0013183593400754035, 0.0017578124534338713, 0.002416992123471573, 0.0013183593400754035, 0.0015380858967546374, -0.0004394531133584678, 0.0006591796700377017, 0.001977539010113105, 0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, -0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0010986327833961695, 0.0013183593400754035, 0.001977539010113105, 0.0008789062267169356, 0.0013183593400754035, 0.0, 0.0010986327833961695, 0.002197265566792339, -0.0006591796700377017, 0.0002197265566792339, 0.0008789062267169356, 0.0017578124534338713, 0.0015380858967546374, 0.0013183593400754035, -0.0006591796700377017, 0.0008789062267169356, 0.002856445236830041, 0.0015380858967546374, 0.0004394531133584678, 0.002636718680150807, 0.0030761717935092747, 0.0006591796700377017, 0.0002197265566792339, 0.0008789062267169356, 0.0013183593400754035, 0.0010986327833961695, 0.0004394531133584678, 0.0002197265566792339, 0.0, 0.0008789062267169356, 0.0, 0.0, 0.001977539010113105, 0.002197265566792339, 0.0015380858967546374, 0.0017578124534338713, 0.0004394531133584678, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.001977539010113105, -0.0004394531133584678, 0.0006591796700377017, 0.0008789062267169356, 0.0008789062267169356, 0.0017578124534338713, 0.0013183593400754035, 0.0015380858967546374, 0.0015380858967546374, 0.0002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0017578124534338713, 0.0008789062267169356, 0.002416992123471573, 0.0004394531133584678, -0.0006591796700377017, 0.0008789062267169356, 0.0017578124534338713, 0.0015380858967546374, 0.002416992123471573, 0.0017578124534338713, 0.0, 0.0006591796700377017, 0.0013183593400754035, 0.0002197265566792339, 0.002416992123471573, 0.002197265566792339, 0.0017578124534338713, -0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0010986327833961695, 0.0004394531133584678, 0.0, -0.0010986327833961695, -0.0004394531133584678, -0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0006591796700377017, 0.0008789062267169356, 0.001977539010113105, -0.0002197265566792339, 0.0017578124534338713, 0.0013183593400754035, 0.0006591796700377017, -0.0002197265566792339, -0.0002197265566792339, 0.0002197265566792339, 0.0006591796700377017, 0.0017578124534338713, 0.0015380858967546374, 0.0006591796700377017, 0.0010986327833961695, 0.0017578124534338713, 0.0015380858967546374, 0.0, 0.0015380858967546374, 0.002416992123471573, 0.002416992123471573, 0.0002197265566792339, -0.0008789062267169356, 0.0008789062267169356, 0.0013183593400754035, 0.0008789062267169356, 0.0004394531133584678, 0.0002197265566792339, 0.0013183593400754035, 0.0004394531133584678, 0.0013183593400754035, 0.0006591796700377017, 0.0010986327833961695, 0.0013183593400754035, 0.0004394531133584678, -0.0008789062267169356, 0.0006591796700377017, 0.002197265566792339, 0.001977539010113105, 0.0004394531133584678, 0.0008789062267169356, -0.0002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, -0.0002197265566792339, 0.0002197265566792339, 0.0002197265566792339, 0.0013183593400754035, 0.0010986327833961695, -0.0002197265566792339, 0.0008789062267169356, 0.0, 0.0, 0.001977539010113105, 0.002197265566792339, 0.0008789062267169356, -0.0006591796700377017, 0.0008789062267169356, 0.0010986327833961695, 0.0006591796700377017, 0.002416992123471573, 0.0004394531133584678, 0.002197265566792339, 0.0008789062267169356, -0.0002197265566792339, 0.0004394531133584678, 0.0013183593400754035, 0.0010986327833961695, -0.0004394531133584678, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0, 0.0032958983501885086, 0.0004394531133584678, 0.0010986327833961695, 0.0010986327833961695, 0.0006591796700377017, 0.0002197265566792339, 0.0008789062267169356, 0.0015380858967546374, 0.0017578124534338713, 0.0006591796700377017, 0.0, 0.0008789062267169356, 0.002636718680150807, 0.0015380858967546374, 0.0013183593400754035, -0.0008789062267169356, 0.0015380858967546374, 0.0, -0.0008789062267169356, 0.0013183593400754035, 0.0010986327833961695, 0.0008789062267169356, 0.0013183593400754035, -0.0002197265566792339, 0.0002197265566792339, 0.0002197265566792339, 0.0, 0.0, 0.0004394531133584678, 0.0015380858967546374, 0.0017578124534338713, 0.002197265566792339, 0.0013183593400754035, 0.0010986327833961695, 0.002197265566792339, 0.001977539010113105, 0.0017578124534338713, 0.0006591796700377017, 0.0, 0.0006591796700377017, 0.0004394531133584678, 0.0004394531133584678, 0.001977539010113105, 0.0017578124534338713, 0.0008789062267169356, 0.0013183593400754035, 0.002416992123471573, 0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0002197265566792339, 0.0008789062267169356, 0.0, -0.0010986327833961695, 0.0015380858967546374, 0.0006591796700377017, 0.0, 0.0015380858967546374, 0.0006591796700377017, 0.0004394531133584678, 0.0002197265566792339, -0.0002197265566792339, 0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.0008789062267169356, 0.002416992123471573, 0.0010986327833961695, 0.0006591796700377017, 0.0006591796700377017, 0.0015380858967546374, 0.0017578124534338713, 0.0013183593400754035, 0.0008789062267169356, 0.0, 0.0002197265566792339, 0.0010986327833961695, 0.0006591796700377017, 0.001977539010113105, 0.001977539010113105, 0.0030761717935092747, 0.0, 0.002197265566792339, 0.0015380858967546374, 0.0006591796700377017, 0.0013183593400754035, 0.0006591796700377017, 0.0006591796700377017, 0.0017578124534338713, 0.0013183593400754035, 0.0008789062267169356, 0.001977539010113105, 0.001977539010113105, -0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, 0.0013183593400754035, 0.0004394531133584678, 0.0015380858967546374, 0.002197265566792339, -0.0002197265566792339, -0.0002197265566792339, 0.0008789062267169356, 0.0, 0.0010986327833961695, 0.0010986327833961695, 0.002416992123471573, 0.0006591796700377017, -0.0008789062267169356, -0.0002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0013183593400754035, 0.0010986327833961695, 0.002416992123471573, 0.0013183593400754035, 0.0013183593400754035, -0.0006591796700377017, 0.0008789062267169356, 0.0002197265566792339, 0.0002197265566792339, 0.0008789062267169356, 0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, -0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0010986327833961695, 0.0008789062267169356, 0.0017578124534338713, 0.0013183593400754035, 0.0013183593400754035, 0.0006591796700377017, -0.0008789062267169356, 0.0017578124534338713, -0.0002197265566792339, 0.0008789062267169356, 0.002197265566792339, -0.0002197265566792339, 0.0002197265566792339, -0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0002197265566792339, 0.0013183593400754035, 0.0015380858967546374, 0.0010986327833961695, 0.001977539010113105, 0.0017578124534338713, 0.0006591796700377017, 0.0006591796700377017, 0.0006591796700377017, 0.0002197265566792339, 0.0002197265566792339, 0.002197265566792339, 0.0010986327833961695, 0.0013183593400754035, 0.0017578124534338713, 0.0013183593400754035, 0.0002197265566792339, -0.0006591796700377017, 0.002636718680150807, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, -0.0006591796700377017, 0.0013183593400754035, 0.0015380858967546374, -0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.0008789062267169356, 0.0, 0.0, 0.0010986327833961695, 0.0010986327833961695, -0.0004394531133584678, -0.0002197265566792339, 0.0008789062267169356, 0.002856445236830041, 0.0006591796700377017, 0.0004394531133584678, 0.0015380858967546374, -0.0010986327833961695, 0.0013183593400754035, -0.0004394531133584678, 0.0, 0.0002197265566792339, -0.0004394531133584678, 0.0, 0.0008789062267169356, 0.0013183593400754035, -0.0010986327833961695, -0.0004394531133584678, 0.001977539010113105, 0.0002197265566792339, 0.0006591796700377017, 0.0, 0.0010986327833961695, 0.0, 0.0004394531133584678, 0.001977539010113105, 0.0006591796700377017, 0.0008789062267169356, 0.0008789062267169356, 0.0017578124534338713, 0.0015380858967546374, 0.0015380858967546374, 0.0017578124534338713, -0.0006591796700377017, -0.0008789062267169356, 0.0017578124534338713, -0.0006591796700377017, 0.0013183593400754035, 0.0013183593400754035, 0.0017578124534338713, 0.0006591796700377017, 0.0006591796700377017, 0.0006591796700377017, 0.0017578124534338713, 0.0010986327833961695, 0.0013183593400754035, -0.0002197265566792339, 0.0002197265566792339, 0.0006591796700377017, 0.0008789062267169356, 0.0002197265566792339, 0.0, 0.0, 0.0008789062267169356, 0.0017578124534338713, 0.0002197265566792339, 0.001977539010113105, 0.0006591796700377017, 0.0013183593400754035, 0.0006591796700377017, -0.0002197265566792339, 0.0017578124534338713, 0.0010986327833961695, 0.0006591796700377017, 0.0010986327833961695, -0.0004394531133584678, 0.0010986327833961695, 0.0, 0.0, 0.0004394531133584678, 0.0, 0.0002197265566792339, -0.0004394531133584678, 0.0013183593400754035, 0.0006591796700377017, -0.0004394531133584678, 0.0015380858967546374, 0.0, -0.0006591796700377017, 0.0006591796700377017, -0.0010986327833961695, 0.002197265566792339, 0.0010986327833961695, 0.0013183593400754035, 0.0004394531133584678, -0.0004394531133584678, 0.002856445236830041, 0.0010986327833961695, -0.0004394531133584678, -0.0006591796700377017, 0.0004394531133584678, 0.0015380858967546374, 0.0008789062267169356, -0.0004394531133584678, 0.0004394531133584678, -0.0008789062267169356, 0.0004394531133584678, 0.0002197265566792339, 0.0008789062267169356, 0.001977539010113105, -0.0006591796700377017, 0.0010986327833961695, 0.0015380858967546374, 0.001977539010113105, 0.0010986327833961695, 0.0013183593400754035, 0.0006591796700377017, 0.0002197265566792339, 0.0010986327833961695, 0.0013183593400754035, 0.0010986327833961695, -0.0002197265566792339, 0.0004394531133584678, 0.0010986327833961695, 0.0010986327833961695, -0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, -0.0010986327833961695, 0.0010986327833961695, 0.0006591796700377017, 0.0013183593400754035, 0.0017578124534338713, 0.0010986327833961695, 0.0017578124534338713, 0.002197265566792339, 0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0017578124534338713, 0.0008789062267169356, 0.0004394531133584678, 0.0, 0.0008789062267169356, 0.0008789062267169356, 0.0002197265566792339, 0.0013183593400754035, 0.0017578124534338713, 0.0006591796700377017, 0.0017578124534338713, 0.001977539010113105, 0.0006591796700377017, 0.0010986327833961695, 0.0008789062267169356, 0.0013183593400754035, 0.0, 0.0017578124534338713, 0.0017578124534338713, 0.0006591796700377017, 0.0008789062267169356, -0.0015380858967546374, 0.0004394531133584678, 0.0030761717935092747, 0.0010986327833961695, -0.0002197265566792339, 0.001977539010113105, 0.0002197265566792339, 0.0004394531133584678, 0.0010986327833961695, 0.002197265566792339, 0.0013183593400754035, 0.0002197265566792339, 0.0010986327833961695, 0.0015380858967546374, 0.0013183593400754035, 0.0006591796700377017, 0.0017578124534338713, 0.0017578124534338713, 0.0010986327833961695, 0.0013183593400754035, 0.0008789062267169356, -0.0002197265566792339, 0.0015380858967546374, 0.002636718680150807, 0.0015380858967546374, 0.0006591796700377017, 0.0008789062267169356, -0.0004394531133584678, 0.0013183593400754035, 0.0015380858967546374, 0.001977539010113105, 0.0008789062267169356, 0.0013183593400754035, -0.0004394531133584678, 0.0006591796700377017, 0.0017578124534338713, 0.0004394531133584678, 0.0008789062267169356, 0.0008789062267169356, 0.0002197265566792339, -0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, 0.0002197265566792339, 0.0, 0.0, 0.0004394531133584678, -0.0010986327833961695, 0.0, 0.0010986327833961695, -0.0010986327833961695, 0.0, 0.002636718680150807, 0.0004394531133584678, -0.0010986327833961695, 0.0010986327833961695, 0.0013183593400754035, 0.0004394531133584678, 0.002416992123471573, 0.0017578124534338713, 0.0008789062267169356, 0.0010986327833961695, 0.0008789062267169356, 0.0, -0.0010986327833961695, 0.0010986327833961695, 0.0008789062267169356, -0.0004394531133584678, -0.0006591796700377017, 0.0008789062267169356, 0.0013183593400754035, 0.0013183593400754035, 0.0013183593400754035, 0.0008789062267169356, -0.0008789062267169356, 0.002197265566792339, 0.0010986327833961695, 0.0006591796700377017, 0.0008789062267169356, 0.0004394531133584678, -0.0008789062267169356, 0.0, 0.0008789062267169356, 0.001977539010113105, -0.0002197265566792339, 0.0017578124534338713, 0.0015380858967546374, 0.0013183593400754035, 0.0013183593400754035, 0.0008789062267169356, 0.0, 0.0004394531133584678, 0.0008789062267169356, 0.0, -0.001977539010113105, 0.0006591796700377017, 0.0015380858967546374, 0.0006591796700377017, -0.0002197265566792339, 0.0010986327833961695, 0.0004394531133584678, 0.0015380858967546374, -0.0015380858967546374, 0.0010986327833961695, 0.0013183593400754035, 0.0, -0.0002197265566792339, 0.0008789062267169356, 0.002197265566792339, -0.0006591796700377017, 0.002636718680150807, 0.0010986327833961695, -0.0008789062267169356, -0.0002197265566792339, -0.0002197265566792339, 0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0008789062267169356, 0.0, 0.0, 0.0006591796700377017, 0.0006591796700377017, -0.0002197265566792339, 0.0, 0.0006591796700377017, 0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0015380858967546374, 0.0010986327833961695, 0.0002197265566792339, 0.0008789062267169356, -0.0002197265566792339, 0.0006591796700377017, 0.0004394531133584678, 0.0010986327833961695, 0.0006591796700377017, -0.0006591796700377017, 0.0010986327833961695, 0.0010986327833961695, 0.0004394531133584678, -0.0008789062267169356, -0.0002197265566792339, 0.0004394531133584678, -0.0004394531133584678, 0.0002197265566792339, 0.0006591796700377017, -0.0002197265566792339, 0.002416992123471573, 0.0010986327833961695, -0.0015380858967546374, 0.0002197265566792339, 0.0010986327833961695, 0.0, 0.0002197265566792339, -0.0004394531133584678, -0.0004394531133584678, 0.0010986327833961695, 0.002197265566792339, 0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, 0.0002197265566792339, -0.0006591796700377017, 0.0013183593400754035, 0.0017578124534338713, 0.0013183593400754035, 0.002416992123471573, 0.0, 0.0002197265566792339, 0.0008789062267169356, -0.0002197265566792339, 0.002636718680150807, 0.0010986327833961695, -0.0002197265566792339, 0.0006591796700377017, 0.0017578124534338713, 0.001977539010113105, -0.0015380858967546374, 0.0004394531133584678, 0.0004394531133584678, 0.0004394531133584678, 0.0006591796700377017, 0.0004394531133584678, 0.0015380858967546374, 0.0013183593400754035, 0.0004394531133584678, 0.0004394531133584678, 0.001977539010113105, 0.001977539010113105, -0.0002197265566792339, 0.0010986327833961695, 0.0032958983501885086, 0.0, -0.0017578124534338713, -0.0004394531133584678, 0.0008789062267169356, 0.0006591796700377017, 0.0002197265566792339, 0.0017578124534338713, 0.0017578124534338713, 0.0006591796700377017, 0.0002197265566792339, 0.0004394531133584678, 0.0013183593400754035, 0.0004394531133584678, 0.0013183593400754035, 0.002416992123471573, 0.0004394531133584678, 0.0015380858967546374, 0.002197265566792339, 0.0008789062267169356, -0.0006591796700377017, 0.0008789062267169356, 0.0017578124534338713, -0.0002197265566792339, -0.0004394531133584678, 0.0004394531133584678, 0.0002197265566792339, -0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.0006591796700377017, 0.0, 0.0010986327833961695, 0.0010986327833961695, -0.0017578124534338713, -0.0002197265566792339, 0.001977539010113105, 0.0008789062267169356, 0.0006591796700377017, -0.0013183593400754035, 0.0004394531133584678, 0.0002197265566792339, 0.0004394531133584678, 0.0002197265566792339, -0.0004394531133584678, 0.0015380858967546374, 0.0006591796700377017, -0.0004394531133584678, -0.0004394531133584678, 0.0002197265566792339, 0.0, 0.0, 0.0006591796700377017, -0.0004394531133584678, 0.0017578124534338713, 0.002416992123471573, 0.0015380858967546374, 0.0010986327833961695, 0.0013183593400754035, -0.0006591796700377017, 0.0013183593400754035, -0.0010986327833961695, 0.001977539010113105, 0.001977539010113105, 0.0, 0.0017578124534338713, 0.0013183593400754035, 0.0010986327833961695, 0.0013183593400754035, 0.0013183593400754035, 0.0006591796700377017, 0.002197265566792339, 0.0013183593400754035, -0.0004394531133584678, 0.0010986327833961695, 0.0006591796700377017, 0.0008789062267169356, 0.0015380858967546374, 0.0017578124534338713, 0.0004394531133584678, 0.0, 0.0017578124534338713, 0.0002197265566792339, 0.0004394531133584678, 0.0013183593400754035, 0.0010986327833961695, 0.0010986327833961695, 0.002416992123471573 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 80 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0017578124534338713, 0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.0008789062267169356, 0.002636718680150807, 0.0010986327833961695, 0.0017578124534338713, 0.0017578124534338713, 0.0002197265566792339, 0.0017578124534338713, 0.0006591796700377017, 0.0010986327833961695, 0.002636718680150807, 0.0008789062267169356, 0.001977539010113105, 0.0010986327833961695, 0.0010986327833961695, 0.002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0002197265566792339, 0.002197265566792339, 0.0015380858967546374, 0.0002197265566792339, 0.002636718680150807, 0.0017578124534338713, -0.0002197265566792339, -0.0006591796700377017, 0.0002197265566792339, 0.0017578124534338713, 0.0015380858967546374, 0.0013183593400754035, 0.0015380858967546374, 0.0017578124534338713, 0.0010986327833961695, 0.0006591796700377017, -0.0002197265566792339, 0.0006591796700377017, 0.0059326170303393155, 0.006372070143697783, 0.00791015604045242, 0.009448241937207058, 0.014282226184150204, 0.018676757317734882, 0.021533202554564923, 0.026586913358187303, 0.03032226482173428, 0.03361816317192279, 0.03779296774882823, 0.04174804576905444, 0.04174804576905444, 0.04394531133584678, 0.04394531133584678, 0.042407225439092144, 0.04108886609901674, 0.0369140615221113, 0.032299803831847385, 0.026586913358187303, 0.019995116657810286, 0.010546874720603228, 0.0006591796700377017, -0.009667968493886292, -0.023510741564678028, -0.03537597562535666, -0.048559569026110694, -0.06372070143697783, -0.07558593549765646, -0.08920898201176897, -0.10019530984573066, -0.11140136423637159, -0.12238769207033329, -0.129638668440748, -0.13623046514112502, -0.13952636349131353, -0.1386474572645966, -0.13623046514112502, -0.13117675433750264, -0.1250244107504841, -0.11359862980316393, -0.09777831772225909, -0.08481445087818429, -0.06591796700377017, -0.046362303459318355, -0.024389647791394964, 0.0010986327833961695, 0.023950194678036496, 0.04790038935607299, 0.07272949026082642, 0.09909667706233449, 0.12238769207033329, 0.14501952740829438, 0.1658935502928216, 0.18171386237372644, 0.19841308068134822, 0.21071776785538532, 0.21950683012255467, 0.22434081436949782, 0.22302245502942242, 0.21862792389583774, 0.21049804129870608, 0.19797362756798975, 0.18435058105387725, 0.1632568316126708, 0.14018554316135123, 0.11491698914323933, 0.0907470679085236, 0.06328124832361937, 0.036254881852073595, 0.006591796700377017, -0.023950194678036496, -0.0511962877062615, -0.07998046663124114, -0.10678710654610768, -0.13007812155410647, -0.15249023033538833, -0.17270507354987785, -0.18940429185749963, -0.20104979936149903, -0.21137694752542302, -0.2164306583290454, -0.21665038488572463, -0.21269530686549842, -0.20368651804164983, -0.19138183086761273, -0.17929687025025487, -0.16171874571591616, -0.14150390250142664, -0.11755370782339014, -0.09624023182550445, -0.07426757615758106, -0.049218748696148396, -0.025488280574791133, -0.0017578124534338713, 0.019995116657810286, 0.04042968642897904, 0.06108398275682703, 0.07888183384784497, 0.09404296625871211, 0.10590820031939074, 0.11689452815335244, 0.12590331697720103, 0.12788085598731413, 0.1302978481107857, 0.13139648089418188, 0.12744140287395567, 0.12084960617357865, 0.1120605439064093, 0.1037109347525984, 0.09404296625871211, 0.08283691186807118, 0.07141113092075102, 0.05998534997343086, 0.04768066279939376, 0.03581542873871513, 0.024609374348074198, 0.013842773070791736, 0.0030761717935092747, -0.0061523435870185494, -0.013623046514112502, -0.019995116657810286, -0.025708007131470367, -0.028344725811621174, -0.03251953038852662, -0.032958983501885086, -0.03273925694520585, -0.03383788972860202, -0.030761717935092747, -0.029003905481658876, -0.02636718680150807, -0.023291015007998794, -0.020654296327847987, -0.01845703076105565, -0.016479491750942543, -0.010327148163923994, -0.006811523257056251, -0.004614257690263912, -0.0017578124534338713, -0.0017578124534338713, 0.0, 0.0, 0.0004394531133584678, 0.0006591796700377017, -0.0006591796700377017, 0.0015380858967546374, -0.0004394531133584678, 0.0006591796700377017, 0.0015380858967546374, 0.002416992123471573, 0.0017578124534338713, 0.002197265566792339, 0.0010986327833961695, 0.0, 0.0002197265566792339, -0.0002197265566792339, -0.0008789062267169356, 0.0002197265566792339, 0.0006591796700377017, 0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0004394531133584678, 0.0002197265566792339, 0.0008789062267169356, 0.002416992123471573, 0.0013183593400754035, 0.0002197265566792339, -0.0002197265566792339, 0.0006591796700377017, 0.0010986327833961695, 0.0004394531133584678, 0.0015380858967546374, 0.0008789062267169356, 0.0010986327833961695, 0.002416992123471573, 0.0008789062267169356, 0.0010986327833961695, 0.001977539010113105, 0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.0010986327833961695, 0.0010986327833961695, 0.0, 0.002636718680150807, 0.0008789062267169356, -0.0008789062267169356, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, 0.0010986327833961695, 0.0002197265566792339, 0.0008789062267169356, 0.0010986327833961695, -0.0010986327833961695, -0.0006591796700377017, 0.001977539010113105, 0.0008789062267169356, 0.0010986327833961695, 0.0008789062267169356, 0.0010986327833961695, 0.0004394531133584678, -0.0002197265566792339, 0.0004394531133584678, 0.0010986327833961695, 0.0002197265566792339, -0.0004394531133584678, 0.0015380858967546374, 0.0004394531133584678, 0.0008789062267169356, 0.0006591796700377017, 0.0015380858967546374, 0.0, 0.0002197265566792339, 0.0015380858967546374, 0.0013183593400754035, 0.0002197265566792339, 0.0, 0.0013183593400754035, 0.0017578124534338713, -0.0004394531133584678, -0.0008789062267169356, 0.0, 0.0004394531133584678, 0.0013183593400754035, 0.0, -0.0004394531133584678, 0.0010986327833961695, 0.0015380858967546374, 0.0006591796700377017, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0015380858967546374, 0.0004394531133584678, 0.0015380858967546374, 0.0017578124534338713, 0.0, 0.0006591796700377017, 0.001977539010113105, 0.0015380858967546374, 0.0002197265566792339, -0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, -0.0002197265566792339, -0.0002197265566792339, 0.0008789062267169356, 0.0017578124534338713, 0.0013183593400754035, 0.0004394531133584678, 0.0010986327833961695, 0.0006591796700377017, 0.0002197265566792339, 0.0017578124534338713, 0.0013183593400754035, 0.0002197265566792339, 0.0010986327833961695, 0.0010986327833961695, 0.0008789062267169356, 0.0010986327833961695, 0.0002197265566792339, 0.002197265566792339, 0.0002197265566792339, 0.0004394531133584678, -0.0002197265566792339, -0.0004394531133584678, 0.0010986327833961695, 0.0017578124534338713, 0.001977539010113105, 0.0013183593400754035, -0.0006591796700377017, -0.0002197265566792339, -0.0002197265566792339, 0.0004394531133584678, 0.0002197265566792339, 0.0015380858967546374, 0.0017578124534338713, -0.0002197265566792339, 0.0, 0.0006591796700377017, -0.0010986327833961695, 0.0015380858967546374, 0.0017578124534338713, 0.0013183593400754035, 0.002636718680150807, 0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.0013183593400754035, 0.0010986327833961695, -0.0002197265566792339, 0.0013183593400754035, 0.002856445236830041, 0.0002197265566792339, 0.0006591796700377017, 0.001977539010113105, 0.0017578124534338713, 0.001977539010113105, 0.0010986327833961695, 0.0015380858967546374, 0.0015380858967546374, 0.0010986327833961695, 0.0004394531133584678, 0.001977539010113105, 0.0017578124534338713, 0.0013183593400754035, 0.0, 0.0, 0.0015380858967546374, 0.0013183593400754035, 0.0008789062267169356, 0.0002197265566792339, 0.0015380858967546374, 0.0004394531133584678, 0.0013183593400754035, 0.0015380858967546374, 0.0004394531133584678, 0.0002197265566792339, 0.0, 0.0006591796700377017, 0.0004394531133584678, -0.0002197265566792339, 0.0008789062267169356, 0.0, 0.0006591796700377017, 0.0006591796700377017, 0.0017578124534338713, 0.0004394531133584678, 0.0004394531133584678, 0.0015380858967546374, 0.0015380858967546374, 0.0004394531133584678, 0.0015380858967546374, 0.0002197265566792339, 0.0004394531133584678, 0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0010986327833961695, 0.0010986327833961695, 0.0010986327833961695, -0.0008789062267169356, 0.0008789062267169356, -0.0006591796700377017, 0.0006591796700377017, 0.002197265566792339, 0.0004394531133584678, -0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0017578124534338713, -0.0010986327833961695, 0.0, 0.0010986327833961695, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0, -0.0002197265566792339, 0.0002197265566792339, -0.0006591796700377017, 0.0002197265566792339, 0.0, 0.0013183593400754035, 0.0, 0.0008789062267169356, 0.0004394531133584678, 0.0008789062267169356, 0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0, 0.0017578124534338713, 0.0013183593400754035, -0.0002197265566792339, 0.0004394531133584678, -0.0004394531133584678, 0.0015380858967546374, 0.001977539010113105, 0.0015380858967546374, 0.0008789062267169356, 0.0008789062267169356, 0.0006591796700377017, 0.0010986327833961695, 0.0015380858967546374, 0.0002197265566792339, 0.0013183593400754035, 0.0006591796700377017, -0.0008789062267169356, 0.001977539010113105, 0.0017578124534338713, 0.0, 0.001977539010113105, 0.002856445236830041, 0.0010986327833961695, 0.0004394531133584678, 0.0008789062267169356, 0.0, 0.0013183593400754035, 0.0010986327833961695, 0.0004394531133584678, 0.0004394531133584678, 0.0004394531133584678, 0.0013183593400754035, 0.0002197265566792339, 0.0015380858967546374, 0.0010986327833961695, -0.0006591796700377017, 0.0004394531133584678, -0.0006591796700377017, 0.0, -0.0002197265566792339, 0.0004394531133584678, -0.0004394531133584678, 0.0006591796700377017, 0.0015380858967546374, -0.0002197265566792339, 0.0006591796700377017, 0.0013183593400754035, 0.0002197265566792339, -0.0008789062267169356, 0.002197265566792339, 0.0015380858967546374, 0.0017578124534338713, 0.0013183593400754035, 0.001977539010113105, 0.0015380858967546374, 0.0015380858967546374, -0.0002197265566792339, 0.0, 0.0010986327833961695, 0.0010986327833961695, 0.0004394531133584678, 0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, 0.0008789062267169356, 0.0002197265566792339, 0.001977539010113105, 0.0010986327833961695, 0.002856445236830041, 0.0006591796700377017, -0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0015380858967546374, 0.002636718680150807, 0.0006591796700377017, 0.0002197265566792339, 0.0006591796700377017, 0.0017578124534338713, 0.0013183593400754035, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, -0.0002197265566792339, 0.0, 0.0008789062267169356, 0.0004394531133584678, -0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.001977539010113105, 0.0004394531133584678, -0.0006591796700377017, 0.0004394531133584678, 0.0015380858967546374, 0.0004394531133584678, 0.0010986327833961695, 0.0010986327833961695, 0.0002197265566792339, -0.0006591796700377017, 0.0010986327833961695, 0.0006591796700377017, 0.0004394531133584678, -0.0006591796700377017, -0.0002197265566792339, 0.0013183593400754035, 0.0010986327833961695, 0.0008789062267169356, 0.0008789062267169356, 0.001977539010113105, 0.0010986327833961695, 0.0002197265566792339, 0.0013183593400754035, 0.0008789062267169356, 0.0002197265566792339, 0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0002197265566792339, -0.0008789062267169356, 0.0008789062267169356, 0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, 0.002197265566792339, 0.0010986327833961695, 0.0002197265566792339, 0.0015380858967546374, 0.0006591796700377017, -0.0004394531133584678, 0.0013183593400754035, 0.0008789062267169356, 0.0010986327833961695, 0.0010986327833961695, -0.0004394531133584678, 0.0002197265566792339, 0.0006591796700377017, 0.002416992123471573, 0.0006591796700377017, 0.0004394531133584678, 0.0002197265566792339, 0.0002197265566792339, 0.0015380858967546374, 0.0017578124534338713, 0.0013183593400754035, 0.0015380858967546374, 0.0004394531133584678, 0.0008789062267169356, 0.0006591796700377017, 0.002197265566792339, 0.0006591796700377017, 0.0008789062267169356, 0.0008789062267169356, 0.0015380858967546374, 0.0010986327833961695, -0.0006591796700377017, 0.002197265566792339, 0.002416992123471573, 0.0004394531133584678, 0.0006591796700377017, 0.0004394531133584678, 0.0006591796700377017, 0.0013183593400754035, 0.0002197265566792339, 0.001977539010113105, 0.001977539010113105, -0.0002197265566792339, 0.0006591796700377017, -0.0002197265566792339, -0.0013183593400754035, 0.0010986327833961695, -0.0002197265566792339, 0.0015380858967546374, 0.0008789062267169356, 0.002856445236830041, 0.002856445236830041, 0.0017578124534338713, 0.002636718680150807, 0.0004394531133584678, -0.0002197265566792339, 0.0008789062267169356, 0.0015380858967546374, 0.0013183593400754035, 0.001977539010113105, 0.0015380858967546374, 0.0004394531133584678, 0.0010986327833961695, 0.0017578124534338713, 0.0013183593400754035, 0.0006591796700377017, 0.0006591796700377017, 0.0015380858967546374, 0.0017578124534338713, 0.0008789062267169356, 0.0008789062267169356, 0.0004394531133584678, -0.0006591796700377017, 0.0, 0.0013183593400754035, -0.0006591796700377017, 0.0002197265566792339, -0.0006591796700377017, 0.0002197265566792339, -0.0004394531133584678, -0.0010986327833961695, 0.0, 0.001977539010113105, 0.0017578124534338713, 0.0, 0.0008789062267169356, 0.0006591796700377017, 0.0010986327833961695, 0.0017578124534338713, 0.0013183593400754035, 0.0013183593400754035, 0.0013183593400754035, 0.0002197265566792339, 0.0010986327833961695, 0.0015380858967546374, 0.0006591796700377017, 0.0006591796700377017, 0.0010986327833961695, 0.0004394531133584678, 0.0002197265566792339, 0.0004394531133584678, -0.0004394531133584678, 0.0010986327833961695, 0.0, 0.0008789062267169356, 0.0017578124534338713, 0.0002197265566792339, 0.0008789062267169356, 0.0008789062267169356, 0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, 0.0004394531133584678, -0.0002197265566792339, 0.0015380858967546374, 0.0010986327833961695, 0.0002197265566792339, 0.0017578124534338713, 0.0013183593400754035, 0.0006591796700377017, 0.0002197265566792339, 0.0006591796700377017, 0.0006591796700377017, 0.0010986327833961695, 0.0004394531133584678, 0.0013183593400754035, 0.0002197265566792339, 0.0, -0.0002197265566792339, 0.0015380858967546374, 0.0004394531133584678, -0.0002197265566792339, 0.0006591796700377017, 0.0015380858967546374, 0.0002197265566792339, 0.0008789062267169356, 0.0010986327833961695, 0.0006591796700377017, -0.0004394531133584678, 0.0008789062267169356, 0.0010986327833961695, 0.0, 0.0004394531133584678, 0.0015380858967546374, 0.0010986327833961695, 0.002197265566792339, 0.0013183593400754035, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0017578124534338713, 0.0006591796700377017, 0.0017578124534338713, 0.0008789062267169356, 0.0006591796700377017, 0.0008789062267169356, -0.0004394531133584678, -0.0002197265566792339, 0.0010986327833961695, -0.0008789062267169356, -0.0013183593400754035, 0.0010986327833961695, 0.0006591796700377017, 0.0017578124534338713, 0.0013183593400754035, -0.0004394531133584678, 0.0, -0.0002197265566792339, 0.0013183593400754035, 0.001977539010113105, 0.0008789062267169356, 0.0013183593400754035, 0.0015380858967546374, 0.0004394531133584678, 0.0010986327833961695, 0.0, 0.0017578124534338713, 0.0010986327833961695, 0.0006591796700377017, 0.002636718680150807, 0.0017578124534338713, 0.001977539010113105, 0.0010986327833961695, 0.0015380858967546374, 0.0010986327833961695, 0.0002197265566792339, 0.0002197265566792339, 0.0008789062267169356, 0.0015380858967546374, -0.0008789062267169356, 0.0010986327833961695, 0.0013183593400754035, 0.0013183593400754035, 0.0013183593400754035, 0.0008789062267169356, 0.0015380858967546374, -0.0002197265566792339, 0.0006591796700377017, 0.0017578124534338713, 0.0, 0.0004394531133584678, 0.0010986327833961695, 0.0006591796700377017, 0.001977539010113105, 0.0004394531133584678, 0.0004394531133584678, 0.002856445236830041, 0.0008789062267169356, 0.0010986327833961695, 0.0010986327833961695, 0.0017578124534338713, 0.0008789062267169356, 0.0004394531133584678, 0.0013183593400754035, 0.0013183593400754035, 0.0008789062267169356, 0.0004394531133584678, 0.0013183593400754035, 0.0013183593400754035, 0.0015380858967546374, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, -0.0004394531133584678, -0.0006591796700377017, -0.0004394531133584678, 0.0013183593400754035, 0.001977539010113105, 0.0006591796700377017, 0.0013183593400754035, 0.0008789062267169356, 0.0017578124534338713, 0.002636718680150807, 0.0, 0.0006591796700377017, 0.0008789062267169356, 0.0015380858967546374, 0.0008789062267169356, 0.0, 0.0006591796700377017, 0.0008789062267169356, 0.0, 0.0015380858967546374, 0.0002197265566792339, 0.0, 0.0, 0.0013183593400754035, 0.001977539010113105, 0.0006591796700377017, 0.002197265566792339, 0.0008789062267169356, -0.0002197265566792339, 0.0004394531133584678, 0.0004394531133584678, 0.0004394531133584678, 0.0015380858967546374, 0.0010986327833961695, 0.0008789062267169356, 0.0013183593400754035, 0.0013183593400754035, 0.0004394531133584678, -0.0006591796700377017, 0.0008789062267169356, 0.0013183593400754035, 0.002197265566792339, -0.0008789062267169356, 0.0013183593400754035, 0.0004394531133584678, 0.0, 0.0006591796700377017, 0.0, 0.0006591796700377017, 0.0013183593400754035, -0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0015380858967546374, 0.0008789062267169356, 0.0010986327833961695, 0.0015380858967546374, 0.0004394531133584678, 0.0030761717935092747, 0.0006591796700377017, 0.0004394531133584678, 0.0010986327833961695, 0.0008789062267169356, 0.0008789062267169356, -0.0006591796700377017, -0.0015380858967546374, 0.0002197265566792339, 0.001977539010113105, 0.0004394531133584678, 0.0017578124534338713, 0.0004394531133584678, 0.0008789062267169356, 0.0017578124534338713, 0.0004394531133584678, 0.0002197265566792339, 0.0, 0.0004394531133584678, 0.0010986327833961695, 0.0004394531133584678, 0.0013183593400754035, 0.0010986327833961695, 0.0008789062267169356, 0.0004394531133584678, 0.0010986327833961695, 0.0, -0.0004394531133584678, 0.0008789062267169356, 0.0004394531133584678, -0.0008789062267169356, -0.0010986327833961695, 0.0002197265566792339, 0.0013183593400754035, -0.0004394531133584678, 0.0010986327833961695, 0.0015380858967546374, 0.0, -0.0013183593400754035, -0.0004394531133584678, 0.0010986327833961695, 0.0013183593400754035, 0.0010986327833961695, 0.0015380858967546374, -0.0004394531133584678, 0.0013183593400754035, 0.0013183593400754035, 0.0010986327833961695, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0006591796700377017, 0.0008789062267169356, 0.0, 0.0002197265566792339, 0.0008789062267169356, 0.0004394531133584678, 0.0010986327833961695, 0.0008789062267169356, 0.0015380858967546374, 0.0, 0.0, 0.0010986327833961695, 0.0, 0.0002197265566792339, -0.0002197265566792339, 0.0, 0.0010986327833961695, 0.0013183593400754035, 0.002197265566792339, 0.0, 0.002197265566792339, 0.0015380858967546374, 0.0004394531133584678, 0.002197265566792339, 0.0004394531133584678, 0.0002197265566792339, 0.0006591796700377017, 0.0002197265566792339, 0.002197265566792339, 0.0006591796700377017, -0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.001977539010113105, 0.0006591796700377017, 0.0004394531133584678, 0.0004394531133584678, 0.0015380858967546374, 0.0006591796700377017, -0.0013183593400754035, 0.0006591796700377017, 0.0004394531133584678, 0.0008789062267169356, 0.0013183593400754035, 0.0, -0.0008789062267169356, 0.0017578124534338713, 0.0008789062267169356, 0.001977539010113105, 0.002416992123471573, -0.0002197265566792339, -0.0002197265566792339, 0.0002197265566792339, 0.0, 0.0002197265566792339, 0.002416992123471573, 0.0004394531133584678, 0.0006591796700377017, 0.0006591796700377017, 0.0013183593400754035, 0.002856445236830041, 0.0006591796700377017, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, 0.0015380858967546374, -0.0004394531133584678, -0.0010986327833961695, 0.0002197265566792339, 0.002416992123471573, 0.0015380858967546374, 0.0015380858967546374, 0.002416992123471573, 0.0010986327833961695, -0.0002197265566792339, 0.002197265566792339, 0.0030761717935092747, 0.0008789062267169356, 0.0008789062267169356, 0.0010986327833961695, 0.0013183593400754035, 0.002197265566792339, 0.0015380858967546374, -0.0006591796700377017, 0.0, 0.0010986327833961695, -0.0004394531133584678, 0.0, 0.0004394531133584678, 0.0008789062267169356, 0.0, 0.0015380858967546374, 0.0017578124534338713, 0.0013183593400754035, 0.0013183593400754035, -0.0006591796700377017, 0.002197265566792339, 0.0008789062267169356, 0.002197265566792339, 0.0017578124534338713, -0.0013183593400754035, 0.0006591796700377017, 0.0008789062267169356, 0.0, 0.0013183593400754035, 0.0010986327833961695, -0.0006591796700377017, -0.0002197265566792339, 0.0006591796700377017, -0.0006591796700377017, -0.0002197265566792339, 0.0010986327833961695, 0.0008789062267169356, 0.0006591796700377017, 0.0013183593400754035, 0.0004394531133584678, 0.0002197265566792339, 0.0013183593400754035, 0.0010986327833961695, 0.0004394531133584678, -0.0004394531133584678, 0.0004394531133584678, 0.002636718680150807, 0.001977539010113105, 0.0010986327833961695, 0.0015380858967546374, 0.0004394531133584678, 0.0, -0.0013183593400754035, 0.0, 0.0004394531133584678, 0.0004394531133584678, 0.0004394531133584678, -0.0004394531133584678, 0.0013183593400754035, -0.0004394531133584678, 0.0002197265566792339, -0.0004394531133584678, 0.0013183593400754035, 0.0002197265566792339, 0.0008789062267169356, 0.0004394531133584678, 0.002197265566792339, 0.0017578124534338713, 0.0, 0.0015380858967546374, 0.0013183593400754035, 0.0006591796700377017, 0.0013183593400754035, 0.0008789062267169356, -0.0002197265566792339, 0.0010986327833961695, -0.0002197265566792339, -0.0004394531133584678, 0.0004394531133584678, -0.0008789062267169356, -0.0002197265566792339, 0.002197265566792339, -0.0013183593400754035, 0.0004394531133584678, 0.0010986327833961695, 0.0008789062267169356, -0.0004394531133584678, -0.0002197265566792339, 0.0002197265566792339, 0.0010986327833961695, 0.0002197265566792339, 0.0013183593400754035, 0.0015380858967546374, 0.0002197265566792339, 0.0004394531133584678, 0.0015380858967546374, 0.0015380858967546374, 0.0006591796700377017, -0.0002197265566792339, 0.002416992123471573, 0.0017578124534338713, 0.0008789062267169356, 0.0013183593400754035, 0.0015380858967546374 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "t1_experiment.plot_trace(channels=qcs.Qudits(1, \"ancilla\"))" ] }, { "cell_type": "raw", "id": "d3d38c37", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "Ramsey Experiment\n", "-----------------\n", "\n", "\n", "This section shows how to perform a Ramsey experiment to learn the dephasing time of a\n", "qubit. This experiment can be easily generated with\n", ":py:class:`~keysight.qcs.experiments.RamseyExperiment`\\.\n", "\n", "Following the :doc:`qubit_spec` and :doc:`qubit_rabi`, we have determined the qubit's\n", "resonance frequency and :math:`\\pi`-pulse amplitude which were stored in the\n", "calibration set. Given these, we are now able to implement the :math:`\\frac{\\pi}{2}`\n", "gate to create an equal superposition between the ground and excited state.\n", "\n", "In this guide, we begin characterizing the intrinsic noise of the system by\n", "learning the decay rate of the coherence between the ground and excited states of\n", "the qubit. The time scale associated with this decoherence is commonly referred to\n", "as the :math:`T_2^*` time. The Ramsey experiment can also be used to measure the\n", "error in the measured resonance frequency of the qubit (the detuning frequency), and\n", "further tune up the calibration parameters.\n", "\n", "A :math:`\\frac{\\pi}{2}` gate applied to a qubit in the ground state creates an equal\n", "superposition state, shown below as a point on the :math:`XY` plane of the Bloch\n", "sphere. The phase of the state evolves in time, corresponding to a natural precession\n", "around the :math:`Z` axis. At the same time, dephasing occurs as the state shrinks on\n", "the Bloch sphere towards the center (the completely mixed state). After some time has\n", "elapsed, a second :math:`\\frac{\\pi}{2}` gate can be applied to drive the qubit to\n", "either the ground or excited state. The magnitude of the dephasing can then be\n", "measured as the population in the excited state. The rotation shows up in the\n", "measurement as an oscillation between the ground and excited states, while the\n", "dephasing appears as an exponentially decaying envelope. By varying the delay time, we\n", "can learn the characteristic time scale of the decay.\n", "\n", "If the offset perfectly corrects the intrinsic rotation, we would not observe\n", "any oscillation. In practice, the observed oscillation can be used to\n", "recalibrate the qubit's resonance frequency.\n", "\n", ".. image:: ../figures/ramsey_exp.png\n", " :align: center\n", " :width: 120%\n", "\n", "To learn the :math:`T_2^*` time and detuning frequency, we perform a Ramsey experiment\n", "as follows:\n", "\n", " #. Initialize the qubit to an equal superposition state between the ground and\n", " excited state (in the :math:`XY` plane of the Bloch sphere) by applying a\n", " :math:`\\frac{\\pi}{2}` gate.\n", "\n", " #. Apply a delay.\n", "\n", " #. Apply a second :math:`\\frac{\\pi}{2}` gate to drive the qubit toward either the\n", " ground or excited state.\n", "\n", " #. Measure the population of the qubit in the excited state.\n", "\n", " #. Repeat the above steps with varying delay time.\n" ] }, { "cell_type": "raw", "id": "edbd0deb", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We start by initializing a qubit and loading a channel mapper to\n", "create a new instance of the :py:class:`~keysight.qcs.experiments.RamseyExperiment`\n", "class. Next, we generate a calibration set for the qubit\n", "using :py:func:`~keysight.qcs.experiments.make_calibration_set`. This file includes\n", "the quantum operations and variables we will need to run the experiment." ] }, { "cell_type": "code", "execution_count": 14, "id": "bc17cce7", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:13.987672Z", "iopub.status.busy": "2024-10-11T06:14:13.987311Z", "iopub.status.idle": "2024-10-11T06:14:14.008124Z", "shell.execute_reply": "2024-10-11T06:14:14.007292Z" }, "lines_to_next_cell": 0 }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \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
Targets1
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", "
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", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " X90\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X90 on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0.71-0.71j
-0.71j0.71
\n", "\n", "
\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 ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=pulse_delay, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " X90\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X90 on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0.71-0.71j
-0.71j0.71
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\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", "qubits = qcs.Qudits(range(n_qubits))\n", "calibration_set = make_calibration_set(n_qubits)\n", "\n", "# generate an empty channel mapper\n", "mapper = qcs.ChannelMapper(\"ip_addr\")\n", "\n", "# create Ramsey experiment\n", "ramsey_experiment = RamseyExperiment(\n", " mapper, calibration_set=calibration_set, qubits=qubits\n", ")\n", "\n", "ramsey_experiment.draw()\n", "\n", "# The program consists of two simple `X90` gates separated by a variable delay\n", "# followed by a measurement." ] }, { "cell_type": "code", "execution_count": 15, "id": "77c8f44b", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.011530Z", "iopub.status.busy": "2024-10-11T06:14:14.011200Z", "iopub.status.idle": "2024-10-11T06:14:14.027274Z", "shell.execute_reply": "2024-10-11T06:14:14.026402Z" } }, "outputs": [], "source": [ "# configure the repetitions for this experiment\n", "start_delay = 40e-9\n", "end_delay = 80e-9\n", "steps = 3\n", "scan_values = np.linspace([start_delay] * n_qubits, [end_delay] * n_qubits, steps)\n", "ramsey_experiment.configure_repetitions(delays=scan_values, n_shots=1)" ] }, { "cell_type": "raw", "id": "c5b1b97e", "metadata": { "lines_to_next_cell": 0, "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": 16, "id": "a3c26a62", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.030797Z", "iopub.status.busy": "2024-10-11T06:14:14.030467Z", "iopub.status.idle": "2024-10-11T06:14:14.058498Z", "shell.execute_reply": "2024-10-11T06:14:14.057629Z" } }, "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", "\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", " Repeat with 1 repetitions\n", "
\n", " Sweep with 3 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
pulse_delayArray(name=_implicit, shape=(3, 1), dtype=float, unit=none, value=[[40 ns], [60 ns], [80 ns]])
\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", "
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=_implicit, value=0.25, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=sx_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=sx_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 ('xy_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=pulse_delay, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('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=_implicit, value=0.25, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=sx_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=sx_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": [ "ramsey_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "0e2ebc84", "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": 17, "id": "b45812a7", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.062486Z", "iopub.status.busy": "2024-10-11T06:14:14.062010Z", "iopub.status.idle": "2024-10-11T06:14:14.249787Z", "shell.execute_reply": "2024-10-11T06:14:14.248405Z" } }, "outputs": [ { "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.00105183645541256, 0.003167951753538139, 0.00521351428410566, 0.007080626070063192, 0.008660233030991506, 0.009845241690513243, 0.01053376262541795, 0.010632402495143104, 0.010059520485455137, 0.00874836085071003, 0.006649971182020494, 0.0037358162586189525, 6.404863457092956e-18, -0.004538986788806661, -0.009837067478932001, -0.015823993898720964, -0.02240342570550261, -0.029453712027366165, -0.03682939598782497, -0.04436344463324451, -0.051870187576284005, -0.05914892781837711, -0.06598816823704803, -0.07217037767021545, -0.07747720196977738, -0.08169500840461984, -0.08462063692950901, -0.08606721963117275, -0.08586992059810941, -0.08389144295290199, -0.08002714817049787, -0.07420963532306082, -0.06641263467410428, -0.056654081107332756, -0.04499824811154742, -0.03155684221895256, -0.016488980552402277, -1.1722094647985581e-16, 0.017660925085326133, 0.03620434955450374, 0.05530527012151604, 0.07460891413292413, 0.09373750370373604, 0.11229786513625663, 0.12988972659884776, 0.14611452333992697, 0.1605845100241806, 0.1729319647893869, 0.1828182599078003, 0.18994256993710684, 0.19404999025344252, 0.194938846999978, 0.19246699371371845, 0.18655690998883928, 0.1771994431009486, 0.16445606398954116, 0.1484595436569227, 0.12941299403482148, 0.10758725772310247, 0.08331667265758032, 0.056993279595297486, 0.029059581167468453, 3.4152411141681196e-16, -0.029668781063840452, -0.05940838231438602, -0.08866995365656942, -0.1169058036200925, -0.14358115673550315, -0.16818575859870372, -0.19024504873838335, -0.20933062955210507, -0.22506977493178026, -0.23715374439664663, -0.2453446970334021, -0.24948103356881254, -0.2494810335688126, -0.24534469703340225, -0.2371537443966469, -0.22506977493178065, -0.20933062955210555, -0.190245048738384, -0.16818575859870444, -0.1435811567355039, -0.1169058036200933, -0.08866995365657025, -0.05940838231438688, -0.029668781063841302, -4.846389771533806e-16, 0.029059581167467673, 0.05699327959529676, 0.08331667265757962, 0.10758725772310189, 0.12941299403482098, 0.1484595436569223, 0.16445606398954088, 0.17719944310094843, 0.18655690998883923, 0.19246699371371853, 0.1949388469999782, 0.1940499902534428, 0.18994256993710723, 0.1828182599078008, 0.17293196478938744, 0.16058451002418125, 0.1461145233399276, 0.12988972659884843, 0.11229786513625736, 0.09373750370373675, 0.07460891413292481, 0.05530527012151669, 0.036204349554504356, 0.01766092508532669, 3.743507645647008e-16, -0.01648898055240185, -0.03155684221895221, -0.04499824811154715, -0.05665408110733258, -0.06641263467410417, -0.0742096353230608, -0.08002714817049791, -0.0838914429529021, -0.08586992059810955, -0.08606721963117296, -0.08462063692950926, -0.08169500840462013, -0.0774772019697777, -0.07217037767021574, -0.06598816823704837, -0.05914892781837744, -0.05187018757628433, -0.04436344463324481, -0.03682939598782524, -0.029453712027366425, -0.022403425705502848, -0.015823993898721196, -0.00983706747893218, -0.004538986788806806, -1.088826787705804e-16, 0.003735816258618867, 0.00664997118202043, 0.00874836085071, 0.010059520485455126, 0.010632402495143127, 0.01053376262541797, 0.009845241690513248, 0.008660233030991536, 0.0070806260700632204, 0.005213514284105697, 0.0031679517535381555, 0.001051836455412552, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0010518364554125605, 0.003167951753538143, 0.00521351428410567, 0.007080626070063213, 0.00866023303099154, 0.009845241690513293, 0.01053376262541802, 0.010632402495143196, 0.010059520485455251, 0.00874836085071017, 0.0066499711820206565, 0.0037358162586191373, 2.123391682751869e-16, -0.004538986788806436, -0.009837067478931762, -0.015823993898720714, -0.022403425705502356, -0.02945371202736591, -0.036829395987824726, -0.04436344463324428, -0.0518701875762838, -0.05914892781837694, -0.0659881682370479, -0.07217037767021536, -0.07747720196977735, -0.08169500840461986, -0.08462063692950911, -0.08606721963117293, -0.08586992059810966, -0.08389144295290232, -0.08002714817049829, -0.07420963532306132, -0.06641263467410485, -0.0566540811073334, -0.04499824811154813, -0.03155684221895333, -0.016488980552403092, -9.68281364290064e-16, 0.017660925085325258, 0.03620434955450286, 0.05530527012151516, 0.07460891413292328, 0.09373750370373524, 0.11229786513625588, 0.1298897265988471, 0.1461145233399264, 0.16058451002418012, 0.17293196478938655, 0.18281825990780007, 0.18994256993710676, 0.1940499902534426, 0.1949388469999782, 0.19246699371371884, 0.18655690998883984, 0.1771994431009493, 0.16445606398954202, 0.1484595436569237, 0.1294129940348226, 0.1075872577231037, 0.08331667265758164, 0.056993279595298874, 0.02905958116746989, 1.8056517166218043e-15, -0.029668781063838984, -0.05940838231438458, -0.08866995365656802, -0.11690580362009116, -0.14358115673550192, -0.1681857585987026, -0.19024504873838238, -0.20933062955210424, -0.2250697749317796, -0.23715374439664616, -0.24534469703340178, -0.24948103356881243, -0.2494810335688127, -0.24534469703340256, -0.23715374439664738, -0.22506977493178132, -0.20933062955210638, -0.19024504873838496, -0.16818575859870555, -0.14358115673550512, -0.11690580362009463, -0.08866995365657165, -0.059408382314388324, -0.02966878106384277, -1.9487665823583736e-15, 0.029059581167466236, 0.05699327959529537, 0.0833166726575783, 0.10758725772310067, 0.12941299403481987, 0.1484595436569213, 0.16445606398954002, 0.17719944310094773, 0.18655690998883867, 0.19246699371371814, 0.194938846999978, 0.19404999025344272, 0.18994256993710731, 0.182818259907801, 0.1729319647893878, 0.16058451002418173, 0.1461145233399282, 0.1298897265988491, 0.11229786513625811, 0.09373750370373755, 0.07460891413292565, 0.055305270121517563, 0.03620434955450524, 0.017660925085327565, 1.2254111823749116e-15, -0.016488980552401035, -0.03155684221895144, -0.04499824811154644, -0.05665408110733194, -0.0664126346741036, -0.0742096353230603, -0.0800271481704975, -0.08389144295290177, -0.0858699205981093, -0.08606721963117278, -0.08462063692950916, -0.0816950084046201, -0.07747720196977773, -0.07217037767021582, -0.0659881682370485, -0.05914892781837761, -0.05187018757628454, -0.04436344463324504, -0.03682939598782548, -0.02945371202736668, -0.0224034257055031, -0.015823993898721446, -0.00983706747893242, -0.004538986788807031, -3.1481698358867554e-16, 0.0037358162586186823, 0.006649971182020268, 0.00874836085070986, 0.010059520485455012, 0.010632402495143035, 0.0105337626254179, 0.009845241690513198, 0.0086602330309915, 0.0070806260700632, 0.005213514284105687, 0.0031679517535381516, 0.0010518364554125516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.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": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "ramsey_experiment.compiled_program.render(\n", " channel_subplots=False,\n", " lo_frequency=5e9,\n", " sweep_index=2,\n", " sample_rate=5e9,\n", ")" ] }, { "cell_type": "raw", "id": "b4ab8e27", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 18, "id": "a2802143", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.255194Z", "iopub.status.busy": "2024-10-11T06:14:14.254596Z", "iopub.status.idle": "2024-10-11T06:14:14.273777Z", "shell.execute_reply": "2024-10-11T06:14:14.272752Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " ramsey_experiment.execute()\n", "else:\n", " # load in a previously executed version of this experiment\n", " ramsey_experiment = qcs.load(\"RamseyExperiment.qcs\")" ] }, { "cell_type": "raw", "id": "c3e848b2", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "For the purposes of this demonstration, we added a second \"ancilla\" qubit to the\n", "Ramsey program and connected the physical output channels for our qubit to\n", "the digizer associated with the ancilla to allow us to capture the full pulse\n", "sequence." ] }, { "cell_type": "code", "execution_count": 19, "id": "9b53ee64", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.281145Z", "iopub.status.busy": "2024-10-11T06:14:14.280535Z", "iopub.status.idle": "2024-10-11T06:14:14.313017Z", "shell.execute_reply": "2024-10-11T06:14:14.312003Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " \n", "\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
Targets4
Repetitions\n", " Sweep with 3 repetitions\n", "
\n", " Associations\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
pulse_delayArray(name=_implicit, shape=(3,), dtype=float, unit=none, value=[40 ns, 60 ns, 80 ns])
\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", "
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=_implicit, value=0.25, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=sx_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=sx_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 ('xy_pulse', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationScalar(name=pulse_delay, value=None, dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " RFWaveform on ('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=_implicit, value=0.25, dtype=float, unit=none)
FrequencyScalarRef(name=xy_pulse_frequencies, value=5.1 GHz, dtype=float, unit=Hz)
EnvelopeGaussianEnvelope(2.0)
Instantaneous PhaseScalarRef(name=sx_phase, value=0 rad, dtype=float, unit=rad)
Post-phaseScalarRef(name=sx_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=155 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=155 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": [ "ramsey_experiment.compiled_program.draw()" ] }, { "cell_type": "raw", "id": "cd6387b8", "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 both control pulses and the maximum delay\n", "between them." ] }, { "cell_type": "code", "execution_count": 20, "id": "0e5f3215", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.317457Z", "iopub.status.busy": "2024-10-11T06:14:14.317123Z", "iopub.status.idle": "2024-10-11T06:14:14.441954Z", "shell.execute_reply": "2024-10-11T06:14:14.441026Z" } }, "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 (pulse_delay, 40 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.009887695050565526, 0.007470702927093953, 0.0037353514635469764, 0.006591796700377017, 0.006591796700377017, 0.004833984246943146, 0.004614257690263912, 0.007470702927093953, 0.005712890473660082, 0.006811523257056251, 0.00900878882384859, 0.007250976370414719, 0.004394531133584678, 0.007470702927093953, 0.0059326170303393155, 0.006372070143697783, 0.006591796700377017, 0.0061523435870185494, 0.0059326170303393155, 0.0061523435870185494, 0.005273437360301614, 0.007031249813735485, 0.0030761717935092747, 0.006811523257056251, 0.004174804576905444, 0.006591796700377017, 0.006591796700377017, 0.007470702927093953, 0.006591796700377017, 0.006372070143697783, 0.007250976370414719, 0.007690429483773187, 0.008569335710490122, 0.006372070143697783, 0.006372070143697783, 0.00505371080362238, 0.006811523257056251, 0.006372070143697783, 0.006591796700377017, 0.008349609153810889, 0.007250976370414719, 0.0061523435870185494, 0.005273437360301614, 0.007031249813735485, 0.004614257690263912, 0.00505371080362238, 0.005273437360301614, 0.006591796700377017, 0.006591796700377017, 0.0059326170303393155, 0.0061523435870185494, 0.005493163916980848, 0.00395507802022621, 0.0010986327833961695, -0.0008789062267169356, 0.0013183593400754035, -0.004174804576905444, -0.002856445236830041, -0.007690429483773187, -0.010327148163923994, -0.013183593400754035, -0.01516113241086714, -0.016699218307621777, -0.01691894486430101, -0.01911621043109335, -0.02087402288452722, -0.021533202554564923, -0.021093749441206455, -0.020434569771168754, -0.01845703076105565, -0.01516113241086714, -0.012524413730716333, -0.007690429483773187, -0.0010986327833961695, 0.00395507802022621, 0.010327148163923994, 0.016040038637584075, 0.0259277336881496, 0.033398436615243554, 0.04328613166580908, 0.0511962877062615, 0.056469725066563115, 0.06459960766369477, 0.07163085747743025, 0.07668456828105263, 0.08195800564135425, 0.08393554465146735, 0.08657226333161816, 0.0874511695583351, 0.08547363054822199, 0.08437499776482582, 0.08107909941463731, 0.07404784960090183, 0.07075195125071332, 0.057568357849959284, 0.04614257690263912, 0.03383788972860202, 0.02482910090475343, 0.010986327833961695, -0.0015380858967546374, -0.01735839797765948, -0.03251953038852662, -0.04614257690263912, -0.05778808440663852, -0.07097167780739255, -0.07998046663124114, -0.09118652102188207, -0.1043701144226361, -0.10722655965946615, -0.10942382522625849, -0.11381835635984316, -0.11579589536995627, -0.11315917668980546, -0.10964355178293772, -0.10393066130927764, -0.09711913805222139, -0.08635253677493893, -0.07229003714746796, -0.05910644374671392, -0.043066405109129846, -0.02988281170837581, -0.013623046514112502, 0.0037353514635469764, 0.018896483874414116, 0.03142089760513045, 0.049218748696148396, 0.06196288898354396, 0.0758056620543357, 0.0874511695583351, 0.09689941149554215, 0.10480956753599457, 0.11228027046308853, 0.11843261405010708, 0.11645507503999397, 0.11821288749342784, 0.11623534848331474, 0.11074218456633389, 0.10876464555622078, 0.09645995838218369, 0.0914062475785613, 0.0784423807344865, 0.06855468568392098, 0.05690917817992158, 0.04460449100588448, 0.034057616285281256, 0.019775390101131052, 0.009887695050565526, -0.0032958983501885086, -0.014282226184150204, -0.02131347599788569, -0.03361816317192279, -0.03713378807879053, -0.045263670675922185, -0.04592285034595989, -0.05273437360301614, -0.052075193932978436, -0.052075193932978436, -0.05383300638641231, -0.051416014262940735, -0.05229492048965767, -0.04438476444920525, -0.04086913954233751, -0.036254881852073595, -0.030541991378413513, -0.025488280574791133, -0.01735839797765948, -0.013623046514112502, -0.007250976370414719, -0.004174804576905444, 0.0037353514635469764, 0.004614257690263912, 0.010986327833961695, 0.013403319957433268, 0.016479491750942543, 0.01582031208090484, 0.018676757317734882, 0.022192382224602625, 0.019335936987772584, 0.02087402288452722, 0.021752929111244157, 0.01911621043109335, 0.019995116657810286, 0.018676757317734882, 0.014501952740829438, 0.011865234060678631, 0.0129638668440748, 0.006811523257056251, 0.010327148163923994, 0.007470702927093953, 0.00395507802022621, 0.002636718680150807, 0.005493163916980848, 0.0059326170303393155, 0.0059326170303393155, 0.002856445236830041, 0.002636718680150807, 0.001977539010113105, 0.006811523257056251, 0.006372070143697783, 0.004833984246943146, 0.006591796700377017, 0.004833984246943146, 0.00505371080362238, 0.009667968493886292, 0.006372070143697783, 0.007250976370414719, 0.005712890473660082, 0.008129882597131655, 0.006811523257056251, 0.004614257690263912, 0.004614257690263912, 0.007250976370414719, 0.005273437360301614, 0.00791015604045242, 0.008569335710490122, 0.008789062267169356, 0.004174804576905444, 0.007690429483773187, 0.005273437360301614, 0.004614257690263912, 0.006811523257056251, 0.0061523435870185494, 0.00791015604045242, 0.005712890473660082, 0.006811523257056251, 0.00505371080362238, 0.007470702927093953, 0.008349609153810889, 0.007250976370414719, 0.006372070143697783, 0.004394531133584678, 0.008349609153810889, 0.0059326170303393155, 0.007690429483773187, 0.006811523257056251, 0.006811523257056251, 0.00900878882384859, 0.008349609153810889, 0.007470702927093953, 0.005273437360301614, 0.007250976370414719, 0.0059326170303393155, 0.005273437360301614, 0.007031249813735485, 0.006591796700377017, 0.007470702927093953, 0.004614257690263912, 0.007470702927093953, 0.006591796700377017, 0.007690429483773187, 0.006811523257056251, 0.007250976370414719, 0.005493163916980848, 0.0059326170303393155, 0.005493163916980848, 0.007031249813735485, 0.007031249813735485, 0.005712890473660082, 0.005493163916980848, 0.007250976370414719, 0.007690429483773187, 0.004174804576905444, 0.00505371080362238, 0.0059326170303393155, 0.007250976370414719, 0.006811523257056251, 0.00395507802022621, 0.00900878882384859, 0.0030761717935092747, 0.006372070143697783, 0.0061523435870185494, 0.005712890473660082, 0.007690429483773187, 0.006591796700377017, 0.008789062267169356, 0.00900878882384859, 0.004614257690263912, 0.00900878882384859, 0.00505371080362238, 0.008349609153810889, 0.005493163916980848, 0.00900878882384859, 0.005493163916980848, 0.005712890473660082, 0.005712890473660082, 0.004833984246943146, 0.006591796700377017, 0.010327148163923994, 0.005493163916980848, 0.007031249813735485, 0.005712890473660082, 0.008349609153810889, 0.006811523257056251, 0.008569335710490122, 0.004614257690263912, 0.008349609153810889, 0.005493163916980848, 0.006591796700377017, 0.0061523435870185494, 0.007031249813735485, 0.004614257690263912, 0.006811523257056251, 0.006591796700377017, 0.007250976370414719, 0.004614257690263912, 0.009887695050565526, 0.006591796700377017, 0.004614257690263912, 0.00505371080362238, 0.006591796700377017, 0.0059326170303393155, 0.006372070143697783, 0.004394531133584678, 0.006591796700377017, 0.00395507802022621, 0.006372070143697783, 0.008349609153810889, 0.007250976370414719, 0.006591796700377017, 0.005273437360301614, 0.007250976370414719, 0.007031249813735485, 0.004174804576905444, 0.009667968493886292, 0.00900878882384859, 0.007470702927093953, 0.0061523435870185494, 0.0059326170303393155, 0.007470702927093953, 0.007031249813735485, 0.004833984246943146, 0.008569335710490122, 0.007031249813735485, 0.006372070143697783, 0.007470702927093953, 0.0061523435870185494, 0.005493163916980848, 0.008129882597131655, 0.0061523435870185494, 0.004833984246943146, 0.005493163916980848, 0.004614257690263912, 0.004394531133584678, 0.006591796700377017, 0.004174804576905444, 0.00900878882384859, 0.005493163916980848, 0.008569335710490122, 0.004614257690263912, 0.005273437360301614, 0.007690429483773187, 0.00791015604045242, 0.0061523435870185494, 0.006591796700377017, 0.00505371080362238, 0.006591796700377017, 0.0037353514635469764, 0.006811523257056251, 0.005273437360301614, 0.008569335710490122, 0.006811523257056251, 0.0059326170303393155, 0.00395507802022621, 0.008129882597131655, 0.0035156249068677425, 0.0061523435870185494, 0.004394531133584678, 0.007690429483773187, 0.008569335710490122, 0.006372070143697783, 0.007031249813735485, 0.005273437360301614, 0.007031249813735485, 0.006591796700377017, 0.0061523435870185494, 0.007031249813735485, 0.0037353514635469764, 0.0059326170303393155, 0.008129882597131655, 0.0061523435870185494, 0.00395507802022621, 0.004174804576905444, 0.007250976370414719, 0.01010742160724476, 0.00395507802022621, 0.005712890473660082, 0.005273437360301614, 0.006372070143697783, 0.004394531133584678, 0.0015380858967546374, -0.0017578124534338713, 0.0010986327833961695, -0.0030761717935092747, -0.004614257690263912, -0.00900878882384859, -0.008569335710490122, -0.011865234060678631, -0.015380858967546374, -0.017797851091017947, -0.01735839797765948, -0.02087402288452722, -0.020434569771168754, -0.021093749441206455, -0.021093749441206455, -0.022192382224602625, -0.01911621043109335, -0.01406249962747097, -0.009887695050565526, -0.005712890473660082, -0.0008789062267169356, 0.0030761717935092747, 0.009228515380527824, 0.018676757317734882, 0.025048827461432666, 0.030761717935092747, 0.043066405109129846, 0.048559569026110694, 0.05844726407667622, 0.06328124832361937, 0.07185058403410949, 0.07492675582761876, 0.08327636498142965, 0.08635253677493893, 0.08789062267169356, 0.08701171644497663, 0.0900878882384859, 0.08305663842475042, 0.0784423807344865, 0.07229003714746796, 0.06679687323048711, 0.056469725066563115, 0.048120115912752226, 0.03559570218203589, 0.0252685540181119, 0.008789062267169356, -0.0004394531133584678, -0.01582031208090484, -0.03164062416180968, -0.04548339723260142, -0.05910644374671392, -0.0738281230442226, -0.08305663842475042, -0.09294433347531594, -0.10085448951576836, -0.10700683310278691, -0.1120605439064093, -0.11579589536995627, -0.11249999701976776, -0.11513671569991857, -0.11008300489629619, -0.1030517550825607, -0.09645995838218369, -0.08657226333161816, -0.07009277158067562, -0.062182615540223196, -0.04658203001599759, -0.03142089760513045, -0.014282226184150204, 0.002856445236830041, 0.015600585524225608, 0.034057616285281256, 0.047021483129356056, 0.06130370931350626, 0.07756347450776957, 0.08547363054822199, 0.09580077871214598, 0.10480956753599457, 0.1140380829165224, 0.1140380829165224, 0.11733398126671091, 0.1160156219266355, 0.11645507503999397, 0.11140136423637159, 0.1043701144226361, 0.09755859116557986, 0.09206542724859901, 0.0758056620543357, 0.06899413879727945, 0.056469725066563115, 0.04482421756256372, 0.03273925694520585, 0.02087402288452722, 0.008349609153810889, -0.0032958983501885086, -0.0129638668440748, -0.02087402288452722, -0.028784178924979642, -0.03603515529539436, -0.044165037892526016, -0.04724120968603529, -0.052514647046336904, -0.05339355327305384, -0.054272459499770775, -0.055371092283166945, -0.05163574081961997, -0.04899902213946916, -0.04724120968603529, -0.04196777232573368, -0.039550780202262104, -0.031201171048451215, -0.027905272698262706, -0.019555663544451818, -0.01406249962747097, -0.006811523257056251, -0.002856445236830041, 0.0006591796700377017, 0.006372070143697783, 0.009887695050565526, 0.011865234060678631, 0.01911621043109335, 0.01735839797765948, 0.021093749441206455, 0.022192382224602625, 0.022631835337961093, 0.017578124534338713, 0.02241210878128186, 0.016479491750942543, 0.01801757764769718, 0.01801757764769718, 0.015380858967546374, 0.012744140287395567, 0.013623046514112502, 0.009887695050565526, 0.007031249813735485, 0.008129882597131655, 0.005712890473660082, 0.005712890473660082, 0.0061523435870185494, 0.004394531133584678, 0.0037353514635469764, 0.00505371080362238, 0.004394531133584678, 0.004394531133584678, 0.005493163916980848, 0.004174804576905444, 0.0059326170303393155, 0.00395507802022621, 0.008789062267169356, 0.00395507802022621, 0.006811523257056251, 0.00505371080362238, 0.005493163916980848, 0.007031249813735485, 0.006811523257056251, 0.008569335710490122, 0.00900878882384859, 0.007031249813735485, 0.00900878882384859, 0.005273437360301614, 0.007250976370414719, 0.004833984246943146, 0.007470702927093953, 0.006591796700377017, 0.0059326170303393155, 0.006811523257056251, 0.005493163916980848, 0.006372070143697783, 0.00791015604045242, 0.0061523435870185494, 0.007470702927093953, 0.002856445236830041, 0.007470702927093953, 0.005273437360301614, 0.005712890473660082, 0.0059326170303393155, 0.004614257690263912, 0.005493163916980848, 0.008349609153810889, 0.00395507802022621, 0.006372070143697783, 0.0032958983501885086, 0.007031249813735485, 0.005493163916980848, 0.008129882597131655, 0.00791015604045242, 0.00505371080362238, 0.009228515380527824, 0.005712890473660082, 0.004833984246943146, 0.006811523257056251, 0.007031249813735485, 0.007250976370414719, 0.005273437360301614, 0.006372070143697783, 0.004833984246943146, 0.006372070143697783, 0.005273437360301614, 0.0061523435870185494, 0.0059326170303393155, 0.008569335710490122, 0.008129882597131655, 0.006372070143697783, 0.0059326170303393155, 0.009228515380527824, 0.004833984246943146, 0.008569335710490122, 0.005493163916980848, 0.004174804576905444, 0.00505371080362238, 0.008129882597131655, 0.006591796700377017, 0.006811523257056251, 0.008129882597131655, 0.004174804576905444, 0.00505371080362238, 0.008129882597131655, 0.0059326170303393155, 0.005493163916980848, 0.007690429483773187, 0.006591796700377017, 0.004174804576905444, 0.005273437360301614, 0.006372070143697783, 0.008569335710490122, 0.00505371080362238, 0.004833984246943146, 0.008129882597131655, 0.007250976370414719, 0.005273437360301614, 0.006372070143697783, 0.005712890473660082, 0.005273437360301614, 0.00505371080362238, 0.008569335710490122, 0.006811523257056251, 0.007031249813735485, 0.006591796700377017, 0.006591796700377017, 0.00505371080362238, 0.005273437360301614, 0.005712890473660082, 0.004614257690263912, 0.006372070143697783, 0.00791015604045242, 0.007470702927093953, 0.010327148163923994, 0.007690429483773187, 0.0061523435870185494, 0.007690429483773187, 0.008569335710490122, 0.008129882597131655, 0.00791015604045242, 0.004614257690263912, 0.007250976370414719, 0.002856445236830041, 0.006372070143697783, 0.004833984246943146, 0.006591796700377017, 0.004614257690263912, 0.007250976370414719, 0.008569335710490122, 0.006372070143697783, 0.007250976370414719, 0.007250976370414719, 0.006372070143697783, 0.01010742160724476, 0.006591796700377017, 0.00791015604045242, 0.005273437360301614, 0.004833984246943146, 0.005712890473660082, 0.008129882597131655, 0.0061523435870185494, 0.005493163916980848, 0.005712890473660082, 0.007031249813735485, 0.007690429483773187, 0.008569335710490122, 0.0059326170303393155, 0.009228515380527824, 0.0059326170303393155, 0.0059326170303393155, 0.00505371080362238, 0.0059326170303393155, 0.006372070143697783, 0.007470702927093953, 0.004833984246943146, 0.007690429483773187, 0.004833984246943146, 0.007250976370414719, 0.0059326170303393155, 0.005493163916980848, 0.005273437360301614, 0.004833984246943146, 0.006372070143697783, 0.009448241937207058, 0.004614257690263912, 0.00505371080362238, 0.006591796700377017, 0.006591796700377017, 0.005493163916980848, 0.004833984246943146, 0.0032958983501885086, 0.005273437360301614, 0.00791015604045242, 0.0061523435870185494, 0.0059326170303393155, 0.007470702927093953, 0.008349609153810889, 0.0061523435870185494, 0.004614257690263912, 0.006591796700377017, 0.004394531133584678, 0.006372070143697783, 0.00505371080362238, 0.005493163916980848, 0.002636718680150807, 0.008129882597131655, 0.006591796700377017, 0.005712890473660082, 0.006372070143697783, 0.0061523435870185494, 0.005493163916980848, 0.006591796700377017, 0.004174804576905444, 0.009228515380527824, 0.007470702927093953, 0.006372070143697783, 0.005712890473660082, 0.008789062267169356, 0.006811523257056251, 0.007250976370414719, 0.00505371080362238, 0.005712890473660082, 0.0061523435870185494, 0.007470702927093953, 0.006811523257056251, 0.005493163916980848, 0.007031249813735485, 0.0061523435870185494, 0.005493163916980848, 0.007250976370414719, 0.007690429483773187, 0.00900878882384859, 0.004614257690263912, 0.006591796700377017, 0.007470702927093953, 0.005273437360301614, 0.006591796700377017, 0.005712890473660082, 0.00395507802022621, 0.004833984246943146, 0.007690429483773187, 0.007031249813735485, 0.00505371080362238, 0.008569335710490122, 0.004833984246943146, 0.008349609153810889, 0.007470702927093953, 0.004174804576905444, 0.004174804576905444, 0.0059326170303393155 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 60 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.004833984246943146, 0.006372070143697783, 0.005712890473660082, 0.007031249813735485, 0.004833984246943146, 0.007470702927093953, 0.00395507802022621, 0.005493163916980848, 0.006372070143697783, 0.0059326170303393155, 0.008129882597131655, 0.0059326170303393155, 0.007250976370414719, 0.004833984246943146, 0.0061523435870185494, 0.006811523257056251, 0.0061523435870185494, 0.007031249813735485, 0.006372070143697783, 0.006372070143697783, 0.004174804576905444, 0.004833984246943146, 0.004833984246943146, 0.005712890473660082, 0.004394531133584678, 0.004614257690263912, 0.004833984246943146, 0.004394531133584678, 0.007470702927093953, 0.007031249813735485, 0.005273437360301614, 0.008129882597131655, 0.00505371080362238, 0.006811523257056251, 0.004833984246943146, 0.005273437360301614, 0.0059326170303393155, 0.004614257690263912, 0.00505371080362238, 0.005273437360301614, 0.007470702927093953, 0.007690429483773187, 0.007031249813735485, 0.007031249813735485, 0.006811523257056251, 0.00791015604045242, 0.0061523435870185494, 0.005493163916980848, 0.0059326170303393155, 0.009228515380527824, 0.005273437360301614, 0.005493163916980848, 0.004394531133584678, 0.006372070143697783, 0.0013183593400754035, 0.0002197265566792339, -0.00395507802022621, -0.0032958983501885086, -0.008569335710490122, -0.012524413730716333, -0.01406249962747097, -0.01582031208090484, -0.01735839797765948, -0.01735839797765948, -0.02087402288452722, -0.02087402288452722, -0.020434569771168754, -0.018676757317734882, -0.019775390101131052, -0.017138671420980245, -0.01516113241086714, -0.010327148163923994, -0.006372070143697783, -0.0010986327833961695, 0.004174804576905444, 0.011645507503999397, 0.013842773070791736, 0.023950194678036496, 0.03273925694520585, 0.03999023331562057, 0.04943847525282763, 0.057128904736600816, 0.0654785138904117, 0.06943359191063792, 0.07734374795109034, 0.08415527120814659, 0.08481445087818429, 0.08657226333161816, 0.08767089611501433, 0.0887695288984105, 0.08239745875471272, 0.07866210729116574, 0.07119140436407179, 0.06525878733373247, 0.058227537519996986, 0.04943847525282763, 0.03779296774882823, 0.022851561894640326, 0.00900878882384859, -0.002197265566792339, -0.02087402288452722, -0.03142089760513045, -0.04438476444920525, -0.058666990633355454, -0.07053222469403408, -0.08393554465146735, -0.0894287085684482, -0.1010742160724476, -0.10700683310278691, -0.11030273145297542, -0.1160156219266355, -0.11491698914323933, -0.11557616881327704, -0.10876464555622078, -0.1030517550825607, -0.09733886460890062, -0.08481445087818429, -0.07229003714746796, -0.06064452964346856, -0.04548339723260142, -0.03164062416180968, -0.01582031208090484, 0.0, 0.015380858967546374, 0.03427734284196049, 0.04877929558278993, 0.0628417952102609, 0.0771240213944111, 0.08481445087818429, 0.10063476295908913, 0.10502929409267381, 0.11447753602988087, 0.11755370782339014, 0.12019042650354095, 0.11887206716346554, 0.11755370782339014, 0.11118163767969236, 0.10700683310278691, 0.09909667706233449, 0.08964843512512743, 0.07800292762112804, 0.06701659978716634, 0.05778808440663852, 0.04658203001599759, 0.03471679595531896, 0.02087402288452722, 0.008349609153810889, -0.001977539010113105, -0.013403319957433268, -0.022851561894640326, -0.033398436615243554, -0.04086913954233751, -0.04262695199577138, -0.048120115912752226, -0.05405273294309154, -0.05229492048965767, -0.05405273294309154, -0.05295410015969537, -0.05449218605645001, -0.04833984246943146, -0.04833984246943146, -0.03977050675894134, -0.03669433496543206, -0.03098144449177198, -0.025488280574791133, -0.01845703076105565, -0.014721679297508672, -0.006591796700377017, -0.0059326170303393155, 0.0008789062267169356, 0.004394531133584678, 0.011425780947320163, 0.013623046514112502, 0.014941405854187906, 0.01845703076105565, 0.017797851091017947, 0.02021484321448952, 0.022851561894640326, 0.02021484321448952, 0.022851561894640326, 0.01801757764769718, 0.017578124534338713, 0.017138671420980245, 0.015600585524225608, 0.011425780947320163, 0.0129638668440748, 0.010327148163923994, 0.009448241937207058, 0.006372070143697783, 0.005273437360301614, 0.0059326170303393155, 0.004614257690263912, 0.004614257690263912, 0.006372070143697783, 0.007031249813735485, 0.004833984246943146, 0.005273437360301614, 0.004174804576905444, 0.004174804576905444, 0.0032958983501885086, 0.005493163916980848, 0.006811523257056251, 0.00505371080362238, 0.008569335710490122, 0.005493163916980848, 0.00900878882384859, 0.00505371080362238, 0.006591796700377017, 0.008129882597131655, 0.0061523435870185494, 0.004394531133584678, 0.007690429483773187, 0.004614257690263912, 0.007031249813735485, 0.005493163916980848, 0.0059326170303393155, 0.0061523435870185494, 0.006811523257056251, 0.007250976370414719, 0.006811523257056251, 0.007470702927093953, 0.008349609153810889, 0.0061523435870185494, 0.007690429483773187, 0.007470702927093953, 0.007031249813735485, 0.006372070143697783, 0.005712890473660082, 0.0059326170303393155, 0.0061523435870185494, 0.005712890473660082, 0.008349609153810889, 0.0061523435870185494, 0.006372070143697783, 0.004833984246943146, 0.005493163916980848, 0.006372070143697783, 0.005712890473660082, 0.007031249813735485, 0.00791015604045242, 0.004394531133584678, 0.006372070143697783, 0.004614257690263912, 0.006372070143697783, 0.009228515380527824, 0.006372070143697783, 0.00505371080362238, 0.0061523435870185494, 0.007031249813735485, 0.007470702927093953, 0.0059326170303393155, 0.00900878882384859, 0.005273437360301614, 0.007470702927093953, 0.006372070143697783, 0.0061523435870185494, 0.005273437360301614, 0.006591796700377017, 0.008129882597131655, 0.009228515380527824, 0.008569335710490122, 0.00395507802022621, 0.006372070143697783, 0.006811523257056251, 0.004394531133584678, 0.008349609153810889, 0.008129882597131655, 0.006811523257056251, 0.007250976370414719, 0.006811523257056251, 0.0059326170303393155, 0.00791015604045242, 0.00505371080362238, 0.006811523257056251, 0.008129882597131655, 0.004394531133584678, 0.008349609153810889, 0.01010742160724476, 0.008129882597131655, 0.007031249813735485, 0.004614257690263912, 0.006811523257056251, 0.00505371080362238, 0.0059326170303393155, 0.004394531133584678, 0.005493163916980848, 0.005273437360301614, 0.006811523257056251, 0.005273437360301614, 0.004174804576905444, 0.0037353514635469764, 0.006811523257056251, 0.007250976370414719, 0.005273437360301614, 0.004174804576905444, 0.00395507802022621, 0.0059326170303393155, 0.0061523435870185494, 0.005273437360301614, 0.008349609153810889, 0.005493163916980848, 0.0059326170303393155, 0.00900878882384859, 0.007031249813735485, 0.0061523435870185494, 0.007250976370414719, 0.005273437360301614, 0.007250976370414719, 0.004614257690263912, 0.006811523257056251, 0.005273437360301614, 0.004614257690263912, 0.006811523257056251, 0.009228515380527824, 0.00791015604045242, 0.004394531133584678, 0.007250976370414719, 0.00900878882384859, 0.0030761717935092747, 0.00505371080362238, 0.005493163916980848, 0.005493163916980848, 0.004614257690263912, 0.005273437360301614, 0.004394531133584678, 0.007470702927093953, 0.008789062267169356, 0.006591796700377017, 0.005273437360301614, 0.005712890473660082, 0.005493163916980848, 0.006811523257056251, 0.008129882597131655, 0.00791015604045242, 0.006591796700377017, 0.006372070143697783, 0.004614257690263912, 0.007031249813735485, 0.006372070143697783, 0.007690429483773187, 0.005712890473660082, 0.006811523257056251, 0.006372070143697783, 0.007031249813735485, 0.007690429483773187, 0.008129882597131655, 0.005493163916980848, 0.007250976370414719, 0.007250976370414719, 0.007250976370414719, 0.00505371080362238, 0.005493163916980848, 0.004833984246943146, 0.008129882597131655, 0.004833984246943146, 0.006372070143697783, 0.005712890473660082, 0.008129882597131655, 0.005712890473660082, 0.007031249813735485, 0.0059326170303393155, 0.005712890473660082, 0.007470702927093953, 0.008569335710490122, 0.0061523435870185494, 0.004394531133584678, 0.0059326170303393155, 0.0059326170303393155, 0.007031249813735485, 0.008569335710490122, 0.004614257690263912, 0.008789062267169356, 0.004833984246943146, 0.007250976370414719, 0.007250976370414719, 0.006811523257056251, 0.005273437360301614, 0.007690429483773187, 0.00791015604045242, 0.007250976370414719, 0.005712890473660082, 0.006811523257056251, 0.006372070143697783, 0.007031249813735485, 0.004833984246943146, 0.008349609153810889, 0.006372070143697783, 0.007690429483773187, 0.0059326170303393155, 0.00395507802022621, 0.007031249813735485, 0.0059326170303393155, 0.008349609153810889, 0.007250976370414719, 0.004614257690263912, 0.007031249813735485, 0.0059326170303393155, 0.00791015604045242, 0.006811523257056251, 0.0059326170303393155, 0.007031249813735485, 0.007250976370414719, 0.005493163916980848, 0.004394531133584678, 0.004174804576905444, 0.008129882597131655, 0.006372070143697783, 0.00900878882384859, 0.006372070143697783, 0.004833984246943146, 0.006811523257056251, 0.005273437360301614, 0.004614257690263912, 0.007470702927093953, 0.0030761717935092747, 0.004614257690263912, 0.0061523435870185494, 0.004833984246943146, 0.0061523435870185494, 0.008129882597131655, 0.008569335710490122, 0.007031249813735485, 0.005712890473660082, 0.006811523257056251, 0.002856445236830041, 0.004833984246943146, 0.0035156249068677425, 0.008349609153810889, 0.004833984246943146, 0.005493163916980848, 0.00791015604045242, 0.006591796700377017, 0.0061523435870185494, 0.006811523257056251, 0.007690429483773187, 0.0037353514635469764, 0.0059326170303393155, 0.005273437360301614, 0.004614257690263912, 0.005712890473660082, 0.0035156249068677425, 0.00791015604045242, 0.008129882597131655, 0.005493163916980848, 0.007031249813735485, 0.006372070143697783, 0.00791015604045242, 0.009448241937207058, 0.006372070143697783, 0.008789062267169356, 0.00791015604045242, 0.005493163916980848, 0.008129882597131655, 0.004394531133584678, 0.006372070143697783, 0.007031249813735485, 0.007690429483773187, 0.00900878882384859, 0.007250976370414719, 0.001977539010113105, 0.005273437360301614, 0.007690429483773187, 0.008349609153810889, 0.0059326170303393155, 0.006591796700377017, 0.004833984246943146, 0.005493163916980848, 0.007690429483773187, 0.008349609153810889, 0.00791015604045242, 0.004614257690263912, 0.008349609153810889, 0.00395507802022621, 0.006591796700377017, 0.0059326170303393155, 0.008349609153810889, 0.004833984246943146, 0.00791015604045242, 0.0061523435870185494, 0.006591796700377017, 0.004833984246943146, 0.008789062267169356, 0.005493163916980848, 0.0061523435870185494, 0.0030761717935092747, 0.0008789062267169356, 0.0010986327833961695, -0.002197265566792339, -0.001977539010113105, -0.0030761717935092747, -0.00900878882384859, -0.012524413730716333, -0.014941405854187906, -0.016040038637584075, -0.01625976519426331, -0.01625976519426331, -0.021752929111244157, -0.020434569771168754, -0.022631835337961093, -0.017797851091017947, -0.021533202554564923, -0.017138671420980245, -0.01582031208090484, -0.010546874720603228, -0.0059326170303393155, 0.0, 0.007690429483773187, 0.011425780947320163, 0.018676757317734882, 0.026147460244828835, 0.03186035071848892, 0.04218749888241291, 0.048559569026110694, 0.058666990633355454, 0.064819334220374, 0.06899413879727945, 0.07492675582761876, 0.08107909941463731, 0.08283691186807118, 0.08789062267169356, 0.08789062267169356, 0.08481445087818429, 0.08349609153810889, 0.07976074007456191, 0.0744873027142603, 0.06811523257056251, 0.05844726407667622, 0.04877929558278993, 0.03603515529539436, 0.02307128845131956, 0.011425780947320163, -0.0006591796700377017, -0.018896483874414116, -0.028784178924979642, -0.04548339723260142, -0.05471191261312924, -0.07009277158067562, -0.08415527120814659, -0.09536132559878752, -0.09865722394897602, -0.10502929409267381, -0.11118163767969236, -0.1166748015966732, -0.1153564422565978, -0.11513671569991857, -0.10920409866957925, -0.10415038786595687, -0.09667968493886292, -0.08635253677493893, -0.07338866993086413, -0.05998534997343086, -0.04482421756256372, -0.03164062416180968, -0.012304687174037099, 0.0017578124534338713, 0.01911621043109335, 0.03361816317192279, 0.046362303459318355, 0.06306152176694013, 0.0758056620543357, 0.08569335710490122, 0.09821777083561756, 0.10568847376271151, 0.11140136423637159, 0.1153564422565978, 0.11799316093674861, 0.11425780947320163, 0.11579589536995627, 0.11052245800965466, 0.10700683310278691, 0.0997558567323722, 0.08898925545508973, 0.07866210729116574, 0.07031249813735485, 0.058227537519996986, 0.04570312378928065, 0.03098144449177198, 0.022851561894640326, 0.008569335710490122, -0.004174804576905444, -0.011645507503999397, -0.02197265566792339, -0.029003905481658876, -0.038452147418865934, -0.04592285034595989, -0.05097656114958227, -0.05273437360301614, -0.05273437360301614, -0.057128904736600816, -0.051416014262940735, -0.054272459499770775, -0.04790038935607299, -0.048120115912752226, -0.04108886609901674, -0.03713378807879053, -0.030541991378413513, -0.026586913358187303, -0.016699218307621777, -0.014282226184150204, -0.007690429483773187, -0.002416992123471573, 0.0032958983501885086, 0.005493163916980848, 0.012304687174037099, 0.010986327833961695, 0.014721679297508672, 0.01845703076105565, 0.02021484321448952, 0.019995116657810286, 0.022631835337961093, 0.01911621043109335, 0.01911621043109335, 0.016699218307621777, 0.017797851091017947, 0.017138671420980245, 0.01582031208090484, 0.012304687174037099, 0.012744140287395567, 0.009887695050565526, 0.008569335710490122, 0.006811523257056251, 0.007470702927093953, 0.004833984246943146, 0.006591796700377017, 0.006591796700377017, 0.004394531133584678, 0.007031249813735485, 0.004614257690263912, 0.004174804576905444, 0.0035156249068677425, 0.005273437360301614, 0.006372070143697783, 0.0061523435870185494, 0.007031249813735485, 0.006591796700377017, 0.009667968493886292, 0.00505371080362238, 0.008349609153810889, 0.0059326170303393155, 0.0061523435870185494, 0.006811523257056251, 0.004614257690263912, 0.0059326170303393155, 0.006811523257056251, 0.007690429483773187, 0.008129882597131655, 0.00505371080362238, 0.0059326170303393155, 0.006372070143697783, 0.008789062267169356, 0.007031249813735485, 0.005712890473660082, 0.0059326170303393155, 0.0061523435870185494, 0.0059326170303393155, 0.007470702927093953, 0.00505371080362238, 0.006811523257056251, 0.006372070143697783, 0.00791015604045242, 0.007250976370414719, 0.007031249813735485, 0.005712890473660082, 0.006372070143697783, 0.004833984246943146, 0.005273437360301614, 0.0061523435870185494, 0.007470702927093953, 0.007470702927093953, 0.006372070143697783, 0.00505371080362238, 0.007250976370414719, 0.007470702927093953, 0.005712890473660082, 0.007031249813735485, 0.008129882597131655, 0.004174804576905444, 0.0035156249068677425, 0.005273437360301614, 0.006591796700377017, 0.0059326170303393155, 0.006372070143697783, 0.005273437360301614, 0.0059326170303393155, 0.006591796700377017, 0.009448241937207058, 0.006372070143697783, 0.005273437360301614, 0.0059326170303393155, 0.009448241937207058, 0.007031249813735485, 0.007031249813735485, 0.008349609153810889, 0.007470702927093953, 0.006811523257056251, 0.008349609153810889, 0.00505371080362238, 0.0061523435870185494, 0.006372070143697783, 0.00505371080362238, 0.007470702927093953, 0.0061523435870185494, 0.005712890473660082, 0.00395507802022621, 0.005712890473660082, 0.00791015604045242, 0.00505371080362238, 0.008569335710490122, 0.008349609153810889, 0.005712890473660082, 0.0061523435870185494, 0.005712890473660082, 0.0037353514635469764, 0.00505371080362238, 0.0061523435870185494, 0.006591796700377017, 0.007250976370414719, 0.005493163916980848, 0.007250976370414719, 0.007031249813735485, 0.006372070143697783, 0.006591796700377017, 0.00900878882384859, 0.007250976370414719, 0.007250976370414719, 0.008349609153810889, 0.007690429483773187, 0.008349609153810889, 0.006591796700377017, 0.006372070143697783, 0.0035156249068677425, 0.007470702927093953, 0.0061523435870185494, 0.008789062267169356, 0.0061523435870185494, 0.008789062267169356, 0.009228515380527824, 0.008789062267169356, 0.00791015604045242, 0.007250976370414719, 0.005712890473660082, 0.00505371080362238, 0.006591796700377017, 0.006591796700377017, 0.005493163916980848, 0.009887695050565526, 0.0035156249068677425, 0.004833984246943146, 0.005273437360301614, 0.007690429483773187, 0.00791015604045242, 0.006372070143697783 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 80 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.006372070143697783, 0.006372070143697783, 0.004833984246943146, 0.005712890473660082, 0.006811523257056251, 0.006811523257056251, 0.004394531133584678, 0.006372070143697783, 0.008129882597131655, 0.005712890473660082, 0.0059326170303393155, 0.0037353514635469764, 0.005712890473660082, 0.008129882597131655, 0.005273437360301614, 0.00791015604045242, 0.005493163916980848, 0.0061523435870185494, 0.007250976370414719, 0.0059326170303393155, 0.00791015604045242, 0.007031249813735485, 0.004614257690263912, 0.006591796700377017, 0.005493163916980848, 0.008349609153810889, 0.005712890473660082, 0.005273437360301614, 0.005712890473660082, 0.007031249813735485, 0.0061523435870185494, 0.006591796700377017, 0.00505371080362238, 0.005273437360301614, 0.007031249813735485, 0.007470702927093953, 0.004394531133584678, 0.005712890473660082, 0.0059326170303393155, 0.008129882597131655, 0.004174804576905444, 0.008789062267169356, 0.004833984246943146, 0.006811523257056251, 0.005712890473660082, 0.00505371080362238, 0.007031249813735485, 0.007250976370414719, 0.006591796700377017, 0.005712890473660082, 0.005493163916980848, 0.005712890473660082, 0.005712890473660082, 0.0015380858967546374, 0.0008789062267169356, 0.0006591796700377017, -0.0061523435870185494, -0.006372070143697783, -0.00900878882384859, -0.00900878882384859, -0.012304687174037099, -0.014282226184150204, -0.01801757764769718, -0.017578124534338713, -0.022851561894640326, -0.021093749441206455, -0.02482910090475343, -0.020434569771168754, -0.02131347599788569, -0.021093749441206455, -0.01516113241086714, -0.009448241937207058, -0.004614257690263912, -0.0004394531133584678, 0.002636718680150807, 0.012304687174037099, 0.01516113241086714, 0.0259277336881496, 0.03493652251199819, 0.04372558477916755, 0.0498779283661861, 0.055371092283166945, 0.06503906077705324, 0.07031249813735485, 0.0758056620543357, 0.08283691186807118, 0.08481445087818429, 0.08591308366158046, 0.08657226333161816, 0.0881103492283728, 0.08305663842475042, 0.08041991974459961, 0.0738281230442226, 0.06723632634384558, 0.05690917817992158, 0.046362303459318355, 0.033398436615243554, 0.024389647791394964, 0.009887695050565526, -0.002636718680150807, -0.01516113241086714, -0.03317871005856432, -0.04460449100588448, -0.05515136572648771, -0.07031249813735485, -0.08063964630127884, -0.09382323970203288, -0.09865722394897602, -0.10964355178293772, -0.11315917668980546, -0.1133789032464847, -0.11359862980316393, -0.1120605439064093, -0.11249999701976776, -0.10458984097931534, -0.09558105215546675, -0.08701171644497663, -0.07229003714746796, -0.06020507653011009, -0.04592285034595989, -0.03098144449177198, -0.012744140287395567, 0.0006591796700377017, 0.016040038637584075, 0.032299803831847385, 0.04943847525282763, 0.0628417952102609, 0.07624511516769417, 0.08701171644497663, 0.09711913805222139, 0.10656737998942845, 0.11315917668980546, 0.1133789032464847, 0.12172851240029559, 0.12019042650354095, 0.11777343438006938, 0.11030273145297542, 0.10898437211290002, 0.09689941149554215, 0.09184570069191977, 0.08151855252799578, 0.06833495912724175, 0.05449218605645001, 0.04680175657267682, 0.03251953038852662, 0.019775390101131052, 0.00900878882384859, -0.0032958983501885086, -0.015380858967546374, -0.02197265566792339, -0.032958983501885086, -0.03647460840875283, -0.04284667855245061, -0.046362303459318355, -0.05163574081961997, -0.05581054539652541, -0.05624999850988388, -0.054272459499770775, -0.05097656114958227, -0.049218748696148396, -0.04482421756256372, -0.04218749888241291, -0.03713378807879053, -0.031201171048451215, -0.026806639914866537, -0.021093749441206455, -0.013623046514112502, -0.007031249813735485, -0.0010986327833961695, 0.004174804576905444, 0.007250976370414719, 0.010986327833961695, 0.011425780947320163, 0.015600585524225608, 0.015380858967546374, 0.021752929111244157, 0.020654296327847987, 0.02131347599788569, 0.021752929111244157, 0.02241210878128186, 0.02087402288452722, 0.01735839797765948, 0.01582031208090484, 0.01735839797765948, 0.013623046514112502, 0.013623046514112502, 0.00791015604045242, 0.008789062267169356, 0.006811523257056251, 0.007690429483773187, 0.0035156249068677425, 0.00505371080362238, 0.00395507802022621, 0.004394531133584678, 0.006372070143697783, 0.004174804576905444, 0.00395507802022621, 0.006591796700377017, 0.002636718680150807, 0.007031249813735485, 0.004174804576905444, 0.005712890473660082, 0.004174804576905444, 0.005712890473660082, 0.004174804576905444, 0.008129882597131655, 0.006811523257056251, 0.0059326170303393155, 0.0061523435870185494, 0.004614257690263912, 0.008349609153810889, 0.009228515380527824, 0.008129882597131655, 0.004614257690263912, 0.00505371080362238, 0.006591796700377017, 0.008349609153810889, 0.006591796700377017, 0.006591796700377017, 0.007250976370414719, 0.005273437360301614, 0.004614257690263912, 0.007250976370414719, 0.009887695050565526, 0.00505371080362238, 0.006372070143697783, 0.007690429483773187, 0.00900878882384859, 0.006372070143697783, 0.006591796700377017, 0.0032958983501885086, 0.008129882597131655, 0.00505371080362238, 0.007250976370414719, 0.007031249813735485, 0.006811523257056251, 0.0061523435870185494, 0.0035156249068677425, 0.005712890473660082, 0.006811523257056251, 0.00395507802022621, 0.006591796700377017, 0.005273437360301614, 0.007031249813735485, 0.0037353514635469764, 0.005712890473660082, 0.0059326170303393155, 0.005273437360301614, 0.006811523257056251, 0.0061523435870185494, 0.00791015604045242, 0.007470702927093953, 0.008349609153810889, 0.00791015604045242, 0.0061523435870185494, 0.00791015604045242, 0.007031249813735485, 0.00505371080362238, 0.007250976370414719, 0.008789062267169356, 0.005493163916980848, 0.00791015604045242, 0.005273437360301614, 0.008349609153810889, 0.007470702927093953, 0.005493163916980848, 0.007250976370414719, 0.008569335710490122, 0.004833984246943146, 0.00791015604045242, 0.00791015604045242, 0.007250976370414719, 0.007031249813735485, 0.007690429483773187, 0.005273437360301614, 0.005712890473660082, 0.004614257690263912, 0.006591796700377017, 0.005712890473660082, 0.006372070143697783, 0.007470702927093953, 0.004394531133584678, 0.007690429483773187, 0.006372070143697783, 0.007470702927093953, 0.007250976370414719, 0.008349609153810889, 0.005273437360301614, 0.007690429483773187, 0.008349609153810889, 0.007690429483773187, 0.006811523257056251, 0.007690429483773187, 0.007470702927093953, 0.005273437360301614, 0.006591796700377017, 0.00900878882384859, 0.006591796700377017, 0.0061523435870185494, 0.007250976370414719, 0.006591796700377017, 0.008349609153810889, 0.005712890473660082, 0.007470702927093953, 0.004394531133584678, 0.0032958983501885086, 0.005712890473660082, 0.004174804576905444, 0.004614257690263912, 0.008129882597131655, 0.00395507802022621, 0.005493163916980848, 0.005273437360301614, 0.006811523257056251, 0.007470702927093953, 0.005712890473660082, 0.00395507802022621, 0.008129882597131655, 0.00505371080362238, 0.006372070143697783, 0.004394531133584678, 0.0061523435870185494, 0.005493163916980848, 0.00791015604045242, 0.006372070143697783, 0.004614257690263912, 0.007470702927093953, 0.005712890473660082, 0.006372070143697783, 0.007470702927093953, 0.006811523257056251, 0.007250976370414719, 0.007031249813735485, 0.008129882597131655, 0.00791015604045242, 0.008789062267169356, 0.0059326170303393155, 0.006372070143697783, 0.005273437360301614, 0.007031249813735485, 0.004394531133584678, 0.008569335710490122, 0.007250976370414719, 0.007031249813735485, 0.0059326170303393155, 0.005712890473660082, 0.00791015604045242, 0.006591796700377017, 0.006372070143697783, 0.007690429483773187, 0.00791015604045242, 0.008349609153810889, 0.004614257690263912, 0.007250976370414719, 0.005273437360301614, 0.007031249813735485, 0.006591796700377017, 0.004614257690263912, 0.006372070143697783, 0.007250976370414719, 0.005493163916980848, 0.007250976370414719, 0.00395507802022621, 0.007250976370414719, 0.006372070143697783, 0.004833984246943146, 0.007031249813735485, 0.008569335710490122, 0.009228515380527824, 0.007470702927093953, 0.007031249813735485, 0.0061523435870185494, 0.005273437360301614, 0.007031249813735485, 0.007031249813735485, 0.00791015604045242, 0.007250976370414719, 0.007470702927093953, 0.004833984246943146, 0.008129882597131655, 0.005273437360301614, 0.005273437360301614, 0.004394531133584678, 0.00791015604045242, 0.007690429483773187, 0.005712890473660082, 0.006591796700377017, 0.006811523257056251, 0.008569335710490122, 0.007031249813735485, 0.005273437360301614, 0.00505371080362238, 0.005493163916980848, 0.006811523257056251, 0.004394531133584678, 0.008789062267169356, 0.007031249813735485, 0.004614257690263912, 0.004833984246943146, 0.006811523257056251, 0.004394531133584678, 0.007690429483773187, 0.004394531133584678, 0.007031249813735485, 0.006372070143697783, 0.007690429483773187, 0.007250976370414719, 0.007470702927093953, 0.005712890473660082, 0.004394531133584678, 0.007470702927093953, 0.005712890473660082, 0.005273437360301614, 0.007250976370414719, 0.004174804576905444, 0.00505371080362238, 0.005273437360301614, 0.007690429483773187, 0.0059326170303393155, 0.007250976370414719, 0.0061523435870185494, 0.004614257690263912, 0.007250976370414719, 0.008569335710490122, 0.0061523435870185494, 0.005712890473660082, 0.006372070143697783, 0.0061523435870185494, 0.005712890473660082, 0.006591796700377017, 0.0061523435870185494, 0.00505371080362238, 0.00505371080362238, 0.00900878882384859, 0.007690429483773187, 0.006811523257056251, 0.005273437360301614, 0.0059326170303393155, 0.0059326170303393155, 0.006591796700377017, 0.004614257690263912, 0.007250976370414719, 0.007690429483773187, 0.004614257690263912, 0.008349609153810889, 0.00505371080362238, 0.00791015604045242, 0.007470702927093953, 0.0059326170303393155, 0.007031249813735485, 0.00791015604045242, 0.008789062267169356, 0.004833984246943146, 0.006591796700377017, 0.005493163916980848, 0.008569335710490122, 0.004833984246943146, 0.007470702927093953, 0.005493163916980848, 0.005712890473660082, 0.00791015604045242, 0.005712890473660082, 0.005493163916980848, 0.00791015604045242, 0.006811523257056251, 0.005273437360301614, 0.005712890473660082, 0.006811523257056251, 0.0059326170303393155, 0.007031249813735485, 0.005493163916980848, 0.005493163916980848, 0.006811523257056251, 0.00395507802022621, 0.004394531133584678, 0.006372070143697783, 0.007031249813735485, 0.006811523257056251, 0.005273437360301614, 0.008349609153810889, 0.004174804576905444, 0.007470702927093953, 0.005493163916980848, 0.008129882597131655, 0.005273437360301614, 0.007470702927093953, 0.0059326170303393155, 0.004614257690263912, 0.007690429483773187, 0.005712890473660082, 0.007031249813735485, 0.007690429483773187, 0.006591796700377017, 0.00791015604045242, 0.005493163916980848, 0.006372070143697783, 0.008129882597131655, 0.00791015604045242, 0.005273437360301614, 0.004833984246943146, 0.007031249813735485, 0.005712890473660082, 0.005273437360301614, 0.006591796700377017, 0.008129882597131655, 0.008569335710490122, 0.004174804576905444, 0.004833984246943146, 0.006591796700377017, 0.00900878882384859, 0.009228515380527824, 0.009448241937207058, 0.007031249813735485, 0.005273437360301614, 0.007250976370414719, 0.008349609153810889, 0.004174804576905444, 0.008129882597131655, 0.006591796700377017, 0.006372070143697783, 0.005493163916980848, 0.007690429483773187, 0.00505371080362238, 0.006372070143697783, 0.005493163916980848, 0.0059326170303393155, 0.00395507802022621, 0.005273437360301614, 0.00505371080362238, 0.006591796700377017, 0.0061523435870185494, 0.005712890473660082, 0.008349609153810889, 0.006372070143697783, 0.00791015604045242, 0.007690429483773187, 0.005273437360301614, 0.005273437360301614, 0.007470702927093953, 0.010327148163923994, 0.007031249813735485, 0.005493163916980848, 0.008789062267169356, 0.006811523257056251, 0.0059326170303393155, 0.004614257690263912, 0.004614257690263912, 0.005273437360301614, 0.007690429483773187, 0.008129882597131655, 0.004833984246943146, 0.004174804576905444, 0.006591796700377017, 0.0059326170303393155, 0.0032958983501885086, 0.007031249813735485, 0.004833984246943146, 0.006591796700377017, 0.005273437360301614, 0.008129882597131655, 0.00505371080362238, 0.00791015604045242, 0.006372070143697783, 0.007690429483773187, 0.005273437360301614, 0.00900878882384859, 0.0061523435870185494, 0.005712890473660082, 0.0059326170303393155, 0.006811523257056251, 0.0061523435870185494, 0.004614257690263912, 0.007250976370414719, 0.008129882597131655, 0.0061523435870185494, 0.006372070143697783, 0.006372070143697783, 0.005273437360301614, 0.004833984246943146, 0.007250976370414719, 0.0030761717935092747, 0.002416992123471573, 0.002636718680150807, -0.0010986327833961695, -0.002636718680150807, -0.007470702927093953, -0.008349609153810889, -0.009228515380527824, -0.014501952740829438, -0.014721679297508672, -0.017138671420980245, -0.019775390101131052, -0.019995116657810286, -0.022192382224602625, -0.02241210878128186, -0.02021484321448952, -0.020654296327847987, -0.01582031208090484, -0.01691894486430101, -0.009667968493886292, -0.007250976370414719, -0.0013183593400754035, 0.002636718680150807, 0.011645507503999397, 0.020434569771168754, 0.025048827461432666, 0.03361816317192279, 0.040209959872299805, 0.048559569026110694, 0.058666990633355454, 0.0628417952102609, 0.07229003714746796, 0.07734374795109034, 0.08349609153810889, 0.08635253677493893, 0.08789062267169356, 0.08635253677493893, 0.08789062267169356, 0.08371581809478812, 0.07734374795109034, 0.07360839648754336, 0.06679687323048711, 0.05559081883984618, 0.0498779283661861, 0.03779296774882823, 0.023730468121357262, 0.01120605439064093, -0.0013183593400754035, -0.014501952740829438, -0.031201171048451215, -0.04372558477916755, -0.058227537519996986, -0.07119140436407179, -0.07976074007456191, -0.09206542724859901, -0.09909667706233449, -0.10612792687606998, -0.1133789032464847, -0.11579589536995627, -0.11865234060678631, -0.11052245800965466, -0.10810546588618308, -0.10217284885584377, -0.09558105215546675, -0.08481445087818429, -0.07185058403410949, -0.05910644374671392, -0.04438476444920525, -0.028784178924979642, -0.01406249962747097, -0.0010986327833961695, 0.016699218307621777, 0.03383788972860202, 0.04943847525282763, 0.062182615540223196, 0.0758056620543357, 0.08789062267169356, 0.09865722394897602, 0.10634765343274921, 0.1140380829165224, 0.11623534848331474, 0.11887206716346554, 0.11953124683350325, 0.11645507503999397, 0.1120605439064093, 0.10568847376271151, 0.09909667706233449, 0.0907470679085236, 0.07734374795109034, 0.06679687323048711, 0.05690917817992158, 0.046362303459318355, 0.03164062416180968, 0.01911621043109335, 0.010327148163923994, -0.0013183593400754035, -0.010546874720603228, -0.021533202554564923, -0.02988281170837581, -0.03867187397554517, -0.04570312378928065, -0.04790038935607299, -0.05163574081961997, -0.053613279829733074, -0.057128904736600816, -0.05449218605645001, -0.05273437360301614, -0.0511962877062615, -0.04899902213946916, -0.03933105364558287, -0.039111327088903636, -0.03186035071848892, -0.026806639914866537, -0.018896483874414116, -0.01406249962747097, -0.010546874720603228, -0.0030761717935092747, 0.002197265566792339, 0.004614257690263912, 0.013403319957433268, 0.013623046514112502, 0.016479491750942543, 0.018676757317734882, 0.018896483874414116, 0.019555663544451818, 0.01911621043109335, 0.01911621043109335, 0.01911621043109335, 0.018676757317734882, 0.019335936987772584, 0.01582031208090484, 0.017578124534338713, 0.010986327833961695, 0.011425780947320163, 0.011425780947320163, 0.009667968493886292, 0.004394531133584678, 0.007690429483773187, 0.0061523435870185494, 0.0035156249068677425, 0.002856445236830041, 0.0059326170303393155, 0.005712890473660082, 0.006591796700377017, 0.0061523435870185494, 0.004394531133584678, 0.006811523257056251, 0.007470702927093953, 0.005493163916980848, 0.008129882597131655, 0.004614257690263912, 0.007250976370414719, 0.004614257690263912, 0.008349609153810889, 0.00505371080362238, 0.00900878882384859, 0.005273437360301614, 0.004833984246943146, 0.0035156249068677425, 0.006811523257056251, 0.00505371080362238, 0.008349609153810889, 0.004174804576905444, 0.007470702927093953, 0.005493163916980848, 0.0059326170303393155, 0.005273437360301614, 0.004833984246943146, 0.007031249813735485, 0.005493163916980848, 0.007470702927093953, 0.007031249813735485 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "ramsey_experiment.plot_trace(channels=qcs.Qudits(1, \"ancilla\"))" ] }, { "cell_type": "raw", "id": "d899c6af", "metadata": { "lines_to_next_cell": 2, "raw_mimetype": "text/restructuredtext" }, "source": [ "Here we can see two control pulses separated by our varying delays.\n", ".. note::\n", "\n", " The local oscillator (LO) frequency was set to 5 GHz for this\n", " example, and that we also limited the number of delay sweep points to keep\n", " the visualization easy to interpret" ] }, { "cell_type": "raw", "id": "f58695fd", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "Hahn Echo Experiment\n", "--------------------\n", "This section shows how to perform a Hahn Echo experiment. This experiment can\n", "be easily generated with :py:class:`~keysight.qcs.experiments.EchoExperiment`\\.\n", "\n", "With the previous Ramsey experiment we showed a way to characterize the decay\n", "rate of the coherence between the ground and excited states of the qubit.\n", "We now show how to perform a `T_2` Hahn Echo experiment to obtain a more\n", "precise estimate of the qubit's decay time. Indeed, unlike the `T_2^*`\n", "previously measured, the `T_2` obtained using a Hahn Echo experiement allows\n", "to get a measure of the decoherence while eliminating low frequency fluctuations.\n", "Here we are following the same process as the Ramsey experiment above with the\n", "addition of an additional Z rotation also called a refocusing pulse in between\n", "the two :math:`\\frac{\\pi}{2}` pulses. This `Z` rotation will counteract the\n", "natural precession of the qubit's state and is refocusing any slow noise\n", "by doing so.\n", "\n", ".. image:: ../figures/hahn_echo.png\n", " :align: center\n", " :width: 120%\n", "\n", "The experiment therefore follows the following steps:\n", " #. Initialize the qubit to an equal superposition state between the ground and\n", " excited state (in the :math:`XY` plane of the Bloch sphere) by applying a\n", " :math:`\\frac{\\pi}{2}` gate.\n", "\n", " #. Apply a delay.\n", "\n", " #. Apply a :math:`Z` rotation to offset the natural precession.\n", "\n", " #. Apply a second :math:`\\frac{\\pi}{2}` gate to drive the qubit toward either the\n", " ground or excited state.\n", "\n", " #. Measure the population of the qubit in the excited state.\n", "\n", " #. Repeat the above steps with varying delay time.\n", "\n" ] }, { "cell_type": "raw", "id": "eb56a720", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "We start again by initializing a qubit and loading a channel mapper to\n", "create a new instance of the :py:class:`~keysight.qcs.experiments.EchoExperiment`\n", "class. Next, we generate a calibration set for the qubit\n", "using :py:func:`~keysight.qcs.experiments.make_calibration_set`. This file includes\n", "the quantum operations and variables we will need to run the experiment." ] }, { "cell_type": "code", "execution_count": 21, "id": "fa4e4ffd", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.448410Z", "iopub.status.busy": "2024-10-11T06:14:14.447012Z", "iopub.status.idle": "2024-10-11T06:14:14.470684Z", "shell.execute_reply": "2024-10-11T06:14:14.468520Z" } }, "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", "\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
Layers1
Targets1
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", "
Durationundefined
\n", "
\n", "\n", "
\n", "
\n", "
\n", " qudits\n", " \n", " 0\n", " \n", " \n", "
\n", " X90\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X90 on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0.71-0.71j
-0.71j0.71
\n", "\n", "
\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 ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=pulse_delay, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " X\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
01
10
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " \n", "\n", "\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Delay on ('qudits', 0)\n", "
\n", "
\n", " Parameters\n", "
\n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "
DurationArray(name=pulse_delay, shape=(1,), dtype=float, unit=s)
\n", "
\n", "\n", "\n", "
\n", "
\n", "
\n", " \n", "
\n", " X90\n", "
\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", " Gate X90 on ('qudits', 0)\n", "
\n", "
\n", "
\n", " Matrix:\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0.71-0.71j
-0.71j0.71
\n", "\n", "
\n", "
\n", "\n", "\n", "
\n", "
\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", "qubits = qcs.Qudits(range(n_qubits))\n", "calibration_set = make_calibration_set(n_qubits)\n", "\n", "# generate an empty channel mapper\n", "mapper = qcs.ChannelMapper(\"ip_addr\")\n", "\n", "# create Ramsey experiment\n", "echo_experiment = EchoExperiment(mapper, calibration_set=calibration_set, qubits=qubits)\n", "\n", "echo_experiment.draw()\n", "\n", "# The program consists of two `X90` gates, with a `X` gate placed between them.\n", "# There are two delays of `d/2` where `d` is variable, one in between the first\n", "# `X90` gates and the `X` gate and one in between the `X` gates and the second\n", "# `X90` gate. The sequence is then followed by a measurement.\n", "#" ] }, { "cell_type": "code", "execution_count": 22, "id": "3124cedb", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.475149Z", "iopub.status.busy": "2024-10-11T06:14:14.474261Z", "iopub.status.idle": "2024-10-11T06:14:14.497822Z", "shell.execute_reply": "2024-10-11T06:14:14.495040Z" } }, "outputs": [], "source": [ "# configure the repetitions for this experiment\n", "start_delay = 40e-9\n", "end_delay = 80e-9\n", "steps = 3\n", "scan_values = np.linspace([start_delay] * n_qubits, [end_delay] * n_qubits, steps)\n", "echo_experiment.configure_repetitions(delays=scan_values, n_shots=1)" ] }, { "cell_type": "raw", "id": "dd786822", "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:\n", "echo_experiment.compiled_program.render(channel_subplots=False, sample_rate=5e9)" ] }, { "cell_type": "raw", "id": "544aadf0", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ "To execute this experiment, we can simply run" ] }, { "cell_type": "code", "execution_count": 23, "id": "e260dc5b", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.505057Z", "iopub.status.busy": "2024-10-11T06:14:14.504251Z", "iopub.status.idle": "2024-10-11T06:14:14.536015Z", "shell.execute_reply": "2024-10-11T06:14:14.533711Z" } }, "outputs": [], "source": [ "if run_on_hw:\n", " echo_experiment.execute()\n", "else:\n", " # load in a previously executed version of this experiment\n", " echo_experiment = qcs.load(\"EchoExperiment_data.hdf5\")" ] }, { "cell_type": "raw", "id": "3be97f95", "metadata": { "lines_to_next_cell": 0, "raw_mimetype": "text/restructuredtext" }, "source": [ "The draw and plot methods can then be used just like for the Ramsey experiment.\n", "echo_experiment.draw()" ] }, { "cell_type": "code", "execution_count": 24, "id": "e29a099d", "metadata": { "execution": { "iopub.execute_input": "2024-10-11T06:14:14.542078Z", "iopub.status.busy": "2024-10-11T06:14:14.541435Z", "iopub.status.idle": "2024-10-11T06:14:14.659474Z", "shell.execute_reply": "2024-10-11T06:14:14.658552Z" } }, "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 (pulse_delay, 40 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0030761717935092747, 0.005493163916980848, 0.007250976370414719, 0.005273437360301614, 0.007031249813735485, 0.007031249813735485, 0.00505371080362238, 0.006372070143697783, 0.005712890473660082, 0.006372070143697783, 0.007690429483773187, 0.006591796700377017, 0.00395507802022621, 0.0061523435870185494, 0.005493163916980848, 0.006811523257056251, 0.0032958983501885086, 0.007690429483773187, 0.004174804576905444, 0.0032958983501885086, 0.008349609153810889, 0.004174804576905444, 0.007031249813735485, 0.004833984246943146, 0.004833984246943146, 0.006811523257056251, 0.007031249813735485, 0.006372070143697783, 0.007250976370414719, 0.005712890473660082, 0.00505371080362238, 0.006372070143697783, 0.006372070143697783, 0.008349609153810889, 0.0061523435870185494, 0.007250976370414719, 0.006811523257056251, 0.0030761717935092747, 0.00505371080362238, 0.0059326170303393155, 0.007250976370414719, 0.007031249813735485, 0.004614257690263912, 0.004833984246943146, 0.0059326170303393155, 0.005273437360301614, 0.0002197265566792339, 0.0006591796700377017, -0.002416992123471573, -0.004174804576905444, -0.00791015604045242, -0.008569335710490122, -0.012084960617357865, -0.015600585524225608, -0.01845703076105565, -0.01911621043109335, -0.019555663544451818, -0.02197265566792339, -0.02131347599788569, -0.021093749441206455, -0.02197265566792339, -0.020434569771168754, -0.01582031208090484, -0.01516113241086714, -0.009667968493886292, -0.0059326170303393155, -0.0002197265566792339, 0.007250976370414719, 0.01406249962747097, 0.021752929111244157, 0.02636718680150807, 0.03669433496543206, 0.045263670675922185, 0.05163574081961997, 0.058666990633355454, 0.064819334220374, 0.07404784960090183, 0.08020019318792038, 0.08063964630127884, 0.08854980234173127, 0.08525390399154276, 0.08833007578505203, 0.08459472432150505, 0.08305663842475042, 0.07558593549765646, 0.07229003714746796, 0.06525878733373247, 0.05339355327305384, 0.03977050675894134, 0.02812499925494194, 0.018896483874414116, 0.006811523257056251, -0.011865234060678631, -0.023510741564678028, -0.037573241192149, -0.051416014262940735, -0.061523435870185494, -0.07624511516769417, -0.08657226333161816, -0.09755859116557986, -0.10502929409267381, -0.11052245800965466, -0.11491698914323933, -0.11579589536995627, -0.11447753602988087, -0.1146972625865601, -0.10832519244286232, -0.09887695050565526, -0.09250488036195748, -0.07910156040452421, -0.06855468568392098, -0.055371092283166945, -0.03933105364558287, -0.024389647791394964, -0.008129882597131655, 0.009667968493886292, 0.0252685540181119, 0.03977050675894134, 0.053173826716374606, 0.07075195125071332, 0.07954101351788267, 0.09096679446520284, 0.10195312229916453, 0.10656737998942845, 0.1133789032464847, 0.11865234060678631, 0.11645507503999397, 0.11645507503999397, 0.11447753602988087, 0.10920409866957925, 0.10261230196920224, 0.09426269281539135, 0.08613281021825969, 0.0764648417243734, 0.0654785138904117, 0.0498779283661861, 0.039550780202262104, 0.02746581958490424, 0.017138671420980245, 0.001977539010113105, -0.008129882597131655, -0.01911621043109335, -0.025708007131470367, -0.033398436615243554, -0.043066405109129846, -0.04790038935607299, -0.05273437360301614, -0.053173826716374606, -0.05471191261312924, -0.05471191261312924, -0.05603027195320465, -0.053173826716374606, -0.0498779283661861, -0.04394531133584678, -0.03713378807879053, -0.03559570218203589, -0.030541991378413513, -0.02482910090475343, -0.01801757764769718, -0.011645507503999397, -0.00791015604045242, 0.001977539010113105, 0.0061523435870185494, 0.006372070143697783, 0.010766601277282462, 0.013842773070791736, 0.01845703076105565, 0.019775390101131052, 0.02131347599788569, 0.01911621043109335, 0.018896483874414116, 0.018896483874414116, 0.01845703076105565, 0.018676757317734882, 0.016699218307621777, 0.015600585524225608, 0.013183593400754035, 0.011645507503999397, 0.00900878882384859, 0.008349609153810889, 0.007250976370414719, 0.0061523435870185494, 0.005712890473660082, 0.005712890473660082, 0.002636718680150807, 0.0037353514635469764, 0.002856445236830041, 0.0030761717935092747, 0.0030761717935092747, 0.005493163916980848, 0.004833984246943146, 0.004174804576905444, 0.008349609153810889, 0.004614257690263912, 0.006811523257056251, 0.004174804576905444, 0.0035156249068677425, 0.008349609153810889, 0.006372070143697783, 0.004394531133584678, 0.007470702927093953, 0.00505371080362238, 0.0061523435870185494, 0.002856445236830041, 0.004614257690263912, 0.005712890473660082, 0.007031249813735485, 0.00791015604045242, 0.007470702927093953, 0.007250976370414719, 0.005273437360301614, 0.004614257690263912, 0.004174804576905444, 0.005273437360301614, 0.00505371080362238, 0.0030761717935092747, 0.005493163916980848, 0.007250976370414719, 0.007690429483773187, 0.006591796700377017, 0.005273437360301614, 0.006811523257056251, 0.007470702927093953, 0.007470702927093953, 0.00505371080362238, 0.005712890473660082, 0.004174804576905444, 0.00505371080362238, 0.004394531133584678, 0.00791015604045242, 0.004833984246943146, 0.008349609153810889, 0.007250976370414719, 0.00900878882384859, 0.006591796700377017, 0.007031249813735485, 0.006372070143697783, 0.005273437360301614, 0.007250976370414719, 0.008129882597131655, 0.0035156249068677425, 0.006591796700377017, 0.005493163916980848, 0.004614257690263912, 0.004614257690263912, 0.005712890473660082, 0.0061523435870185494, 0.004174804576905444, 0.005273437360301614, 0.004394531133584678, 0.005712890473660082, 0.006372070143697783, 0.005273437360301614, 0.006811523257056251, 0.005493163916980848, 0.007470702927093953, 0.0035156249068677425, 0.004614257690263912, 0.0037353514635469764, 0.00791015604045242, 0.006372070143697783, 0.004394531133584678, 0.008129882597131655, 0.00395507802022621, 0.005712890473660082, 0.00505371080362238, 0.00395507802022621, 0.005493163916980848, 0.005273437360301614, 0.004614257690263912, 0.006372070143697783, 0.008129882597131655, 0.005493163916980848, 0.005712890473660082, 0.005712890473660082, 0.00505371080362238, 0.004394531133584678, 0.005493163916980848, 0.004614257690263912, 0.0059326170303393155, 0.004394531133584678, 0.007250976370414719, 0.0059326170303393155, 0.007690429483773187, 0.006591796700377017, 0.00791015604045242, 0.004394531133584678, 0.005493163916980848, 0.00395507802022621, 0.005493163916980848, 0.004394531133584678, 0.006811523257056251, 0.007031249813735485, 0.006811523257056251, 0.00791015604045242, 0.0061523435870185494, 0.006591796700377017, 0.006811523257056251, 0.00791015604045242, 0.006811523257056251, 0.0035156249068677425, 0.007031249813735485, 0.006372070143697783, 0.006591796700377017, 0.005273437360301614, 0.00505371080362238, 0.006372070143697783, 0.004833984246943146, 0.005493163916980848, 0.007690429483773187, 0.005712890473660082, 0.0059326170303393155, 0.006591796700377017, 0.004394531133584678, 0.005273437360301614, 0.007031249813735485, 0.005712890473660082, 0.0059326170303393155, 0.006372070143697783, 0.004833984246943146, 0.0061523435870185494, 0.005712890473660082, 0.005712890473660082, 0.0059326170303393155, 0.005273437360301614, 0.004174804576905444, 0.008129882597131655, 0.0061523435870185494, 0.005712890473660082, 0.007470702927093953, 0.005712890473660082, 0.00395507802022621, 0.0059326170303393155, 0.005712890473660082, 0.007031249813735485, 0.007250976370414719, 0.00505371080362238, 0.004394531133584678, 0.0059326170303393155, 0.00791015604045242, 0.005273437360301614, 0.0030761717935092747, 0.005712890473660082, 0.005712890473660082, 0.0035156249068677425, 0.002856445236830041, 0.00505371080362238, 0.007470702927093953, 0.004614257690263912, 0.006811523257056251, 0.0059326170303393155, 0.005493163916980848, 0.0059326170303393155, 0.004833984246943146, 0.006372070143697783, 0.005273437360301614, 0.0032958983501885086, 0.0061523435870185494, 0.00791015604045242, 0.005273437360301614, 0.005712890473660082, 0.006811523257056251, 0.005273437360301614, 0.00505371080362238, 0.008349609153810889, 0.008349609153810889, 0.007470702927093953, 0.0061523435870185494, 0.005712890473660082, 0.004833984246943146, 0.004394531133584678, 0.005712890473660082, 0.0059326170303393155, 0.0059326170303393155, 0.005493163916980848, 0.0059326170303393155, 0.008129882597131655, 0.0059326170303393155, 0.007250976370414719, 0.0061523435870185494, 0.0037353514635469764, 0.0010986327833961695, -0.0010986327833961695, -0.004614257690263912, -0.010327148163923994, -0.014721679297508672, -0.018676757317734882, -0.024389647791394964, -0.030541991378413513, -0.03098144449177198, -0.041308592655695975, -0.044165037892526016, -0.04833984246943146, -0.0498779283661861, -0.05075683459290303, -0.05163574081961997, -0.050317381479544565, -0.04680175657267682, -0.04174804576905444, -0.03142089760513045, -0.02702636647154577, -0.015380858967546374, -0.004833984246943146, 0.009448241937207058, 0.02131347599788569, 0.03603515529539436, 0.0511962877062615, 0.06987304502399638, 0.08217773219803348, 0.09755859116557986, 0.11140136423637159, 0.1289794887707103, 0.13842773070791736, 0.15051269132527523, 0.15776366769568995, 0.1632568316126708, 0.16765136274625547, 0.1652343706227839, 0.16062011293252, 0.15534667557221837, 0.14545898052165285, 0.13249511367757805, 0.11953124683350325, 0.0997558567323722, 0.07888183384784497, 0.05581054539652541, 0.029003905481658876, 0.0059326170303393155, -0.02131347599788569, -0.047460936242714524, -0.07360839648754336, -0.09799804427893832, -0.12612304353388026, -0.14743651953176595, -0.17094726109644398, -0.1905029246408958, -0.20720214294851758, -0.2203857363492716, -0.22653807993629016, -0.2280761658330448, -0.2300537048431579, -0.22587890026625246, -0.21137694752542302, -0.1995117134647444, -0.17863769058021717, -0.15842284736572765, -0.13293456679093651, -0.10766601277282462, -0.07976074007456191, -0.0505371080362238, -0.01911621043109335, 0.008789062267169356, 0.039550780202262104, 0.06965331846731715, 0.09645995838218369, 0.12260741862701252, 0.14853515231516212, 0.1698486283130478, 0.18742675284738652, 0.2028076118149329, 0.21533202554564923, 0.22456054092617705, 0.2260986268229317, 0.22346190814278089, 0.2144531193189323, 0.21093749441206455, 0.19709472134127282, 0.17731933124014176, 0.1612792926025577, 0.13842773070791736, 0.11909179372014478, 0.09250488036195748, 0.06965331846731715, 0.04724120968603529, 0.02307128845131956, 0.0030761717935092747, -0.020654296327847987, -0.03647460840875283, -0.05690917817992158, -0.07272949026082642, -0.0867919898882974, -0.09426269281539135, -0.10546874720603228, -0.11118163767969236, -0.11359862980316393, -0.1146972625865601, -0.11381835635984316, -0.10568847376271151, -0.10415038786595687, -0.09228515380527824, -0.08481445087818429, -0.07624511516769417, -0.0635009748802986, -0.04899902213946916, -0.0388916005322244, -0.028564452368300408, -0.018676757317734882, -0.007470702927093953, -0.0008789062267169356, 0.01120605439064093, 0.01516113241086714, 0.024609374348074198, 0.027685546141583472, 0.03098144449177198, 0.03361816317192279, 0.0369140615221113, 0.037573241192149, 0.03208007727516815, 0.034497069398639724, 0.03273925694520585, 0.026147460244828835, 0.023291015007998794, 0.02241210878128186, 0.01516113241086714, 0.014501952740829438, 0.010766601277282462, 0.011425780947320163, 0.004614257690263912, 0.004174804576905444, 0.005712890473660082, 0.007250976370414719, 0.0037353514635469764, 0.006372070143697783, 0.004174804576905444, 0.00505371080362238, 0.007250976370414719, 0.0032958983501885086, 0.005273437360301614, 0.006811523257056251, 0.006811523257056251, 0.007470702927093953, 0.005712890473660082, 0.00505371080362238, 0.007031249813735485, 0.0059326170303393155, 0.007250976370414719, 0.0061523435870185494, 0.004833984246943146, 0.006591796700377017, 0.006811523257056251, 0.006372070143697783, 0.005273437360301614, 0.007250976370414719, 0.00900878882384859, 0.007031249813735485, 0.008349609153810889, 0.009228515380527824, 0.008349609153810889, 0.004394531133584678, 0.005712890473660082, 0.007031249813735485, 0.0035156249068677425, 0.005493163916980848, 0.0059326170303393155, 0.004833984246943146, 0.007250976370414719, 0.005712890473660082, 0.005273437360301614, 0.002416992123471573, 0.008129882597131655, 0.008569335710490122, 0.004614257690263912, 0.0061523435870185494, 0.004833984246943146, 0.005712890473660082, 0.00505371080362238, 0.005712890473660082, 0.005493163916980848, 0.007470702927093953, 0.007250976370414719, 0.0061523435870185494, 0.006811523257056251, 0.007031249813735485, 0.005493163916980848, 0.00395507802022621, 0.004394531133584678, 0.00505371080362238, 0.007690429483773187, 0.007250976370414719, 0.0035156249068677425, 0.00505371080362238, 0.006372070143697783, 0.004614257690263912, 0.0061523435870185494, 0.005273437360301614, 0.0059326170303393155, 0.00505371080362238, 0.004174804576905444, 0.006372070143697783, 0.007031249813735485, 0.0061523435870185494, 0.00505371080362238, 0.0061523435870185494, 0.0059326170303393155, 0.005273437360301614, 0.008789062267169356, 0.006372070143697783, 0.004394531133584678, 0.0059326170303393155, 0.005493163916980848, 0.007031249813735485, 0.006811523257056251, 0.008349609153810889, 0.004833984246943146, 0.006811523257056251, 0.006591796700377017, 0.00505371080362238, 0.004394531133584678, 0.006372070143697783, 0.0061523435870185494, 0.005493163916980848, 0.006372070143697783, 0.004394531133584678, 0.00900878882384859, 0.005712890473660082, 0.0061523435870185494, 0.00505371080362238, 0.0059326170303393155, 0.0061523435870185494, 0.0037353514635469764, 0.008569335710490122, 0.00505371080362238, 0.0037353514635469764, 0.0061523435870185494, 0.005493163916980848, 0.005712890473660082, 0.004833984246943146, 0.007250976370414719, 0.007250976370414719, 0.005712890473660082, 0.00505371080362238, 0.004394531133584678, 0.007031249813735485, 0.0061523435870185494, 0.005493163916980848, 0.004833984246943146, 0.006811523257056251, 0.0061523435870185494, 0.007031249813735485, 0.005493163916980848, 0.00505371080362238, 0.007690429483773187, 0.0061523435870185494, 0.00505371080362238, 0.007250976370414719, 0.005712890473660082, 0.004174804576905444, 0.005712890473660082, 0.004394531133584678, 0.004614257690263912, 0.00505371080362238, 0.006591796700377017, 0.004174804576905444, 0.0061523435870185494, 0.0061523435870185494, 0.0059326170303393155, 0.004174804576905444, 0.00505371080362238, 0.006591796700377017, 0.0059326170303393155, 0.005712890473660082, 0.009228515380527824, 0.005273437360301614, 0.0061523435870185494, 0.0037353514635469764, 0.007031249813735485, 0.007250976370414719, 0.007031249813735485, 0.008789062267169356, 0.00791015604045242, 0.006591796700377017, 0.007690429483773187, 0.005273437360301614, 0.005273437360301614, 0.0059326170303393155, 0.007470702927093953, 0.0061523435870185494, 0.007470702927093953, 0.0032958983501885086, 0.004174804576905444, 0.0032958983501885086, 0.004614257690263912, 0.004833984246943146, 0.007470702927093953, 0.007250976370414719, 0.004614257690263912, 0.007470702927093953, 0.009448241937207058, 0.0059326170303393155, 0.008349609153810889, 0.005493163916980848, 0.004394531133584678, 0.005712890473660082, 0.007690429483773187, 0.006811523257056251, 0.007690429483773187, 0.004614257690263912, 0.006591796700377017, 0.005273437360301614, 0.00505371080362238, 0.0061523435870185494, 0.00900878882384859, 0.006591796700377017, 0.005712890473660082, 0.006591796700377017, 0.007031249813735485, 0.0032958983501885086, 0.006591796700377017, 0.007250976370414719, 0.00791015604045242, 0.004833984246943146, 0.008129882597131655, 0.006591796700377017, 0.0059326170303393155, 0.006591796700377017, 0.00395507802022621, 0.005273437360301614, 0.005493163916980848, 0.0008789062267169356, 0.0006591796700377017, -0.0008789062267169356, -0.005273437360301614, -0.00505371080362238, -0.010327148163923994, -0.01120605439064093, -0.013403319957433268, -0.01516113241086714, -0.01735839797765948, -0.021533202554564923, -0.019555663544451818, -0.02087402288452722, -0.022192382224602625, -0.021533202554564923, -0.019995116657810286, -0.01691894486430101, -0.013183593400754035, -0.013403319957433268, -0.0032958983501885086, 0.001977539010113105, 0.006372070143697783, 0.015600585524225608, 0.02021484321448952, 0.028564452368300408, 0.038012694305507466, 0.04438476444920525, 0.0511962877062615, 0.05998534997343086, 0.06877441224060021, 0.07470702927093953, 0.07954101351788267, 0.08327636498142965, 0.08723144300165586, 0.08481445087818429, 0.08657226333161816, 0.0887695288984105, 0.08151855252799578, 0.07756347450776957, 0.07097167780739255, 0.06328124832361937, 0.0518554673762992, 0.03977050675894134, 0.029443358595017344, 0.016699218307621777, 0.004174804576905444, -0.012524413730716333, -0.024389647791394964, -0.039111327088903636, -0.0511962877062615, -0.061523435870185494, -0.07492675582761876, -0.08591308366158046, -0.09843749739229679, -0.10502929409267381, -0.10854491899954155, -0.1140380829165224, -0.11579589536995627, -0.1146972625865601, -0.11249999701976776, -0.10920409866957925, -0.0997558567323722, -0.09052734135184437, -0.08195800564135425, -0.06811523257056251, -0.053173826716374606, -0.03977050675894134, -0.021533202554564923, -0.005712890473660082, 0.009667968493886292, 0.023950194678036496, 0.04262695199577138, 0.054272459499770775, 0.06811523257056251, 0.07910156040452421, 0.09382323970203288, 0.10195312229916453, 0.11074218456633389, 0.112719723576447, 0.11425780947320163, 0.11755370782339014, 0.11821288749342784, 0.11293945013312623, 0.11074218456633389, 0.10085448951576836, 0.09404296625871211, 0.08547363054822199, 0.07404784960090183, 0.06372070143697783, 0.04965820180950686, 0.039111327088903636, 0.029003905481658876, 0.01625976519426331, 0.0032958983501885086, -0.006372070143697783, -0.016040038637584075, -0.0252685540181119, -0.03493652251199819, -0.04042968642897904, -0.04680175657267682, -0.052075193932978436, -0.054272459499770775, -0.05449218605645001, -0.056469725066563115, -0.051416014262940735, -0.05163574081961997, -0.046362303459318355, -0.04482421756256372, -0.03977050675894134, -0.033398436615243554, -0.029443358595017344, -0.02131347599788569, -0.015380858967546374, -0.01010742160724476, -0.006372070143697783, -0.0030761717935092747, 0.004174804576905444, 0.007470702927093953, 0.012084960617357865, 0.012744140287395567, 0.01735839797765948, 0.020434569771168754, 0.021533202554564923, 0.019335936987772584, 0.018676757317734882, 0.020654296327847987, 0.018676757317734882, 0.017138671420980245, 0.01582031208090484, 0.013403319957433268, 0.01406249962747097, 0.012084960617357865, 0.011645507503999397, 0.011865234060678631, 0.00791015604045242, 0.006811523257056251, 0.00395507802022621, 0.006591796700377017, 0.0013183593400754035, 0.0037353514635469764, 0.005493163916980848, 0.004394531133584678, 0.005273437360301614, 0.005493163916980848, 0.00395507802022621, 0.0059326170303393155, 0.005712890473660082, 0.004174804576905444, 0.005273437360301614, 0.007031249813735485, 0.005712890473660082, 0.006811523257056251, 0.0059326170303393155, 0.005493163916980848, 0.0061523435870185494, 0.0061523435870185494, 0.005712890473660082, 0.006811523257056251, 0.0037353514635469764, 0.00900878882384859, 0.005712890473660082, 0.007031249813735485, 0.006811523257056251, 0.006811523257056251, 0.008569335710490122, 0.008129882597131655, 0.004614257690263912, 0.0059326170303393155, 0.004614257690263912, 0.008129882597131655, 0.0061523435870185494, 0.004394531133584678, 0.007690429483773187, 0.004833984246943146, 0.005273437360301614, 0.00505371080362238, 0.007031249813735485, 0.00505371080362238, 0.007250976370414719, 0.004833984246943146, 0.0035156249068677425, 0.00791015604045242, 0.0035156249068677425, 0.0061523435870185494, 0.008129882597131655, 0.0059326170303393155, 0.004174804576905444, 0.005712890473660082, 0.007690429483773187, 0.0059326170303393155, 0.006372070143697783, 0.008349609153810889, 0.00395507802022621, 0.005273437360301614, 0.004833984246943146, 0.005712890473660082, 0.005273437360301614, 0.008569335710490122, 0.006372070143697783, 0.008789062267169356, 0.008569335710490122, 0.006591796700377017, 0.009228515380527824, 0.00395507802022621, 0.007250976370414719, 0.008349609153810889, 0.005712890473660082, 0.006811523257056251, 0.004614257690263912, 0.00505371080362238, 0.007250976370414719, 0.0035156249068677425, 0.0035156249068677425, 0.0059326170303393155, 0.0032958983501885086, 0.004614257690263912, 0.008129882597131655, 0.00791015604045242, 0.0061523435870185494, 0.007470702927093953, 0.008349609153810889, 0.005273437360301614, 0.005273437360301614, 0.004833984246943146, 0.00791015604045242, 0.007250976370414719, 0.005712890473660082, 0.006372070143697783, 0.005493163916980848, 0.008349609153810889, 0.004833984246943146, 0.007470702927093953, 0.00395507802022621, 0.008789062267169356, 0.0059326170303393155, 0.00791015604045242, 0.0061523435870185494, 0.0061523435870185494, 0.006372070143697783, 0.005712890473660082, 0.007031249813735485, 0.006811523257056251, 0.008129882597131655, 0.007031249813735485, 0.008349609153810889, 0.007470702927093953, 0.007031249813735485, 0.0059326170303393155, 0.006372070143697783, 0.006591796700377017, 0.006591796700377017, 0.0059326170303393155, 0.004394531133584678, 0.004394531133584678, 0.006811523257056251, 0.00395507802022621, 0.004174804576905444, 0.00505371080362238, 0.007250976370414719, 0.0059326170303393155, 0.007250976370414719, 0.0059326170303393155, 0.0059326170303393155, 0.005273437360301614, 0.00395507802022621, 0.00395507802022621, 0.008349609153810889, 0.002856445236830041, 0.008129882597131655, 0.0061523435870185494, 0.007250976370414719, 0.007470702927093953, 0.006372070143697783, 0.008129882597131655, 0.004833984246943146, 0.009448241937207058, 0.007470702927093953, 0.008569335710490122, 0.007470702927093953, 0.007690429483773187, 0.00791015604045242, 0.006811523257056251, 0.00505371080362238, 0.009667968493886292, 0.005273437360301614, 0.005493163916980848, 0.00505371080362238, 0.006591796700377017, 0.00900878882384859, 0.006811523257056251, 0.004614257690263912, 0.006591796700377017, 0.004833984246943146, 0.007031249813735485, 0.005273437360301614, 0.006811523257056251, 0.007470702927093953, 0.0037353514635469764, 0.006811523257056251, 0.004833984246943146, 0.004833984246943146, 0.005273437360301614, 0.005493163916980848, 0.004614257690263912, 0.005273437360301614, 0.0059326170303393155, 0.005273437360301614, 0.005273437360301614, 0.0059326170303393155, 0.006591796700377017, 0.0032958983501885086, 0.006811523257056251, 0.008349609153810889, 0.005712890473660082, 0.007470702927093953, 0.007470702927093953, 0.006811523257056251, 0.005712890473660082, 0.0061523435870185494, 0.00505371080362238, 0.008349609153810889, 0.006372070143697783, 0.005493163916980848, 0.00505371080362238, 0.0059326170303393155, 0.004174804576905444, 0.004833984246943146, 0.004394531133584678, 0.0061523435870185494, 0.005712890473660082, 0.006591796700377017, 0.006372070143697783, 0.00505371080362238, 0.00505371080362238, 0.004174804576905444, 0.007250976370414719, 0.00505371080362238, 0.00505371080362238, 0.0059326170303393155, 0.004174804576905444, 0.005273437360301614, 0.005712890473660082, 0.006372070143697783, 0.007250976370414719, 0.0059326170303393155, 0.004614257690263912, 0.005273437360301614, 0.005712890473660082, 0.008569335710490122, 0.007470702927093953, 0.006372070143697783, 0.00900878882384859, 0.006811523257056251, 0.010327148163923994, 0.00505371080362238, 0.009667968493886292, 0.008129882597131655, 0.006372070143697783, 0.004394531133584678, 0.0059326170303393155, 0.005273437360301614, 0.008129882597131655, 0.006591796700377017, 0.005712890473660082, 0.005712890473660082, 0.006372070143697783, 0.006811523257056251, 0.005493163916980848, 0.0037353514635469764, 0.004833984246943146, 0.007470702927093953, 0.005493163916980848, 0.0059326170303393155, 0.006811523257056251, 0.00505371080362238, 0.00395507802022621, 0.005273437360301614, 0.008129882597131655, 0.0061523435870185494, 0.005712890473660082, 0.00505371080362238, 0.007690429483773187, 0.004394531133584678, 0.004614257690263912, 0.006372070143697783, 0.005273437360301614, 0.004394531133584678, 0.00791015604045242, 0.004833984246943146, 0.005712890473660082, 0.004174804576905444, 0.006372070143697783, 0.006591796700377017, 0.00505371080362238, 0.0059326170303393155, 0.004614257690263912, 0.006372070143697783, 0.005493163916980848, 0.004614257690263912, 0.007250976370414719, 0.006811523257056251, 0.006372070143697783, 0.0059326170303393155, 0.006372070143697783, 0.008789062267169356, 0.00791015604045242, 0.0059326170303393155, 0.00395507802022621, 0.002197265566792339, 0.005273437360301614, 0.007470702927093953, 0.00505371080362238, 0.005712890473660082, 0.0061523435870185494, 0.00791015604045242, 0.008349609153810889, 0.005273437360301614, 0.004614257690263912, 0.004833984246943146, 0.004394531133584678, 0.007690429483773187, 0.004174804576905444, 0.004174804576905444, 0.0061523435870185494, 0.0037353514635469764, 0.007470702927093953, 0.007250976370414719, 0.005273437360301614, 0.005493163916980848, 0.0061523435870185494, 0.007690429483773187, 0.004614257690263912, 0.00395507802022621, 0.005712890473660082, 0.0032958983501885086, 0.005493163916980848, 0.007250976370414719, 0.006372070143697783, 0.006591796700377017, 0.0061523435870185494, 0.007470702927093953, 0.005712890473660082, 0.005273437360301614, 0.005493163916980848, 0.007250976370414719, 0.00395507802022621, 0.004174804576905444, 0.005273437360301614, 0.008129882597131655, 0.007031249813735485, 0.0059326170303393155, 0.005273437360301614, 0.005712890473660082, 0.007470702927093953, 0.006372070143697783, 0.008349609153810889, 0.00505371080362238, 0.0059326170303393155, 0.00505371080362238, 0.007470702927093953, 0.007031249813735485, 0.00395507802022621, 0.0059326170303393155, 0.0061523435870185494, 0.00505371080362238, 0.004174804576905444, 0.007690429483773187, 0.004614257690263912, 0.0061523435870185494, 0.006372070143697783, 0.00505371080362238, 0.0061523435870185494, 0.0059326170303393155, 0.006591796700377017, 0.006372070143697783, 0.005493163916980848, 0.00791015604045242, 0.006591796700377017, 0.006811523257056251, 0.00791015604045242, 0.005273437360301614, 0.005273437360301614, 0.006811523257056251, 0.006811523257056251, 0.004394531133584678, 0.0061523435870185494, 0.0059326170303393155, 0.00505371080362238, 0.005493163916980848, 0.00505371080362238, 0.006372070143697783, 0.0059326170303393155, 0.004174804576905444, 0.006811523257056251, 0.004614257690263912, 0.007470702927093953, 0.005712890473660082, 0.00505371080362238, 0.007470702927093953, 0.004394531133584678, 0.006372070143697783, 0.0059326170303393155, 0.00505371080362238, 0.00505371080362238, 0.0059326170303393155, 0.006591796700377017, 0.00505371080362238, 0.00505371080362238, 0.005493163916980848, 0.004174804576905444, 0.008129882597131655, 0.006591796700377017, 0.006372070143697783, 0.005273437360301614, 0.00505371080362238, 0.0061523435870185494, 0.00505371080362238, 0.008569335710490122, 0.0032958983501885086, 0.007690429483773187, 0.005712890473660082, 0.006591796700377017, 0.004614257690263912, 0.004614257690263912, 0.007470702927093953, 0.007690429483773187, 0.006811523257056251, 0.007690429483773187, 0.006591796700377017, 0.007690429483773187 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 60 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.0037353514635469764, 0.006372070143697783, 0.0032958983501885086, 0.00395507802022621, 0.004394531133584678, 0.0059326170303393155, 0.008569335710490122, 0.006591796700377017, 0.006372070143697783, 0.006372070143697783, 0.005493163916980848, 0.008569335710490122, 0.00395507802022621, 0.005273437360301614, 0.005712890473660082, 0.007690429483773187, 0.004394531133584678, 0.0032958983501885086, 0.004833984246943146, 0.004174804576905444, 0.004614257690263912, 0.006372070143697783, 0.00505371080362238, 0.005273437360301614, 0.0059326170303393155, 0.007250976370414719, 0.0061523435870185494, 0.004614257690263912, 0.0061523435870185494, 0.005273437360301614, 0.002856445236830041, 0.006811523257056251, 0.005493163916980848, 0.0037353514635469764, 0.006591796700377017, 0.005273437360301614, 0.004174804576905444, 0.0059326170303393155, 0.007250976370414719, 0.00505371080362238, 0.004174804576905444, 0.0059326170303393155, 0.004614257690263912, 0.0061523435870185494, 0.004833984246943146, 0.0013183593400754035, 0.0008789062267169356, 0.0030761717935092747, -0.0030761717935092747, -0.00505371080362238, -0.00395507802022621, -0.006811523257056251, -0.011645507503999397, -0.017797851091017947, -0.016479491750942543, -0.01801757764769718, -0.021093749441206455, -0.02416992123471573, -0.020654296327847987, -0.022851561894640326, -0.022851561894640326, -0.01845703076105565, -0.01516113241086714, -0.011865234060678631, -0.008349609153810889, -0.005273437360301614, -0.0006591796700377017, 0.005712890473660082, 0.0129638668440748, 0.019555663544451818, 0.02702636647154577, 0.037573241192149, 0.04394531133584678, 0.05163574081961997, 0.06020507653011009, 0.06635742011712864, 0.07338866993086413, 0.07690429483773187, 0.08020019318792038, 0.08789062267169356, 0.0874511695583351, 0.08833007578505203, 0.08393554465146735, 0.08020019318792038, 0.07690429483773187, 0.06965331846731715, 0.06108398275682703, 0.05405273294309154, 0.04218749888241291, 0.030761717935092747, 0.017578124534338713, 0.0035156249068677425, -0.010766601277282462, -0.023291015007998794, -0.036254881852073595, -0.05009765492286533, -0.06679687323048711, -0.0758056620543357, -0.08547363054822199, -0.09799804427893832, -0.10700683310278691, -0.11162109079305083, -0.11513671569991857, -0.11557616881327704, -0.11733398126671091, -0.11359862980316393, -0.10942382522625849, -0.09887695050565526, -0.09162597413524054, -0.08085937285795808, -0.06701659978716634, -0.05668945162324235, -0.03999023331562057, -0.02307128845131956, -0.009448241937207058, 0.009887695050565526, 0.024389647791394964, 0.04152831921237521, 0.05471191261312924, 0.06811523257056251, 0.08107909941463731, 0.08920898201176897, 0.10129394262912683, 0.10744628621614538, 0.11162109079305083, 0.11711425471003167, 0.11821288749342784, 0.11821288749342784, 0.1146972625865601, 0.11140136423637159, 0.10195312229916453, 0.09184570069191977, 0.08195800564135425, 0.07207031059078872, 0.06372070143697783, 0.049218748696148396, 0.039111327088903636, 0.025048827461432666, 0.01582031208090484, 0.0059326170303393155, -0.009228515380527824, -0.016479491750942543, -0.02636718680150807, -0.03383788972860202, -0.04108886609901674, -0.04768066279939376, -0.05075683459290303, -0.054272459499770775, -0.053173826716374606, -0.05581054539652541, -0.053173826716374606, -0.05009765492286533, -0.04592285034595989, -0.046362303459318355, -0.040209959872299805, -0.03361816317192279, -0.02636718680150807, -0.023730468121357262, -0.01735839797765948, -0.0129638668440748, -0.007031249813735485, 0.0017578124534338713, 0.0017578124534338713, 0.010546874720603228, 0.013403319957433268, 0.016479491750942543, 0.01582031208090484, 0.01801757764769718, 0.019995116657810286, 0.021533202554564923, 0.020654296327847987, 0.02131347599788569, 0.016479491750942543, 0.018676757317734882, 0.01845703076105565, 0.01625976519426331, 0.01516113241086714, 0.013183593400754035, 0.006811523257056251, 0.007690429483773187, 0.0061523435870185494, 0.008789062267169356, 0.0061523435870185494, 0.005273437360301614, 0.004614257690263912, 0.00505371080362238, 0.0059326170303393155, 0.0030761717935092747, 0.004614257690263912, 0.00505371080362238, 0.006591796700377017, 0.00395507802022621, 0.0059326170303393155, 0.007031249813735485, 0.004833984246943146, 0.00505371080362238, 0.005712890473660082, 0.006372070143697783, 0.00505371080362238, 0.004833984246943146, 0.007031249813735485, 0.004833984246943146, 0.007250976370414719, 0.005712890473660082, 0.0059326170303393155, 0.007690429483773187, 0.007690429483773187, 0.008789062267169356, 0.007470702927093953, 0.006591796700377017, 0.006811523257056251, 0.0061523435870185494, 0.005273437360301614, 0.006372070143697783, 0.006372070143697783, 0.005712890473660082, 0.00791015604045242, 0.006372070143697783, 0.006811523257056251, 0.00791015604045242, 0.0059326170303393155, 0.0035156249068677425, 0.00791015604045242, 0.004833984246943146, 0.004174804576905444, 0.00505371080362238, 0.005273437360301614, 0.004394531133584678, 0.002416992123471573, 0.00395507802022621, 0.005493163916980848, 0.008349609153810889, 0.0037353514635469764, 0.005493163916980848, 0.004833984246943146, 0.006811523257056251, 0.007250976370414719, 0.004833984246943146, 0.004614257690263912, 0.004614257690263912, 0.004833984246943146, 0.004614257690263912, 0.007031249813735485, 0.00505371080362238, 0.004833984246943146, 0.005493163916980848, 0.005493163916980848, 0.006811523257056251, 0.0037353514635469764, 0.008349609153810889, 0.005712890473660082, 0.0059326170303393155, 0.00505371080362238, 0.0032958983501885086, 0.007250976370414719, 0.006591796700377017, 0.00791015604045242, 0.005712890473660082, 0.004614257690263912, 0.004614257690263912, 0.0059326170303393155, 0.006372070143697783, 0.0032958983501885086, 0.006591796700377017, 0.005712890473660082, 0.00395507802022621, 0.005273437360301614, 0.007250976370414719, 0.0059326170303393155, 0.007250976370414719, 0.006591796700377017, 0.0061523435870185494, 0.005712890473660082, 0.0037353514635469764, 0.006591796700377017, 0.00505371080362238, 0.005712890473660082, 0.0059326170303393155, 0.00505371080362238, 0.004174804576905444, 0.008569335710490122, 0.006372070143697783, 0.005493163916980848, 0.006591796700377017, 0.004394531133584678, 0.007031249813735485, 0.00395507802022621, 0.006811523257056251, 0.006372070143697783, 0.004614257690263912, 0.007031249813735485, 0.0035156249068677425, 0.004833984246943146, 0.007250976370414719, 0.0037353514635469764, 0.005493163916980848, 0.007470702927093953, 0.005712890473660082, 0.005493163916980848, 0.00791015604045242, 0.009667968493886292, 0.005493163916980848, 0.007031249813735485, 0.0059326170303393155, 0.006591796700377017, 0.004394531133584678, 0.007690429483773187, 0.00505371080362238, 0.00505371080362238, 0.0061523435870185494, 0.006591796700377017, 0.008349609153810889, 0.005493163916980848, 0.004833984246943146, 0.007470702927093953, 0.00505371080362238, 0.004394531133584678, 0.006372070143697783, 0.006372070143697783, 0.0037353514635469764, 0.0061523435870185494, 0.0059326170303393155, 0.00395507802022621, 0.006372070143697783, 0.004833984246943146, 0.004833984246943146, 0.00505371080362238, 0.00505371080362238, 0.00791015604045242, 0.004394531133584678, 0.004833984246943146, 0.00395507802022621, 0.0061523435870185494, 0.008789062267169356, 0.0030761717935092747, 0.004394531133584678, 0.0035156249068677425, 0.005493163916980848, 0.008569335710490122, 0.00505371080362238, 0.0059326170303393155, 0.005712890473660082, 0.007031249813735485, 0.0037353514635469764, 0.0061523435870185494, 0.00791015604045242, 0.006811523257056251, 0.007470702927093953, 0.0061523435870185494, 0.008129882597131655, 0.0061523435870185494, 0.006372070143697783, 0.0059326170303393155, 0.004614257690263912, 0.005273437360301614, 0.006372070143697783, 0.00505371080362238, 0.00395507802022621, 0.005712890473660082, 0.0030761717935092747, 0.00505371080362238, 0.004833984246943146, 0.00505371080362238, 0.0061523435870185494, 0.006372070143697783, 0.006811523257056251, 0.005493163916980848, 0.006811523257056251, 0.006811523257056251, 0.005712890473660082, 0.004394531133584678, 0.005493163916980848, 0.005273437360301614, 0.0059326170303393155, 0.004614257690263912, 0.0059326170303393155, 0.007470702927093953, 0.007250976370414719, 0.004174804576905444, 0.0061523435870185494, 0.004394531133584678, 0.00395507802022621, 0.0032958983501885086, 0.005493163916980848, 0.00395507802022621, 0.00505371080362238, 0.007470702927093953, 0.004174804576905444, 0.006372070143697783, 0.004614257690263912, 0.004174804576905444, 0.007031249813735485, 0.004614257690263912, 0.00395507802022621, 0.006811523257056251, 0.005493163916980848, 0.004614257690263912, 0.004833984246943146, 0.004833984246943146, 0.0037353514635469764, 0.0059326170303393155, 0.005493163916980848, 0.004174804576905444, 0.004833984246943146, 0.0035156249068677425, 0.004614257690263912, 0.0017578124534338713, 0.005493163916980848, 0.006591796700377017, 0.004833984246943146, 0.005273437360301614, 0.0061523435870185494, 0.006811523257056251, 0.0061523435870185494, 0.004394531133584678, 0.005712890473660082, 0.005493163916980848, 0.0059326170303393155, 0.0059326170303393155, 0.006811523257056251, 0.006811523257056251, 0.0035156249068677425, 0.0059326170303393155, 0.008129882597131655, 0.00505371080362238, 0.008789062267169356, 0.005712890473660082, 0.005273437360301614, 0.004614257690263912, 0.005273437360301614, 0.0059326170303393155, 0.00791015604045242, 0.005273437360301614, 0.005493163916980848, 0.004833984246943146, 0.005273437360301614, 0.004614257690263912, 0.00505371080362238, 0.00505371080362238, 0.006372070143697783, 0.004394531133584678, 0.00505371080362238, 0.0035156249068677425, 0.004833984246943146, 0.004174804576905444, 0.007031249813735485, 0.004833984246943146, 0.007031249813735485, 0.007250976370414719, 0.00395507802022621, 0.0059326170303393155, 0.0035156249068677425, 0.004394531133584678, 0.0059326170303393155, 0.004614257690263912, 0.007690429483773187, 0.004394531133584678, 0.00791015604045242, 0.0032958983501885086, 0.008349609153810889, 0.007690429483773187, 0.0059326170303393155, 0.006372070143697783, 0.0059326170303393155, 0.005493163916980848, 0.006811523257056251, 0.004614257690263912, 0.004394531133584678, 0.007031249813735485, 0.005493163916980848, 0.006372070143697783, 0.007690429483773187, 0.008129882597131655, 0.00900878882384859, 0.007470702927093953, 0.00395507802022621, 0.004614257690263912, 0.0013183593400754035, -0.0006591796700377017, -0.007031249813735485, -0.00900878882384859, -0.01691894486430101, -0.020434569771168754, -0.02416992123471573, -0.03098144449177198, -0.03537597562535666, -0.0388916005322244, -0.04262695199577138, -0.04877929558278993, -0.04899902213946916, -0.047460936242714524, -0.05009765492286533, -0.04768066279939376, -0.04394531133584678, -0.03867187397554517, -0.03603515529539436, -0.02746581958490424, -0.01735839797765948, -0.007250976370414719, 0.007031249813735485, 0.02197265566792339, 0.03559570218203589, 0.053173826716374606, 0.06723632634384558, 0.08151855252799578, 0.09733886460890062, 0.11293945013312623, 0.12524413730716333, 0.139965816604672, 0.14919433198519982, 0.15864257392240688, 0.1625976519426331, 0.167211909632897, 0.1665527299628593, 0.16303710505599156, 0.15446776934550144, 0.14436034773825668, 0.1302978481107857, 0.11821288749342784, 0.10085448951576836, 0.0777832010644488, 0.05581054539652541, 0.028344725811621174, 0.0032958983501885086, -0.022631835337961093, -0.04899902213946916, -0.07272949026082642, -0.10151366918580607, -0.12722167631727643, -0.14875487887184136, -0.17336425321991555, -0.19160155742429197, -0.20786132261855528, -0.21796874422580004, -0.22763671271968633, -0.22983397828647867, -0.23093261106987484, -0.22302245502942242, -0.2144531193189323, -0.19929198690806516, -0.18061522959033027, -0.1612792926025577, -0.13513183235772885, -0.10744628621614538, -0.07998046663124114, -0.05229492048965767, -0.021533202554564923, 0.007031249813735485, 0.037353514635469764, 0.0654785138904117, 0.09514159904210828, 0.12414550452376716, 0.1476562460884452, 0.16962890175636858, 0.18808593251742423, 0.20434569771168754, 0.2170898379990831, 0.22324218158610165, 0.22697753304964863, 0.22456054092617705, 0.21511229898897, 0.21137694752542302, 0.19423827610444278, 0.1762206984567456, 0.15952148014912382, 0.13952636349131353, 0.11645507503999397, 0.09689941149554215, 0.07097167780739255, 0.047021483129356056, 0.025488280574791133, 0.0035156249068677425, -0.017138671420980245, -0.03647460840875283, -0.05690917817992158, -0.07097167780739255, -0.08547363054822199, -0.09733886460890062, -0.10568847376271151, -0.11184081734973006, -0.11491698914323933, -0.11733398126671091, -0.11228027046308853, -0.11008300489629619, -0.10393066130927764, -0.09470214592874981, -0.08723144300165586, -0.075146482384298, -0.06525878733373247, -0.053613279829733074, -0.037573241192149, -0.02812499925494194, -0.01911621043109335, -0.008349609153810889, -0.0002197265566792339, 0.008789062267169356, 0.015380858967546374, 0.0252685540181119, 0.025708007131470367, 0.027905272698262706, 0.03208007727516815, 0.03493652251199819, 0.03559570218203589, 0.034497069398639724, 0.033398436615243554, 0.030761717935092747, 0.02636718680150807, 0.023510741564678028, 0.019775390101131052, 0.01845703076105565, 0.012304687174037099, 0.009887695050565526, 0.007250976370414719, 0.005493163916980848, 0.005493163916980848, 0.005273437360301614, 0.0030761717935092747, 0.0030761717935092747, 0.0037353514635469764, 0.002856445236830041, 0.0037353514635469764, 0.0008789062267169356, 0.004614257690263912, 0.0030761717935092747, 0.0030761717935092747, 0.007250976370414719, 0.005273437360301614, 0.0059326170303393155, 0.0061523435870185494, 0.0059326170303393155, 0.005493163916980848, 0.007031249813735485, 0.004833984246943146, 0.004394531133584678, 0.0059326170303393155, 0.004394531133584678, 0.005493163916980848, 0.00505371080362238, 0.00505371080362238, 0.005712890473660082, 0.005712890473660082, 0.008789062267169356, 0.007250976370414719, 0.00900878882384859, 0.006591796700377017, 0.005273437360301614, 0.007031249813735485, 0.007031249813735485, 0.007690429483773187, 0.008349609153810889, 0.005493163916980848, 0.00395507802022621, 0.006591796700377017, 0.00395507802022621, 0.005712890473660082, 0.0035156249068677425, 0.005712890473660082, 0.00791015604045242, 0.0059326170303393155, 0.004614257690263912, 0.007470702927093953, 0.005712890473660082, 0.0061523435870185494, 0.005493163916980848, 0.005493163916980848, 0.00505371080362238, 0.004174804576905444, 0.007470702927093953, 0.004394531133584678, 0.006811523257056251, 0.004614257690263912, 0.00395507802022621, 0.004394531133584678, 0.005493163916980848, 0.0059326170303393155, 0.004833984246943146, 0.005493163916980848, 0.004174804576905444, 0.004394531133584678, 0.007470702927093953, 0.004833984246943146, 0.005493163916980848, 0.007690429483773187, 0.00505371080362238, 0.007470702927093953, 0.005712890473660082, 0.0059326170303393155, 0.007031249813735485, 0.004614257690263912, 0.007470702927093953, 0.006372070143697783, 0.0059326170303393155, 0.002856445236830041, 0.0061523435870185494, 0.007031249813735485, 0.0037353514635469764, 0.007031249813735485, 0.0037353514635469764, 0.004614257690263912, 0.006372070143697783, 0.007031249813735485, 0.006591796700377017, 0.00395507802022621, 0.008569335710490122, 0.00395507802022621, 0.007470702927093953, 0.004614257690263912, 0.006811523257056251, 0.005273437360301614, 0.0061523435870185494, 0.004174804576905444, 0.006372070143697783, 0.0030761717935092747, 0.007690429483773187, 0.007690429483773187, 0.0059326170303393155, 0.004394531133584678, 0.006811523257056251, 0.006591796700377017, 0.0059326170303393155, 0.004833984246943146, 0.006372070143697783, 0.005273437360301614, 0.005273437360301614, 0.005493163916980848, 0.00505371080362238, 0.005712890473660082, 0.00395507802022621, 0.004614257690263912, 0.005493163916980848, 0.006591796700377017, 0.006811523257056251, 0.0035156249068677425, 0.005712890473660082, 0.0059326170303393155, 0.005712890473660082, 0.004394531133584678, 0.005712890473660082, 0.005493163916980848, 0.0061523435870185494, 0.0030761717935092747, 0.00395507802022621, 0.005273437360301614, 0.0037353514635469764, 0.006811523257056251, 0.006591796700377017, 0.004174804576905444, 0.005493163916980848, 0.0059326170303393155, 0.007031249813735485, 0.004394531133584678, 0.005712890473660082, 0.005493163916980848, 0.00505371080362238, 0.005712890473660082, 0.005493163916980848, 0.007031249813735485, 0.006811523257056251, 0.008129882597131655, 0.004174804576905444, 0.004174804576905444, 0.005493163916980848, 0.005493163916980848, 0.008129882597131655, 0.007470702927093953, 0.0061523435870185494, 0.004394531133584678, 0.004394531133584678, 0.0061523435870185494, 0.0059326170303393155, 0.006372070143697783, 0.005493163916980848, 0.005712890473660082, 0.004614257690263912, 0.00395507802022621, 0.007031249813735485, 0.008349609153810889, 0.007031249813735485, 0.005273437360301614, 0.0035156249068677425, 0.0059326170303393155, 0.005712890473660082, 0.004394531133584678, 0.00791015604045242, 0.0032958983501885086, 0.0037353514635469764, 0.0035156249068677425, 0.0061523435870185494, 0.006811523257056251, 0.004833984246943146, 0.006811523257056251, 0.006372070143697783, 0.006811523257056251, 0.005712890473660082, 0.007031249813735485, 0.0061523435870185494, 0.005493163916980848, 0.0059326170303393155, 0.004833984246943146, 0.005273437360301614, 0.005273437360301614, 0.008789062267169356, 0.0059326170303393155, 0.007690429483773187, 0.006372070143697783, 0.005712890473660082, 0.006811523257056251, 0.005712890473660082, 0.004394531133584678, 0.00505371080362238, 0.007470702927093953, 0.006372070143697783, 0.006591796700377017, 0.00505371080362238, 0.002856445236830041, 0.0061523435870185494, 0.005273437360301614, 0.0035156249068677425, 0.004394531133584678, 0.004174804576905444, 0.008349609153810889, 0.006591796700377017, 0.007690429483773187, 0.004174804576905444, 0.004614257690263912, 0.007470702927093953, 0.005273437360301614, 0.007031249813735485, 0.004614257690263912, 0.006591796700377017, 0.002856445236830041, 0.007250976370414719, 0.0059326170303393155, 0.005712890473660082, 0.005712890473660082, 0.00505371080362238, 0.006591796700377017, 0.004174804576905444, 0.004614257690263912, 0.00505371080362238, 0.006811523257056251, 0.00505371080362238, 0.006372070143697783, 0.002416992123471573, 0.0059326170303393155, 0.004833984246943146, 0.004833984246943146, 0.006591796700377017, 0.006372070143697783, 0.007031249813735485, 0.00505371080362238, 0.0061523435870185494, 0.006591796700377017, 0.007250976370414719, 0.007690429483773187, 0.008569335710490122, 0.007690429483773187, 0.004833984246943146, 0.00395507802022621, 0.00791015604045242, 0.005493163916980848, 0.007250976370414719, 0.0061523435870185494, 0.00505371080362238, 0.005712890473660082, 0.005712890473660082, 0.007690429483773187, 0.007470702927093953, 0.005493163916980848, 0.0061523435870185494, 0.00505371080362238, 0.0059326170303393155, 0.005493163916980848, 0.005712890473660082, 0.006372070143697783, 0.006372070143697783, 0.00395507802022621, 0.007690429483773187, 0.006811523257056251, 0.006372070143697783, 0.0061523435870185494, 0.005712890473660082, 0.006811523257056251, 0.0059326170303393155, 0.0059326170303393155, 0.007031249813735485, 0.005273437360301614, 0.007690429483773187, 0.007031249813735485, 0.0035156249068677425, 0.007690429483773187, 0.006811523257056251, 0.004394531133584678, 0.006591796700377017, 0.0037353514635469764, 0.007470702927093953, 0.006591796700377017, 0.007470702927093953, 0.004833984246943146, 0.005493163916980848, 0.006591796700377017, 0.0061523435870185494, 0.008129882597131655, 0.008569335710490122, 0.005273437360301614, 0.004394531133584678, 0.007250976370414719, 0.004614257690263912, 0.0035156249068677425, 0.004833984246943146, -0.0002197265566792339, 0.0015380858967546374, -0.0032958983501885086, -0.0037353514635469764, -0.007250976370414719, -0.007690429483773187, -0.011865234060678631, -0.013623046514112502, -0.014721679297508672, -0.017138671420980245, -0.02241210878128186, -0.01801757764769718, -0.019995116657810286, -0.02197265566792339, -0.020434569771168754, -0.01801757764769718, -0.01516113241086714, -0.014282226184150204, -0.010766601277282462, -0.0059326170303393155, 0.002416992123471573, 0.008789062267169356, 0.014941405854187906, 0.018896483874414116, 0.03098144449177198, 0.037353514635469764, 0.04328613166580908, 0.0505371080362238, 0.06130370931350626, 0.0661376935604494, 0.0744873027142603, 0.08129882597131655, 0.07954101351788267, 0.08723144300165586, 0.08591308366158046, 0.0887695288984105, 0.08569335710490122, 0.08173827908467501, 0.07756347450776957, 0.07075195125071332, 0.05954589686007239, 0.05229492048965767, 0.043066405109129846, 0.02988281170837581, 0.01801757764769718, 0.0032958983501885086, -0.012084960617357865, -0.02021484321448952, -0.03867187397554517, -0.05229492048965767, -0.06240234209690243, -0.0764648417243734, -0.08833007578505203, -0.09536132559878752, -0.10283202852588147, -0.10964355178293772, -0.11447753602988087, -0.11645507503999397, -0.11579589536995627, -0.11118163767969236, -0.10854491899954155, -0.09821777083561756, -0.09118652102188207, -0.08151855252799578, -0.06943359191063792, -0.05097656114958227, -0.04108886609901674, -0.02482910090475343, -0.008129882597131655, 0.01010742160724476, 0.026147460244828835, 0.0382324208621867, 0.05603027195320465, 0.06921386535395868, 0.08107909941463731, 0.09316406003199518, 0.10217284885584377, 0.10942382522625849, 0.11118163767969236, 0.11931152027682401, 0.11711425471003167, 0.11447753602988087, 0.112719723576447, 0.11052245800965466, 0.1010742160724476, 0.09514159904210828, 0.08371581809478812, 0.07207031059078872, 0.0641601545503363, 0.0505371080362238, 0.04042968642897904, 0.027905272698262706, 0.01691894486430101, 0.00505371080362238, -0.009448241937207058, -0.01911621043109335, -0.026586913358187303, -0.03537597562535666, -0.04284667855245061, -0.04724120968603529, -0.052514647046336904, -0.05581054539652541, -0.052514647046336904, -0.054272459499770775, -0.05493163916980848, -0.052514647046336904, -0.047021483129356056, -0.04372558477916755, -0.04218749888241291, -0.03186035071848892, -0.028344725811621174, -0.02197265566792339, -0.018237304204376414, -0.010766601277282462, -0.006372070143697783, -0.0010986327833961695, 0.005273437360301614, 0.009887695050565526, 0.012084960617357865, 0.012304687174037099, 0.016040038637584075, 0.016040038637584075, 0.019335936987772584, 0.021093749441206455, 0.02021484321448952, 0.019555663544451818, 0.01691894486430101, 0.018237304204376414, 0.01582031208090484, 0.014501952740829438, 0.012304687174037099, 0.010986327833961695, 0.009228515380527824, 0.006372070143697783, 0.006591796700377017, 0.007470702927093953, 0.00505371080362238, 0.005712890473660082, 0.005273437360301614, 0.004833984246943146, 0.006372070143697783, 0.004394531133584678, 0.0035156249068677425, 0.00505371080362238, 0.0035156249068677425, 0.004174804576905444, 0.006811523257056251, 0.0035156249068677425, 0.0059326170303393155, 0.005712890473660082, 0.006372070143697783, 0.005712890473660082, 0.007250976370414719, 0.004174804576905444, 0.006811523257056251, 0.0061523435870185494, 0.0035156249068677425, 0.005493163916980848, 0.008129882597131655, 0.008129882597131655, 0.007690429483773187, 0.006372070143697783, 0.005273437360301614, 0.005493163916980848, 0.006591796700377017, 0.00395507802022621, 0.007031249813735485, 0.005712890473660082, 0.007470702927093953, 0.006591796700377017, 0.00505371080362238, 0.0037353514635469764, 0.004614257690263912, 0.006811523257056251, 0.006811523257056251, 0.007470702927093953, 0.006372070143697783, 0.010327148163923994, 0.004833984246943146, 0.006372070143697783, 0.0032958983501885086, 0.007470702927093953, 0.0032958983501885086, 0.0061523435870185494, 0.0061523435870185494, 0.00791015604045242, 0.004174804576905444, 0.005712890473660082, 0.006591796700377017, 0.005712890473660082, 0.0035156249068677425, 0.005273437360301614, 0.005493163916980848, 0.0061523435870185494, 0.0059326170303393155, 0.005712890473660082, 0.0035156249068677425, 0.005493163916980848, 0.005273437360301614, 0.00505371080362238, 0.008349609153810889, 0.005712890473660082, 0.006372070143697783, 0.007470702927093953, 0.004174804576905444, 0.00505371080362238, 0.004833984246943146, 0.004394531133584678, 0.006372070143697783, 0.004394531133584678, 0.005273437360301614, 0.006372070143697783, 0.006372070143697783, 0.007250976370414719, 0.00791015604045242, 0.006372070143697783, 0.007031249813735485, 0.005273437360301614, 0.005493163916980848, 0.00395507802022621, 0.007470702927093953, 0.005273437360301614, 0.005712890473660082, 0.007031249813735485, 0.0061523435870185494, 0.007690429483773187, 0.006811523257056251, 0.005493163916980848, 0.0032958983501885086, 0.005712890473660082, 0.00505371080362238, 0.006591796700377017, 0.006591796700377017, 0.0061523435870185494, 0.006811523257056251, 0.004174804576905444, 0.006811523257056251, 0.007690429483773187, 0.007470702927093953, 0.0059326170303393155, 0.006811523257056251, 0.0061523435870185494, 0.007031249813735485, 0.005712890473660082, 0.00395507802022621, 0.007470702927093953, 0.005493163916980848, 0.00505371080362238, 0.005493163916980848, 0.004614257690263912, 0.005273437360301614, 0.0035156249068677425, 0.005273437360301614, 0.005273437360301614, 0.004833984246943146, 0.0059326170303393155, 0.005273437360301614, 0.008129882597131655, 0.005712890473660082, 0.006811523257056251, 0.00505371080362238, 0.007250976370414719, 0.004174804576905444, 0.007690429483773187, 0.002856445236830041, 0.004394531133584678, 0.005712890473660082, 0.0059326170303393155, 0.0061523435870185494, 0.007031249813735485, 0.007250976370414719, 0.0061523435870185494, 0.005273437360301614, 0.006811523257056251, 0.005273437360301614, 0.007470702927093953, 0.0035156249068677425, 0.007250976370414719, 0.006372070143697783, 0.00791015604045242, 0.004174804576905444, 0.007250976370414719, 0.005273437360301614, 0.006591796700377017, 0.005273437360301614, 0.0059326170303393155, 0.00505371080362238, 0.006372070143697783, 0.007031249813735485, 0.0032958983501885086, 0.006811523257056251, 0.00505371080362238, 0.00505371080362238, 0.0035156249068677425, 0.006372070143697783, 0.006591796700377017, 0.006811523257056251, 0.006811523257056251, 0.005493163916980848, 0.0035156249068677425, 0.006372070143697783, 0.007031249813735485, 0.004174804576905444, 0.006591796700377017, 0.004833984246943146, 0.004833984246943146, 0.006591796700377017, 0.00395507802022621, 0.005712890473660082, 0.00505371080362238, 0.00791015604045242, 0.004174804576905444, 0.00505371080362238, 0.005493163916980848, 0.005273437360301614, 0.0059326170303393155, 0.0061523435870185494, 0.0059326170303393155, 0.007690429483773187, 0.00900878882384859, 0.007250976370414719, 0.007470702927093953, 0.004174804576905444, 0.006591796700377017, 0.007690429483773187, 0.010327148163923994, 0.005273437360301614, 0.006372070143697783, 0.004833984246943146, 0.007250976370414719, 0.007690429483773187, 0.007690429483773187, 0.005273437360301614, 0.00505371080362238, 0.004614257690263912, 0.004614257690263912, 0.005273437360301614, 0.00505371080362238 ], "yaxis": "y" }, { "dx": 2.0833333333333334e-10, "legendgroup": "ancilla, labels: (1,)", "legendgrouptitle": { "text": "ancilla, labels: (1,)" }, "name": "Re(V) for (pulse_delay, 80 ns)", "type": "scatter", "x0": 0, "xaxis": "x", "y": [ 0.007031249813735485, 0.007250976370414719, 0.005273437360301614, 0.005273437360301614, 0.00900878882384859, 0.00505371080362238, 0.007031249813735485, 0.007250976370414719, 0.0061523435870185494, 0.005273437360301614, 0.005493163916980848, 0.004833984246943146, 0.005712890473660082, 0.006591796700377017, 0.008569335710490122, 0.005493163916980848, 0.00505371080362238, 0.004174804576905444, 0.004394531133584678, 0.00505371080362238, 0.00505371080362238, 0.006372070143697783, 0.007250976370414719, 0.007470702927093953, 0.007250976370414719, 0.006372070143697783, 0.008129882597131655, 0.008129882597131655, 0.0059326170303393155, 0.0061523435870185494, 0.005273437360301614, 0.007250976370414719, 0.006811523257056251, 0.0059326170303393155, 0.007031249813735485, 0.004614257690263912, 0.006811523257056251, 0.006372070143697783, 0.002856445236830041, 0.005493163916980848, 0.008789062267169356, 0.007031249813735485, 0.007250976370414719, 0.007470702927093953, 0.002636718680150807, 0.005712890473660082, 0.002856445236830041, 0.002197265566792339, -0.0015380858967546374, -0.004174804576905444, -0.006811523257056251, -0.008129882597131655, -0.0129638668440748, -0.013403319957433268, -0.01735839797765948, -0.017797851091017947, -0.01801757764769718, -0.02241210878128186, -0.023510741564678028, -0.022851561894640326, -0.02021484321448952, -0.01801757764769718, -0.01582031208090484, -0.013623046514112502, -0.010327148163923994, -0.00395507802022621, 0.0013183593400754035, 0.009228515380527824, 0.016479491750942543, 0.021533202554564923, 0.028564452368300408, 0.03603515529539436, 0.04548339723260142, 0.05229492048965767, 0.05888671719003469, 0.06745605290052481, 0.0744873027142603, 0.07624511516769417, 0.08305663842475042, 0.08459472432150505, 0.08503417743486352, 0.08481445087818429, 0.08459472432150505, 0.08239745875471272, 0.07558593549765646, 0.07185058403410949, 0.062182615540223196, 0.05295410015969537, 0.04174804576905444, 0.030761717935092747, 0.01801757764769718, 0.0037353514635469764, -0.007690429483773187, -0.02482910090475343, -0.0369140615221113, -0.04833984246943146, -0.06437988110701554, -0.07690429483773187, -0.08920898201176897, -0.09624023182550445, -0.10480956753599457, -0.11184081734973006, -0.11293945013312623, -0.1133789032464847, -0.11689452815335244, -0.11293945013312623, -0.10876464555622078, -0.09909667706233449, -0.0907470679085236, -0.08107909941463731, -0.06789550601388328, -0.051416014262940735, -0.03669433496543206, -0.02241210878128186, -0.008349609153810889, 0.008349609153810889, 0.023730468121357262, 0.03867187397554517, 0.051416014262940735, 0.06459960766369477, 0.07822265417780727, 0.09162597413524054, 0.1010742160724476, 0.11052245800965466, 0.11359862980316393, 0.11821288749342784, 0.12150878584361635, 0.11931152027682401, 0.11513671569991857, 0.10942382522625849, 0.1043701144226361, 0.09360351314535365, 0.08569335710490122, 0.07690429483773187, 0.06064452964346856, 0.05009765492286533, 0.03999023331562057, 0.029003905481658876, 0.017138671420980245, 0.002197265566792339, -0.007031249813735485, -0.01735839797765948, -0.025488280574791133, -0.03713378807879053, -0.04042968642897904, -0.045263670675922185, -0.0518554673762992, -0.05449218605645001, -0.05493163916980848, -0.05581054539652541, -0.054272459499770775, -0.0505371080362238, -0.04943847525282763, -0.046362303459318355, -0.040209959872299805, -0.032299803831847385, -0.029443358595017344, -0.025708007131470367, -0.018676757317734882, -0.011645507503999397, -0.007031249813735485, -0.0006591796700377017, 0.0015380858967546374, 0.007470702927093953, 0.012304687174037099, 0.011865234060678631, 0.01801757764769718, 0.02131347599788569, 0.01845703076105565, 0.019335936987772584, 0.018896483874414116, 0.02021484321448952, 0.018896483874414116, 0.016040038637584075, 0.016699218307621777, 0.014501952740829438, 0.012084960617357865, 0.012524413730716333, 0.009887695050565526, 0.007250976370414719, 0.008129882597131655, 0.00505371080362238, 0.0035156249068677425, 0.005712890473660082, 0.0061523435870185494, 0.004833984246943146, 0.00505371080362238, 0.00505371080362238, 0.001977539010113105, 0.0035156249068677425, 0.00395507802022621, 0.00395507802022621, 0.008349609153810889, 0.00505371080362238, 0.006591796700377017, 0.00505371080362238, 0.005712890473660082, 0.004833984246943146, 0.002416992123471573, 0.005712890473660082, 0.006591796700377017, 0.007250976370414719, 0.007470702927093953, 0.005712890473660082, 0.007690429483773187, 0.007470702927093953, 0.006591796700377017, 0.005493163916980848, 0.009228515380527824, 0.00505371080362238, 0.006372070143697783, 0.005493163916980848, 0.005712890473660082, 0.009228515380527824, 0.006372070143697783, 0.007470702927093953, 0.00900878882384859, 0.005493163916980848, 0.007690429483773187, 0.0030761717935092747, 0.008569335710490122, 0.006811523257056251, 0.005712890473660082, 0.0061523435870185494, 0.004614257690263912, 0.005273437360301614, 0.005712890473660082, 0.006811523257056251, 0.00395507802022621, 0.006372070143697783, 0.004614257690263912, 0.005712890473660082, 0.0037353514635469764, 0.005273437360301614, 0.008129882597131655, 0.0059326170303393155, 0.006591796700377017, 0.007031249813735485, 0.0061523435870185494, 0.0059326170303393155, 0.004833984246943146, 0.005273437360301614, 0.004174804576905444, 0.0059326170303393155, 0.008349609153810889, 0.00505371080362238, 0.00791015604045242, 0.0032958983501885086, 0.007031249813735485, 0.006591796700377017, 0.006372070143697783, 0.004833984246943146, 0.00505371080362238, 0.005712890473660082, 0.006372070143697783, 0.005712890473660082, 0.005712890473660082, 0.007250976370414719, 0.006372070143697783, 0.005493163916980848, 0.006372070143697783, 0.008789062267169356, 0.006372070143697783, 0.004833984246943146, 0.005493163916980848, 0.005493163916980848, 0.005712890473660082, 0.004833984246943146, 0.005712890473660082, 0.005712890473660082, 0.006372070143697783, 0.008569335710490122, 0.007470702927093953, 0.006811523257056251, 0.0061523435870185494, 0.004394531133584678, 0.005493163916980848, 0.007031249813735485, 0.0059326170303393155, 0.004174804576905444, 0.0035156249068677425, 0.005493163916980848, 0.005712890473660082, 0.00791015604045242, 0.008789062267169356, 0.0059326170303393155, 0.005712890473660082, 0.005493163916980848, 0.004614257690263912, 0.008129882597131655, 0.005493163916980848, 0.006811523257056251, 0.0035156249068677425, 0.008129882597131655, 0.004833984246943146, 0.004174804576905444, 0.005493163916980848, 0.004614257690263912, 0.007250976370414719, 0.006591796700377017, 0.004174804576905444, 0.007031249813735485, 0.007031249813735485, 0.007031249813735485, 0.007250976370414719, 0.006811523257056251, 0.0061523435870185494, 0.006811523257056251, 0.004614257690263912, 0.0030761717935092747, 0.00505371080362238, 0.005273437360301614, 0.004614257690263912, 0.004614257690263912, 0.00900878882384859, 0.005273437360301614, 0.0037353514635469764, 0.006591796700377017, 0.004614257690263912, 0.004614257690263912, 0.004394531133584678, 0.007470702927093953, 0.004833984246943146, 0.006372070143697783, 0.008129882597131655, 0.004833984246943146, 0.008349609153810889, 0.005493163916980848, 0.006372070143697783, 0.007690429483773187, 0.00395507802022621, 0.008129882597131655, 0.006372070143697783, 0.005273437360301614, 0.0059326170303393155, 0.0035156249068677425, 0.0035156249068677425, 0.0061523435870185494, 0.007470702927093953, 0.00900878882384859, 0.0059326170303393155, 0.005273437360301614, 0.006372070143697783, 0.006372070143697783, 0.006372070143697783, 0.0037353514635469764, 0.007031249813735485, 0.0061523435870185494, 0.004394531133584678, 0.0061523435870185494, 0.0061523435870185494, 0.004614257690263912, 0.0059326170303393155, 0.0035156249068677425, 0.0059326170303393155, 0.004833984246943146, 0.006372070143697783, 0.00505371080362238, 0.005273437360301614, 0.008129882597131655, 0.007470702927093953, 0.00900878882384859, 0.00505371080362238, 0.006372070143697783, 0.00505371080362238, 0.007031249813735485, 0.006811523257056251, 0.00791015604045242, 0.00505371080362238, 0.006811523257056251, 0.0061523435870185494, 0.004614257690263912, 0.004833984246943146, 0.00791015604045242, 0.0037353514635469764, 0.007250976370414719, 0.0059326170303393155, 0.007690429483773187, 0.008349609153810889, 0.007470702927093953, 0.007470702927093953, 0.007690429483773187, 0.007031249813735485, 0.0059326170303393155, 0.006372070143697783, 0.007250976370414719, 0.0037353514635469764, 0.008349609153810889, 0.006372070143697783, 0.005273437360301614, 0.008129882597131655, 0.005712890473660082, 0.006372070143697783, 0.0061523435870185494, 0.006591796700377017, 0.005273437360301614, 0.007250976370414719, 0.004394531133584678, 0.006372070143697783, 0.008349609153810889, 0.00900878882384859, 0.00505371080362238, 0.004833984246943146, 0.008569335710490122, 0.00395507802022621, 0.005712890473660082, 0.005712890473660082, 0.005712890473660082, 0.004614257690263912, 0.004614257690263912, 0.006372070143697783, 0.007250976370414719, 0.006811523257056251, 0.008129882597131655, 0.008349609153810889, 0.007031249813735485, 0.0061523435870185494, 0.004833984246943146, 0.004394531133584678, 0.006591796700377017, 0.0061523435870185494, 0.006811523257056251, 0.00791015604045242, 0.008129882597131655, 0.007250976370414719, 0.007470702927093953, 0.006591796700377017, 0.006372070143697783, 0.006372070143697783, 0.00395507802022621, 0.0030761717935092747, 0.007470702927093953, 0.005273437360301614, 0.005493163916980848, 0.006591796700377017, 0.005712890473660082, 0.006591796700377017, 0.008129882597131655, 0.004614257690263912, 0.005712890473660082, 0.006591796700377017, 0.00505371080362238, 0.004833984246943146, 0.004614257690263912, 0.00395507802022621, 0.004833984246943146, 0.009228515380527824, 0.0061523435870185494, 0.0061523435870185494, 0.007690429483773187, 0.008789062267169356, 0.004833984246943146, 0.005493163916980848, 0.005493163916980848, 0.002856445236830041, 0.005493163916980848, 0.00395507802022621, 0.005712890473660082, 0.004833984246943146, 0.005712890473660082, 0.007250976370414719, 0.006372070143697783, 0.005712890473660082, 0.0059326170303393155, 0.007470702927093953, 0.004174804576905444, 0.004394531133584678, 0.006811523257056251, 0.006591796700377017, 0.005273437360301614, 0.006591796700377017, 0.004833984246943146, 0.007690429483773187, 0.004833984246943146, 0.00505371080362238, 0.008129882597131655, 0.005493163916980848, 0.006811523257056251, 0.007470702927093953, 0.006591796700377017, 0.0061523435870185494, 0.005273437360301614, 0.007250976370414719, 0.0035156249068677425, 0.009228515380527824, 0.008129882597131655, 0.00791015604045242, 0.006372070143697783, 0.007250976370414719, 0.007690429483773187, 0.006591796700377017, 0.004833984246943146, 0.006811523257056251, 0.006811523257056251, 0.007031249813735485, 0.004833984246943146, 0.008129882597131655, 0.005493163916980848, 0.0035156249068677425, 0.006372070143697783, 0.00395507802022621, 0.005712890473660082, 0.005712890473660082, 0.006811523257056251, 0.004174804576905444, 0.00505371080362238, 0.007470702927093953, 0.005493163916980848, 0.007250976370414719, 0.005712890473660082, 0.007690429483773187, 0.0037353514635469764, 0.005493163916980848, 0.004614257690263912, 0.0061523435870185494, 0.008789062267169356, 0.007031249813735485, 0.0059326170303393155, 0.0030761717935092747, 0.008349609153810889, 0.005493163916980848, 0.004174804576905444, 0.004394531133584678, 0.005273437360301614, 0.006591796700377017, 0.0030761717935092747, 0.007031249813735485, 0.007031249813735485, 0.005712890473660082, 0.007031249813735485, 0.006811523257056251, 0.005493163916980848, 0.005712890473660082, 0.00791015604045242, 0.0061523435870185494, 0.0059326170303393155, 0.0059326170303393155, 0.005273437360301614, 0.005493163916980848, 0.0032958983501885086, 0.006811523257056251, 0.004174804576905444, 0.00395507802022621, 0.005493163916980848, 0.006811523257056251, 0.005712890473660082, 0.006591796700377017, 0.004394531133584678, 0.0059326170303393155, 0.00505371080362238, 0.006372070143697783, 0.007690429483773187, 0.004614257690263912, 0.0037353514635469764, 0.00395507802022621, 0.007470702927093953, 0.005273437360301614, 0.0059326170303393155, 0.007470702927093953, 0.0032958983501885086, 0.007470702927093953, 0.00791015604045242, 0.0037353514635469764, 0.0037353514635469764, 0.005493163916980848, 0.006372070143697783, 0.008349609153810889, 0.005273437360301614, 0.009667968493886292, 0.007031249813735485, 0.004614257690263912, 0.00395507802022621, 0.0037353514635469764, 0.0008789062267169356, 0.0, -0.0061523435870185494, -0.007690429483773187, -0.013403319957433268, -0.02087402288452722, -0.022631835337961093, -0.02746581958490424, -0.034057616285281256, -0.03933105364558287, -0.04460449100588448, -0.046362303459318355, -0.04768066279939376, -0.04877929558278993, -0.0505371080362238, -0.048120115912752226, -0.043505858222488314, -0.04064941298565827, -0.03493652251199819, -0.025048827461432666, -0.014501952740829438, -0.006372070143697783, 0.008789062267169356, 0.021533202554564923, 0.034057616285281256, 0.0498779283661861, 0.06635742011712864, 0.08217773219803348, 0.10129394262912683, 0.11030273145297542, 0.12612304353388026, 0.13952636349131353, 0.14853515231516212, 0.15776366769568995, 0.16545409717946313, 0.16479491750942543, 0.16809081585961394, 0.16435546439606696, 0.15534667557221837, 0.14172362905810587, 0.13139648089418188, 0.11557616881327704, 0.09624023182550445, 0.07756347450776957, 0.05800781096331775, 0.028784178924979642, 0.005493163916980848, -0.02021484321448952, -0.048120115912752226, -0.07185058403410949, -0.1030517550825607, -0.12590331697720103, -0.1509521444386337, -0.17248534699319862, -0.1891845653008204, -0.2061035101651214, -0.2197265566792339, -0.2267578064929694, -0.23027343139983714, -0.2300537048431579, -0.22302245502942242, -0.21489257243229076, -0.19973144002142362, -0.17995604992029257, -0.15842284736572765, -0.13271484023425728, -0.10700683310278691, -0.07976074007456191, -0.05229492048965767, -0.019555663544451818, 0.010546874720603228, 0.03933105364558287, 0.06591796700377017, 0.09624023182550445, 0.12238769207033329, 0.1483154257584829, 0.17314452666323632, 0.1898437449708581, 0.2054443304950837, 0.2137939396488946, 0.22390136125613935, 0.22434081436949782, 0.22302245502942242, 0.21687011144240387, 0.20961913507198915, 0.19731444789795205, 0.18171386237372644, 0.15996093326248229, 0.14018554316135123, 0.11491698914323933, 0.09624023182550445, 0.07141113092075102, 0.05009765492286533, 0.0259277336881496, 0.002636718680150807, -0.01845703076105565, -0.03779296774882823, -0.05668945162324235, -0.07294921681750566, -0.08789062267169356, -0.09711913805222139, -0.10612792687606998, -0.10832519244286232, -0.1120605439064093, -0.11447753602988087, -0.11228027046308853, -0.11074218456633389, -0.10393066130927764, -0.09514159904210828, -0.08657226333161816, -0.07536620894097723, -0.0654785138904117, -0.053613279829733074, -0.04064941298565827, -0.027685546141583472, -0.018237304204376414, -0.00900878882384859, 0.0002197265566792339, 0.011425780947320163, 0.014721679297508672, 0.02241210878128186, 0.025708007131470367, 0.032299803831847385, 0.036254881852073595, 0.03537597562535666, 0.03537597562535666, 0.03537597562535666, 0.034057616285281256, 0.03186035071848892, 0.025708007131470367, 0.02702636647154577, 0.02087402288452722, 0.01625976519426331, 0.016699218307621777, 0.010546874720603228, 0.008789062267169356, 0.005493163916980848, 0.0037353514635469764, 0.002856445236830041, 0.002636718680150807, 0.002416992123471573, 0.002636718680150807, 0.002856445236830041, 0.0059326170303393155, 0.004394531133584678, 0.0013183593400754035, 0.0032958983501885086, 0.0037353514635469764, 0.004394531133584678, 0.005712890473660082, 0.004833984246943146, 0.004174804576905444, 0.0061523435870185494, 0.0032958983501885086, 0.005273437360301614, 0.007250976370414719, 0.00505371080362238, 0.006372070143697783, 0.007690429483773187, 0.008349609153810889, 0.007250976370414719, 0.007250976370414719, 0.00791015604045242, 0.007031249813735485, 0.0059326170303393155, 0.008349609153810889, 0.007470702927093953, 0.008789062267169356, 0.008129882597131655, 0.005273437360301614, 0.00505371080362238, 0.00505371080362238, 0.007250976370414719, 0.00395507802022621, 0.007250976370414719, 0.0061523435870185494, 0.006811523257056251, 0.0061523435870185494, 0.008349609153810889, 0.004614257690263912, 0.004614257690263912, 0.004614257690263912, 0.006372070143697783, 0.006372070143697783, 0.005712890473660082, 0.00395507802022621, 0.005493163916980848, 0.004394531133584678, 0.006372070143697783, 0.007031249813735485, 0.006811523257056251, 0.004833984246943146, 0.006372070143697783, 0.004833984246943146, 0.006811523257056251, 0.007470702927093953, 0.0059326170303393155, 0.005493163916980848, 0.008349609153810889, 0.0061523435870185494, 0.007031249813735485, 0.004833984246943146, 0.004174804576905444, 0.007031249813735485, 0.008789062267169356, 0.005493163916980848, 0.0059326170303393155, 0.0059326170303393155, 0.006811523257056251, 0.006372070143697783, 0.006372070143697783, 0.00505371080362238, 0.0061523435870185494, 0.004833984246943146, 0.006372070143697783, 0.007470702927093953, 0.005493163916980848, 0.0059326170303393155, 0.0061523435870185494, 0.007470702927093953, 0.0032958983501885086, 0.006372070143697783, 0.008129882597131655, 0.00791015604045242, 0.006591796700377017, 0.00395507802022621, 0.008569335710490122, 0.007470702927093953, 0.006372070143697783, 0.006591796700377017, 0.006372070143697783, 0.007470702927093953, 0.006591796700377017, 0.004833984246943146, 0.008349609153810889, 0.005493163916980848, 0.00505371080362238, 0.005493163916980848, 0.006811523257056251, 0.007250976370414719, 0.004833984246943146, 0.006372070143697783, 0.0061523435870185494, 0.007690429483773187, 0.008349609153810889, 0.004394531133584678, 0.006811523257056251, 0.004833984246943146, 0.0061523435870185494, 0.005712890473660082, 0.002416992123471573, 0.004614257690263912, 0.006372070143697783, 0.00791015604045242, 0.0061523435870185494, 0.006372070143697783, 0.005493163916980848, 0.0059326170303393155, 0.006372070143697783, 0.00395507802022621, 0.005493163916980848, 0.00505371080362238, 0.007250976370414719, 0.0032958983501885086, 0.006372070143697783, 0.007031249813735485, 0.0037353514635469764, 0.007031249813735485, 0.004614257690263912, 0.004174804576905444, 0.004174804576905444, 0.00505371080362238, 0.008789062267169356, 0.005493163916980848, 0.008349609153810889, 0.004174804576905444, 0.006372070143697783, 0.006372070143697783, 0.004394531133584678, 0.0061523435870185494, 0.007690429483773187, 0.005273437360301614, 0.0037353514635469764, 0.005273437360301614, 0.005273437360301614, 0.004394531133584678, 0.005493163916980848, 0.006372070143697783, 0.004614257690263912, 0.006811523257056251, 0.006591796700377017, 0.006372070143697783, 0.007470702927093953, 0.007031249813735485, 0.006372070143697783, 0.007031249813735485, 0.005712890473660082, 0.007250976370414719, 0.0061523435870185494, 0.008129882597131655, 0.007470702927093953, 0.007470702927093953, 0.006811523257056251, 0.005273437360301614, 0.009667968493886292, 0.006591796700377017, 0.007250976370414719, 0.007470702927093953, 0.00505371080362238, 0.0061523435870185494, 0.005273437360301614, 0.0059326170303393155, 0.0035156249068677425, 0.007470702927093953, 0.004833984246943146, 0.0061523435870185494, 0.004394531133584678, 0.007031249813735485, 0.005273437360301614, 0.006811523257056251, 0.007470702927093953, 0.006372070143697783, 0.0059326170303393155, 0.004394531133584678, 0.005493163916980848, 0.005493163916980848, 0.005493163916980848, 0.0059326170303393155, 0.007031249813735485, 0.004394531133584678, 0.0061523435870185494, 0.005273437360301614, 0.005493163916980848, 0.005273437360301614, 0.006811523257056251, 0.004394531133584678, 0.00505371080362238, 0.005273437360301614, 0.005712890473660082, 0.005493163916980848, 0.004394531133584678, 0.005712890473660082, 0.005273437360301614, 0.006591796700377017, 0.005273437360301614, 0.007470702927093953, 0.006591796700377017, 0.005712890473660082, 0.006591796700377017, 0.008349609153810889, 0.006591796700377017, 0.007031249813735485, 0.006591796700377017, 0.006811523257056251, 0.005712890473660082, 0.007031249813735485, 0.005712890473660082, 0.0059326170303393155, 0.006811523257056251, 0.00505371080362238, 0.004174804576905444, 0.007470702927093953, 0.004833984246943146, 0.0059326170303393155, 0.00791015604045242, 0.0059326170303393155, 0.0059326170303393155, 0.007250976370414719, 0.005712890473660082, 0.004174804576905444, 0.004174804576905444, 0.004833984246943146, 0.006372070143697783, 0.006811523257056251, 0.004394531133584678, 0.00505371080362238, 0.0059326170303393155, 0.00505371080362238, 0.008129882597131655, 0.005273437360301614, 0.005712890473660082, 0.00395507802022621, 0.007250976370414719, 0.005273437360301614, 0.007031249813735485, 0.005273437360301614, 0.0035156249068677425, 0.005273437360301614, 0.004174804576905444, 0.005712890473660082, 0.005273437360301614, 0.004614257690263912, 0.004833984246943146, 0.0061523435870185494, 0.004614257690263912, 0.0037353514635469764, 0.007690429483773187, 0.002636718680150807, 0.004614257690263912, 0.005273437360301614, 0.00791015604045242, 0.004174804576905444, 0.006811523257056251, 0.0059326170303393155, 0.007690429483773187, 0.007250976370414719, 0.0030761717935092747, 0.008129882597131655, 0.006591796700377017, 0.007470702927093953, 0.007470702927093953, 0.005273437360301614, 0.0061523435870185494, 0.007470702927093953, 0.009887695050565526, 0.0061523435870185494, 0.007031249813735485, 0.006372070143697783, 0.00791015604045242, 0.004833984246943146, 0.0030761717935092747, 0.00395507802022621, 0.005493163916980848, 0.005273437360301614, 0.008349609153810889, 0.006811523257056251, 0.007690429483773187, 0.005712890473660082, 0.007690429483773187, 0.005273437360301614, 0.007250976370414719, 0.007031249813735485, 0.004614257690263912, 0.006811523257056251, 0.007031249813735485, 0.00505371080362238, 0.008349609153810889, 0.006811523257056251, 0.004394531133584678, 0.008349609153810889, 0.005273437360301614, 0.0061523435870185494, 0.0059326170303393155, 0.006372070143697783, 0.006591796700377017, 0.0061523435870185494, 0.00791015604045242, 0.004394531133584678, 0.004614257690263912, 0.006591796700377017, 0.007690429483773187, 0.007470702927093953, 0.005493163916980848, 0.0061523435870185494, 0.004614257690263912, 0.005712890473660082, 0.006591796700377017, 0.006811523257056251, 0.00505371080362238, 0.004833984246943146, 0.006811523257056251, 0.005273437360301614, 0.007690429483773187, 0.007031249813735485, 0.008129882597131655, 0.006372070143697783, 0.006811523257056251, 0.005712890473660082, 0.004614257690263912, 0.004833984246943146, 0.004833984246943146, 0.004833984246943146, 0.007470702927093953, 0.004174804576905444, 0.008129882597131655, 0.007250976370414719, 0.00505371080362238, 0.0061523435870185494, 0.005493163916980848, 0.006591796700377017, 0.004394531133584678, 0.006811523257056251, 0.005273437360301614, 0.004833984246943146, 0.005273437360301614, 0.006811523257056251, 0.0059326170303393155, 0.005273437360301614, 0.005712890473660082, 0.004394531133584678, 0.008789062267169356, 0.0032958983501885086, 0.006591796700377017, 0.006372070143697783, 0.00505371080362238, 0.004833984246943146, 0.0035156249068677425, 0.00791015604045242, 0.005712890473660082, 0.004614257690263912, 0.005493163916980848, 0.0037353514635469764, 0.005493163916980848, 0.004174804576905444, 0.006591796700377017, 0.004394531133584678, 0.006811523257056251, 0.004394531133584678, 0.006811523257056251, 0.006372070143697783, 0.005493163916980848, 0.0059326170303393155, 0.007031249813735485, 0.006591796700377017, 0.004614257690263912, 0.005273437360301614, 0.006591796700377017, 0.005273437360301614, 0.0032958983501885086, 0.006811523257056251, 0.006372070143697783, 0.0061523435870185494, 0.0059326170303393155, 0.005273437360301614, 0.006811523257056251, 0.00505371080362238, 0.0030761717935092747, 0.0037353514635469764, 0.0037353514635469764, 0.002197265566792339, -0.0013183593400754035, -0.004394531133584678, -0.004614257690263912, -0.008349609153810889, -0.009887695050565526, -0.012524413730716333, -0.013623046514112502, -0.017578124534338713, -0.01801757764769718, -0.018237304204376414, -0.02087402288452722, -0.022192382224602625, -0.023510741564678028, -0.022851561894640326, -0.021533202554564923, -0.017578124534338713, -0.0129638668440748, -0.010327148163923994, -0.002856445236830041, -0.0004394531133584678, 0.00900878882384859, 0.012304687174037099, 0.021533202554564923, 0.027905272698262706, 0.04042968642897904, 0.04504394411924295, 0.05383300638641231, 0.06020507653011009, 0.06459960766369477, 0.0738281230442226, 0.07668456828105263, 0.08305663842475042, 0.08635253677493893, 0.08701171644497663, 0.0881103492283728, 0.08657226333161816, 0.08459472432150505, 0.07800292762112804, 0.07272949026082642, 0.0628417952102609, 0.05075683459290303, 0.04394531133584678, 0.02988281170837581, 0.01911621043109335, 0.004174804576905444, -0.00900878882384859, -0.02482910090475343, -0.03977050675894134, -0.04899902213946916, -0.06240234209690243, -0.07624511516769417, -0.08986816168180667, -0.09777831772225909, -0.10458984097931534, -0.11096191112301312, -0.11557616881327704, -0.11315917668980546, -0.11579589536995627, -0.11359862980316393, -0.10744628621614538, -0.09931640361901373, -0.09316406003199518, -0.08217773219803348, -0.06525878733373247, -0.05163574081961997, -0.037573241192149, -0.021752929111244157, -0.007250976370414719, 0.007031249813735485, 0.023730468121357262, 0.03999023331562057, 0.053613279829733074, 0.07009277158067562, 0.08217773219803348, 0.09316406003199518, 0.09953613017569296, 0.11074218456633389, 0.11381835635984316, 0.11997069994686171, 0.11865234060678631, 0.11755370782339014, 0.11184081734973006, 0.10898437211290002, 0.10283202852588147, 0.09360351314535365, 0.08657226333161816, 0.0738281230442226, 0.06525878733373247, 0.052075193932978436, 0.039550780202262104, 0.02812499925494194, 0.017578124534338713, 0.0035156249068677425, -0.008129882597131655, -0.01625976519426331, -0.026806639914866537, -0.035156249068677425, -0.04064941298565827, -0.04460449100588448, -0.0498779283661861, -0.0511962877062615, -0.05603027195320465, -0.05493163916980848, -0.05295410015969537, -0.04965820180950686, -0.048120115912752226, -0.04218749888241291, -0.04152831921237521, -0.03493652251199819, -0.02812499925494194, -0.025708007131470367, -0.018896483874414116, -0.011425780947320163, -0.0059326170303393155, -0.0010986327833961695, 0.004394531133584678, 0.010546874720603228, 0.01010742160724476, 0.013183593400754035, 0.01845703076105565, 0.01801757764769718, 0.01845703076105565, 0.018896483874414116, 0.020434569771168754, 0.019775390101131052, 0.019555663544451818, 0.019775390101131052, 0.014501952740829438, 0.015600585524225608, 0.014501952740829438, 0.012304687174037099, 0.011425780947320163, 0.008789062267169356, 0.006591796700377017, 0.0037353514635469764, 0.007250976370414719, 0.006591796700377017, 0.0059326170303393155, 0.005493163916980848, 0.00505371080362238, 0.004614257690263912, 0.0037353514635469764, 0.006372070143697783, 0.006591796700377017, 0.005493163916980848 ], "yaxis": "y" } ], "layout": { "annotations": [ { "font": { "size": 16 }, "showarrow": false, "text": "ancilla, labels: (1,)", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.0, "yanchor": "bottom", "yref": "paper" } ], "height": 500, "legend": { "groupclick": "toggleitem" }, "template": { "data": { "bar": [ { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "/" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "\\" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "x" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "-" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "|" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "+" } }, "type": "bar" }, { "marker": { "color": "#ff9000", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ad6aff", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#ff005c", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00b287", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#c97a88", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" }, { "marker": { "color": "#00d539", "line": { "color": "black", "width": 1.5 }, "opacity": 0.8, "pattern": { "shape": "." } }, "type": "bar" } ], "scatter": [ { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "type": "scatter" }, { "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "type": "scatter" }, { "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "type": "scatter" }, { "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "type": "scatter" }, { "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "type": "scatter" }, { "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "type": "scatter" } ], "violin": [ { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff005c" }, "marker": { "color": "#ff005c", "opacity": 0.5, "size": 8, "symbol": "hexagram" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00d539" }, "marker": { "color": "#00d539", "opacity": 0.5, "size": 8, "symbol": "circle" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ad6aff" }, "marker": { "color": "#ad6aff", "opacity": 0.5, "size": 8, "symbol": "square" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#ff9000" }, "marker": { "color": "#ff9000", "opacity": 0.5, "size": 8, "symbol": "diamond" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#00b287" }, "marker": { "color": "#00b287", "opacity": 0.5, "size": 8, "symbol": "triangle-down" }, "meanline": { "visible": true }, "type": "violin" }, { "box": { "visible": true }, "line": { "color": "#c97a88" }, "marker": { "color": "#c97a88", "opacity": 0.5, "size": 8, "symbol": "cross" }, "meanline": { "visible": true }, "type": "violin" } ] }, "layout": { "annotationdefaults": { "font": { "size": 12 } }, "autotypenumbers": "strict", "hoverlabel": { "bgcolor": "white", "font": { "family": "Rockwell", "size": 14 } }, "hovermode": "x unified", "legend": { "bgcolor": "white", "bordercolor": "Black", "borderwidth": 1, "font": { "family": "Rockwell" } }, "xaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true }, "yaxis": { "linecolor": "black", "linewidth": 1, "mirror": true, "showline": true } } }, "width": 900, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ], "showticklabels": true, "title": { "text": "Time (s)" } }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "title": { "text": "Fractional Voltage" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "echo_experiment.plot_trace(channels=qcs.Qudits(1, \"ancilla\"))" ] } ], "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 }