You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on etna I get a chain of error messages the first time I ask for the frequencies, samples, ecc....
Namely, given the execution result result, asking for instance for the frequencies results in:
result.frequencies()
[Qibo0.2.12|ERROR|2024-10-1412:28:39]: The'qibojit'backends' provider is not available. Check that a Python package named 'qibojit' isinstalled, anditisexposingvalidQibobackends.
[2024-10-1412:28:39,557] ERROR: The'qibojit'backends' provider is not available. Check that a Python package named 'qibojit' isinstalled, anditisexposingvalidQibobackends.
[Qibo0.2.12|ERROR|2024-10-1412:28:39]: The'qibojit'backends' provider is not available. Check that a Python package named 'qibojit' isinstalled, anditisexposingvalidQibobackends.
[2024-10-1412:28:39,558] ERROR: The'qibojit'backends' provider is not available. Check that a Python package named 'qibojit' isinstalled, anditisexposingvalidQibobackends.
WARNING: Alllogmessagesbeforeabsl::InitializeLog() iscalledarewrittentoSTDERRI000000:00:1728901720.98633643209cuda_executor.cc:1015] successfulNUMAnodereadfromSysFShadnegativevalue (-1), buttheremustbeatleastoneNUMAnode, soreturningNUMAnodezero. Seemoreathttps://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
[Qibo0.2.12|INFO|2024-10-1412:28:41]: Usingtensorflowbackendon/device:CPU:0
[2024-10-1412:28:41,022] INFO: Usingtensorflowbackendon/device:CPU:0Out[2]: Counter({'00': 976, '01': 24})
By the way, the shots are completely off, as the expected result is Counter({'10': 1000}) since I am sending two GPI2(0) (i.e. an X), but this might be a problem in the calibration I guess.
The text was updated successfully, but these errors were encountered:
When running on
etna
I get a chain of error messages the first time I ask for thefrequencies
,samples
, ecc....Namely, given the execution result
result
, asking for instance for thefrequencies
results in:By the way, the shots are completely off, as the expected result is
Counter({'10': 1000})
since I am sending twoGPI2(0)
(i.e. anX
), but this might be a problem in the calibration I guess.The text was updated successfully, but these errors were encountered: