Agent skill

qiskit

Build, simulate, transpile, and execute quantum circuits with Qiskit and IBM Quantum Runtime. Use for Qiskit 2.x circuits and operators, V2 Sampler or Estimator primitives, target-aware transpilation, local or noisy simulation, IBM QPU execution, Runtime sessions or batches, error mitigation, and Qiskit ecosystem packages.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill qiskit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 2.0
Requires: Python 3.10+ on a supported 64-bit platform. Local SDK workflows need qiskit; noisy simulation needs qiskit-aer; IBM…
Path: skills/qiskit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Qiskit Use current Qiskit 2.x APIs to build circuits, prepare hardware-compatible instruction set architecture (ISA) circuits, and execute them through V2 primitives. This skill was verified on **2026-07-23** against the PyPI releases `qiskit==2.5.0`, `qiskit-ibm-runtime==0.48.0`, and `qiskit-aer==0.17.2`. Check [references/sources.md](references/sources.md) before changing pins or documenting newly released behavior. ## Choose the Right Path | Goal | Recommended interface | |---|---| | Exact local sampling | `qiskit.primitives.StatevectorSampler` | | Exact local expectation values | `qiskit.primitives.StatevectorEstimator` | | High-performance or noisy simulation | Qiskit Aer | | IBM QPU sampling | `qiskit_ibm_runtime.SamplerV2` | | IBM QPU expectation values and mitigation | `qiskit_ibm_runtime.EstimatorV2` | | Backend without native primitives | `BackendSamplerV2` or `BackendEstimatorV2` | | Open-system or master-equation dynamics | Prefer QuTiP | | Differentiable quantum machine learning | Prefer PennyLane unless Qiskit integration is required | ## Installation Create an isolated environment and install only the components needed: ```bash uv venv --python 3.13 source .venv/bi

What's inside
Steps it walks through
  1. Choose the Right Path
  2. Installation
  3. Core Workflow
  4. Quick Local Sampling
  5. Quick Local Estimation
  6. IBM QPU Sampling
  7. IBM QPU Estimation
  8. Non-Negotiable Qiskit 2.x Rules
  9. Execution Modes
  10. Reference Map
  11. Bundled Scripts
  12. Final Checklist
Ships with 14 files
  • references/algorithms.md
  • references/backends.md
  • references/circuits.md
  • references/migration.md
  • references/patterns.md
  • references/primitives.md
  • references/setup.md
  • references/sources.md
  • references/testing.md
  • references/transpilation.md
  • references/visualization.md
  • scripts/check_environment.py
  • scripts/inspect_runtime.py
  • scripts/run_local_primitives.py
Commands it runs
uv venv --python 3.13
source .venv/bin/activate
Core SDK plus plotting support
uv pip install "qiskit[visualization]==2.5.0"
Add only when needed
uv pip install "qiskit-ibm-runtime==0.48.0"
uv pip install "qiskit-aer==0.17.2"
Installed-package and legacy-environment checks; no network or credential reads
python scripts/check_environment.py
Runnable V2 local Sampler and Estimator example
More from scientific-agent-skills
All skills →
About this skill
What does the qiskit skill do?

Build, simulate, transpile, and execute quantum circuits with Qiskit and IBM Quantum Runtime. Use for Qiskit 2.x circuits and operators, V2 Sampler or Estimator primitives, target-aware transpilation, local or noisy simulation, IBM QPU execution, Runtime sessions or batches, error mitigation, and Qiskit ecosystem packages.

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill qiskit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going