-
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
Add circuit calibrations to disassembler #5348
Comments
Hi, I would like to try this. Is the goal to return a list of circuits similar to _experiments_to_circuits or something else? |
Hi, I'm just seeing your message. Are you still interested? |
I'd love to work on this issue as well! |
@Ahasan20 Thank you! Although I did label it "good first issue", it'll be a bit challenging. Feel free to DM me on Qiskit slack if you need help. |
Hi @Ahasan20 any progress? |
I am new to contributing but I would like to contribute to this if its ok. |
Closed by #5661. |
What is the expected enhancement?
Right now, pulse gates are not parsed by the disassembler. To fix this,
qobj.config.calibrations
would have to be parsed per job, and everyqobj.experiment
would have to be checked forconfig.calibrations
as well. Each circuit would need every job cal, and its own experiment cals. Experiment cals overwrite job cals. Pulse instructions in each calibration would have to be disassembled, with input fromqobj.config.pulse_library
.All changes should be made in
disassemble.py
. Methods fromqobj/converters/pulse_instruction.py
will likely be useful.The text was updated successfully, but these errors were encountered: