mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05:00
[PR #2919] [MERGED] add Pennylane #8941
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2919
Author: @dakshp26
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @JinyangWang27
Base:
master← Head:dakshp26-add-pennylane-quantum📝 Commits (1)
ae59607added Pennylane library to README📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
PennyLane
Checklist
Add pennylane* [PennyLane](https://github.com/PennyLaneAI/pennylane) - Cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry with automatic differentiation.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain: PennyLane is the main open-source framework for quantum machine learning in Python. It is widely used in research for differentiable quantum circuits, hybrid quantum–classical models, and integration with PyTorch, TensorFlow, JAX, and NumPy. With ~3k GitHub stars and active development, it is the standard tool for quantum ML and differentiable quantum algorithms.
How It Differs
If similar entries exist, what makes this one unique?
Qiskit focuses on circuit-based quantum computing, transpilation, and running on IBM hardware. QuTiP focuses on quantum dynamics and open quantum systems. PennyLane focuses on quantum machine learning: automatic differentiation of quantum circuits, hybrid classical–quantum models, and integration with ML frameworks. It targets differentiable quantum algorithms and QML research, which is distinct from the other two.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.