Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resonator depletion measurement #822

Merged
merged 13 commits into from
May 20, 2024
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2024
commit 80f6266ad3d47f539fb7ea644dae7fb8f08dceb0
2 changes: 1 addition & 1 deletion src/qibocal/protocols/characterization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from enum import Enum

from .allxy.allxy import allxy
from .allxy.allxy_resonator_depletion_tuning import allxy_resonator_depletion_tuning
from .allxy.allxy_drag_pulse_tuning import allxy_drag_pulse_tuning
from .allxy.allxy_resonator_depletion_tuning import allxy_resonator_depletion_tuning
from .classification import single_shot_classification
from .coherence.spin_echo import spin_echo
from .coherence.spin_echo_signal import spin_echo_signal
2 changes: 1 addition & 1 deletion tests/runcards/protocols.yml
Original file line number Diff line number Diff line change
@@ -498,7 +498,7 @@ actions:
delay_step: 1000.0
nshots: 10


- id: allXY drag
operation: allxy_drag_pulse_tuning
parameters:
Loading