Skip to content
Branch: master
Go to file
Code

Latest commit

mtreinish committed ad737bc Jul 17, 2020
* Fix the tutorials job

The recent release of matplotlib 3.3.0 broke the plot_state_hinton
visualization function (see Qiskit/qiskit-terra#4739 for more details).
This has resulted in docs builds and tutorials using released version of
qiskit-terra to fail when they go to use plot_state_hinton. This broke
the docs builds and end up wiping out the documentation see #973. While
that has been fixed for documentation the tutorials build jobs are still
broken because they do not cap matplotlib. This commit adds a cap on
matplotlib to unbreak the job. When the next qiskit-terra release comes
out we can remove the version cap.

* Add quotes to matplotlib cap

Files

Permalink
Failed to load latest commit information.

README.md

Image

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.

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 Ignis Build Status
Qiskit Aqua Build Status

and if you want to run your experiments on real systems you need the 5th element

Build Status Version Contribute
IBM Q Provider Build Status

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

You can’t perform that action at this time.