Qaintum / Qaintessent.jl

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

Switch apply to match with julia standard syntax #114

Closed keefehuang closed 3 years ago

keefehuang commented 3 years ago

Typically when updating an object in julia, it typically functions:

function do_something!(a, b) .... end where b is applied to a. There is a conflict of syntax between Qaintessent and Qaintensor. Updating Qaintessent to use the same syntax.