Skip to content

v0.0.27

Latest
Compare
Choose a tag to compare
@perlinm perlinm released this 12 Feb 19:48
· 19 commits to main since this release
bebeaef

Major changes

  • Add lookup table decoder by @perlinm in #220
  • Add BlockDecoder to jointly decode independent code blocks by @perlinm in #222
  • Change default "wiring" for code concatenation by @perlinm in #223
  • Add decoder to decode measurement results directly by @perlinm in #224
  • Clean up decoder treatment of nonbinary fields by @perlinm in #227
  • Add generalized Union-Find decoder by @perlinm in #228
  • Generalize the generalized Union-Find decoder (GUFDecoder) to non-CSS codes by @perlinm in #229
  • fix indexing bug in calculation of distance for codes with >64, <=128 qubits by @perlinm in #230

Minor changes

Full Changelog: v0.0.26...v0.0.27