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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cirq provides a Python framework to design, simulate, and run quantum circuits on hardware and simulators, enabling researchers to prototype algorithms and study noise effects.

Core Features & Use Cases

  • Circuit construction with qubits and gates, including noise-aware patterns
  • Simulation and hardware integration across Cirq backends (simulators and Google Quantum Engine)
  • Parameter sweeps, experiments, and workflow templates for reproducible research
  • Use case: validate a small quantum circuit on a simulator before hardware execution

Quick Start

Run a simple Cirq circuit on a simulator to verify basic functionality.

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 before hardware execution?

You can simulate quantum circuits by constructing them with qubits and gates, then running them across Cirq backends to study noise effects and validate functionality prior to hardware execution.

Does Cirq support hardware integration with Google Quantum Engine?

Cirq supports hardware integration with Google Quantum Engine, enabling execution of quantum circuits on hardware backends and simulators for algorithm prototyping and reproducible research.

What do I need to design and run quantum circuits using Cirq?

Designing and running quantum circuits using Cirq requires knowledge of Cirq APIs, Python, and access to Google Quantum Engine or simulators for circuit execution.

What is the best way to prototype quantum algorithms and run parameter sweeps?

The best way to prototype quantum algorithms is using Cirq workflow templates and parameter sweeps, enabling reproducible research across simulators and Google hardware backends.

Can I validate a small quantum circuit on a simulator before running it on hardware?

You can validate a small quantum circuit on a simulator before hardware execution by constructing the circuit with noise-aware patterns and testing basic functionality across Cirq simulator backends.