home / skills / a5c-ai / babysitter / braket-executor
This skill helps orchestrate quantum circuit execution across multiple vendors using Braket, enabling hybrid quantum-classical workflows and cost-aware job
npx playbooks add skill a5c-ai/babysitter --skill braket-executorReview the files below or copy the command above to add this skill to your agents.
---
name: braket-executor
description: Amazon Braket integration skill for multi-vendor quantum hardware access and hybrid workflows
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
metadata:
specialization: quantum-computing
domain: science
category: quantum-framework
phase: 6
---
# Braket Executor
## Purpose
Provides expert guidance on executing quantum circuits across multiple hardware vendors using Amazon Braket, enabling hybrid quantum-classical workflows in the AWS ecosystem.
## Capabilities
- Circuit execution on IonQ, Rigetti, OQC hardware
- Hybrid job execution with classical processing
- Quantum annealing on D-Wave
- Local simulator execution
- Cost estimation and job management
- Result storage in S3
- Batch job submission
- Noise simulation
## Usage Guidelines
1. **Device Selection**: Choose appropriate hardware based on circuit requirements and availability
2. **Circuit Translation**: Use Braket SDK to build or import circuits from other frameworks
3. **Hybrid Jobs**: Configure containerized hybrid workflows with classical compute
4. **Cost Management**: Monitor and estimate costs before job submission
5. **Result Retrieval**: Access results from S3 with proper error handling
## Tools/Libraries
- Amazon Braket SDK
- AWS Lambda
- Amazon S3
- Braket Hybrid Jobs
- Braket Local Simulator
This skill integrates Amazon Braket for orchestrating multi-vendor quantum hardware access and hybrid quantum-classical workflows. It streamlines circuit execution across IonQ, Rigetti, OQC, and D-Wave, supports local simulation, and handles job lifecycle tasks like cost estimation and S3 result storage. Designed for use in agentic workflows, it enables deterministic, resumable orchestration of experiments and hybrid jobs.
The skill uses the Amazon Braket SDK to translate and submit circuits to selected backends, falling back to a local simulator when needed. It configures hybrid jobs that run containerized classical steps (e.g., optimization or preprocessing) alongside quantum tasks, tracks cost and runtime metadata, and stores outputs in S3 for reliable retrieval and post-processing. Batch submission, noise simulation, and basic job management operations are exposed for automation within agent workflows.
Which providers are supported?
IonQ, Rigetti, OQC for gate-based devices and D-Wave for annealing are supported, plus a Braket local simulator.
How are hybrid jobs configured?
Hybrid jobs run containerized classical steps via Braket Hybrid Jobs; provide a container image and entrypoint, then link quantum tasks and data in S3.