QuantumBFS / YaoQASM.jl

Bidirectional transformation between Yao IR and QASM.
Apache License 2.0
11 stars 4 forks source link

Yao APIs for 'measure', 'reset' and 'barrier' #4

Closed thautwarm closed 4 years ago

thautwarm commented 5 years ago

Check https://github.com/QuantumBFS/YaoQASM.jl/blob/master/src/grammar.jl for what I haven't implemented yet(each of these constructs is marked with a trailing # not impl)

GiggleLiu commented 5 years ago

Is it possible to use placeholders first, some printing blocks. It disentangles the developments and easier for debugging.

Then, I can figure out how to implement these placeholders.

thautwarm commented 5 years ago

Okay, will do it.

thautwarm commented 4 years ago

this get fixed already?

Roger-luo commented 4 years ago

yes, fixed.