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 */ }