Module specialized_simulator

Module specialized_simulator 

Source
Expand description

Optimized state vector simulator using specialized gate implementations

This simulator automatically detects and uses specialized gate implementations for improved performance compared to general matrix multiplication.

Structs§

SpecializationStats
Statistics about specialized gate usage
SpecializedSimulatorConfig
Configuration for specialized simulator
SpecializedStateVectorSimulator
Optimized state vector simulator with specialized gate implementations

Functions§

benchmark_specialization
Benchmark comparison between specialized and generic implementations