Expand description
Gate compilation caching with persistent storage
This module provides a high-performance caching system for compiled quantum gates, with support for persistent storage to disk, automatic cache management, and concurrent access patterns.
Structs§
- Cache
Config - Configuration for the compilation cache
- Cache
Statistics - Cache statistics
- Compilation
Cache - Gate compilation cache with persistent storage
- Compilation
Metadata - Metadata about gate compilation
- Compiled
Gate - Compiled gate representation
- Gate
Decomposition - Gate decomposition into simpler gates
- Gate
Optimizations - Optimized representations of a gate
- Simd
Layout - SIMD-optimized memory layout
- Tensor
Network Rep - Tensor network representation
- Tensor
Node
Functions§
- get_
compilation_ cache - Get the global compilation cache
- initialize_
compilation_ cache - Initialize the global compilation cache