Closed alhajri closed 2 months ago
Can you try on collab with this together with the other imports?
from qibo import set_backend
set_backend("numpy")
same issue
PR #1446 fixes the issue. In the meantime you can use qibo
either from that branch or from release versions up to 0.2.9
I am trying to use some superoperator_transformations to change between different representations of the same channel.
outputs:
The above was ran on a colab notebook. I tested the same code snippet on my local computer where I have 'Qibo 0.2.7' and had no issues.