qilimanjaro-tech / qililab

Qililab is a generic and scalable quantum control library used for fast characterization and calibration of quantum chips. Qililab also offers the ability to execute high-level quantum algorithms with your quantum hardware.
Apache License 2.0
29 stars 2 forks source link

[QHC-387] Make `platform_parameters` in the notebooks, as in `platform.set_parameters()` #715

Closed GuillermoAbadLopez closed 4 months ago

GuillermoAbadLopez commented 4 months ago

For less confusions, I putted the order of the parameters and name of them, equal in both cases!

To be merged together with: https://github.com/qilimanjaro-tech/qililab-portfolio/pull/252

linear[bot] commented 4 months ago

QHC-356 IQM calibration, needs mapping between `qubit` and `channel_id`

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 96.18%. Comparing base (6bfbf64) to head (621d073).

Files Patch % Lines
src/qililab/calibration/calibration_controller.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #715 +/- ## ======================================= Coverage 96.18% 96.18% ======================================= Files 275 275 Lines 9076 9076 ======================================= Hits 8730 8730 Misses 346 346 ``` | [Flag](https://app.codecov.io/gh/qilimanjaro-tech/qililab/pull/715/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qilimanjaro-tech) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/qilimanjaro-tech/qililab/pull/715/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qilimanjaro-tech) | `96.18% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qilimanjaro-tech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

linear[bot] commented 4 months ago

QHC-387 Make `platform_parameters` as in `platform.set_parameters()` in calibration