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.