mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 22:50:46 +08:00
added quantum computing section and move qutip
This commit is contained in:
10
README.md
10
README.md
@@ -72,6 +72,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
- [Penetration testing](#penetration-testing)
|
||||
- [Permissions](#permissions)
|
||||
- [Processes](#processes)
|
||||
- [Quantum Computing](#quantum-computing)
|
||||
- [Recommender Systems](#recommender-systems)
|
||||
- [Refactoring](#refactoring)
|
||||
- [RESTful API](#restful-api)
|
||||
@@ -853,6 +854,15 @@ _Libraries for starting and communicating with OS processes._
|
||||
- [sarge](https://sarge.readthedocs.io/en/latest/) - Yet another wrapper for subprocess.
|
||||
- [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.
|
||||
|
||||
## Quantum Computing
|
||||
|
||||
_Libraries for quantum computing._
|
||||
|
||||
- [Qiskit](https://github.com/Qiskit/qiskit) — An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
|
||||
- [Cirq](https://github.com/quantumlib/Cirq) — A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.
|
||||
- [PennyLane](https://github.com/PennyLaneAI/pennylane) — A hybrid quantum-classical machine learning library with automatic differentiation support.
|
||||
- [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) — An open-source quantum compiler and simulation framework for low-level circuit experimentation.
|
||||
|
||||
## Recommender Systems
|
||||
|
||||
_Libraries for building recommender systems._
|
||||
|
||||
Reference in New Issue
Block a user