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
Today we check and raise a warning if one is received from ibm_quantum channel. We don't do this for the Paygo channel because Paygo API doesn't support it. However, they do plan to support it in the near future. If we add the code to catch/raise warning now for Paygo, downlevel provider will benefit from it when it does become supported.
Acceptance criteria
Check if a warning message is returned when running a job for both ibm_quantum and ibm_cloud channels. It needs to take into account that ibm_cloud channel doesn't return this response yet.
What is the expected feature or enhancement?
Today we check and raise a warning if one is received from
ibm_quantum
channel. We don't do this for the Paygo channel because Paygo API doesn't support it. However, they do plan to support it in the near future. If we add the code to catch/raise warning now for Paygo, downlevel provider will benefit from it when it does become supported.Acceptance criteria
Check if a warning message is returned when running a job for both
ibm_quantum
andibm_cloud
channels. It needs to take into account that ibm_cloud channel doesn't return this response yet.cc @francabrera
The text was updated successfully, but these errors were encountered: