Expand description
SIMD-accelerated quantum operations
This module provides SIMD-accelerated implementations of common quantum operations using platform-specific SIMD instructions when available.
Functionsยง
- apply_
phase_ simd - Apply a phase rotation to a quantum state vector using SIMD when available
- controlled_
phase_ simd - Apply a controlled phase rotation
- expectation_
z_ simd - Compute expectation value of a Pauli Z operator
- hadamard_
simd - Apply a Hadamard gate using SIMD operations
- inner_
product - Compute the inner product of two quantum state vectors
- normalize_
simd - Normalize a quantum state vector in-place