microsoft/qdk-ec v0.1.0
microsoft/qdk-ec
Captured source
source ↗v0.1.0
Repository: microsoft/qdk-ec
Tag: v0.1.0
Published: 2026-01-24T05:48:35Z
Prerelease: no
Release notes:
v0.1.0 - Initial public release
We're excited to announce the first public release of the Microsoft Quantum Development Kit for Error Correction!
What's New
Initial release of three Rust crates and Python bindings:
- binar v0.1.0 - High-performance binary arithmetic and GF(2) linear algebra
- paulimer v0.1.0 - Pauli operators, Clifford unitaries, and Pauli groups
- pauliverse v0.1.0 - Multiple specialized stabilizer simulators
Python packages available for both binar and paulimer (includes pauliverse).
Installation
Rust:
cargo add binar paulimer pauliverse
Python:
pip install binar paulimer
Note: packages will be made available shortly after the release date.
Stability
This is a beta release (v0.1.x). Core functionality is stable and tested, but the API may evolve based on feedback. We welcome contributions and issues on GitHub!
Acknowledgements
Special thanks to Juan Bello Rivas, Oscar Puente, and Mason Wheeler for their contributions to the initial codebase.
Notability
notability 5.0/10Initial release of quantum dev kit