qiskit.ignis.verification.TomographyFitter.add_data¶
- TomographyFitter.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