Home / xi-zhao / openquantum · .agents/skills/flagquantum-workbench/SKILL.md · GitHub

flagquantum-workbench skillA

flagquantum-workbench is agent-read markdown (skill) from xi-zhao/openquantum: 用固定 FlagQuantum 执行第二家量子 MCP 电路工作台,解释输入语义、独立数值对照、成本与科学边界。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# FlagQuantum

这是默认关闭的第二家上游量子 MCP。用户需要对照时,从设置中心启用 `flagquantum` 并准备固定环境。只使用该 server 命名空间中的 Tool,避免与 Qiskit 同名 Tool 混淆。

按 gate-list QIR → serialize_circuit_tool → analyze_circuit_tool → 按意图 optimize_circuit_tool / route_circuit_tool → emit_openqasm_tool / emit_qcis_tool 的顺序工作。输入是 FlagQuantum IR JSON 或 QIR 门列表;OpenQASM 仅输出,不当作可读入格式。示例 QIR:`[{"name":"h","index":[0]},{"name":"cx","index":[0,1]}]`。

本地模拟使用 simulate_circuit_tool,核对 output kind、wire 顺序、precision、shots 和执行模式。先读 describe_gate_set_tool 再选不熟悉的门;训练必须有独立基线。17 个上游 Tool 的成功/失败在结果 `status` 中,不应只看 MCP `isError`。`status=success` 与 accuracy.metric=not_measured 不代表科学验收;实际硬件作业没有通过此连接提交。源服务的 readOnlyHint 只描述计算,启动器首次物化环境会写磁盘,因此 OQ 保守按 workspace-write 登记。

此上游协议没有 `execution` 字段。连接超时由 MCP 设置控制;启动器继承用户配置的数值线程与设备环境(如 `OMP_NUM_THREADS`),不固定为单线程。首调可能物化锁定环境,因此完整调用为 workspace-write。不要把执行成功或参考相符写成最终科学验收。安装、来源与示例见 [候选库接入说明](../../../docs/integrations/CANDIDATE_LIBRARIES.md)。

Read the whole file at its exact version.

How to install

Latest version
mdr add xi-zhao/openquantum/flagquantum-workbench@git:20260920.e9da4cd
Exact content
mdr add xi-zhao/openquantum/flagquantum-workbench@sha256:0492cf4b59370ad9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_34hzz4mtmrslvgyb.svg)](https://markdownregistry.com/a/art_34hzz4mtmrslvgyb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.e9da4cd latest2026-09-20 e9da4cd 1,746 BA view · diff
git:20260920.c2097232026-09-20 c209723 1,656 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1746 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

xi-zhao/openquantum · 69 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_34hzz4mtmrslvgyb
GET https://markdownregistry.com/api/v1/resolve?ref=xi-zhao/openquantum/flagquantum-workbench
GET https://markdownregistry.com/api/v1/blob/0492cf4b59370ad9b24016b33a9fb926fd25a0735080d1b7d6fb3adfe129f9e0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from xi-zhao/openquantum

fixture-capability skill
xi-zhao/openquantum · .agents/skill-contracts/test/fixtures/capabilities/fixture-capability/SKILL.md · Contract fixture used only by the OpenQuantum Skill Contract tests.
git:20260814.132b3b6 · audit B · 69 stars
clifft-sampling skill
xi-zhao/openquantum · .agents/skills/clifft-sampling/SKILL.md · 用固定 Clifft 对 Clifford+T 电路做带噪采样,按活跃宽度控制成本,可选独立密度矩阵参考。
git:20260914.cc4fa9e · audit A · 69 stars
compact-optimization skill
xi-zhao/openquantum · .agents/skills/compact-optimization/SKILL.md · 用固定 Compact 执行线路优化与独立等价对照,解释输入语义、独立数值对照、成本与科学边界。
git:20260920.c209723 · audit A · 69 stars
cqlib-kernel skill
xi-zhao/openquantum · .agents/skills/cqlib-kernel/SKILL.md · 用固定 cqlib-qml 执行角度编码核与 QSVM,解释输入语义、独立数值对照、成本与科学边界。
git:20260920.c209723 · audit A · 69 stars
deltakit-qec skill
xi-zhao/openquantum · .agents/skills/deltakit-qec/SKILL.md · 使用固定 Deltakit 构建矩形 rotated planar-code 存储实验,应用本地 ToyNoise,调用 Stim 采样和 PyMatching 解码,返回真实电路与逻辑错误统计。
git:20260914.0f1d7a8 · audit A · 69 stars
dynamiqs-dynamics skill
xi-zhao/openquantum · .agents/skills/dynamiqs-dynamics/SKILL.md · 用固定 Dynamiqs 计算受驱动耗散单量子位的动力学、驱动批量扫描和末态人口梯度,并与独立 Lindblad 解及有限差分比较。
git:20260914.0f1d7a8 · audit A · 69 stars
fatqat-workbench skill
xi-zhao/openquantum · .agents/skills/fatqat-workbench/SKILL.md · 使用 FatQat 本地 Tool 做量子电路、超导或原子阵列原生门约束实验,以及 transmon 泄漏和里德堡原子链的脉冲动力学。用于量子学习通的动手实验、算法到物理实现的比较和教学参数扫描。
git:20260914.cc4fa9e · audit A · 69 stars
fieldqkit-hardware skill
xi-zhao/openquantum · .agents/skills/fieldqkit-hardware/SKILL.md · 使用 FieldQuantum fieldqkit 统一检查和发现夸父、天衍、国盾、腾讯、本源、FieldQuantum、逻辑比特等量子云后端。用于查询已配置的国内量子平台、筛选满足量子位数量的硬件、解释凭证缺口和规划后端选择;不得在用户明…
git:20260904.b2ecff8 · audit A · 69 stars
flow-vqe skill
xi-zhao/openquantum · .agents/skills/flow-vqe/SKILL.md · 调用论文的 flow 训练算法,对 Pauli Hamiltonian 学习低能量参数。
git:20260914.cc4fa9e · audit A · 69 stars
graphix-mbqc skill
xi-zhao/openquantum · .agents/skills/graphix-mbqc/SKILL.md · 用固定 Graphix 将量子电路转为测量式量子计算模式,模拟自适应测量及输出纠正,并与独立态矢计算比较。
git:20260922.97c1d52 · audit A · 69 stars
ldpc-decoding skill
xi-zhao/openquantum · .agents/skills/ldpc-decoding/SKILL.md · 二元校验矩阵的 BP+LSD 解码,独立复核 syndrome 一致性。
git:20260914.cc4fa9e · audit A · 69 stars
mitiq-error-mitigation skill
xi-zhao/openquantum · .agents/skills/mitiq-error-mitigation/SKILL.md · 使用固定 Mitiq 对电路运行 ZNE、REM、PEC、CDR 本地噪声实验,比较相同采样预算下的误差、方差和成本。
git:20260914.0f1d7a8 · audit A · 69 stars

Every file in xi-zhao/openquantum

Browse by kind, by grade A, or by owner.