Skip to content

Commit bb83a11

Browse files
Merge pull request #1012 from qiboteam/protocol_list
Protocols list
2 parents 731c9b1 + 89f4ac6 commit bb83a11

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,9 @@ Feel free to check
8181
[![DOI](https://zenodo.org/badge/511836317.svg)](https://zenodo.org/badge/latestdoi/511836317)
8282

8383

84-
8584
If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions
85+
86+
## Ongoing development
87+
88+
A non-exhaustive list of possible protocols to be implemented in Qibocal is collected
89+
[here](doc/dev/README.md).

doc/dev/README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Qibocal Roadmap
2+
3+
### High Priority
4+
#### Single qubit
5+
6+
- Rabi and flipping to calibrate pi/2 rotations (https://web.physics.ucsb.edu/~martinisgroup/theses/Chen2018.pdf par. 5.9)
7+
- Kernels for integration
8+
- Drag with detuning (https://arxiv.org/pdf/1904.06560)
9+
- Cross-entropy benchmarking
10+
- SNR in spectroscopies and SNR in the IQ plane
11+
https://dsp.stackexchange.com/questions/24372/what-is-the-connection-between-analog-signal-to-noise-ratio-and-signal-to-noise.
12+
https://arxiv.org/pdf/2106.06173.pdf
13+
- Improve readout amplitude optimization with the outliers probability
14+
(https://escholarship.org/content/qt0g29b4p0/qt0g29b4p0.pdf?t=prk0gj)
15+
- 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)
16+
- Optimal control with randomize benchmarking (https://arxiv.org/pdf/1403.0035)
17+
18+
#### Two qubits
19+
20+
- Cross resonance gates (https://journals.aps.org/prb/abstract/10.1103/PhysRevB.81.134507)
21+
- SNZ / Martini Ansatz (https://arxiv.org/pdf/2008.07411 https://arxiv.org/pdf/1402.5467)
22+
- Improve and test coupler routines
23+
- Measure ZZ coupling in couplers (flux amplitude vs coupling) (Manenti Motta, par. 14.8.4)
24+
- Improve and test iSWAP implementation
25+
26+
### Low Priority
27+
#### Single Qubit
28+
29+
- Calibrate the other qubit states
30+
- Carr-Purcell-Meiboom_Gill sequence
31+
- Explore cosine pulse as X pulse (https://web.physics.ucsb.edu/~martinisgroup/theses/Chen2018.pdf par. 5.4)
32+
- Active reset
33+
- Measurement tomography https://arxiv.org/pdf/1310.6448.pdf
34+
- XY-Z timing
35+
(https://escholarship.org/content/qt0g29b4p0/qt0g29b4p0.pdf?t=prk0gj par. 5.10)
36+
- Quantum volume
37+
- Gate Set Tomography
38+
- Process Tomography
39+
- Study Qubit AC-Stark effect

0 commit comments

Comments
 (0)