Skip to main content

apply_y_simd

Function apply_y_simd 

Source
pub fn apply_y_simd(state: &mut Vec<Complex64>, target: usize, n_qubits: usize)
Expand description

Apply the Pauli-Y gate to qubit target using SIMD.

Y = [[0, -i], [i, 0]]