Infleqtion / qLDPC

Tools for constructing and analyzing quantum low density parity check (qLDPC) codes.
Apache License 2.0
73 stars 8 forks source link

Move `QTCode` subgraph constructions from `CayleyComplex` to `QTCode` #42

Closed perlinm closed 5 months ago

perlinm commented 5 months ago

This way the CayleyComplex is more "pure": it is just the geometric complex. Additional data on top of it (namely, the subgraphs) are constructed where and as needed.