Infleqtion / qLDPC

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

Automated random constructions of syndrome extraction circuits #104

Open perlinm opened 4 weeks ago

perlinm commented 4 weeks ago

The syndrome extraction circuits constructed for #101 accept a gate order as an argument. It would be nice to have methods to perform randomized searches over syndrome extraction circuits.

The gate order defining a syndrome extraction circuit is essentially an ordering on the edges in the Tanner graph of a CSSCode. Preliminary idea: identify gate orders via edge coloring algorithms.

perlinm commented 3 weeks ago

@pgoiporia potential project