Skip to content

Commit cace06e

Browse files
Merge pull request #1016 from qiboteam/docs
Minimal docs to missing experiments
2 parents dc66a50 + 301a571 commit cace06e

10 files changed

+138
-0
lines changed

doc/source/protocols/chevron.png

53.6 KB
Loading

doc/source/protocols/chevron.rst

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Chevron
2+
=======
3+
4+
Parameters
5+
^^^^^^^^^^
6+
7+
.. autoclass::
8+
qibocal.protocols.two_qubit_interaction.chevron.chevron.ChevronParameters
9+
:noindex:
10+
11+
Example
12+
^^^^^^^
13+
14+
Below is an example runcard for this experiment.
15+
16+
.. code-block:: yaml
17+
18+
- id: chevron
19+
operation: chevron
20+
parameters:
21+
amplitude_max_factor: 1.1
22+
amplitude_min_factor: 0.9
23+
amplitude_step_factor: 0.01
24+
duration_max: 51
25+
duration_min: 4
26+
duration_step: 2
27+
28+
The expected output is the following:
29+
30+
.. image:: chevron.png
155 KB
Loading
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Coupler Chevron
2+
===============
3+
4+
Parameters
5+
^^^^^^^^^^
6+
7+
.. autoclass::
8+
qibocal.protocols.two_qubit_interaction.chevron.chevron.ChevronParameters
9+
:noindex:
10+
11+
12+
Example
13+
^^^^^^^
14+
15+
Below is an example runcard for this experiment.
16+
17+
.. code-block:: yaml
18+
19+
- id: coupler chevron
20+
operation: coupler_chevron
21+
parameters:
22+
amplitude_max_factor: 1.5
23+
amplitude_min_factor: 0.4
24+
amplitude_step_factor: 0.005
25+
duration_max: 100
26+
duration_min: 10
27+
duration_step: 2
28+
native: CZ
29+
nshots: 256
30+
relaxation_time: 100000
31+
32+
33+
The expected output is the following:
34+
35+
.. image:: chevron.png

doc/source/protocols/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ In this section we introduce the basics of all protocols supported by ``qibocal`
3131
avoided_crossing
3232
readout_optimization
3333
standard_rb
34+
chevron
35+
virtual_z
36+
state_tomographies
37+
coupler/chevron
3438
references
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
State Tomographies
2+
==================
3+
4+
Parameters
5+
^^^^^^^^^^
6+
7+
.. autoclass::
8+
qibocal.protocols.state_tomography.StateTomographyParameters
9+
:noindex:
10+
11+
Example
12+
^^^^^^^
13+
14+
Below is an example runcard for this experiment.
15+
16+
.. code-block:: yaml
17+
18+
- id: state_tomography
19+
operation: state_tomography
20+
parameters:
21+
nshots: 1024
22+
relaxation_time: 200000
23+
24+
The expected output is the following:
25+
26+
.. image:: state_tomography.png
27+
28+
29+
Qibocal also provides two qubit state tomography.
30+
31+
.. code-block:: yaml
32+
33+
- id: tomography
34+
operation: two_qubit_state_tomography
35+
parameters:
36+
nshots: 5000
37+
38+
The report will look like the following.
39+
40+
.. image:: two_state_tomography.png
35.6 KB
Loading
97 KB
Loading

doc/source/protocols/virtual_z.png

139 KB
Loading

doc/source/protocols/virtual_z.rst

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Virtual Z
2+
=========
3+
4+
Parameters
5+
^^^^^^^^^^
6+
7+
.. autoclass::
8+
qibocal.protocols.two_qubit_interaction.virtual_z_phases.VirtualZPhasesParameters
9+
:noindex:
10+
11+
Example
12+
^^^^^^^
13+
14+
Below is an example runcard for this experiment.
15+
16+
.. code-block:: yaml
17+
18+
- id: cz
19+
operation: cz_virtualz
20+
parameters:
21+
dt: 0
22+
flux_pulse_duration: 70
23+
theta_end: 6.5
24+
theta_start: 0
25+
theta_step: 0.5
26+
27+
The expected output is the following:
28+
29+
.. image:: virtual_z.png

0 commit comments

Comments
 (0)