-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
2,200 additions
and
3,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Runcards | ||
|
||
The following folder contains examples of Qibocal scripts. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Qibocal Roadmap | ||
|
||
### High Priority | ||
#### Single qubit | ||
|
||
- Rabi and flipping to calibrate pi/2 rotations (https://web.physics.ucsb.edu/~martinisgroup/theses/Chen2018.pdf par. 5.9) | ||
- Kernels for integration | ||
- Drag with detuning (https://arxiv.org/pdf/1904.06560) | ||
- Cross-entropy benchmarking | ||
- SNR in spectroscopies and SNR in the IQ plane | ||
https://dsp.stackexchange.com/questions/24372/what-is-the-connection-between-analog-signal-to-noise-ratio-and-signal-to-noise. | ||
https://arxiv.org/pdf/2106.06173.pdf | ||
- Improve readout amplitude optimization with the outliers probability | ||
(https://escholarship.org/content/qt0g29b4p0/qt0g29b4p0.pdf?t=prk0gj) | ||
- Cryoscope (https://arxiv.org/pdf/1907.04818, https://github.com/qua-platform/qua-libs/blob/main/Quantum-Control-Applications/Superconducting/Single-Flux-Tunable-Transmon/Use%20Case%201%20-%20Paraoanu%20Lab%20-%20Cryoscope/readme.md) | ||
- Optimal control with randomize benchmarking (https://arxiv.org/pdf/1403.0035) | ||
|
||
#### Two qubits | ||
|
||
- Cross resonance gates (https://journals.aps.org/prb/abstract/10.1103/PhysRevB.81.134507) | ||
- SNZ / Martini Ansatz (https://arxiv.org/pdf/2008.07411 https://arxiv.org/pdf/1402.5467) | ||
- Improve and test coupler routines | ||
- Measure ZZ coupling in couplers (flux amplitude vs coupling) (Manenti Motta, par. 14.8.4) | ||
- Improve and test iSWAP implementation | ||
|
||
### Low Priority | ||
#### Single Qubit | ||
|
||
- Calibrate the other qubit states | ||
- Carr-Purcell-Meiboom_Gill sequence | ||
- Explore cosine pulse as X pulse (https://web.physics.ucsb.edu/~martinisgroup/theses/Chen2018.pdf par. 5.4) | ||
- Active reset | ||
- Measurement tomography https://arxiv.org/pdf/1310.6448.pdf | ||
- XY-Z timing | ||
(https://escholarship.org/content/qt0g29b4p0/qt0g29b4p0.pdf?t=prk0gj par. 5.10) | ||
- Quantum volume | ||
- Gate Set Tomography | ||
- Process Tomography | ||
- Study Qubit AC-Stark effect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Chevron | ||
======= | ||
|
||
Parameters | ||
^^^^^^^^^^ | ||
|
||
.. autoclass:: | ||
qibocal.protocols.two_qubit_interaction.chevron.chevron.ChevronParameters | ||
:noindex: | ||
|
||
Example | ||
^^^^^^^ | ||
|
||
Below is an example runcard for this experiment. | ||
|
||
.. code-block:: yaml | ||
- id: chevron | ||
operation: chevron | ||
parameters: | ||
amplitude_max_factor: 1.1 | ||
amplitude_min_factor: 0.9 | ||
amplitude_step_factor: 0.01 | ||
duration_max: 51 | ||
duration_min: 4 | ||
duration_step: 2 | ||
The expected output is the following: | ||
|
||
.. image:: chevron.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Coupler Chevron | ||
=============== | ||
|
||
Parameters | ||
^^^^^^^^^^ | ||
|
||
.. autoclass:: | ||
qibocal.protocols.two_qubit_interaction.chevron.chevron.ChevronParameters | ||
:noindex: | ||
|
||
|
||
Example | ||
^^^^^^^ | ||
|
||
Below is an example runcard for this experiment. | ||
|
||
.. code-block:: yaml | ||
- id: coupler chevron | ||
operation: coupler_chevron | ||
parameters: | ||
amplitude_max_factor: 1.5 | ||
amplitude_min_factor: 0.4 | ||
amplitude_step_factor: 0.005 | ||
duration_max: 100 | ||
duration_min: 10 | ||
duration_step: 2 | ||
native: CZ | ||
nshots: 256 | ||
relaxation_time: 100000 | ||
The expected output is the following: | ||
|
||
.. image:: chevron.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
State Tomographies | ||
================== | ||
|
||
Parameters | ||
^^^^^^^^^^ | ||
|
||
.. autoclass:: | ||
qibocal.protocols.state_tomography.StateTomographyParameters | ||
:noindex: | ||
|
||
Example | ||
^^^^^^^ | ||
|
||
Below is an example runcard for this experiment. | ||
|
||
.. code-block:: yaml | ||
- id: state_tomography | ||
operation: state_tomography | ||
parameters: | ||
nshots: 1024 | ||
relaxation_time: 200000 | ||
The expected output is the following: | ||
|
||
.. image:: state_tomography.png | ||
|
||
|
||
Qibocal also provides two qubit state tomography. | ||
|
||
.. code-block:: yaml | ||
- id: tomography | ||
operation: two_qubit_state_tomography | ||
parameters: | ||
nshots: 5000 | ||
The report will look like the following. | ||
|
||
.. image:: two_state_tomography.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Virtual Z | ||
========= | ||
|
||
Parameters | ||
^^^^^^^^^^ | ||
|
||
.. autoclass:: | ||
qibocal.protocols.two_qubit_interaction.virtual_z_phases.VirtualZPhasesParameters | ||
:noindex: | ||
|
||
Example | ||
^^^^^^^ | ||
|
||
Below is an example runcard for this experiment. | ||
|
||
.. code-block:: yaml | ||
- id: cz | ||
operation: cz_virtualz | ||
parameters: | ||
dt: 0 | ||
flux_pulse_duration: 70 | ||
theta_end: 6.5 | ||
theta_start: 0 | ||
theta_step: 0.5 | ||
The expected output is the following: | ||
|
||
.. image:: virtual_z.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.