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
Currently we have tket2.hseries.result. When lowering to QIR we need at least result for Float64, BOOL_T, int<lw>. Note there does not seem to be support for signed integers. There is some array support, but it's not clear exactly what it means.
We can either move the existing extension, or duplicate it.
The text was updated successfully, but these errors were encountered:
Currently we have
tket2.hseries.result
. When lowering to QIR we need at least result forFloat64
,BOOL_T
,int<lw>
. Note there does not seem to be support for signed integers. There is some array support, but it's not clear exactly what it means.We can either move the existing extension, or duplicate it.
The text was updated successfully, but these errors were encountered: