StateTomographyFitter.add_data

StateTomographyFitter.add_data(result, circuits)

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.