Module legacy

Module legacy 

Source
๐Ÿ‘ŽDeprecated since 1.0.0: Use organized modules like essentials, algorithms, etc.
Expand description

Legacy compatibility - provides the old flat API

This module re-exports all types in the old flat structure for backward compatibility. Use is discouraged for new code. Backward compatibility exports

This module provides the old flat API structure for compatibility. New code should use the organized modules instead.

Re-exportsยง

pub use crate::api::algorithms::*;
pub use crate::api::backends::*;
pub use crate::api::batch::*;
pub use crate::api::dev_tools::*;
pub use crate::api::error_correction::*;
pub use crate::api::hardware::*;
pub use crate::api::math::*;
pub use crate::api::networking::*;
pub use crate::api::optimization::*;
pub use crate::api::quantum::*;
pub use crate::api::quantum_ml::*;
pub use crate::api::scirs2::*;
pub use crate::api::symbolic::*;
pub use crate::api::synthesis::*;
pub use crate::api::tensor_networks::*;
pub use crate::api::topological::*;
pub use crate::api::variational::*;
pub use crate::api::zx_calculus::*;