High-performance quantum computing library for Rust
Simulate quantum circuits with precision and speed
Add Intrico to your Cargo.toml:
[dependencies]
intrico = "2.5.0"Or install using cargo:
cargo add intrico| 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 |