pub fn apply_s_simd(state: &mut Vec<Complex64>, target: usize, n_qubits: usize)
Apply the S (phase) gate to qubit target using SIMD.
target
S = [[1, 0], [0, i]]