pub type Matrix = Array2<Complex64>;
Matrix version of a gate.
struct Matrix { /* private fields */ }