Skip to content

v0.0.23

Compare
Choose a tag to compare
@perlinm perlinm released this 10 Jan 20:13
· 343 commits to main since this release
fb09629

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