pub trait AsUnitary {
    fn as_unitary(&self) -> Array2<C64>;
}
Expand description

Types that can be converted to unitary matrices.

Required Methods

Returns a representation as a unitary matrix.

Implementations on Foreign Types

Implementors