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
Also, while looking into this, I coincidentally found an inconsistency in our docs vs implementation, going back to our original public commit. More specifically - I think
is inconsistent with the sample_memory_circuit implementation. Our current implementation returns (num_shots * num_rounds, syndrome_size), but the docs say (num_shots, num_rounds * syndrome_size). I'll open a new issue for this; just noting it here for your awareness.