We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Passing datetime to backend.properties() raises NotImplementedError: 'datetime' is not supported by cloud runtime.
datetime
backend.properties()
NotImplementedError: 'datetime' is not supported by cloud runtime.
Steps to reproduce
from qiskit_ibm_runtime import QiskitRuntimeService from datetime import datetime service = QiskitRuntimeService(channel="ibm_quantum") backend = service.backend("ibm_cleveland") dt = datetime(2023, 9, 28, 15, 54, 21) p = backend.properties(datetime=dt)
Expected behavior
It should return backend properties for the given datetime. It's also unclear what "cloud runtime" means.
Suggested solutions
Additional Information
The text was updated successfully, but these errors were encountered:
This was fixed in #1070, should work if you update qiskit-ibm-runtime
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Passing
datetime
tobackend.properties()
raisesNotImplementedError: 'datetime' is not supported by cloud runtime.
Steps to reproduce
Expected behavior
It should return backend properties for the given datetime. It's also unclear what "cloud runtime" means.
Suggested solutions
Additional Information
The text was updated successfully, but these errors were encountered: