Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Qiskit/qiskit-metapackage
Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://github.com/Qiskit/qiskit-metapackage
documentation qiskit quantum-computing quantum-programming-language
Last synced: 13 days ago
JSON representation
Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
- Host: GitHub
- URL: https://github.com/Qiskit/qiskit-metapackage
- Owner: Qiskit
- License: apache-2.0
- Archived: true
- Created: 2018-12-12T22:04:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T12:41:27.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:57:26.051Z (7 months ago)
- Topics: documentation, qiskit, quantum-computing, quantum-programming-language
- Language: OpenQASM
- Homepage: https://qiskit.org
- Size: 38.7 MB
- Stars: 3,035
- Watchers: 89
- Forks: 761
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Qiskit Metapackage (_ARCHIVED_)
| ⚠️ NOTE ⚠️ |
|------------------------------------------|
| Since August 2023, this repository is archived as all the `qiskit` PyPI metapackage infrastructure and documentation was moved to [Qiskit/qiskit](https://github.com/Qiskit/qiskit) (formerly [Qiskit/qiskit-terra](https://github.com/Qiskit/qiskit-terra)). See [RFC0011 for details](https://github.com/Qiskit/RFCs/blob/master/0011-repo-rename.md).|[![License](https://img.shields.io/github/license/Qiskit/qiskit-metapackage.svg?)](https://opensource.org/licenses/Apache-2.0)
![Build Status](https://github.com/Qiskit/qiskit-metapackage/actions/workflows/main.yml/badge.svg?branch=master)
[![](https://img.shields.io/github/release/Qiskit/qiskit-metapackage.svg)](https://github.com/Qiskit/qiskit-metapackage/releases)
[![Downloads](https://static.pepy.tech/badge/qiskit)](https://pepy.tech/project/qiskit)
[![DOI](https://zenodo.org/badge/161550823.svg)](https://zenodo.org/badge/latestdoi/161550823)**Qiskit** is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
## Installation
The best way of installing `qiskit` is by using `pip`:
```bash
$ pip install qiskit
```See [install](https://qiskit.org/documentation/getting_started.html) 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 used to be made up of many components. However, it is now only comprised of the [**Qiskit Terra**](https://github.com/Qiskit/qiskit-terra)
project and the Qiskit meta-package contained in this repository only installs that.### Using quantum services
If you are interested in using quantum services, you can check out [the Providers page](https://qiskit.org/providers/) for the list of available providers that Qiskit supports.
## Contribution Guidelines
If you'd like to contribute to Qiskit, please take a look at our
[contribution guidelines](https://qiskit.org/documentation/contributing_to_qiskit.html). This project adheres to Qiskit's [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.We use [GitHub issues](https://github.com/Qiskit/qiskit-metapackage/issues) for tracking requests and bugs. Please use our [Slack](https://qisk.it/join-slack) for discussion and simple questions. For questions that are more suited for a forum we use the Qiskit tag in the [Stack Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).
## Next Steps
Now you're set up and ready to check out our
[Qiskit Tutorials](https://github.com/Qiskit/qiskit-tutorials) repository.## Authors and Citation
Qiskit is the work of [many people who contribute to the project](https://github.com/Qiskit/qiskit-terra/graphs/contributors) at
different levels. If you use Qiskit, please cite as per the included
[BibTeX file](https://github.com/Qiskit/qiskit-terra/blob/main/CITATION.bib).## License
[Apache License 2.0](LICENSE.txt)