Qiskit / qiskit-ibm-runtime

IBM Client for Qiskit Runtime
https://docs.quantum.ibm.com/api/qiskit-ibm-runtime
Apache License 2.0
154 stars 154 forks source link

usage_time in session.details() returns None for ibm_cloud channel #1912

Open LenaPer opened 1 month ago

LenaPer commented 1 month ago

Describe the bug Comparing the sessions details between the ibm_cloud and the ibm_quantum channels, I saw that the usage_time was always None for cloud vs it always showed an actual number for the platform

Steps to reproduce

Expected behavior it returns the usage time of the session

Suggested solutions

Additional Information

kt474 commented 1 month ago

This would have to be fixed on the server side - usage is not yet supported on the cloud channel https://github.com/Qiskit/qiskit-ibm-runtime/issues/1567#issue-2211742624