quantrs2-core 0.1.3

Core types and traits for the QuantRS2 quantum computing framework
Documentation
1
2
3
4
5
//! Parallel operations using SciRS2-Core abstractions
//! Compliant with SciRS2 POLICY - no direct rayon dependency

// Re-export parallel operations from scirs2_core (SciRS2 POLICY compliant)
pub use scirs2_core::parallel_ops::*;