Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

V2 Primitives should not require transpilation #2165

Open kevinsung opened 3 weeks ago

kevinsung commented 3 weeks ago

What is the expected behavior?

StatevectorSampler and StatevectorEstimator from qiskit.primitives don't require circuits to be transpiled. The primitives in Qiskit Aer should not require transpilation either. See the discussion at #2164 for more context.