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 simulator tutorials not to use deprecated APIs #1400

Closed itoko closed 1 year ago

itoko commented 1 year ago
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

itoko commented 1 year ago

Thanks, @HuangJunye. Excuse me for not providing a context of this PR. All changes in this PR are updates for avoiding the use of deprecated APIs in Aer so that these tutorials continue to work after removing the deprecated functions. (Actually, some deprecated functions are about to remove in Aer: https://github.com/Qiskit/qiskit-aer/pull/1624)

HuangJunye commented 1 year ago

@itoko thanks for providing the context; they are really helpful for understanding the change.