quantrs2-device 0.1.3

Quantum device connectors for the QuantRS2 framework
Documentation
1
2
3
4
5
6
7
8
9
10
//! Simulator comparison framework for benchmarking and comparing quantum simulators.
//!
//! This module provides comprehensive tools for comparing different quantum simulators
//! across multiple dimensions including performance, accuracy, scalability, and features.

mod impls;
pub mod types;

// Re-export all public types for backward compatibility
pub use types::*;