Infleqtion / qLDPC

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

Qudit class and a newer CSS class #9

Closed mittaltushant closed 8 months ago

mittaltushant commented 8 months ago

Added a more general QuditCode class and a modified CSSCode class that factors out the transformation methods (conjugation and shifting), and works over general fields. Some basic tests also added.