module CrysQuant

Defined in:

CrysQuant.cr
Gate.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"

Class Method Summary

Class Method Detail

def self.convert_to_complex_matrix(matrix : Matrix) #

[View source]
def self.create_state_vector(state : UInt64, size : UInt64) #

[View source]