This is your gateway to quantum computing without getting locked into specific hardware. PennyLane lets you build quantum circuits with automatic differentiation, which means you can train them like neural networks using gradient descent. The real win is device independence: write your circuit once, then run it on simulators during development and swap to actual quantum hardware from IBM, Google, Amazon Braket, or others when you're ready. It integrates directly with PyTorch, JAX, and TensorFlow, so you can build hybrid quantum-classical models in your existing ML workflow. Particularly strong for variational algorithms like VQE for quantum chemistry and QAOA for optimization problems. If you're experimenting with quantum machine learning or need to simulate molecular systems, this handles the messy parts of gradient computation and hardware abstraction.
npx skills add https://github.com/davila7/claude-code-templates --skill pennylane