This issue has been tagged for a bounty during #unitaryHACK
Although, these two packages were initially made for YaoLang, supporting them for YaoBlocks should be simple to implement since YaoBlocks only supports pure quantum circuit programs.
now with the v0.3 release of IBMQClient, the API should be stable. One could integrate YaoBlocks with IBMQClient by transforming the quantum blocks to the corresponding Qobj schema defined here: https://yaoquantum.org/IBMQClient.jl/dev/schema/
for OpenQASM 2.0, one can refer to the AST here:
https://github.com/QuantumBFS/OpenQASM.jl/blob/master/src/types.jl
This issue has been tagged for a bounty during #unitaryHACK
Although, these two packages were initially made for YaoLang, supporting them for YaoBlocks should be simple to implement since YaoBlocks only supports pure quantum circuit programs.
now with the v0.3 release of IBMQClient, the API should be stable. One could integrate YaoBlocks with IBMQClient by transforming the quantum blocks to the corresponding Qobj schema defined here: https://yaoquantum.org/IBMQClient.jl/dev/schema/
for OpenQASM 2.0, one can refer to the AST here:
https://github.com/QuantumBFS/OpenQASM.jl/blob/master/src/types.jl