Sov-trotter / IBMQJulia.jl

IBMQ backend for Yao
MIT License
4 stars 0 forks source link

IBMQJulia's Cassette.jl pass generates invalid IR #27

Open aviatesk opened 1 year ago

aviatesk commented 1 year ago

See https://github.com/JuliaLang/julia/issues/47687 for details.

Sov-trotter commented 1 year ago

I think it's probably because it uses the SimpleMock package for user prompts. I used it as a hack to pass inputs to prompts in the CI.

maleadt commented 1 year ago

Since this seems like a package issue (Cassette generating invalid IR) I'm going to disable testing of IBMQJulia on PkgEval for now, but it'd be good to fix this of course. Please ping me when that happens so that I can re-enable testing for this packages.