intrico-2.5.1 has been yanked.
🚀 Intrico
High-performance quantum computing library for Rust
Simulate quantum circuits with precision and speed
Installation
Add Intrico to your Cargo.toml:
[]
= "2.5.0"
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 |