We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911d18f commit cf86190Copy full SHA for cf86190
src/decoders/belief_propagation_osd.jl
@@ -1,6 +1,9 @@
1
struct BeliefPropagationOSDDecoder <: AbstractDecoder
2
+ """A belief propagation decoder as a subroutine"""
3
bp_decoder::BeliefPropagationDecoder
- H::BitMatrix # use dense matrix
4
+ """Dense form of the parity check matrix"""
5
+ H::BitMatrix
6
+ """The order of OSD; defaulted to be 0 in the constructor"""
7
osd_order::Int
8
end
9
0 commit comments