QuantumBFS / YaoLang.jl

YaoLang: The next DSL for Yao and quantum programs.
https://yaoquantum.org/YaoLang.jl/dev/
Apache License 2.0
31 stars 6 forks source link

compile `resetto!` to classical control #43

Open Roger-luo opened 4 years ago

Roger-luo commented 4 years ago

resetto can be compiled to the following

c = @measure 1
if c == 1
   1 => X
end