From 2a7a2dd2afda49938885594b4195db42ac4ca231 Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 16 Feb 2026 19:37:27 +0000 Subject: [PATCH 1/3] added quantum computing section and move qutip --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f89e853..5122649 100644 --- a/README.md +++ b/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._ From bd643f0e5f11e97d255fea175ff0b1ebaee4458c Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 16 Feb 2026 19:43:04 +0000 Subject: [PATCH 2/3] moved qutip to quantum computing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5122649..e9e14e8 100644 --- a/README.md +++ b/README.md @@ -862,6 +862,7 @@ _Libraries for quantum computing._ - [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. +- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python. ## Recommender Systems @@ -935,7 +936,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. From 2332d846c51e6a1c4a89fa48536d82cadd96b94c Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 16 Feb 2026 19:50:20 +0000 Subject: [PATCH 3/3] following one project per PR rule --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e9e14e8..160db9c 100644 --- a/README.md +++ b/README.md @@ -859,9 +859,6 @@ _Libraries for starting and communicating with OS processes._ _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. - [QuTiP](http://qutip.org/) - Quantum Toolbox in Python. ## Recommender Systems