-
Notifications
You must be signed in to change notification settings - Fork 278
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
How would one work with CommandPrinter() #345
Comments
I have an implementation of a |
Hi, bumping this to see whether there is any progress on the OpenQASMEngine |
Sorry it took a while. I do have a pseudo-finished implementation of the OpenQASMEngine. Right now, the other ProjectQ reviewer seems quite busy so if you want to have this accepted quickly into ProjectQ, what we could do is have you open a PR and I either contribute the commits for the new engine to it or you get them from my fork [1] |
As the IBMQ backend doesn't seem to work anymore (Issue #347) and as there is apparently an OpenQASMEngine ready to work, should we also write a new ibmq backend for ProjectQ? It would just require the openqasm engine and then a call to the qiskit ibmq provider. |
Hi!
I am working with the CommandPrinter() backend, and am interested in saving my readout as a qiskit quantum circuit object. How would one go about doing this? My intuition right now is to just string parse the printed commands, but I was hoping there would be a cleaner way to do this.
The text was updated successfully, but these errors were encountered: