Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Oct 06:26
· 84 commits to master since this release
c2a052e

Added

  • Stim Compiler: Pattern to Stim circuit compiler with detector and observable support for fault-tolerant quantum computing (#67)
    • Compile MBQC patterns into Stim format for error correction analysis
    • Support for detectors, observables, and error models
    • Configurable depolarization noise after Clifford gates and measurements

Changed

  • Pauli Frame: Extended with detector and syndrome analysis capabilities
    • Added detector_groups for detector grouping
    • Added syndrome_parity_group for syndrome extraction
    • Added parity check grouping for X and Z corrections

Fixed

  • Fixed inverse flow construction to avoid self-loops
  • Fixed type hints in graphstate.compose for better type safety