Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 753 forks source link

Remove Aer tutorials #1776

Closed Eric-Arellano closed 11 months ago

Eric-Arellano commented 11 months ago

These now live in Aer itself, per https://github.com/Qiskit/qiskit-aer/pull/1768. Terra docs should no longer include Aer directly.

Once this PR lands, we will delete the tutorials from the qiskit-tutorials repo.

sg495 commented 11 months ago

This makes sense, but it would have been better to include a redirect on the affected Terra documentation pages.

Eric-Arellano commented 10 months ago

I agree with you @sg495. Pardon my oversight in not doing that earlier, and thanks for advocating for that! I opened up a PR in the config for qiskit.org to set up redirects from the tutorials/simulators folder to go to https://qiskit.org/ecosystem/aer/tutorials/index.html.

Eric-Arellano commented 10 months ago

The redirects are now live. Thanks for the feedback @sg495!