qiskit.ignis.verification.PurityRBFitter.calc_data¶
- PurityRBFitter.calc_data()[source]¶
Retrieve probabilities of success from execution results.
Measure the purity calculation into an internal variable _raw_data which is a 3-dimensional list, where item (i,j,k) is the purity of the set of qubits in pattern « i » for seed no. j and vector length self._cliff_lengths[i][k].
- Additional information:
Assumes that the executed “result” is the output of circuits generated by randomized_benchmarking_seq,