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

Cross resonance protocols #860

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Cross resonance protocols #860

wants to merge 5 commits into from

Conversation

andrea-pasquale
Copy link
Contributor

@andrea-pasquale andrea-pasquale commented May 19, 2024

Closes #821

Runcard example:

 - id: cross resonance
    operation: cross_resonance # duration sweeper
    targets: [[0,2]]
    parameters:
      pulse_duration_start: 10
      pulse_duration_end: 20000
      pulse_duration_step: 1000
      pulse_amplitude: -0.5


  - id: cross resonance chevron
    operation: cross_resonance_chevron # amplitude and duration sweeper
    targets: [[0,2]]
    parameters:
      pulse_duration_start: 10
      pulse_duration_end: 5000
      pulse_duration_step: 500
      amplitude_min_factor: -1
      amplitude_max_factor: 1
      amplitude_step_factor: 0.1
      pulse_amplitude: 0.5

Currently the protocol is working with samples (I can provide another option with voltages if needed0

  • check if experiment is correct
  • provide signal version
  • run on hardware
  • implement some sort of fitting

Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.58%. Comparing base (0a8b3a4) to head (dd630ae).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #860      +/-   ##
==========================================
+ Coverage   97.53%   97.58%   +0.04%     
==========================================
  Files         123      126       +3     
  Lines        9703     9853     +150     
==========================================
+ Hits         9464     9615     +151     
+ Misses        239      238       -1     
Flag Coverage Δ
unittests 97.58% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/qibocal/protocols/__init__.py 100.00% <ø> (ø)
...ibocal/protocols/two_qubit_interaction/__init__.py 100.00% <100.00%> (ø)
.../two_qubit_interaction/cross_resonance/__init__.py 100.00% <100.00%> (ø)
...s/two_qubit_interaction/cross_resonance/chevron.py 100.00% <100.00%> (ø)
...bit_interaction/cross_resonance/cross_resonance.py 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross Resonance Routine
1 participant