[][src]Trait qmc::sse::qmc_debug::DebugOps

pub trait DebugOps: OpContainer {
    fn count_diagonal_and_off(&self) -> (usize, usize) { ... }
}

Enables debugging OpContainers

Provided methods

fn count_diagonal_and_off(&self) -> (usize, usize)

Count the number of diagonal and offdiagonal ops. Sum is self.get_n()

Loading content...

Implementors

impl<O: Op> DebugOps for FastOpsTemplate<O>[src]

Loading content...