quantrs2_sim/
quantum_ml_algorithms.rs

1//! Quantum Machine Learning Algorithms with Hardware-Aware Optimization
2//!
3//! This module has been refactored into a modular structure under `crate::qml`.
4//! This file now serves as a compatibility layer.
5
6// Re-export the new QML module for backwards compatibility
7pub use crate::qml::*;