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