Skip to content

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Jul 30, 2025

Summary

Mentioned in slack - some of our transpiler passes use features that were deprecated in Qiskit 1.3.

Details and comments

Fixes #2350

'All blocks must have time units of "dt". '
"Please run TimeUnitConversion pass prior to padding."
)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an alternative? Or do we just remove the unit property

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a couple of alternatives, I think that the key here is making sure that the pass functionality isn't affected by our change... to an extend I guess unit tests should cover this but we should probably reach out to the original authors too to double check.

@ElePT ElePT added the on hold label Sep 18, 2025
@ElePT
Copy link
Collaborator

ElePT commented Sep 18, 2025

I've labeled this PR as on hold until qiskit offers a good alternative for the duration and unit properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update transpiler passes to not use deprecated features
2 participants