Module compilation_cache

Source
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§

CacheConfig
Configuration for the compilation cache
CacheStatistics
Cache statistics
CompilationCache
Gate compilation cache with persistent storage
CompilationMetadata
Metadata about gate compilation
CompiledGate
Compiled gate representation
GateDecomposition
Gate decomposition into simpler gates
GateOptimizations
Optimized representations of a gate
SimdLayout
SIMD-optimized memory layout
TensorNetworkRep
Tensor network representation
TensorNode

Functions§

get_compilation_cache
Get the global compilation cache
initialize_compilation_cache
Initialize the global compilation cache