Conversation
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.
Ok, I am going to thought dump a bit here to make sure I understand the scope.
The ultimate goal is to create a method for users to create and submit quantum graphics jobs. Ideally, they should be able to emulate things on their own computer (CPU / GPU) and also submit it to some quantum device that exists somewhere on earth. For now, the only API that has C compatability and can also submit to a quantum device seems to be qiskit.
I also have a deadline and need to get this more or less done in 3 weeks.
Discussion on other APIs
What do I need to do?
I expect these all to take a few hours (minimum), with the majority of the time spent on the generation of the AST for parsing the quibble scribbles.
Known limitations of the quantum API
No matter what, the quantum and classical APIs must diverge simply because the way in which people program quantum computers is different than classical. In the demo we are shooting for, it is most likely that we will do point movement on a quantum device and then histogramming on a classical one.