cirq

Design, simulate, and execute quantum circuits with Google's Cirq framework.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill cirq-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cirq
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/physics/cirq
Command: npx skills add https://github.com/hxk622/TokenDance --skill cirq-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to design, simulate, and execute quantum circuits, bridging the gap between theoretical quantum algorithms and practical implementation on quantum hardware.

Core Features & Use Cases

  • Circuit Design: Build complex quantum circuits using a variety of gates and qubit types.
  • Simulation: Test circuits on simulators with options for noise models and parameter sweeps.
  • Hardware Execution: Deploy circuits to real quantum hardware from providers like Google, IonQ, and Azure.
  • Use Case: Design and simulate a quantum algorithm for drug discovery, then run it on a quantum computer to explore molecular interactions.

Quick Start

Use the cirq skill to build a Bell state circuit and simulate it.

Frequently Asked Questions about cirq

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

FAQPage Schema
How do I design and simulate quantum circuits with noise modeling?

You can design and simulate quantum circuits with noise modeling by building complex circuits using various gates and qubit types, then testing them on simulators with options for custom noise models and parameter sweeps to validate algorithms.

Can I run quantum circuits on real quantum hardware from Google and IonQ?

Yes, you can deploy designed quantum circuits directly to real quantum hardware from providers like Google, IonQ, and Azure to execute algorithms on physical quantum devices.

What is the best way to target Google Quantum AI hardware for circuit execution?

The best way to target Google Quantum AI hardware is using a framework optimized for it, which supports designing noise-aware circuits and running quantum characterization experiments tailored to Google's hardware architecture.

When do I need noise-aware quantum circuits?

You need noise-aware quantum circuits when preparing to execute algorithms on real quantum hardware, as designing these circuits helps account for physical hardware imperfections and ensures more reliable results during practical quantum characterization experiments.

Does this framework support quantum characterization experiments?

Yes, the framework supports running quantum characterization experiments, integrating this functionality with the ability to design complex quantum circuits and target Google Quantum AI hardware for execution.

What are the limitations of low-level quantum circuit design?

Low-level quantum circuit design requires manually specifying gates and qubit types, which can be time-consuming for large-scale algorithms; it is best suited for Google hardware, noise modeling, and detailed circuit construction rather than high-level algorithm abstraction.