v0.0.23
Feature changes
- Add basic example notebook for finding transversal gates by @perlinm in #167
- Add capability to set logical operators by @perlinm in #169
- Compute logical error rates in a code capacity model (and add example notebook) by @perlinm in #172
Implementation / refactoring changes
- Rearrange output of
circuits.get_transversal_ops
by @perlinm in #165 - Hard-code some known groups by @perlinm in #166
- Parallelize brute-force calculation of multiple transversal circuit implementations by @perlinm in #168
- Refactor decoders by @perlinm in #171
- Compute code capacity with importance sampling by @perlinm in #174
- Fix calculation of standard error in code capacity calculations by @perlinm in #178
Full Changelog: v0.0.21...v0.0.23