From 062545c83bf29437537c014c29dcbb89bb689f9b Mon Sep 17 00:00:00 2001 From: Daksh Date: Wed, 18 Feb 2026 12:56:25 +0000 Subject: [PATCH] add cirq library to quantum computing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27c5e782e..b90e3d0c3 100644 --- a/README.md +++ b/README.md @@ -858,6 +858,7 @@ _Libraries for starting and communicating with OS processes._ _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. - [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.