ddddddanni
ddddddanni
I looked at my code and this is actually expected. The std is raw_d_m * abs(pauli_str.coefficient.real) where pauli_str.coefficient.real could be any number, this explains why the std could be 2....
But with this, I need to rethink how to fix the flaky tests. It might not be that flaky since I increase the number of readout mitigations, but it's still...
> This PR doesn't actually apply the postselection, correct? If so, we should raise a `NotImplementedError` if the user tries to use postselection symmetries. Done!
> I tested it in [this](https://colab.sandbox.google.com/drive/1dwYjnheoZM5NWbA-bWk88rpse3Urgjhj) colab, and it seems that when adding the measure gates to the circuits to measure the specified Pauli operators, it is measuring all of...