qibolab
qibolab copied to clipboard
Quantum hardware module and drivers for Qibo.
https://github.com/qiboteam/qibolab/pull/933#discussion_r1706382952 https://github.com/qiboteam/qibolab/pull/933#discussion_r1707319948
Hi, Qblox driver in main does not work with routines that use coupler pulses. I've introduced support for couplers to the old driver in alvaro/latest_20231215. I suppose it will not...
Sometimes it might be convenient to have a large frequency scan, beyond the reach of the IF. This is only possible by adjusting the LO value, and it can't be...
The current compiler is a bit verbose in pulses creation, requiring a lot of details from the platform structure. We may restrict it to receive and return minimal information. E.g....
If we allocate a circuit with the wrong number of qubits (more or less than the effective number of available qubits), the code runs without warning the user about his...
This is a trivial issue, and not a big deal in general. We're using different abbreviations in different places, namely: - [`zhinst`](https://github.com/qiboteam/qibolab/tree/5f5f54a909b9bc0763f7f1ff0fd3710a9d7f5923/src/qibolab/instruments/zhinst) - [`zi`](https://github.com/qiboteam/qibolab/blob/4f1459444a88666bad3b360dd728b0b88fa9c366/src/qibolab/instruments/zhinst/executor.py#L79) - [`zurich`](https://github.com/qiboteam/qibolab/blob/4f1459444a88666bad3b360dd728b0b88fa9c366/tests/test_instruments_zhinst.py#L330) - [`zh`](https://github.com/qiboteam/qibolab/blob/4f1459444a88666bad3b360dd728b0b88fa9c366/src/qibolab/instruments/zhinst/executor.py#L50) (the examples...
Some tests may already exist in test_result_shapes.py: https://github.com/qiboteam/qibolab/issues/940#issuecomment-2271029355
When the user requests a two-qubit gate, if it has not been calibrated or if the connectivity does not exist, the error message is given, e.g. `"Calibration for CZ gate...
After calibrating the iqm5q chip with qblox, we have detected that some routines are not working or returning data as expected. We have compared the results obtained with main and...
## To-do list: - [x] 1) Add flux pulse simulation ### Multi-qubit models: - [ ] 2) Synchronize with Qibolab team for best place to host additional parameters (possibly runcard...