-
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.
Merge pull request #1016 from qiboteam/docs
Minimal docs to missing experiments
- Loading branch information
Showing
10 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
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
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 |