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.
56// Re-export the new QML module for backwards compatibility
7pub use crate::qml::*;