Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
royess committed Nov 9, 2024
1 parent 911d18f commit cf86190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/decoders/belief_propagation_osd.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
struct BeliefPropagationOSDDecoder <: AbstractDecoder
"""A belief propagation decoder as a subroutine"""
bp_decoder::BeliefPropagationDecoder
H::BitMatrix # use dense matrix
"""Dense form of the parity check matrix"""
H::BitMatrix
"""The order of OSD; defaulted to be 0 in the constructor"""
osd_order::Int
end

Expand Down

0 comments on commit cf86190

Please sign in to comment.