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

support dagger of unitaries #46

Open ChenZhao44 opened 4 years ago

ChenZhao44 commented 4 years ago

The compilation of the dagger quantum circuits is missing. For example, the following circuit can not be applied to a register.

@device function circ()
    1 => S'
end