Paul

Results 12 issues of Paul

As per https://www.reddit.com/r/kancolle/comments/83ol51/the_admirals_lounge/dvou50c/ Tibi suggested having a ship class filter similar to the one in the ships tab Maybe having a tooltip on stat difference between hovered-over ship and best...

**Describe the bug** The reuploading classifier example expects a `state()` method for the circuit result object on line 85 of `qclassifier.py`. This method exists for the `QuantumState` object which is...

bug

To implement a basic routine for the calibration of cross-resonance (CR) gates. This involves sending a pulse on the control qubit with the frequency of the target qubit. We vary...

urgent

For https://github.com/qiboteam/dashboards/pull/15, we are using `TemperatureController.read_data()` to poll temperature data for the Prometheus DB. I heard that this class may also be used in Qibocal routines for some temperature dependence....

Trial implementation of the core functions. Testing is rough on my side since I do not currently have access to the instrument library on my development machine, so I have...

I have a sample code as follows ```python import qibo qibo.set_backend("qibolab", platform="dummy") from qibo.gates import RZ, GPI2, iSWAP, M import numpy as np circ = qibo.Circuit(2) # Hadamard circ.add(RZ(0, np.pi))...

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...

As discussed in https://github.com/qiboteam/qibolab/issues/941, to enable the emulation of the readout pulse. This relies on knowing the bare resonator frequency, SNR of the syst-em, ADC sampling rate, Q factors of...

While testing the 0.2 branch, I noticed that the Rabi fitting was failing for one qubit (0). ![image](https://github.com/user-attachments/assets/84ba9698-91ab-44d0-b945-3ecbda49b14d) Here is the output folder. [rabi_5q.zip](https://github.com/user-attachments/files/17253227/rabi_5q.zip)

Currently qibolab generates R(X) pulse of varying angles by changing the amplitude from a pi-pulse. By varying the amplitude/power of the pulse, the magnitude of the stark shift on the...