Registry / other / qoqo
library1.21.0rscratesunverified

Quantum computing circuit toolkit with Python interface for roqoqo.

# Cargo.toml [dependencies] qoqo = "1.21.0"
INSTALL
IMPORT
SIG · QOQO
Q
qoqo
otherrustv1.21.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Circuit
use qoqo::Circuit;

Creates a quantum circuit and adds a Hadamard gate.

use qoqo::Circuit; fn main() { let mut circuit = Circuit::new(); circuit.add_operation("H", &[0]); println!("Circuit created"); }
Debug
Known issues
gotchaRequires the 'python' feature for Python interoperability.
fix
Enable the 'python' feature in Cargo.toml: qoqo = { version = "1.21", features = ["python"] }
affects: >=1.0.0
Upgrade
Version history
1.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
qoqo — cargo add qoqo · libregistry