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

qiskit.utils.QuantumInstance.execute

QuantumInstance.execute(circuits, had_transpiled=False)[ソース]

A wrapper to interface with quantum backend.

パラメータ
  • circuits (Union['QuantumCircuit', List['QuantumCircuit']]) – circuits to execute

  • had_transpiled (bool) – whether or not circuits had been transpiled

例外
  • QiskitError – Invalid error mitigation fitter class

  • QiskitError – TensoredMeasFitter class doesn’t support subset fitter

  • MissingOptionalLibraryError – Ignis not installed

戻り値

result object

戻り値の型

Result

TODO: Maybe we can combine the circuits for the main ones and calibration circuits before

assembling to the qobj.