Qiskit / qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK
Apache License 2.0
2.28k stars 1.28k forks source link

Update note about pulse gate support #1455

Closed wshanks closed 1 year ago

wshanks commented 1 year ago

Pulse gate support is not tied to the open_pulse setting in backend.configuration().

Summary

Updates the note about pulse gate support so that it does not reference open_pulse which is a different setting.

Details and comments

The open_pulse setting marks if a backend supports submitting pulse schedules as a job payload. IBM devices have deprecated submitting pulse schedules but still support pulse gates. There is no setting to check if pulse gates are supported (but currently they are supported on all IBM devices).

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB