pub fn phase_product(
    row1: &ArrayView1<'_, bool>,
    row2: &ArrayView1<'_, bool>
) -> bool
Expand description

Returns the phase introduced by the binary symplectic product of two rows.