1 unstable release
0.0.0 | Jan 10, 2024 |
---|
#13 in #aimed
3KB
Quantum-rs
Welcome to the quantum-rs repository! This project is aimed at providing a quantum computing library written in Rust.
Documentation
Installation
Install quantum-rs with cargo
cargo add quantum-rs
Or add
[dependencies]
quantum-rs = "0.1.0"
to your Cargo.toml file. Remeber to use the latest version.
Features
- Quantum circuits
- Quantum wavefunction approximation
Examples
using quantum-rs;
//temporary
Contributing
Contributions are always welcome!
Please be kind and don't use this as an opportunity to bother other people.
License
Authors
Acknowledgements
- Special thanks to any contributors who help make this project better.