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
With QIR submission, we get an error from the QIR conversion:
File "/home/alec/r/pytket-quantinuum/env/lib/python3.12/site-packages/pytket/qir/conversion/qirgenerator.py", line 832, in _get_ssa_from_clexpr_arg
return True, _TK_CLEXPR_OP_TO_PYQIR[expr_op](self.module.builder)(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Builder.xor() takes 2 positional arguments but 4 were given
The text was updated successfully, but these errors were encountered:
The following circuit runs successfully if submitted with QASM, but not if submitted with QIR:
With QIR submission, we get an error from the QIR conversion:
The text was updated successfully, but these errors were encountered: