Merge pull request #2917 from dakshp26/dakshp26-add-quantum-libraries

Add Qiskit library under new section Quantum Computing
This commit is contained in:
Jinyang
2026-02-17 12:35:24 +01:00
committed by GitHub

View File

@@ -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,13 @@ _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.
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
## Recommender Systems
_Libraries for building recommender systems._
@@ -925,7 +933,6 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi
- [PathSim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor.
- [PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
- [PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit.
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
- [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software.
- [SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane.