From 2a7a2dd2afda49938885594b4195db42ac4ca231 Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 16 Feb 2026 19:37:27 +0000 Subject: [PATCH] added quantum computing section and move qutip --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f89e853f..5122649e 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._