Quantum Calibration Agent Blueprint banner
NVIDIA NVIDIA

Quantum Calibration Agent Blueprint

AI community

Description

This is a reference agent blueprint for AI-powered quantum device calibration. It provides an intelligent agent interface for discovering, executing, and analyzing quantum calibration experiments with support for automated workflows and vision-based analysis.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Quantum Calibration Agent Blueprint

![Python 3.11+](https://img.shields.io/badge/Python-3.11+-blue.svg) ![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)

Part of [NVIDIA Ising](https://github.com/NVIDIA/Ising). This is a reference agent blueprint for AI-powered quantum device calibration. It provides an intelligent agent interface for discovering, executing, and analyzing quantum calibration experiments with support for automated workflows and vision-based analysis.

![Web UI](docs/latest/_static/images/usage/web-ui-overview.png) *The Web UI provides a chat interface for natural language interaction with the calibration agent.*

![CLI Interface](docs/latest/_static/images/usage/cli-banner.png) *The CLI provides a terminal-based interface for quantum calibration experiments.*

What is this?

This is a reference agent blueprint for quantum device calibration that combines:

  • Intelligent Experiment Discovery: Automatically find and understand available quantum calibration experiments
  • AI-Driven Execution: Run experiments through natural language commands or structured workflows
  • Visual Analysis: Inspect plots and data using vision language models (VLMs)
  • Workflow Automation: Execute complex multi-step calibration sequences with built-in validation
  • Smart Data Management: Store and retrieve experiment results with HDF5 and SQLite

The agent supports multiple LLM providers including NVIDIA, Anthropic, and OpenAI.

Quick Start

Prerequisites

Installation

# Clone repository
git clone https://github.com/NVIDIA/Quantum-Calibration-Agent-Blueprint.git
cd Quantum-Calibration-Agent-Blueprint

# Set up Python environment
python -m venv .venv
source .venv/bi