Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

ionq.simulator: BlobNotFound after SUCCEEDED job — output blob never written (microsoft.quantum-results.v2)

未关闭
#744 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
38/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
冷清
技术栈
azure, python
领域
api, backend, cloud

调研方向

首先,使用列出的 ionq.simulator 作业 ID 和报告中的步骤重现该问题。在检查作业引用的 Azure Storage 输出时,比较 job.result()、job.get_results() 和 job.get_results_histogram();当成功的作业生成一个可检索且不出现 BlobNotFound 的 microsoft.quantum-results.v2 blob 时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

Bug Report

Backend: ionq.simulator via Azure Quantum (Qiskit)
Output format: microsoft.quantum-results.v2
Workspace region: West US
azure-quantum version: 3.9.0

Description

Jobs submitted to ionq.simulator complete with status SUCCEEDED (or FAILED with QATTransformationFailed if barriers are not removed), but the output blob is never written to Azure Storage. Calling job.result(), job.get_results(), or job.get_results_histogram() all throw BlobNotFound.

Reproducible Job IDs (today, 2026-05-04)
  • 1cc7ff9a-47f6-11f1-b14f-00133bfcd0d2 — Status: SUCCEEDED, BlobNotFound
  • 9ee812ec-478f-11f1-84f4-00133bfcd0d2 — Status: SUCCEEDED, BlobNotFound
Error

azure.core.exceptions.ResourceNotFoundError: The specified blob does not exist.
ErrorCode: BlobNotFound

Steps to reproduce
  1. Submit any valid Qiskit circuit (barriers removed) to ionq.simulator
  2. Wait for SUCCEEDED
  3. Call job.result() → BlobNotFound
主要语言
Python
星标
160
派生
113
平均合并
6 天 23 小时
30 天内合并 PR
1

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

microsoft/azure-quantum-python 的其他 Issue

查看 microsoft/azure-quantum-python 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。