-
Notifications
You must be signed in to change notification settings - Fork 3
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
Define a set_interface
function to replace the conceptual Qibo's set_backend
#24
Comments
What if we start phasing out global objects? In this case in particular, since the gradient will be computed independently on the interface, and that will be just used by the downstream to consume it, maybe you don't need to specify the interface at all, until you will actually use it. (In principle, you don't even need a backend until you execute, but that would require passing one in every circuit call - unless you cache a backend in the |
This is probably true. I'll try to drop the interface definition and test all the interfaces implementing algorithms directly. |
Step back: the |
As the title says, if needed.
The text was updated successfully, but these errors were encountered: