apply_cnot_vectorized

Function apply_cnot_vectorized 

Source
pub fn apply_cnot_vectorized(
    state: &mut [Complex64],
    control_indices: &[usize],
    target_indices: &[usize],
    num_qubits: usize,
)
Expand description

Vectorized CNOT gate application using SIMD for processing multiple pairs

This processes control/target pairs in parallel where possible