quantrs2-symengine-pure 0.1.3

Pure Rust symbolic mathematics for quantum computing - a replacement for C++-based symengine
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! SciRS2 integration module.
//!
//! This module provides seamless integration with the SciRS2 scientific
//! computing ecosystem, following the SciRS2 POLICY.

pub mod complex;
pub mod ndarray;

// Re-export for convenience
pub use complex::*;
pub use ndarray::*;