Qaintum / Qaintessent.jl

Digital quantum circuit simulator written in Julia
Apache License 2.0
30 stars 8 forks source link

Endow MatrixGate with a type parameter specifying number of qubits it acts on #98

Open cmendl opened 3 years ago

cmendl commented 3 years ago

This should help to create type-stable tailored code for applying a MatrixGate.

cmendl commented 3 years ago

...and the actual matrix stored in MatrixGate could be a dense (instead of sparse) matrix.