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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cirq helps you build and validate quantum circuits for simulation and hardware execution without manually juggling low-level gate logic.

Core Features & Use Cases

  • Circuit building: Create circuits with supported qubits, gates, parameterized operations, custom gates, and common circuit patterns.
  • Simulation: Run exact, density-matrix (noisy/mixed-state), parameter sweeps, and expectation-value calculations, including stabilizer-style simulation for Clifford-only circuits.
  • Transformation and compilation: Optimize circuits via transformer pipelines, decompose gates to target gatesets, and route/compile to match device constraints.
  • Hardware integration and noise: Target real providers (via provider-specific Cirq integrations), model noise channels, characterize errors, and apply error-mitigation approaches like readout mitigation.

Quick Start

Use the cirq skill to design and simulate a 2-qubit circuit, then (optionally) extend it into a parameter sweep for measuring how results change with gate angles.

Frequently Asked Questions about cirq

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

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

You can build quantum circuits and simulate noise modeling by defining qubits, gates, and noise channels in Cirq, then running exact or density-matrix simulations to evaluate mixed-state results.

Can I run parameter sweeps on quantum circuits to measure gate angle effects?

Yes, you can run parameter sweeps on quantum circuits by defining parameterized operations in Cirq, allowing you to systematically measure how varying gate angles and parameters affect simulation outcomes.

What is the best way to optimize quantum circuits for specific quantum hardware?

The best way to optimize quantum circuits for specific quantum hardware is using transformer pipelines in Cirq to decompose gates, route circuits, and compile them to match device constraints and target gatesets.

Does Cirq support error mitigation and readout mitigation for quantum computing experiments?

Cirq supports error mitigation for quantum computing experiments by allowing you to model noise channels, characterize errors, and apply readout mitigation approaches to improve the accuracy of hardware execution results.

How does stabilizer simulation work for Clifford-only quantum circuits?

Stabilizer simulation for Clifford-only quantum circuits works by efficiently calculating expectation values and circuit outcomes in Cirq without full state-vector simulation, accelerating analysis for circuits using only Clifford gates.