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 pauliversePython:
pip install binar paulimerNote: 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.