One-click install
npx skills add https://github.com/dralkh/seerai --skill cirq-dralkh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cirq
Source: https://github.com/dralkh/seerai/tree/main/skills/cirq
Command: npx skills add https://github.com/dralkh/seerai --skill cirq-dralkh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cirq helps quantum developers and researchers design, simulate, optimize, and execute quantum circuits without stitching together separate tools for each stage of the workflow.

Core Features & Use Cases

It supports circuit construction, parameter sweeps, noise-aware simulation, hardware compilation, and execution on Google Quantum AI and partner backends such as IonQ, Azure Quantum, AQT, and Pasqal. It is especially useful for building NISQ circuits, modeling device noise, running characterization experiments, and preparing circuits for real hardware constraints. For example, you can prototype a Bell-state experiment, compare ideal and noisy outcomes, then compile the circuit for a target processor.

Quick Start

Use the cirq skill to create a small quantum circuit, simulate its measurement results, and explain how to adapt it for a specific hardware backend.

Frequently Asked Questions about cirq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I simulate quantum circuits with noise modeling in Python?

Quantum circuit simulation with noise modeling requires building NISQ circuits in Python and applying device-aware validation to compare ideal and noisy outcomes. This skill supports noisy simulation and structured measurement handling for characterization experiments.

What's the best way to prepare quantum circuits for real hardware constraints?

Preparing quantum circuits for real hardware constraints involves transformer-based optimization and device-aware validation. This skill compiles parameterized circuits for target processors like Google Quantum AI, IonQ, Azure Quantum, AQT, and Pasqal backends.

Can I run parameter sweeps across quantum circuits for different backends?

Parameter sweeps across quantum circuits are supported for multiple hardware backends. You can construct parameterized circuits in Python, validate them against device constraints, and execute sweeps on Google Quantum AI and partner platforms.

Do I need Python to build and optimize quantum circuits for NISQ devices?

Python is required for circuit construction, as the workflow relies on Python-based quantum circuit building, device-aware validation, and transformer-based optimization to prepare NISQ circuits for noisy simulation and hardware execution.

How does hardware compilation work for quantum experiments on Google Quantum AI?

Hardware compilation for quantum experiments on Google Quantum AI uses transformer-based optimization to adapt Python-constructed circuits to specific processor constraints. It involves device-aware validation and structured measurement handling before backend execution.

What are the limitations of noisy simulation for NISQ circuit design?

Noisy simulation for NISQ circuit design is limited by device noise modeling accuracy and hardware constraints. This skill addresses these by providing device-aware validation, though results depend on the target processor's specific noise characteristics and compilation rules.