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
What is the expected feature or enhancement?
A new session for IBMBackend.run() should be able to receive a max_time parameter, like the primitives do. This parameter in the Session class in qiskit-ibm-provider is currently not passed to the server, so effectively does nothing.
This issue will require fixing here and in the provider code.
Acceptance criteria
The text was updated successfully, but these errors were encountered:
What is the expected feature or enhancement?
A new session for
IBMBackend.run()
should be able to receive amax_time
parameter, like the primitives do. This parameter in theSession
class inqiskit-ibm-provider
is currently not passed to the server, so effectively does nothing.This issue will require fixing here and in the provider code.
Acceptance criteria
The text was updated successfully, but these errors were encountered: