All Projects → Qiskit → Qiskit

Qiskit / Qiskit

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

Programming Languages

OpenQASM
18 projects
python
139335 projects - #7 most used programming language
TeX
3793 projects
shell
77523 projects

Projects that are alternatives of or similar to Qiskit

QuantumComputing
Collection of Tutorials and other Quantum Computer programming related things.
Stars: ✭ 120 (-94.85%)
Mutual labels:  quantum-computing, qiskit
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (-97.43%)
Mutual labels:  quantum-computing, qiskit
Qu.js
Quantum Computing for Humans!
Stars: ✭ 15 (-99.36%)
Mutual labels:  quantum-computing, qiskit
learning-quantum
Study resources for learning quantum computing
Stars: ✭ 51 (-97.81%)
Mutual labels:  quantum-computing, qiskit
launchpad
Resources to get started in Quantum Computing!
Stars: ✭ 21 (-99.1%)
Mutual labels:  quantum-computing, qiskit
Qiskit Terra
Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and algorithms.
Stars: ✭ 3,177 (+36.23%)
Mutual labels:  quantum-computing, qiskit
qisjob
Qiskit Job Control
Stars: ✭ 24 (-98.97%)
Mutual labels:  quantum-computing, qiskit
QuantumPoker
Quantum Poker – a serious pedagogical tool to learn quantum computing that is fun to play
Stars: ✭ 16 (-99.31%)
Mutual labels:  quantum-computing, qiskit
Quantum-Computing-UK-Repository
This repository contains all of the code found in the quantum computing tutorials at : https://quantumcomputinguk.org.
Stars: ✭ 52 (-97.77%)
Mutual labels:  quantum-computing, qiskit
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (-92.15%)
Mutual labels:  quantum-computing, qiskit
Qiskit Tutorials
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Stars: ✭ 1,777 (-23.8%)
Mutual labels:  quantum-computing, qiskit
Reference Architecture
TELUS Reference Architecture Documentation
Stars: ✭ 145 (-93.78%)
Mutual labels:  documentation
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
Stars: ✭ 1,940 (-16.81%)
Mutual labels:  quantum-computing
Storm Doc Zh
Apache Storm 官方文档中文版
Stars: ✭ 142 (-93.91%)
Mutual labels:  documentation
Icopy Site.github.io
icopy.site github mirror
Stars: ✭ 142 (-93.91%)
Mutual labels:  documentation
Discopy
a toolbox for computing with monoidal categories
Stars: ✭ 148 (-93.65%)
Mutual labels:  quantum-computing
Bts Cn Docs
BitShares (BTS) 中文技术文档 - Chinese Documentation for BitShares
Stars: ✭ 145 (-93.78%)
Mutual labels:  documentation
Web Methodology
Methodology for high-quality web application security testing - https://github.com/tprynn/web-methodology/wiki
Stars: ✭ 142 (-93.91%)
Mutual labels:  documentation
Solutionqcqinielsenchuang
Solution for Quantum Computation and Quantum Information by Nielsen and Chuang
Stars: ✭ 141 (-93.95%)
Mutual labels:  quantum-computing
Doxdox
📚 JSDoc to Markdown, Bootstrap, and custom Handlebars template documentation generator.
Stars: ✭ 139 (-94.04%)
Mutual labels:  documentation

Image

License Build Status Build Status Downloads DOI

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

Qiskit is made up of elements that work together to enable quantum computing. This is a simple meta-package to install the elements of Qiskit altogether.

Installation

The best way of installing qiskit is by using pip:

$ pip install qiskit

See install Qiskit for detailed instructions, how to use virtual environments, and build from source standalone versions of the individual Qiskit elements and components.

Qiskit Packaging

The Qiskit project is made up of many components that all serve a particular purpose. This repository contains a meta-package that will install the following components:

Build Version Contribute
Qiskit Terra
Qiskit Aer

Deprecated

These components are installed as part of the metapackage for the time being, but are deprecated (or will be deprecated in the near future) and will be removed in a future release.

Build Version Contribute
Qiskit Ignis
Qiskit IBM Quantum Provider

Optional components

These components are part of the Qiskit ecosystem but are built on top of qiskit and are not installed by default with the meta-package. You can either install them manually, as an optional extra (ie pip install "qiskit[finance,experiments]"), or all together with pip install "qiskit[all]".

Build Version Contribute
Qiskit Optimization
Qiskit Finance
Qiskit Machine Learning
Qiskit Nature
Qiskit Experiments

Using quantum services

If you are interested in using quantum services (i.e. using a real quantum computer, not a simulator) you can look at the Qiskit Partners program for partner organizations that have provider packages available for their offerings:

https://qiskit.org/documentation/partners/

Contribution Guidelines

If you'd like to contribute to Qiskit, 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.

We use GitHub issues for tracking requests and bugs. Please use our Slack for discussion and simple questions. For questions that are more suited for a forum we use the Qiskit tag in the Stack Exchange.

Next Steps

Now you're set up and ready to check out our Qiskit Tutorials repository.

Authors and Citation

Qiskit 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

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].