qiskit.algorithms.QAOA.construct_circuit¶
- QAOA.construct_circuit(parameter, operator)¶
Return the circuits used to compute the expectation value.
- Parâmetros
parameter (
Union
[List
[float
],List
[Parameter
],ndarray
]) – Parameters for the ansatz circuit.operator (
OperatorBase
) – Qubit operator of the Observable
- Tipo de retorno
List
[QuantumCircuit
]- Retorno
A list of the circuits used to compute the expectation value.