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
We would like to use self defined functions which have multiple return value. To do this we class pyqir.FunctionType would need to be extended. To simplest solution would be to change the type of the return value (ret) to List[Type] (same as param).
The text was updated successfully, but these errors were encountered:
We would like to use self defined functions which have multiple return value. To do this we class pyqir.FunctionType would need to be extended. To simplest solution would be to change the type of the return value (ret) to List[Type] (same as param).
The text was updated successfully, but these errors were encountered: