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

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

Enables debugging OpContainers

Provided methods

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

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

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

Count the number of constant ops.

Loading content...

Implementors

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

Loading content...