pub fn apply_single_qubit_gate_simd_v2(
matrix: &[Complex64; 4],
in_amps0: &[Complex64],
in_amps1: &[Complex64],
out_amps0: &mut [Complex64],
out_amps1: &mut [Complex64],
)Expand description
Apply a single-qubit gate using SciRS2 SIMD operations
This function uses the SciRS2 SimdUnifiedOps trait for better performance
and compliance with the SciRS2 integration policy.