Open kt474 opened 1 month ago
Do we know why this warning is being issued?
Do we know why this warning is being issued?
The backend PulseDefaults
instruction_schedule_map
, has the instructions u1
, u2
, u3
. These gates are not in the backend configuration basis_gates
or supported_instructions
. So this check triggers the log (127 times) every time the backend is initiated. https://github.com/Qiskit/qiskit-ibm-runtime/blob/5270a0b8115cc08b844751c7d507f96415360dca/qiskit_ibm_runtime/utils/backend_converter.py#L274-L279
Summary
This warning is in our unit and integration tests 10,000+ times making logs difficult to read/debug.
Details and comments
Fixes #