Skip to main content

apply_t_simd

Function apply_t_simd 

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

Apply the T gate to qubit target using SIMD.

T = [[1, 0], [0, exp(iπ/4)]]