pub fn apply_y_simd(state: &mut Vec<Complex64>, target: usize, n_qubits: usize)
Apply the Pauli-Y gate to qubit target using SIMD.
target
Y = [[0, -i], [i, 0]]