This repository shows how to combine Amazon Braket Program Sets with Mitiq zero-noise extrapolation (ZNE). The example builds a small two-qubit circuit, creates noise-scaled versions with Mitiq, and evaluates them as a batch through a ProgramSet.
-
Download
uv -
Install dependencies:
uv sync
-
Open the notebook
program-sets.ipynbfor the walkthrough.
- Swap the
LocalSimulatorwith a different Braket device (managed simulator or hardware) once you have the necessary AWS credentials configured. - Experiment with other error mitigation techniques provided by Mitiq (for example, Clifford data regression or probabilistic error cancellation).
- Extend the
ProgramSetwith additional observables or jobs to build larger calibration and benchmarking workflows.