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
Perhaps it would be helpful to be able to filter this output. Some examples
msg state iteration1 left 6 filter pattern xxxxx0 ; filter any state with last bit 0
msg state iteration1 filter filter zero-prob ; filter any state that has zero coefficient
msg state iteration 1 filter right 7 filter zzzxxx ; filter any state where any of z bits is non-zero
The text was updated successfully, but these errors were encountered:
I think this make sense, but maybe good to use levels instead of keywords, like filter prob > 0.3
It would also make sense to be able to specify specific qubits, like msg state iteration qubits 3-7,11
Today, with
msg state <label> [left|right N]
you can get a very long listing likePerhaps it would be helpful to be able to filter this output. Some examples
The text was updated successfully, but these errors were encountered: