Skip to content

Commit cf86190

Browse files
committed
update docs
1 parent 911d18f commit cf86190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/decoders/belief_propagation_osd.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
struct BeliefPropagationOSDDecoder <: AbstractDecoder
2+
"""A belief propagation decoder as a subroutine"""
23
bp_decoder::BeliefPropagationDecoder
3-
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"""
47
osd_order::Int
58
end
69

0 commit comments

Comments
 (0)