-
Notifications
You must be signed in to change notification settings - Fork 6
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
Transpiler service alters circuit parameter names #47
Comments
A workaround is to have a mapping of the before/after parameter names using they position. For example, one can track that parameter |
Thank you for submitting the issue @jyu00 ! Since it belongs to our internal repo instead of this one, I will create the issue there and close this one, ok? |
I opened this issue here so other people who encounter the same issue can see the progress. For that reason, I'd prefer to leave this open until it's fixed. |
Hi @jyu00 ! I've been checking and this seems to be a problem with the QASM3 importer/exporter. If I just serialize to qasm3 and deserialize again, without doing anything else in between, the same problem arises:
This prints:
|
Hi @jyu00, can you check if this issue is still happening in last version? We started using QPY as exchange format with service, so QASM3 bug should not appear anymore. |
Circuit returned by the transpiler service has its parameter names altered. For example:
This prints
The text was updated successfully, but these errors were encountered: