quantrs2-device 0.1.3

Quantum device connectors for the QuantRS2 framework
Documentation
1
2
3
4
5
6
7
8
9
10
//! Hardware-specific client implementations for quantum computing providers
//!
//! This module contains client implementations for various quantum computing platforms
//! and cloud services, providing unified access through the QuantRS hardware abstraction layer.

pub mod rigetti;
pub mod honeywell;

pub use rigetti::{RigettiBackend, RigettiClient, RigettiConfig};
pub use honeywell::{HoneywellBackend, HoneywellClient, HoneywellConfig};