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