qiskit.ignis.verification.ProcessTomographyFitter.add_data¶
- ProcessTomographyFitter.add_data(results, circuits)¶
Add tomography data from a Qiskit Result object.
- 매개변수
results (
List
[Result
]) – The results obtained from executing tomography circuits.circuits (
List
[Union
[QuantumCircuit
,str
]]) – circuits or circuit names to extract count information from the result object.
- 예외 발생
QiskitError – In case some of the tomography data is not found in the results