QLP code with polynomial entries & Circuit distance search
What's Changed
- QLP code with polynomial entries enabled by QlpCode2 class. For example, circuits for lift-connected surface codes can be generated. This example is added to doc/intro.ipynb.
- doc/circuit_distance_search.py added. This script gives an example of searching an upper bound to the circuit distance, using
stim'ssearch_for_undetectable_logical_errorsfunction.
Full Changelog: v0.1.0...v0.2.0