Skip to content
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 support to qobj_to_circuits for qobj without qasm #1423

Merged
merged 11 commits into from
Dec 6, 2018

Conversation

mtreinish
Copy link
Member

Summary

This commit adds support to the helper function in
qiskit.tools.qobj_to_circuits for creating circuits from a qobj without
compiled qasm in the header. It does this by looping over the Qobj
object to run the operations needed to construct the circuit objects
directly instead of just parsing qasm.

Details and comments

Fixes #1407

@jaygambetta
Copy link
Member

can we do this after #1410

This commit adds support to the helper function in
qiskit.tools.qobj_to_circuits for creating circuits from a qobj without
compiled qasm in the header. It does this by looping over the Qobj
object to run the operations needed to construct the circuit objects
directly instead of just parsing qasm.

Fixes Qiskit#1407
@mtreinish mtreinish force-pushed the qobj-to-circuits-no-qasm-support branch from 2fb0ce5 to 1345c3b Compare December 5, 2018 15:11
@mtreinish mtreinish merged commit ab629c8 into Qiskit:master Dec 6, 2018
@mtreinish mtreinish deleted the qobj-to-circuits-no-qasm-support branch December 6, 2018 15:45
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
This commit adds support to the helper function in
qiskit.tools.qobj_to_circuits for creating circuits from a qobj without
compiled qasm in the header. It does this by looping over the Qobj
object to run the operations needed to construct the circuit objects
directly instead of just parsing qasm.

Fixes Qiskit#1407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qobj_to_circuits not using the compiled qasm in the qobj header
3 participants