All Projects → qiskit-community → Qiskit Textbook

qiskit-community / Qiskit Textbook

Licence: apache-2.0
A university quantum algorithms/computation course supplement based on Qiskit

Projects that are alternatives of or similar to Qiskit Textbook

Quantum Learning
This repository contains the source code used to produce the results presented in the paper "Machine learning method for state preparation and gate synthesis on photonic quantum computers".
Stars: ✭ 89 (-77.97%)
Mutual labels:  jupyter-notebook, quantum-computing
Qiskit Tutorials
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Stars: ✭ 1,777 (+339.85%)
Mutual labels:  jupyter-notebook, quantum-computing
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+244.31%)
Mutual labels:  jupyter-notebook, learn-to-code
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+117.08%)
Mutual labels:  jupyter-notebook, learn-to-code
Python Awesome
Learn Python, Easy to learn, Awesome
Stars: ✭ 219 (-45.79%)
Mutual labels:  jupyter-notebook, learn-to-code
Qpga
Simulations of photonic quantum programmable gate arrays
Stars: ✭ 68 (-83.17%)
Mutual labels:  jupyter-notebook, quantum-computing
Teach Me Quantum
⚛ 10 week Practical Course on Quantum Information Science and Quantum Computing - with Qiskit and IBMQX
Stars: ✭ 118 (-70.79%)
Mutual labels:  jupyter-notebook, quantum-computing
Numerical Computing Is Fun
Learning numerical computing with notebooks for all ages.
Stars: ✭ 730 (+80.69%)
Mutual labels:  jupyter-notebook, learn-to-code
Pytket
Python module for interfacing with the CQC t|ket> library of quantum software
Stars: ✭ 162 (-59.9%)
Mutual labels:  jupyter-notebook, quantum-computing
Monthly Challenges
Repository containing monthly challenges about quantum computing.
Stars: ✭ 126 (-68.81%)
Mutual labels:  jupyter-notebook, quantum-computing
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+111.63%)
Mutual labels:  jupyter-notebook, quantum-computing
Quantumkatas
Tutorials and programming exercises for learning Q# and quantum computing
Stars: ✭ 3,713 (+819.06%)
Mutual labels:  jupyter-notebook, quantum-computing
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-94.06%)
Mutual labels:  jupyter-notebook, learn-to-code
Pyepr
Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
Stars: ✭ 81 (-79.95%)
Mutual labels:  jupyter-notebook, quantum-computing
Juliatutorials
Learn Julia via interactive tutorials!
Stars: ✭ 732 (+81.19%)
Mutual labels:  jupyter-notebook, learn-to-code
Quantum Algorithms Tutorials
Tutorials for Quantum Algorithms with Qiskit implementations.
Stars: ✭ 115 (-71.53%)
Mutual labels:  jupyter-notebook, quantum-computing
Ssss
"Deep Learning and Quantum Programming" Spring School @ Song Shan Lake
Stars: ✭ 135 (-66.58%)
Mutual labels:  jupyter-notebook, quantum-computing
Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+754.7%)
Mutual labels:  jupyter-notebook, quantum-computing
Quantumcomputingbook
Companion site for the textbook Quantum Computing: An Applied Approach
Stars: ✭ 386 (-4.46%)
Mutual labels:  jupyter-notebook, quantum-computing
Imagenette
A smaller subset of 10 easily classified classes from Imagenet, and a little more French
Stars: ✭ 407 (+0.74%)
Mutual labels:  jupyter-notebook
stable: Build Status master: Build Status

Qiskit Textbook Source Code

This is the repository for the interactive open-source Learn Quantum Computation using Qiskit textbook. The textbook is intended for use as a university quantum algorithms course supplement as well as a guide for self-learners who are interested in learning quantum programming.

The Jupyter notebooks corresponding to each section of the textbook can be found in the content folder. The code in these notebooks will constantly be updated to the latest version of Qiskit.

The notebooks are compiled into html and exported to the website.

Installing the qiskit_textbook Package

The Qiskit Textbook provides some tools and widgets specific to the Textbook. This is not part of Qiskit and is available through the qiskit_textbook package. The quickest way to install this with Pip and Git is through the command:

pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src

Alternatively, you can download the folder qiskit-textbook-src and run:

pip install ./qiskit-textbook-src

from the directory that contains this folder.

License

The materials and associated source code of this open-source textbook are licensed under Apache License 2.0.

Contact

For any issues, please contact Francis Harkins ([email protected]) and Abraham Asfaw ([email protected]).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].