quil_rs::instruction

Type Alias Matrix

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

Matrix version of a gate.

Aliased Typeยง

struct Matrix { /* private fields */ }