[][src]Function qip::state_ops::make_op_matrix

pub fn make_op_matrix<P: Precision>(
    n: u64,
    op: &QubitOp,
    multithread: bool
) -> Vec<Vec<Complex<P>>>

Make the full op matrix from ops. Not very efficient, use only for debugging.