pub fn get_basepair_probs_mix<T>(
    align: &Align<T>,
    basepair_prob_mats: &SparseProbMats<T>,
    basepair_probs_alifold: &SparseProbMat<T>,
    mix_weight: Prob
) -> SparseProbMat<T>where
    T: HashIndex,