![]() |
Concatenates two decodings
openfermion.ops.double_decoding(
decoder_1, decoder_2
)
Args | |
---|---|
decoder_1 (iterable): list of BinaryPolynomial decoding of the outer code layer decoder_2 (iterable): list of BinaryPolynomial decoding of the inner code layer |
Returns (list): list of BinaryPolynomial the decoding defined by w -> decoder_1( decoder_2(w) )