Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiskit-community/qiskit-qec
Qiskit quantum error correction framework
https://github.com/qiskit-community/qiskit-qec
framework quantum-error-correction surface-code
Last synced: 4 days ago
JSON representation
Qiskit quantum error correction framework
- Host: GitHub
- URL: https://github.com/qiskit-community/qiskit-qec
- Owner: qiskit-community
- License: apache-2.0
- Created: 2021-05-26T16:53:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:52:50.000Z (4 months ago)
- Last Synced: 2024-12-23T11:21:08.946Z (11 days ago)
- Topics: framework, quantum-error-correction, surface-code
- Language: Python
- Homepage: https://qiskit-community.github.io/qiskit-qec/
- Size: 199 MB
- Stars: 89
- Watchers: 9
- Forks: 35
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
[![Python](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.34.2-6133BD)](https://github.com/Qiskit/qiskit)
[![License](https://img.shields.io/github/license/qiskit-community/quantum-prototype-template?label=License)](./LICENSE.txt)
[![Code style: Black](https://img.shields.io/badge/Code%20style-Black-000.svg)](https://github.com/psf/black)
[![Tests, linter and coverage](https://github.com/qiskit-community/qiskit-qec/actions/workflows/tests.yml/badge.svg)](https://github.com/qiskit-community/qiskit-qec/actions/workflows/tests.yml)| WARNING: qiskit-qec is still in the early stages of development and it is very likely that there will be breaking API changes in future releases. If you encounter any bugs please open an issue. |
| --- |# Qiskit QEC
**Qiskit Framework for Quantum Error Correction** is an open-source framework for developers, experimentalist and theorists of Quantum Error Correction (QEC).
### Table of Contents
##### For Users
1. [About the Project](./docs/project_overview.md)
2. [Beginner's Guide](./docs/beginners_guide.md)
3. [Installation](./docs/installation.md)
4. [Tutorials](./docs/tutorials)
5. [How-Tos](./docs/how_tos)
6. [How to Give Feedback](#how-to-give-feedback)
7. [Contribution Guidelines](#contribution-guidelines)
8. [Acknowledgements](#acknowledgements)
9. [License](#license)##### For Developers/Contributors
1. [Contribution Guide](CONTRIBUTING.md)
2. [Technical Docs](docs/apidocs)----------------------------------------------------------------------------------------------------
### How to Give Feedback
We encourage your feedback! You can share your thoughts with us by:
- [Opening an issue](https://github.com/Qiskit/qiskit-qec/issues) in the repository----------------------------------------------------------------------------------------------------
### Contribution Guidelines
For information on how to contribute to this project, please take a look at our [contribution guidelines](./CONTRIBUTING.md).
----------------------------------------------------------------------------------------------------
## Acknowledgements
Development was partially supported by IARPA under contract W911NF-16-1-0114 and the DOE Office of Science National Quantum Information Science Research Centers, Co-design Center for Quantum Advantage (C2QA) under contract number DE-SC0012704. All statements of fact, opinion or conclusions contained herein are those of the authors and should not be construed as representing the official views or policies of the US Government.
----------------------------------------------------------------------------------------------------
### License
[Apache License 2.0](./LICENSE.txt)