French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.utils.QuantumInstance.execute

QuantumInstance.execute(circuits, had_transpiled=False)[source]

A wrapper to interface with quantum backend.

Paramètres
  • circuits (Union['QuantumCircuit', List['QuantumCircuit']]) – circuits to execute

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

Lève
  • QiskitError – Invalid error mitigation fitter class

  • QiskitError – TensoredMeasFitter class doesn’t support subset fitter

  • MissingOptionalLibraryError – Ignis not installed

Renvoie

result object

Type renvoyé

Result

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

assembling to the qobj.