Backends - #16
Draft
alecandido wants to merge 28 commits into
Draft
Conversation
Member
Author
|
Despite a few complications, the TCP client-server pair is ready. Now, hooks should be added, such that it can be used to execute circuits and retrieve the results:
This last mechanism will be exposed in the Python API as well, and on top of that it should be pretty simple to construct the NumPy backend (only executing circuits, not any other manipulation, for the time being). As in #6 the goal was to represent a QFT, now the aim is to execute it, and return the state vector (with a roundtrip Python script - |
scarrazza
reviewed
Apr 25, 2024
It can be useful for basic testing even in the future, so better to give it a more sensible name
Essentially, it will mainly consist of two parts: the objects serialization and the commands handling - only the first will be managed by qibo-core, while the second will be handed over to the backend implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Far far from completion...