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
To finish the tket2 tangent above, concretely I propose TKET2 should have a constraint that it will only accept operations on qubits on linear types:
That take in as many of linear type L as they return
Will have the bijection semantics that when grouping by concrete type L, the nth input of type L maps to the nth output of type L
Functions like Sum(Qubit) ->i1 will need to use qfree in their definition. I think this gives us another distinction between Operation and Function?
To finish the tket2 tangent above, concretely I propose TKET2 should have a constraint that it will only accept operations on qubits on linear types:
Functions like
Sum(Qubit) ->i1
will need to useqfree
in their definition. I think this gives us another distinction betweenOperation
andFunction
?Slack Message
The text was updated successfully, but these errors were encountered: