Skip to content

Commit

Permalink
Merge pull request #763 from qiboteam/old_keys
Browse files Browse the repository at this point in the history
Remove outdated keys after DAG remove
  • Loading branch information
andrea-pasquale authored Mar 21, 2024
2 parents c171ad9 + 91c7236 commit 2c65af9
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions doc/source/protocols/resonator_punchout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is and example of a runcard for a resonator punchout:
actions:
- id: resonator punchout
priority: 0
operation: resonator_punchout
parameters:
freq_width: 40_000_000
Expand Down Expand Up @@ -116,7 +116,7 @@ This is and example of a runcard for a resonator punchout with attenuation:
actions:
- id: resonator_punchout_attenuation
priority: 0
operation: resonator_punchout_attenuation
parameters:
freq_width: 10_000_000
Expand Down
4 changes: 2 additions & 2 deletions doc/source/protocols/resonator_spectroscopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The bare resonator frequency can be found setting a large value for the amplitud
actions:
- id: resonator_spectroscopy high power
priority: 0
operation: resonator_spectroscopy
parameters:
freq_width: 60_000_000
Expand All @@ -57,7 +57,7 @@ Lowering the amplitude we can see a shift in the peak, e.g.:
actions:
- id: resonator_spectroscopy low power
priority: 0
operation: resonator_spectroscopy
parameters:
freq_width: 60_000_000
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tutorials/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ To launch the protocol a possible runcard could be the following one:
actions:
- id: rotate
priority: 0
operation: rotation
parameters:
theta_start: 0
Expand Down
22 changes: 11 additions & 11 deletions doc/source/tutorials/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with qibocal it is sufficient to write the following action:
.. code-block:: yaml
- id: resonator_spectroscopy high power
priority: 0
operation: resonator_spectroscopy
parameters:
freq_width: 60_000_000
Expand Down Expand Up @@ -70,7 +70,7 @@ power we observe this shift it is possible to run a resonator punchout using the
.. code-block:: yaml
- id: resonator punchout
priority: 0
operation: resonator_punchout
parameters:
freq_width: 40_000_000
Expand Down Expand Up @@ -99,7 +99,7 @@ Here is an example of a runcard.
.. code-block:: yaml
- id: resonator_spectroscopy low power
priority: 0
operation: resonator_spectroscopy
parameters:
freq_width: 60_000_000
Expand Down Expand Up @@ -136,7 +136,7 @@ Here is an example runcard:
.. code-block:: yaml
- id: qubit spectroscopy 01
priority: 0
operation: qubit_spectroscopy
parameters:
drive_amplitude: 0.5
Expand Down Expand Up @@ -179,7 +179,7 @@ the following runcard:
.. code-block:: yaml
- id: rabi
priority: 0
operation: rabi_amplitude_signal
parameters:
min_amp_factor: 0
Expand Down Expand Up @@ -208,7 +208,7 @@ The simplest model can be trained by running the following experiment:
.. code-block:: yaml
- id: single shot classification 1
priority: 0
operation: single_shot_classification
parameters:
nshots: 5000
Expand Down Expand Up @@ -236,7 +236,7 @@ We can study the flux dependence of the qubit using the following runcard:
.. code-block:: yaml
- id: qubit flux dependence
priority: 0
operation: qubit_flux
parameters:
freq_width: 100_000_000
Expand Down Expand Up @@ -277,7 +277,7 @@ Here is the runcard:
.. code-block:: yaml
- id: t1
priority: 0
operation: t1
parameters:
delay_before_readout_end: 200000
Expand All @@ -301,7 +301,7 @@ denoted with :math:`\\T_2` and can be estimated through a Ramsey experiment.
.. code-block:: yaml
- id: ramsey detuned
priority: 0
operation: ramsey
parameters:
delay_between_pulses_end: 40000
Expand Down Expand Up @@ -332,7 +332,7 @@ after having prepared :math:`\ket{Y}`.
.. code-block:: yaml
- id: readout characterization
priority: 0
operation: readout_characterization
parameters:
nshots: 5000
Expand All @@ -349,7 +349,7 @@ randomized benchmarking.
.. code-block:: yaml
- id: standard rb bootstrap
priority: 0
operation: standard_rb
parameters:
depths: [10, 50, 100, 150, 200, 250, 300, 350, 400, 450, 500]
Expand Down
38 changes: 19 additions & 19 deletions runcards/benchmarks/routines_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ qubits: [0]
actions:

- id: resonator spectroscopy high power
priority: 0

operation: resonator_spectroscopy
main: resonator punchout

parameters:
freq_width: 10_000_000
freq_step: 500_000
Expand All @@ -16,9 +16,9 @@ actions:
relaxation_time: 5_000

- id: resonator punchout
priority: 10

operation: resonator_punchout
main: resonator spectroscopy low power

parameters:
freq_width: 20_000_000
freq_step: 2_000_000
Expand All @@ -28,9 +28,9 @@ actions:
relaxation_time: 5_000

- id: resonator spectroscopy low power
priority: 20

operation: resonator_spectroscopy
main: qubit spectroscopy

parameters:
freq_width: 100_000_000
freq_step: 1_000_000
Expand All @@ -39,9 +39,9 @@ actions:
relaxation_time: 5_000

- id: qubit spectroscopy
priority: 30

operation: qubit_spectroscopy
main: rabi amplitude

parameters:
drive_amplitude: 0.1
drive_duration: 5000
Expand All @@ -50,53 +50,53 @@ actions:
relaxation_time: 5_000

- id: rabi amplitude
priority: 40

operation: rabi_amplitude
main: ramsey detuned

parameters:
min_amp_factor: 0.0
max_amp_factor: 1.5
step_amp_factor: 0.02
pulse_length: 40

- id: ramsey detuned
priority: 50

operation: ramsey
main: t1

parameters:
delay_between_pulses_start: 0
delay_between_pulses_end: 30_000
delay_between_pulses_step: 1_000
n_osc: 10

- id: t1
priority: 60

operation: t1
main: ramsey

parameters:
delay_before_readout_start: 0
delay_before_readout_end: 200_000
delay_before_readout_step: 5_000

- id: ramsey
priority: 70

operation: ramsey
main: single shot classification

parameters:
delay_between_pulses_start: 16
delay_between_pulses_end: 65_000
delay_between_pulses_step: 2_000
n_osc: 0

- id: single shot classification
priority: 80
main: standard rb


operation: single_shot_classification
parameters:
nshots: 5_000

- id: standard rb
priority: 90

operation: standard_rb
parameters:
depths: [10, 20, 30, 40]
Expand Down
Loading

0 comments on commit 2c65af9

Please sign in to comment.