Infleqtion / qLDPC

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

Fix bug in random nontrivial logical operator construction #36

Closed perlinm closed 5 months ago

perlinm commented 5 months ago

Also allow specifying an operator type in CSSCode.get_logical_ops(). For example, code.get_logical_ops(Pauli.X) will now just return the X-type operators.