Andrea Pasquale
Andrea Pasquale
Given that we are almost done with the characterization of the quantum devices in Qibolab, it would be interesting to have the possibility to emulate these systems directly in Qibo...
### Description Hi, I'm trying to compute the exponential of a complex matrix using the method `expm` introduced in #7744. It appears that the previous method only provides exponentiation for...
The following `u3_decompositions` function https://github.com/qiboteam/qibo/blob/19368f211c29d0831e5de2ed0b349cf51d235f12/src/qibo/transpiler/unitary_decompositions.py#L18-L35 holds only for matrices with determinant +1, however when executing on hardware we might want to execute gates, such as `X`, `Y` and `Z` with...
Closes #815. Now it would be possible to run spectroscopies experiments with the possibility to run in `AveragingMode.SINGLESHOT` or `AveragingMode.CYCLIC`: Here is a runcard with an example: ```yaml actions: -...
I added an experiment which consists in sweeping the amplitude of the CZ flux pulse to compute both CZ angle and leakage. By selecting the angle closer to $\pi$ and...
It would be interesting to have a command in qibocal to copy directly the update platform in the directory where the user contains the platforms. Something like: ```sh qq update...
_Originally posted by @GabrielePalazzo in https://github.com/qiboteam/qibocal/pull/807#discussion_r1576739016_