qibolab
qibolab copied to clipboard
Quantum hardware module and drivers for Qibo.
It seems that the logger from the `qm` library is somehow disabling all `log.info` messages (with `from qibo.config import log`), such as the one in `platform.execute` showing the expected execution...
@stavros11 I better investigated, and it was false, it is correct without the `self.channels`. My I didn't correctly express during the meeting, but the role of `concatenate` is to make...
One of the main motivations for Qibolab 0.2 is an attempt to review and stabilize the API, such that the development of platforms and Qibocal can happen on top of...
The following qibocal runcard ```yaml platform: qw11q targets: [D1] actions: - id: rabi operation: rabi_length_signal parameters: pulse_duration_start: 20 pulse_duration_end: 40 pulse_duration_step: 1 pulse_amplitude: 0.06 relaxation_time: 100_000 nshots: 1024 ``` fails...
From what I understood this needs to be done for both 0.1 and 0.2.
So, are we deciding that one sweeper applies to one pulse? To be fair, that's perfectly fine, as it is possible to sweep multiple pulses with parallel sweepers. However, if...
Hi, Qblox have recently released a new version of their firmware/software (0.9.0/0.14.0) with interesting new features: - Real-time predistortion filters for QCM baseband - Automatic mixer calibration on QRM-RF and...
Given that filters are becoming available in even more instruments, we should offer an interface to set them. In `Instrument` that are not supporting the pre-distortions, we should just fail...
To be removed: - [ ] keep a test targeting couplers - they are not special, but it is relevant to verify they keep being like that - [ ]...
_Originally posted by @stavros11 in https://github.com/qiboteam/qibolab/issues/996#issuecomment-2316296324_ > I would put a docstring in https://github.com/qiboteam/qibolab/blob/6491dcc880eff46ba538beac601df862c4dda875/tests/test_result_shapes.py#L12-L13 > saying that `return None` actually means a 2D sweeper, potentially referring to > https://github.com/qiboteam/qibolab/blob/6491dcc880eff46ba538beac601df862c4dda875/tests/conftest.py#L156-L165 >...