| Crates.io | intrico |
| lib.rs | intrico |
| version | 2.5.1 |
| created_at | 2025-04-05 19:53:43.312414+00 |
| updated_at | 2025-11-28 08:21:01.465224+00 |
| description | High-performance Quantum Computing library to simulate, and visualize quantum circuits with precision and power. |
| homepage | |
| repository | https://github.com/Intrico-Labs/intrico |
| max_upload_size | |
| id | 1622374 |
| size | 85,511 |
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 |