🚀 Intrico
High-performance quantum computing library for Rust
Simulate quantum circuits with precision and speed
Installation
Add Intrico to your Cargo.toml:
[]
= "2.0.1"
Or install using cargo:
Examples
| Example | Description | Link |
|---|---|---|
| Bell Pair | Create and measure an entangled Bell state | bell_pair.rs |
| Quantum Fourier Transform | Prepare and evolve a state using QFT | qft.rs |
| QISA Encoder | Encode a Quantum Circuit into QISA Bytecode | qisa_encode.rs |