added quantum computing section and move qutip

This commit is contained in:
Daksh
2026-02-16 19:37:27 +00:00
parent 7782f9098b
commit 2a7a2dd2af

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,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._