intrico

Crates.iointrico
lib.rsintrico
version2.5.1
created_at2025-04-05 19:53:43.312414+00
updated_at2025-11-28 08:21:01.465224+00
descriptionHigh-performance Quantum Computing library to simulate, and visualize quantum circuits with precision and power.
homepage
repositoryhttps://github.com/Intrico-Labs/intrico
max_upload_size
id1622374
size85,511
Soham Ghugare (SohamGhugare)

documentation

README

🚀 Intrico

High-performance quantum computing library for Rust

Simulate quantum circuits with precision and speed

Crates.io Documentation License

Installation

Add Intrico to your Cargo.toml:

[dependencies]
intrico = "2.5.0"

Or install using cargo:

cargo add intrico

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
Commit count: 46

cargo fmt