mqt.qecc.codes.constructions.bb_codes

Construction of Bivariate Bicycle LDPC codes from https://arxiv.org/abs/2308.07915.

Functions

construct_bb_code(→ mqt.qecc.codes.core.css_code.CSSCode)

Construct the check matrices for a bivariate bicycle LDPC code.

Module Contents

construct_bb_code(n: int) CSSCode[source]

Construct the check matrices for a bivariate bicycle LDPC code.

Parameters:

n – The number of qubits. Currently supported values are 72, 90, 108, 144, and 288.