qec_lectures icon indicating copy to clipboard operation
qec_lectures copied to clipboard

I have a question about the "Decoding in Action" section in Lecture 2.

Open kimsooseong1234 opened this issue 8 months ago • 0 comments

Thank you for your explanation of the decoding graph. However, I have a question about it.

Image Image

Looking at the decoding graph image, the leftmost node is connected to the bulk node to its right. This indicates that the error is trustworthy, and we can tell that an error occurred at the rightmost bit of the string. However, because the condition left_boundary_paired = True is set, the decoder suddenly flips the first bit of the string — which actually had no error. Why does this happen? We clearly know that the logical value is '1', and we also know that the error occurred at the last bit of the string, so why does this happen?

kimsooseong1234 avatar Aug 05 '25 09:08 kimsooseong1234