A collection of Jupyter notebooks demonstrating how to use the Qiskit SDK for quantum computing.
Qiskit Tutorials is an archived repository that provided educational Jupyter notebooks for learning quantum computing with the Qiskit SDK. It taught users how to write quantum programs and execute them on various backends, including IBM Quantum processors and simulators, bridging the gap between quantum computing theory and practical implementation.
Developers, researchers, and students new to quantum computing who want hands-on, interactive learning using Qiskit's open-source tools to build and run quantum circuits and algorithms.
It offered comprehensive, interactive tutorials in Jupyter notebook format with direct integration to IBM Quantum systems, providing a structured path from basic concepts to advanced topics, all within a community-supported framework.
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Uses Jupyter notebooks for hands-on, practical learning, allowing users to write and run quantum code directly, as highlighted in the key features and contents.
Covers a wide range from basic circuits to advanced algorithms and simulators, evidenced by the folder structure like circuits, algorithms, and simulators.
Shows execution on IBM Quantum processors and local simulators, bridging theory and implementation, as stated in the philosophy and contents.
Includes a separate repository for community-contributed tutorials, fostering a collaborative learning ecosystem, mentioned in the contents section.
Provides tools to convert notebooks into HTML documentation using Sphinx and Tox, useful for creating structured educational materials, as described in the building documentation section.
The repository is archived, meaning content is no longer maintained, and users must navigate to new locations for updates, as warned in the README.
Tutorials have a three-minute per cell execution limit and cannot make calls to IBM Quantum Experience, restricting live experimentation, as noted in the tutorial limitations.
Requires Tox and Sphinx for building documentation, adding setup overhead for users who just want to run notebooks, detailed in the building documentation section.
Enforces strict header compliance and cell tagging for gallery images, which can be cumbersome for contributors, as outlined in the tutorial limitations.