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

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

Enables debugging OpContainers

Provided methods

fn count_diagonal_and_off(&self) -> (usize, usize)[src]

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

fn count_constant_ops(&self) -> usize[src]

Count the number of constant ops.

Loading content...

Implementors

Loading content...