Qiskit / qiskit-ibm-provider

Qiskit Provider for accessing the IBM Quantum Services: Online Systems and Simulators
https://qiskit.org/ecosystem/ibm-provider/
Apache License 2.0
77 stars 67 forks source link

Transpiler unit tests failing against latest version of qiskit #800

Closed kt474 closed 9 months ago

kt474 commented 9 months ago

A couple tests in test_scheduler are failing here

All failing with the following error:

qiskit.transpiler.exceptions.TranspilerError: 'Can currently only patch durations of "dt".'
kt474 commented 9 months ago

@taalexander can you take a look?

taalexander commented 9 months ago

Hi @kt474, I'm booked up right now and am not able to take a look until maybe two weeks from now. Maybe @dieris might have time?

kt474 commented 9 months ago

Just realized this should be fixed by https://github.com/Qiskit/qiskit-ibm-provider/pull/787, is that correct @dieris? We'll have to wait for the 1.0 qiskit release

dieris commented 9 months ago

That's correct, that PR should fix this if using a qiskit version that includes https://github.com/Qiskit/qiskit/pull/11501 (i.e., main / 1.0)

kt474 commented 9 months ago

Fixed by #787