You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
GST should give us an estimate of the readout error in the circuit, by giving us a single POVM measurement operator. In the current implementation in qiskit, this POVM operator seems to be a perfect projection.
Steps to reproduce the problem
Following code runs a GST on a simple basis set, using a noise_model that includes readout noise. GST should be able to give us an estimate of that readout error.
Informations
What is the current behavior?
GST should give us an estimate of the readout error in the circuit, by giving us a single POVM measurement operator. In the current implementation in qiskit, this POVM operator seems to be a perfect projection.
Steps to reproduce the problem
Following code runs a GST on a simple basis set, using a
noise_model
that includes readout noise. GST should be able to give us an estimate of that readout error.What is the expected behavior?
The above code should not return a perfect projection
[[1., 0.], [0., 0.]]
forresult_gates['E']
.Suggested solutions
The text was updated successfully, but these errors were encountered: