Expand description
Multi-tier arithmetic for tensor network calculations
Supports three implementation tiers:
- Research: Arbitrary precision (optional, requires features)
- Portable: f64-based (default, widely supported)
- Hardware: Fixed-point u32/u64 (optimal for embedded/blockchain)
Modulesยง
- fixed_
point - Fixed-point arithmetic for blockchain
- hardware
- Hardware-optimized arithmetic for embedded systems (ESP32, etc.)
- portable
- Portable f64-based arithmetic (default)