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
Adding noise readout (issue #285). I am thinking initially Readout would
be specified at the level of the circuit. I am though unsure if this is
a good idea given the current Qadence interface of Readout. I wonder if
it makes sense to add it as a noise protocol but it is not compatible
with the other noise signatures we have. What do you think @jpmoutinho@RolandMacDoland ?
I also fixed the equations display in `noise.md` and remove the annoying
logging with Hamevo (it was printing too much on qadence's side).
---------
Closes#285 by adding correlated readout. Also, we extend ReadoutNoise
to provide different `error_probability` tensors. Now we can provide a
1D tensor where each qubit has a different probability of corruption.
Also we can provide a tensor of shape (n_qubits, 2, 2) that avoids
recomputing the confusion_matrix if someone is interested in providing
it from data, but we can still create noise matrices for corruption.
---------
Co-authored-by: RolandMacDoland <[email protected]>
Describe the feature
Readout is available in Qadence and it would seem best to include it in the available noise models.
It should be implemented because
No response
Additional context
No response
Would you like to work on this issue?
Yes
The text was updated successfully, but these errors were encountered: