Skip to content

Tutorials

Hands-on guides that walk you through common workflows with the Quantum Encoding Atlas, from your first encoding to systematic benchmarking.


Learning Path

# Tutorial What You'll Learn Prerequisites
1 Getting Started Create encodings, inspect properties, generate circuits Installation
2 Comparing Encodings Analyse and compare encodings side by side Tutorial 1
3 Custom Encodings Build your own encoding by subclassing BaseEncoding Tutorial 1
4 Benchmarking Run systematic experiments across encodings and datasets Tutorial 2
5 Hardware Considerations Adapt encodings for real quantum hardware constraints Tutorial 1

Running the tutorials

All tutorials use PennyLane as the default backend. To follow along:

pip install encoding-atlas[visualization]

Code blocks are self-contained — you can copy-paste them directly into a Python script or Jupyter notebook.