-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Environment
- Qiskit Terra version: 0.21.0
- Python version: all
- Operating system: all
What is happening?
This issue is regarding the organization of the circuit library, and in particular of the N-local circuits:
https://qiskit.org/documentation/apidoc/circuit_library.html#n-local-circuits
EvolvedOperatorAnsatz gate is not under N-local circuits, although its basis is NLocal,
While QAOAAnsatz gate whose basis is EvolvedOperatorAnsatz is under N-local circuits.
How can we reproduce the issue?
See the circuit library documentation: https://qiskit.org/documentation/apidoc/circuit_library.html
What should happen?
EvolvedOperatorAnsatz gate should be also in the N-local circuits directory https://qiskit.org/documentation/apidoc/circuit_library.html#n-local-circuits
Any suggestions?
Move EvolvedOperatorAnsatz gate to the N-local circuits directory https://qiskit.org/documentation/apidoc/circuit_library.html#n-local-circuits