Voltar ao ranking

Qiskit/qiskit-tutorials

Jupyter Notebook

A collection of Jupyter notebooks showing how to use the Qiskit SDK

quantum-computingtutorialquantum-programming-languageqiskit
Crescimento de estrelas
Estrelas
2.5k
Forks
1.3k
Crescimento semanal
Issues
0
1k2k
ago. de 2017jul. de 2020jul. de 2023jul. de 2026
README

Qiskit Tutorials

License

:warning: This repository is archived: The content in this repository was moved to other locations. If you have issues or PR, please submit them to their new location.

Contents

Welcome to the Qiskit Tutorials!

In this repository, we've put together a collection of Jupyter notebooks aimed at teaching people who want to use Qiskit for writing quantum computing programs, and executing them on one of several backends (online quantum processors, online simulators, and local simulators). The online quantum processors are the IBM Quantum systems.

For our community-contributed tutorials, please check out the qiskit-community-tutorials repository.

Contribution Guidelines

If you'd like to contribute to Qiskit Tutorials, please take a look at our contribution guidelines. This project adheres to Qiskit's code of conduct. By participating you are expected to uphold this code.

Tutorial limitations

Because the tutorials are executed as part of the build process, and eventually turned into RST documentation, there are several limitations to be aware of:

  1. There is currently a three minute per cell execution time limit. Cells that go over this limit will raise an exception.

  2. Tutorials cannot make calls to the IBM Quantum Experience, e.g. no IBMQ.load_account().

  3. It is important to maintain strict header compliance. All notebooks should start with, and contain only one, top level (h1) header:

    # I am a top level header
    

    Additionally, the nesting of headers should make sense:

    # I am a top level header
    
    ## I am a secondary header
    
    ### I am a tertiary header
    
    ## I am another secondary header
    
    ## I am another secondary header
    
  4. All math equations expressed using $$ ... $$ need to be surrounded on top and bottom by white space.

  5. In order for a tutorial to show up in the Qiskit documentation, after successful merging, an additional PR needs to be made in the Qiskit meta-repo to trigger the rebuilding of the documentation.

To add a gallery image to a notebook, select a cell with an output image and add nbsphinx-thumbnail as a cell tag. To see the cell tags go to: View -> Cell Toolbar -> Tags in the notebook menu. Adding gallery images from images not generated inside of the notebooks themselves should be avoided if possible as this gets messy in the present build system.

Building documentation

In addition to serving up standalone notebooks, this repository also includes the infrastructure needed to build the tutorials into HTML documentation using Sphinx.

We use Tox, which you will need to install globally (e.g. using pipx).

  1. Fork and clone the forked repository.
  2. tox -e docs

Sometimes Sphinx's caching can get in a bad state. First, try running tox -e docs-clean, which will remove Sphinx's cache. If you are still having issues, try running tox -e docs -r. -r tells Tox to reinstall the dependencies.

Authors and Citation

Qiskit Tutorials is the work of many people who contribute to the project at different levels. If you use Qiskit, please cite as per the included BibTeX file.

License

Apache License 2.0

Repositórios relacionados
Developer-Y/cs-video-courses

List of Computer Science courses with video lectures.

computer-sciencealgorithms
82.6k11.4k
Qiskit/qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.

PythonPyPIApache License 2.0quantum-computingqiskit
ibm.com/quantum/qiskit
7.6k3k
quantumlib/Cirq

Python framework for creating, editing, and running Noisy Intermediate-Scale Quantum (NISQ) circuits.

PythonPyPIApache License 2.0nisqquantum-algorithms
quantumai.google/cirq
5k1.2k
microsoft/QuantumKatas

Tutorials and programming exercises for learning Q# and quantum computing

Jupyter NotebookMIT Licensequantum-computingqsharp
4.9k1.2k
microsoft/Quantum

Microsoft Quantum Development Kit Samples

Jupyter NotebookMIT Licensequantum-development-kitquantum
docs.microsoft.com/quantum
4k936
krishnakumarsekar/awesome-quantum-machine-learning

Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web

HTMLCreative Commons Zero v1.0 Universalquantumquantum-computing
3.6k803
PennyLaneAI/pennylane

PennyLane is an open-source quantum software platform for quantum computing, quantum machine learning, and quantum chemistry. Create meaningful quantum algorithms, from inspiration to implementation.

PythonPyPIApache License 2.0quantummachine-learning
pennylane.ai
3.4k840
desireevl/awesome-quantum-computing

A curated list of awesome quantum computing learning and developing resources.

Creative Commons Zero v1.0 Universalawesomeawesome-list
3.2k471
Qiskit/qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.

OpenQASMApache License 2.0qiskitquantum-computing
qiskit.org
3k728
the-akira/Computer-Science-Resources

Collection of resources spanning key areas of Computer Science

awesome-listcomputer
2.8k320
qosf/awesome-quantum-software

Curated list of open-source quantum software projects.

Creative Commons Zero v1.0 Universalquantum-computingquantum-algorithms
2.3k437
tensorflow/quantum

An open-source Python framework for hybrid quantum-classical machine learning.

PythonPyPIApache License 2.0cirqgoogle
tensorflow.org/quantum
2.2k658