Infleqtion / qLDPC

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

Add GAP code constructions #24

Closed perlinm closed 5 months ago

perlinm commented 5 months ago

(also make the small_groups tests more robust)

You can now do something like

import qldpc
code = qldpc.codes.ClassicalCode.from_name("CordaroWagnerCode(5)")
print(code.matrix)

TODO: