You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
Seeing output from the target pipeline's processed MLIR of the input code.
Additional info
The two described issues seem tightly related to me, but feel free to split in case additional complexity in the Python case needs to be addressed.
I have observed similar behavior - I had been puzzled since clearly invalid OpenQASM 3 had not been rejected by compile_str_async. Intriguingly, there are many scenarios where compile_str_async works as expected.
Running qss-compiler 128c937 on a fresh Ubuntu 22.04 VM with Python 3.10.6.
Observed behaviour
Does not change depending on the input string. The corresponding MLIR output is an empty 1000-shot experiment.
Digging deeper, a command line such as:
Also yields the same empty experiment.
Expected behaviour
Seeing output from the target pipeline's processed MLIR of the input code.
Additional info
The two described issues seem tightly related to me, but feel free to split in case additional complexity in the Python case needs to be addressed.
The text was updated successfully, but these errors were encountered: