What problem does it solve?
PennyLane solves the challenge of building quantum programs that can be trained like neural networks while still running across different simulators and hardware providers.
Core Features & Use Cases
- Quantum circuit design: Create circuits with gates, measurements, dynamic control flow, and circuit inspection tools.
- Hybrid machine learning: Train variational classifiers, quantum neural networks, and other hybrid models with PyTorch or JAX.
- Chemistry and optimization workflows: Run VQE, QAOA, and molecular simulations with reusable device and optimizer patterns.
- Example: Use it to prototype a chemistry model on a simulator, then move the same circuit to IBM, IonQ, or other supported backends.
Quick Start
Ask for a PennyLane example that builds a variational quantum circuit, trains it on a simulator, and shows how to switch the same workflow to hardware later.