qiskit.algorithms.VQE.construct_circuit¶
- VQE.construct_circuit(parameter, operator)[소스]¶
Return the circuits used to compute the expectation value.
- 매개변수
parameter (
Union
[List
[float
],List
[Parameter
],ndarray
]) – Parameters for the ansatz circuit.operator (
OperatorBase
) – Qubit operator of the Observable
- 반환 형식
List
[QuantumCircuit
]- 반환
A list of the circuits used to compute the expectation value.