-
Notifications
You must be signed in to change notification settings - Fork 19
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
✨ Quake support on Mapped and Native Gates Levels #440
Comments
Thanks for creating this issue! I believe this should be feasible in general. |
Update on Quake Support: |
Hello Lukas 👋 Is there any update regarding this issue? We really would like to use this feature to validate MLIR Passes and benchmarking the devices. |
Hey @YouAndre and @kayaercument 👋🏻 Thanks for your interest in this feature. This is still on our shortlist of features to implement. However, #429 is higher up on the list currently and I need to find some time to properly review it. In general, the feature here shouldn't be too hard to realize assuming that cuda-q offers some way to read in OpenQASM or Qiskit circuits and dump the respective MLIR code. |
Perhaps @mletras89 can chip in |
What's the problem this feature will solve?
The MQSS is transitioning from QIR to Quake. To test the compiler passes we are developing, we need appropriate benchmarks.
Describe the solution you'd like
Add functionality to generate and export Quake benchmarks, similar to the existing support for QASM and TKET.
The text was updated successfully, but these errors were encountered: