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
I'm looking for a test similar to what's here https://github.com/quantumgizmos/ldpc/tree/main/cpp_test
That package shows examples that take in a syndrome and produce a decoded codeword to be compared against the expected result. There are tests for union-find, osd, ...and other decoders which I found to be very helpful.
Is there something similar for the mwpm decoder in this package; it would be nice to compare all these decoders uniformly.
The text was updated successfully, but these errors were encountered:
I'm looking for a test similar to what's here https://github.com/quantumgizmos/ldpc/tree/main/cpp_test
That package shows examples that take in a syndrome and produce a decoded codeword to be compared against the expected result. There are tests for union-find, osd, ...and other decoders which I found to be very helpful.
Is there something similar for the mwpm decoder in this package; it would be nice to compare all these decoders uniformly.
The text was updated successfully, but these errors were encountered: