Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 973 Bytes

File metadata and controls

20 lines (13 loc) · 973 Bytes

Program Sets Demo

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.

Getting Started

  1. Download uv

  2. Install dependencies:

    uv sync
  3. Open the notebook program-sets.ipynb for the walkthrough.

Next Steps

  • Swap the LocalSimulator with 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 ProgramSet with additional observables or jobs to build larger calibration and benchmarking workflows.