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
Both circuits should be equivalent with the difference that one uses X_ERROR and the other PAULI_CHANNEL_2 to represent the same error.
Output
Here es an example of the output:
Logical error X_ERROR: 1.5e-06
Logical error PAULI_CHANNEL_2: 0.1799395
When using PAULI_CHANNEL_2 , I need to set approximate_disjoint_errors=True to be able to run the simulations. Sinter also sets decompose_errors=True as default (details).
Here is the detector error model when using the PAULI_CHANNEL_2:
Other decoders like Fusion Blossom don’t have this problem and give similar results for both circuits. Also, the issue is not limited to X_ERROR, since I initially encountered this with Z_ERROR.
I'm not sure about the exact source of this problem, but it would be good to evaluate.
Thanks !
The text was updated successfully, but these errors were encountered:
Description
I had an issue when using
PyMatching
decoder with circuits that include aPAULI_CHANNEL_2
gate in theStim
framework.Code
Expand to see the code
Both circuits should be equivalent with the difference that one uses X_ERROR and the other PAULI_CHANNEL_2 to represent the same error.
Output
Here es an example of the output:
X_ERROR
: 1.5e-06PAULI_CHANNEL_2
: 0.1799395When using PAULI_CHANNEL_2 , I need to set
approximate_disjoint_errors=True
to be able to run the simulations. Sinter also setsdecompose_errors=True
as default (details).Here is the detector error model when using the PAULI_CHANNEL_2:
Other decoders like Fusion Blossom don’t have this problem and give similar results for both circuits. Also, the issue is not limited to X_ERROR, since I initially encountered this with Z_ERROR.
I'm not sure about the exact source of this problem, but it would be good to evaluate.
Thanks !
The text was updated successfully, but these errors were encountered: