An open API service indexing awesome lists of open source software.

https://github.com/qiskit/ecosystem

The Qiskit ecosystem is a collection of tools created by researchers and developers who use Qiskit every day.
https://github.com/qiskit/ecosystem

ecosystem qiskit quantum-computing

Last synced: 3 months ago
JSON representation

The Qiskit ecosystem is a collection of tools created by researchers and developers who use Qiskit every day.

Awesome Lists containing this project

README

          

# Qiskit ecosystem

![ecosystem](https://img.shields.io/badge/Qiskit-Ecosystem-blueviolet) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![Tests](https://github.com/qiskit-community/ecosystem/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/qiskit-community/ecosystem/actions/workflows/tests.yml)

## About the ecosystem

The Qiskit ecosystem is a collection of software and tutorials that builds on
or extends Qiskit. The goal of the Ecosystem is to celebrate, support, and
accelerate development of quantum technologies using Qiskit. View all projects
at [https://www.ibm.com/quantum/ecosystem](https://www.ibm.com/quantum/ecosystem).

This repository handles submissions to the ecosystem and builds the web page.

## How to join

Simply fill in the [submission issue
form](https://github.com/qiskit-community/ecosystem/issues/new?assignees=octocat&labels=&projects=&template=submission.yml&title=%5BSubmission%5D%3A+).
This will automatically create a pull request adding your project to this
repository. We'll review the pull request and get back to you within a few
days.

To join the ecosystem, your project must:
- Build on, interface with, or extend the [Qiskit SDK](https://github.com/Qiskit/qiskit) in a meaningful way.
- Be compatible with the Qiskit SDK v1.0 (or newer).
- Have an [OSI-approved](https://opensource.org/license?categories=popular-strong-community) open-source license (preferably Apache 2.0 or MIT).
- Adhere to our [code of conduct](./CODE_OF_CONDUCT.md) (you can enforce your own code of conduct in addition to this).
- Have maintainer activity within the last 6 months, such as a commit.
- New projects should be compatible with the [V2 primitives](https://docs.quantum.ibm.com/migration-guides/v2-primitives).

Once your submission has been approved and merged, it will appear on
[https://www.ibm.com/quantum/ecosystem](https://www.ibm.com/quantum/ecosystem) within a few
minutes.

Members of the ecosystem are invited to give a presentation about their project
at [Qiskit demo day](https://github.com/Qiskit/feedback/wiki/Qiskit-DemoDays).
Reach out to [Frank Harkins](francis.harkins@ibm.com) if you're interested.

## How to update project information

To change your project's information, edit your project's file in
[`./ecosystem/resources/members`](https://github.com/qiskit-community/ecosystem/tree/main/ecosystem/resources/members)
and make a pull request with the updated information. You can also [open an
issue](https://github.com/qiskit-community/ecosystem/issues/new?assignees=octocat&labels=update+request&projects=&template=update.yml&title=%5BProject+update%5D%3A+)
asking us to do it, or asking us to remove your project from the Ecosystem.

## Contribution Guidelines

See the [contributing](./CONTRIBUTING.md) document to learn about the source code contribution process developers follow.

See the [code of conduct](./CODE_OF_CONDUCT.md) to learn about the social guidelines developers are expected to adhere to.

See the [open issues](https://github.com/qiskit-community/ecosystem/issues) for a list of proposed features (and known issues).