openfermion.ops.double_decoding

Concatenates two decodings

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) )