diff --git a/projects/qiskit.md b/projects/qiskit.md index 6563090..819c4d7 100644 --- a/projects/qiskit.md +++ b/projects/qiskit.md @@ -12,16 +12,19 @@ tags: - compilation - OpenQASM 3 - Pulse-level - +bounties: + - name: Refactor commutative analysis + issue_num: 8020 + value: 125 --- [Qiskit](https://qiskit.org) is an open-source SDK for working with quantum computers at the level of pulses, circuits, and application modules. The `qiskit-terra` component is the foundation on which the rest of Qiskit is built. Includes tools to build circuits and transpile them, besides a quantum information module and visualization tools. It also comes with a circuit library. -If it is the first time contributing to `qiskit-terra`, please take a look at our [contribution guidelines](CONTRIBUTING.md). +If it is the first time contributing to `qiskit-terra`, please take a look at our [contribution guidelines](CONTRIBUTING.md). + +> If you want to participate with a simpler issue, check our [list unassigned `good first issues`](https://github.com/Qiskit/qiskit-terra/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee+label%3A%22good+first+issue%22) out. -> For support from the community, please -[join the Qiskit Slack community](https://ibm.co/joinqiskitslack) -and use our [Qiskit Slack channel](https://qiskit.slack.com) for discussion. The channels `qiskit-dev` and `qiskit-pr-help` might be a good place for questions on the development and the PRing process respectively. +> For support from the community, please [join the Qiskit Slack community](https://ibm.co/joinqiskitslack) and use our [Qiskit Slack channel](https://qiskit.slack.com) for discussion. The channels `qiskit-dev` and `qiskit-pr-help` might be a good place for questions on the development and the PRing process respectively.