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
Is your feature request related to a problem? If so, please describe it.
In #140 we have introduced an option to disable error when arbitrary resources are passed.
This was needed for internal integrations, but it's not an ideal solution.
How you envision the solution
I think the solution for this would consist of two parts.
First, we should implement some rules around handling qubit resources.
Second, we could add support for handling resources of arbitrary type to the repetition. E.g. we could extend the definition of the repetition object to define how to propagate specific resources.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? If so, please describe it.
In #140 we have introduced an option to disable error when arbitrary resources are passed.
This was needed for internal integrations, but it's not an ideal solution.
How you envision the solution
I think the solution for this would consist of two parts.
First, we should implement some rules around handling qubit resources.
Second, we could add support for handling resources of arbitrary type to the repetition. E.g. we could extend the definition of the
repetition
object to define how to propagate specific resources.The text was updated successfully, but these errors were encountered: