From 7a068378bf4bfd7cc9f6c0a738c62cec0b383b74 Mon Sep 17 00:00:00 2001 From: Edoardo-Pedicillo Date: Wed, 16 Oct 2024 17:36:16 +0400 Subject: [PATCH 1/5] docs: upload list of future protocols --- README.md | 3 ++- doc/dev/README.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 doc/dev/README.md diff --git a/README.md b/README.md index 33e8988cc..86e0b5cda 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Feel free to check [![arXiv](https://img.shields.io/badge/arXiv-2303.10397-b31b1b.svg)](https://arxiv.org/abs/2303.10397) [![DOI](https://zenodo.org/badge/511836317.svg)](https://zenodo.org/badge/latestdoi/511836317) - +A non-exhaustive list of possible routines to be implemented in Qibocal is collected +[here](doc/dev/README.md). If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions diff --git a/doc/dev/README.md b/doc/dev/README.md new file mode 100644 index 000000000..d6932a383 --- /dev/null +++ b/doc/dev/README.md @@ -0,0 +1,38 @@ +# Qibocal Roadmap + +## Protocols +### 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) + +#### 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) +- Optimal control with randomize benchmarking (https://arxiv.org/pdf/1403.0035) +- Quantum volume +- Gate Set Tomography From 0fff1a8fe8c9ad3e9c2d46c7f2cc73056cf59c9d Mon Sep 17 00:00:00 2001 From: Edoardo-Pedicillo Date: Wed, 16 Oct 2024 17:56:28 +0400 Subject: [PATCH 2/5] fix: typo in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e0b5cda..41b66582a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ Feel free to check [![arXiv](https://img.shields.io/badge/arXiv-2303.10397-b31b1b.svg)](https://arxiv.org/abs/2303.10397) [![DOI](https://zenodo.org/badge/511836317.svg)](https://zenodo.org/badge/latestdoi/511836317) -A non-exhaustive list of possible routines to be implemented in Qibocal is collected -[here](doc/dev/README.md). If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions + +## Missing protocols + +A non-exhaustive list of possible protocols to be implemented in Qibocal is collected +[here](doc/dev/README.md). From 977e0a634dc4e2f5f3e8f0652d8e13243d76a0e2 Mon Sep 17 00:00:00 2001 From: Edoardo-Pedicillo Date: Wed, 16 Oct 2024 18:03:07 +0400 Subject: [PATCH 3/5] doc: remove colors in README --- doc/dev/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/README.md b/doc/dev/README.md index d6932a383..ba8671250 100644 --- a/doc/dev/README.md +++ b/doc/dev/README.md @@ -1,7 +1,7 @@ # Qibocal Roadmap ## Protocols -### High Priority +### High Priority #### Single qubit - Rabi and flipping to calibrate pi/2 rotations (https://web.physics.ucsb.edu/~martinisgroup/theses/Chen2018.pdf par. 5.9) @@ -23,7 +23,7 @@ - Measure ZZ coupling in couplers (flux amplitude vs coupling) (Manenti Motta, par. 14.8.4) - Improve and test iSWAP implementation -### Low Priority +### Low Priority #### Single Qubit - Calibrate the other qubit states From d00d800c5ba5b86e9f0adf970d28442caedb8ac4 Mon Sep 17 00:00:00 2001 From: Edoardo Pedicillo Date: Thu, 17 Oct 2024 13:19:11 +0400 Subject: [PATCH 4/5] Update README.md Co-authored-by: Alessandro Candido --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b66582a..da534e198 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Feel free to check If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions -## Missing protocols +## Ongoing development A non-exhaustive list of possible protocols to be implemented in Qibocal is collected [here](doc/dev/README.md). From 89f4ac622342bafdf7488dc039e56989e31fb8a2 Mon Sep 17 00:00:00 2001 From: Edoardo-Pedicillo Date: Thu, 17 Oct 2024 13:35:31 +0400 Subject: [PATCH 5/5] doc: implement suggestions --- doc/dev/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dev/README.md b/doc/dev/README.md index ba8671250..5322ce906 100644 --- a/doc/dev/README.md +++ b/doc/dev/README.md @@ -1,6 +1,5 @@ # Qibocal Roadmap -## Protocols ### High Priority #### Single qubit @@ -14,6 +13,7 @@ - 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 @@ -33,6 +33,7 @@ - Measurement tomography https://arxiv.org/pdf/1310.6448.pdf - XY-Z timing (https://escholarship.org/content/qt0g29b4p0/qt0g29b4p0.pdf?t=prk0gj par. 5.10) -- Optimal control with randomize benchmarking (https://arxiv.org/pdf/1403.0035) - Quantum volume - Gate Set Tomography +- Process Tomography +- Study Qubit AC-Stark effect