Module simd_gates

Module simd_gates 

Source
Expand description

SIMD-Optimized Quantum Gate Operations

High-performance quantum gate implementations using SIMD (Single Instruction, Multiple Data) operations for maximum computational throughput on modern CPUs.

Structs§

SIMDFeatures
Available SIMD features on the current platform
SIMDGateProcessor
SIMD gate processor with optimized implementations
SIMDStatistics
SIMD processing statistics

Enums§

StateVectorOpType
Types of vectorized state vector operations
VectorizedOperation
SIMD-capable vectorized operation types

Functions§

get_global_simd_processor
Get the global SIMD processor
process_gates_simd
Process gates with SIMD optimization