Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qiskit 1.3 deprecation pulse gate removals #2116

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Jan 27, 2025

Summary

  • The deprecated EfficientSU2 has been replaced with efficient_su2

Since support for pulse gates is being sunset, the Channel related imports and code have been removed:

  • fake_backend.py: AcquireChannel, DriveChannel, MeasureChannel, ControlChannel
  • backend_configuration.py: AcquireChannel, Channel, ControlChannel, DriveChannel,MeasureChannel
  • ibm_backend.py: AcquireChannel, ControlChannel, DriveChannel,MeasureChannel
  • pulse_defaults.py: InstructionScheduleMap and PulseQobjDef.

Without Channel, PulseDefaults are no longer needed for the backend target.

I'll handle the DD related pulse deprecations in a separate PR.

Details and comments

Fixes #

@kt474 kt474 changed the title Qiskit Deprecations Qiskit 1.3 deprecation pulse removals Feb 3, 2025
@kt474 kt474 marked this pull request as ready for review February 3, 2025 19:29
@kt474 kt474 changed the title Qiskit 1.3 deprecation pulse removals Qiskit 1.3 deprecation pulse gate removals Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant