Qiskit/qiskit-ibmq-provider

Retrieve historical data for backend.defaults()

knsmith opened this issue · 1 comments

Past calibration property data is available with

backend.properties(datetime=datetime)

but past

backend.defaults()

are not available. This would be convenient to recover a instruction_schedule_map from a different calibration cycle.