lift_connected_surface_codes#
- ssip.lifted_product.lift_connected_surface_codes(l: int, L: int) CSScode [source]#
Construct the lift-connected surface code with base code paramaterised by l and lift matrix parameterised by L. See p6, https://arxiv.org/abs/2401.02911. Assumes L > 1.
- Parameters:
l – Parameter for base code.
L – Parameter for lift matrix.
- Returns:
The lift-connected surface code LCS(l, L).