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

Porting some protocols to qibolab 0.2 #1036

Merged
merged 51 commits into from
Nov 15, 2024

feat: Update all native/configs parameters

bd9485e
Select commit
Loading
Failed to load commit list.
Merged

Porting some protocols to qibolab 0.2 #1036

feat: Update all native/configs parameters
bd9485e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 94.07806% with 44 lines in your changes missing coverage. Please review.

Please upload report for BASE (0.2@8093a68). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/qibocal/calibration/serialize.py 73.80% 11 Missing ⚠️
src/qibocal/protocols/drag.py 78.57% 6 Missing ⚠️
...ls/randomized_benchmarking/standard_rb_2q_inter.py 25.00% 6 Missing ⚠️
src/qibocal/update.py 83.87% 5 Missing ⚠️
src/qibocal/auto/execute.py 40.00% 3 Missing ⚠️
src/qibocal/protocols/allxy/allxy.py 88.88% 2 Missing ⚠️
...bocal/protocols/flux_dependence/qubit_crosstalk.py 96.00% 2 Missing ⚠️
src/qibocal/calibration/calibration.py 93.75% 1 Missing ⚠️
...rotocols/allxy/allxy_resonator_depletion_tuning.py 95.83% 1 Missing ⚠️
src/qibocal/protocols/coherence/t1_signal.py 88.88% 1 Missing ⚠️
... and 6 more
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##             0.2    #1036   +/-   ##
======================================
  Coverage       ?   94.11%           
======================================
  Files          ?       99           
  Lines          ?     7938           
  Branches       ?        0           
======================================
  Hits           ?     7471           
  Misses         ?      467           
  Partials       ?        0           
Files with missing lines Coverage Δ
src/qibocal/auto/output.py 100.00% <100.00%> (ø)
src/qibocal/auto/transpile.py 91.66% <100.00%> (ø)
src/qibocal/protocols/__init__.py 100.00% <ø> (ø)
src/qibocal/protocols/classification.py 94.05% <100.00%> (ø)
...rc/qibocal/protocols/coherence/spin_echo_signal.py 100.00% <100.00%> (ø)
src/qibocal/protocols/coherence/t1.py 100.00% <100.00%> (ø)
src/qibocal/protocols/coherence/t2.py 100.00% <100.00%> (ø)
src/qibocal/protocols/coherence/t2_signal.py 100.00% <100.00%> (ø)
src/qibocal/protocols/coherence/utils.py 97.33% <100.00%> (ø)
src/qibocal/protocols/coherence/zeno.py 100.00% <100.00%> (ø)
... and 44 more