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
If we consider for example the 'ibm_sherbrooke' backend, I know that it is possible to get information for an operation like ecr using
backend.target["ecr"]
and it provides me for example the execution time and the error.
Is there a way to get this information for classical-controlled operations, that is those operation that are controlled by the value of a classical wire? I tried
backend.target["if_else"]
but I get 'None'.
The text was updated successfully, but these errors were encountered:
If we consider for example the 'ibm_sherbrooke' backend, I know that it is possible to get information for an operation like ecr using
and it provides me for example the execution time and the error.
Is there a way to get this information for classical-controlled operations, that is those operation that are controlled by the value of a classical wire? I tried
but I get 'None'.
The text was updated successfully, but these errors were encountered: