apply_s_gate_simd

Function apply_s_gate_simd 

Source
pub fn apply_s_gate_simd(
    in_amps0: &[Complex64],
    in_amps1: &[Complex64],
    out_amps0: &mut [Complex64],
    out_amps1: &mut [Complex64],
)
Expand description

Apply phase gate (S gate) using SIMD-like operations

S gate: [[1, 0], [0, i]]