Transpile for VQE application #6432
Labels
mod: algorithms
Related to the Algorithms module
mod: opflow
Related to the Opflow module
type: enhancement
It's working, but needs polishing
What is the expected enhancement?
Currently, if a number of pauli-lists for expectation value is N, qiskit transpiles N circuits though their prefix are the same. This is because operator-flow generates circuits before transpilation.
A possible solution will be that operator-flow transpiles a circuit and then combines pauli-lists. This solution will still remain deepcopy issue to generate multi-circuits.
Another solution will be that provider supports snapshot operations such as Aer-provider does.
qiskit-terra f104bbf: first 12 minutes, include_custom=False
When we set
include_custom=True
, this program finishes within few minutes.The text was updated successfully, but these errors were encountered: