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

Update circuit library construction functions #100

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mtreinish
Copy link
Member

In Qiskit 1.3.0 new constructor functions for quantum volume and efficient su2 were added as part of the evolultion of the circuit library in Qiskit. Circuits defined by their structure now have dedicated constructor functions instead of QuantumCircuit subclasses that offer faster construction performance by generating the circuit fully in rust internally.

In Qiskit 1.3.0 new constructor functions for quantum volume and
efficient su2 were added as part of the evolultion of the circuit
library in Qiskit. Circuits defined by their structure now have
dedicated constructor functions instead of QuantumCircuit subclasses
that offer faster construction performance by generating the circuit
fully in rust internally.
@mtreinish
Copy link
Member Author

Since #99 bumped the minimum qiskit version requirement to 1.3.0rc1 we don't need to change the requirements file for this. These new functions only exist in qiskit 1.3.0.

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.

1 participant