Solertis / qiskit

Qiskit is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.

Home Page:https://qiskit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qiskit

License Build Status Downloads DOI

Qiskit is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.

Qiskit is made up elements that each 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 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.

Note for upgrading from Qiskit < 0.7.0

If you have an older Qiskit version, < 0.7.0, upgrading to the latest version with pip install -U is not supported. To upgrade from these older versions you'll first have to uninstall qiskit and then install the newer version. To do this run:

$ pip uninstall qiskit
$ pip install -U qiskit

Qiskit Details

Qiskit consists of elements and components and it is our goal to have all the elements and components install using this mega package. However, currently some still are not included in the default pip and need to be installed following instructions in their individual packages (this will be fixed in the next update)

Qiskit Elements

The four elements of Qiskit are the essential parts that give Qiskit its power.

Build Status Version Contribute
Qiskit Terra Build Status
Qiskit Aer Build Status
Qiskit Aqua Build Status
Qiskit Ignis Build Status
IBM Q Provider Build Status

Qiskit Components

Qiskit components are smaller self-contained parts of Qiskit that are needed for full functionality.

Build Status Version Contribute
Qiskit Tutorial ---

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 expect to uphold to this code.

We use GitHub issues for tracking requests and bugs. Please use our slack for discussion and simple questions. To join our Slack community use the link. 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

About

Qiskit is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.

https://qiskit.org

License:Apache License 2.0


Languages

Language:Python 88.9%Language:TeX 4.3%Language:Shell 4.0%Language:Makefile 2.8%