-
Notifications
You must be signed in to change notification settings - Fork 14
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
TWPA extra #962
TWPA extra #962
Conversation
f1faa06
to
bae20e1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 0.2 #962 +/- ##
=======================================
Coverage 42.02% 42.02%
=======================================
Files 74 74
Lines 5820 5820
=======================================
Hits 2446 2446
Misses 3374 3374
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
For the time being mirroring the los one, but better to keep them independent, since the two things may split. And it's pretty cheap anyhow...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, but I still don't see how this is any useful given that if someone knows how to do pip install .[twpa]
they could just as well do pip install .[los]
. The missing piece is documentation.
Ah, yes, definitely. This is not useful on its own, just "clearer". I.e., if you need a TWPA, but not an LO, then you could use But the relevant one is certainly qiboteam/qibolab_platforms_qrc#163 |
Strictly speaking, qibolab is not controlling the TWPA itself but the TWPA pump, which in all cases so far it happens to actually be an LO. :) (no issues with merging this though, fortunately it is not causing any conflicts) |
Ok, this is formally correct, but slightly less intuitive. To be fair, both However, we are not really at the level of being that strict on this, and even |
Closes #961
It was easier to do it immediately, instead of leaving a further issue open and forget.