Qaintum / Qaintessent.jl

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

Updated unitary2circuit, remove redundant RzGates in composition, upd… #92

Closed keefehuang closed 3 years ago

keefehuang commented 3 years ago

Update compile.jl to unitary2circuit to make function call clearer. Removed need for number of wires (deduce from unitary size). Allow handling of sparse matrices.