Agent skill

pennylane

Hardware-agnostic quantum ML framework with automatic differentiation. Use when training quantum circuits via gradients, building hybrid quantum-classical models, or needing device portability across IBM/Google/Rigetti/IonQ. Best for variational algorithms (VQE, QAOA), quantum neural networks, and integration with PyTorch or JAX. For hardware-specific optimizations use qiskit (IBM) or cirq (Google); for open quantum systems use qutip.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill pennylane --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.1
Allowed tools: ReadBashPython
Path: skills/pennylane/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PennyLane ## Overview PennyLane is a quantum computing library that enables training quantum computers like neural networks. It provides automatic differentiation of quantum circuits, device-independent programming, and seamless integration with classical machine learning frameworks. ## Installation PennyLane 0.45.0 requires Python 3.11 or newer. Install using uv with pinned versions for reproducible environments: ```bash uv pip install "pennylane==0.45.0" ``` For quantum hardware access, install the plugin matching the target provider. Start from a clean environment when adding or upgrading Qiskit because its dependency graph is strict. ```bash # IBM Quantum uv pip install "pennylane-qiskit==0.45.0" # Amazon Braket uv pip install "amazon-braket-pennylane-plugin==1.34.1" # Google Cirq uv pip install "pennylane-cirq==0.44.0" # Rigetti Forest uv pip install "pennylane-rigetti==0.40.0" # IonQ uv pip install "pennylane-ionq==0.45.0" # High-performance local simulators uv pip install "pennylane-lightning==0.45.0" # Catalyst JIT compilation uv pip install "pennylane-catalyst==0.15.0" ``` ## Quick Start Build a quantum circuit and optimize its parameters: ```python import pennylane as q

What's inside
Steps it walks through
  1. Overview
  2. Installation
  3. Quick Start
  4. Core Capabilities
  5. 1. Quantum Circuit Construction
  6. 2. Quantum Machine Learning
  7. 3. Quantum Chemistry
  8. 4. Device Management
  9. 5. Optimization
  10. 6. Advanced Features
  11. Common Workflows
  12. Train a Variational Classifier
  13. Run VQE for Molecular Ground State
  14. Switch Between Devices
Ships with 7 files
  • references/advanced_features.md
  • references/devices_backends.md
  • references/getting_started.md
  • references/optimization.md
  • references/quantum_chemistry.md
  • references/quantum_circuits.md
  • references/quantum_ml.md
Commands it runs
uv pip install "pennylane==0.45.0"
IBM Quantum
uv pip install "pennylane-qiskit==0.45.0"
Amazon Braket
uv pip install "amazon-braket-pennylane-plugin==1.34.1"
Google Cirq
uv pip install "pennylane-cirq==0.44.0"
Rigetti Forest
uv pip install "pennylane-rigetti==0.40.0"
IonQ
More from scientific-agent-skills
All skills →
About this skill
What does the pennylane skill do?

Hardware-agnostic quantum ML framework with automatic differentiation. Use when training quantum circuits via gradients, building hybrid quantum-classical models, or needing device portability across IBM/Google/Rigetti/IonQ. Best for variational algorithms (VQE, QAOA), quantum neural networks, and integration with PyTorch or JAX. For hardware-specific optimizations use qiskit (IBM) or cirq (Google); for open quantum systems use qutip.

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill pennylane --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going