module CrysQuant
Defined in:
CrysQuant.crGate.cr
GateMatrix.cr
Macros.cr
Qubit.cr
Register.cr
Constant Summary
-
I =
Complex.new(0, 1) -
State_0 =
Matrix[[1], [0]] -
State_1 =
Matrix[[0], [1]] -
VERSION =
"0.0.1"
Complex.new(0, 1)
Matrix[[1], [0]]
Matrix[[0], [1]]
"0.0.1"