You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given Qiskit/qiskit-tutorials#1473, we should migrate algorithm-related tutorials from qiskit-tutorials to qiskit-algorithms.
To do:
History-preserving move from qiskit-tutorials/algorithms to qiskit_algorithms/tutorials
Update imports in code snippets from qiskit.algorithms to qiskit_algorithms
Update API-reference links and other documentation links in the tutorial body
Update any references to tutorials in code API docstrings - grover.py has a note that links to the textbook and the tutorial (I noticed this first and searched for others but that was the only place I saw that needed fixing)
Update wording around Qiskit. For instance the title of the 1st tutorial is An Introduction to Algorithms in Qiskit and perhaps we need something more like An Introduction to Algorithms for Qiskit instead given the move etc. Text in the main body should be checked over too and reworded appropriately e.g. from same tutorial Qiskit provides a number of Algorithms...
@ElePT regarding "History-preserving move from qiskit-tutorials/algorithms to qiskit_algorithms/tutorials". The tutorials are usually in <name of project>/docs/tutorials, and the quantum-algorithm repo already has a docs folder. Would you like me to put the tutorials under docs instead to be consistent with other repos?
Uh oh!
There was an error while loading. Please reload this page.
What should we add?
Given Qiskit/qiskit-tutorials#1473, we should migrate algorithm-related tutorials from qiskit-tutorials to qiskit-algorithms.
To do:
qiskit-tutorials/algorithms
toqiskit_algorithms/tutorials
qiskit.algorithms
toqiskit_algorithms
An Introduction to Algorithms in Qiskit
and perhaps we need something more likeAn Introduction to Algorithms for Qiskit
instead given the move etc. Text in the main body should be checked over too and reworded appropriately e.g. from same tutorialQiskit provides a number of Algorithms...
The text was updated successfully, but these errors were encountered: