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

Ramsey ZZ protocol #970

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

Ramsey ZZ protocol #970

wants to merge 3 commits into from

Conversation

andrea-pasquale
Copy link
Contributor

@andrea-pasquale andrea-pasquale commented Aug 22, 2024

Protocol to compute ZZ strength between two qubits.
Some preliminary results available here http://login.qrccluster.com:9000/qwQY9gVKRyiA14v2HEhMuw==/
They confirm that ZZ seems to be an issue at least for qw11q

Example runcard:

actions:

  - id: ramsey
    operation: ramsey_zz
    targets: [2]
    parameters:
      delay_between_pulses_start: 10
      delay_between_pulses_end: 2_000
      delay_between_pulses_step: 50
      detuning: 500_000
      target_qubit: 3
      nshots: 1024
  • Simplify code and remove duplication

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.
  • Compatibility with Qibo modules (Please edit this section if the current pull request is not compatible with the following branches).
    • Qibo: master
    • Qibolab: main
    • Qibolab_platforms_qrc: main

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

Attention: Patch coverage is 76.97842% with 32 lines in your changes missing coverage. Please review.

Project coverage is 97.21%. Comparing base (c4fdce8) to head (18ceaee).

Files Patch % Lines
src/qibocal/protocols/ramsey/ramsey_zz.py 76.29% 32 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #970      +/-   ##
==========================================
- Coverage   97.50%   97.21%   -0.29%     
==========================================
  Files         123      124       +1     
  Lines        9701     9840     +139     
==========================================
+ Hits         9459     9566     +107     
- Misses        242      274      +32     
Flag Coverage Δ
unittests 97.21% <76.97%> (-0.29%) ⬇️

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

Files Coverage Δ
src/qibocal/protocols/__init__.py 100.00% <100.00%> (ø)
src/qibocal/protocols/ramsey/utils.py 100.00% <100.00%> (ø)
src/qibocal/protocols/ramsey/ramsey_zz.py 76.29% <76.29%> (ø)

@@ -148,4 +149,6 @@
"standard_rb_2q",
"standard_rb_2q_inter",
"optimize_two_qubit_gate",
"optimize_two_qubit_gate",
Copy link
Member

@alecandido alecandido Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is just a mistake (it's just the value above repeated)

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

Successfully merging this pull request may close these issues.

2 participants