-
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
dedicated directory for pulse transformations in the transpiler #6079
Comments
Is this moving file from one folder to another ? |
Hi @amitracal yes, |
I am new and I would like to work on this issue if its ok. |
I am actually working on it, can you please choose another one ? |
ok |
Closing this issue as it was taken care of in #6759 |
In #5752 there is some code added to compile to pulses (by adding specific pulse calibrations for gates). These ended up in the
scheduling
folder but that's not a suitable place, as that folder is more about timing of gates via delays.Pulse compilation is analogous to the defcals in openqasm3, so we should create a place for those and consolidate any other pulse transformations that are currently happening in Qiskit under there.
The text was updated successfully, but these errors were encountered: