Skip to content

Cross resonance protocols - #860

Closed
andrea-pasquale wants to merge 5 commits into
0.1from
cross_resonance
Closed

Cross resonance protocols#860
andrea-pasquale wants to merge 5 commits into
0.1from
cross_resonance

Conversation

@andrea-pasquale

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

Copy link
Copy Markdown
Contributor

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

@codecov

codecov Bot commented May 19, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.58%. Comparing base (0a8b3a4) to head (dd630ae).
Report is 242 commits behind head on 0.1.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              0.1     #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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Edoardo-Pedicillo Edoardo-Pedicillo added this to the Qibocal 0.1.1 milestone Oct 3, 2024
@Edoardo-Pedicillo Edoardo-Pedicillo removed this from the Qibocal - Qibolab 0.2 milestone Jan 23, 2025
@andrea-pasquale
andrea-pasquale changed the base branch from main to 0.1 February 14, 2025 15:18
@andrea-pasquale

Copy link
Copy Markdown
Contributor Author

Closing in favor of #1131

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

3 participants