qiskit-community / qiskit-aqua

Quantum Algorithms & Applications (**DEPRECATED** since April 2021 - see readme for more info)
https://qiskit.org/aqua
Apache License 2.0
571 stars 377 forks source link

Fix gradient tests #1619

Closed Cryoris closed 3 years ago

Cryoris commented 3 years ago

Summary

Qiskit/qiskit-terra#6634 wrapped all library circuits, meaning that we have to decompose them to get the old behavior. This broke some gradient tests, which cannot handle the wrapped circuits.

Details and comments