[][src]Function qmc::sse::qmc_traits::semi_classical::count_using_iter_ops

pub fn count_using_iter_ops<C: ClassicalLoopUpdater + ?Sized>(
    c: &C,
    sat_set: &BondContainer<usize>,
    broken_set: &BondContainer<usize>
) -> (usize, usize)

Count ops using the iter_ops call.