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

Qubits, channels, and acquisition #1001

Merged
merged 79 commits into from
Sep 3, 2024

fix: QM frequency and offset sweeper after dropping channel.name

585eb0b
Select commit
Loading
Failed to load commit list.
Merged

Qubits, channels, and acquisition #1001

fix: QM frequency and offset sweeper after dropping channel.name
585eb0b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

51.45% (-0.41%) compared to cd6dcd6

View this Pull Request on Codecov

51.45% (-0.41%) compared to cd6dcd6

Details

Codecov Report

Attention: Patch coverage is 40.77381% with 199 lines in your changes missing coverage. Please review.

Project coverage is 51.45%. Comparing base (cd6dcd6) to head (585eb0b).
Report is 11 commits behind head on 0.2.

Files with missing lines Patch % Lines
src/qibolab/instruments/qm/controller.py 0.00% 92 Missing ⚠️
src/qibolab/instruments/qm/program/sweepers.py 0.00% 41 Missing ⚠️
src/qibolab/instruments/qm/config/config.py 0.00% 14 Missing ⚠️
src/qibolab/instruments/qm/config/devices.py 0.00% 13 Missing ⚠️
src/qibolab/instruments/qm/program/instructions.py 0.00% 12 Missing ⚠️
src/qibolab/instruments/qm/program/arguments.py 0.00% 9 Missing ⚠️
src/qibolab/instruments/qm/components/__init__.py 0.00% 4 Missing ⚠️
src/qibolab/instruments/qm/config/elements.py 0.00% 4 Missing ⚠️
src/qibolab/instruments/qm/config/pulses.py 0.00% 3 Missing ⚠️
src/qibolab/components/channels.py 87.50% 1 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##              0.2    #1001      +/-   ##
==========================================
- Coverage   51.86%   51.45%   -0.41%     
==========================================
  Files          58       57       -1     
  Lines        2765     2740      -25     
==========================================
- Hits         1434     1410      -24     
+ Misses       1331     1330       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.