Qiskit / qiskit-tutorials

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

Update more pulse gate tutorial for changes in fake backends #1358

Closed mtreinish closed 1 year ago

mtreinish commented 1 year ago

Summary

In Qiskit/qiskit-terra#8665 very large pulse properties for long retired 20q backends are removed to save disk space and reduce overhead. However the pulse gates tutorial was still relying on these fake backends having pulse properties. This commit updates the tutorial to use a different backend to unblock that PR. Additionally, the deprecate import statements used in the tutorial are updated to avoid the deprecation warning.

We previously updated one tutorial in #1356 however there were more uses of FakeAlmaden in other tutorials so things were still blocked. This commit updates all the other uses of FakeAlmaden to use a provider that will have pulse properties moving forward.

Details and comments

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