-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
No support for transpiling Schedule
#12447
Comments
Thanks - this is a documentation mistake stemming from the removal of That documentation originally said that If there are still pulse-enabled backends (I'm not 100% certain on the states of what's allowed for submission), then you would be able to do |
I've tried the hack of adding a schedule to a custom gate with |
Attaching pulse schedules as gate calibrations is the only supported method of submitting pulse instructions to IBM backends now.
It is possible to customize the measurement pulse. I have only done it by providing a pulse gate calibration for the We can also discuss in the |
Thank you! I've put an example code of what im trying to do here Qiskit/qiskit-ibm-runtime#1693
I'm trying custom measurements. How did you provide a gate calibration for the |
I can try running your code and see if I understand the error. Compared to what you have there what I usually do is |
ofc, makes sense! I thought measure was handled differently from the rest of the gates. Will give that a try although now the queue is 9hrs xd. So if you have priority access would appreciate to hear if it worked for you 😅 |
Environment
What is happening?
Documentation says that is possible to run a pulse level program by calling
backend.run(transpile(pulse_prog, backend))
. However, that is not yet supported.How can we reproduce the issue?
Just run the example in the documentation
What should happen?
transpile successfully
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: