-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qibo-client
404 error
#39
Comments
@BrunoLiegiBastonLiegi thanks. I believe this is due to the new quota system, cc @marcorossi5. |
This is due to the following lines: Both of try to access objects that are not present in the database. We should fix the fixtures to correctly load the objects in the database schema. |
@marcorossi5 thanks, could you please take care of this and deploy the new website? |
Hi, I noticed that a fix for this has been merged. However, I still get the |
@marcorossi5 for completeness, please find below the circuit which is generating issues during the json encoding: from qibo.quantum_info import random_clifford
from qibo import gates
circuit = random_clifford(3)
circuit.add(gates.M(0, 2)) |
This is now fixed in Qibo. |
Running the example shown in the readme results in a connection error.
I am using
qibo-client/main
.This is blocking some developments in
qibo-cloud-backends
(qiboteam/qibo-cloud-backends#20, qiboteam/qibo-cloud-backends#7) andqibo
indirectly (qiboteam/qibo#1282).The text was updated successfully, but these errors were encountered: