-
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
Generate QIR compatible with azure-quantum #152
Comments
I think this is expected, because of the use of Should we split this up into several subtasks? |
That was my guess too. But I note that submitting the following QIR to
So I wonder if those functions are actually necessary, at least for this simple case... |
Apparently there is some magic QIR conversion going on behind the scenes. |
Not sure what you wanted to show with the example? Yes it is not using the functions that are problematic? I think we should generally try to upgrade everything to not use them? Or what do you mean? |
I think the magic is that it updates the results handling which is required in a non profile way by the device, but sending that off to azure will be rejected for now? At least it sounded like that? |
I was surprised that it worked, because I thought quantinuum needed to use those other (non-standard) methods.
Yes agreed that should be the goal. |
I think it would be helpful to add more subtasks for this. One for adding the phi node generation and one for updating the result recording. Should I do that @cqc-alec ? |
It's not currently clear to me exactly what the subtasks are, but yes if you can break it down that would be great. |
Attempts to submit QIR generated by
pytket_to_qir()
via azure-quantum currently fail withThe same error occurs when submitting to
ionq.simulator
orquantinuum.sim.h1-1sc
.test-qir.ll
:The text was updated successfully, but these errors were encountered: