Type Alias quil_rs::instruction::Matrix

source ·
pub type Matrix = Array2<Complex64>;
Expand description

Matrix version of a gate.

Aliased Type§

struct Matrix { /* private fields */ }