Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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]