TomographyFitter.add_data

TomographyFitter.add_data(result, circuits)[source]

Add tomography data from a Qiskit Result object.

Parameters
  • result (Result) – a Qiskit Result object obtained from executing tomography circuits.

  • circuits (list) – a list of circuits or circuit names to extract count information from the result object.