pub fn apply_t_simd(state: &mut Vec<Complex64>, target: usize, n_qubits: usize)
Apply the T gate to qubit target using SIMD.
target
T = [[1, 0], [0, exp(iπ/4)]]