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

Develop own assemble to directly generate Circuit struct from QuantumCircuit #1683

Closed
hhorii opened this issue Dec 13, 2022 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hhorii
Copy link
Collaborator

hhorii commented Dec 13, 2022

What is the expected behavior?

Currently Qiskit-Aer uses QObj as the common representation of simulation targets.
However, as #1660 mentioned, recent QObj does not support latest features of QuantumCircuit.
Also, converting QObj is an apparent overhead because it is converted into Circuit struct of C++ in pybind.
By providing own assemble() to convert QuantumCircuit to Circuit struct of C++, we will get performance and flexibility for its specification.
This new feature will also resolve an issue of #1652.

@hhorii hhorii added the enhancement New feature or request label Dec 13, 2022
@hhorii hhorii self-assigned this Dec 13, 2022
@hhorii hhorii added this to the Aer 0.12.0 milestone Dec 13, 2022
@adekusar-drl
Copy link

@hhorii are there any plans when this enhancement can be implemented?

@hhorii
Copy link
Collaborator Author

hhorii commented Jan 31, 2023

@adekusar-drl this will be a new feature in 0.12.0, which will be released in middle of this February.

@hhorii
Copy link
Collaborator Author

hhorii commented Mar 9, 2023

#1717 was merged.

@hhorii hhorii closed this as completed Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants