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