Time limit error for Rigetti Backend
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 25/100
調査の方向性
Jupyter notebook の Hello World: Qiskit (with Rigetti) と、provider.get_backend で使用される RigettiTarget backend から始めてください。より大きな回路でタイムアウトを再現し、その後、ジョブの送信と結果処理を追跡して、0 秒の制限がどこに由来するのかを特定してください。原因とサポートされる解決策が特定され、適切な回帰テストまたはドキュメントの更新でカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Hi,
when playing around with the Hello World: Qiskit (with Rigetti) Jupyter notebook from the sample gallery, I am running into following problem:
When using the Aspen M3 (or M2) instead of the simulator and increasing the size of the circuit, the execution fails with the message:
Result(backend_name='rigetti.qpu.aspen-m-3', backend_version='1', qobj_id='circuit-102', job_id='6c4b4d7c-a3fa-11ed-a578-00155d791a0c', success=False, results=[ExperimentResult(shots=100, success=False, meas_level=2, data=ExperimentResultData(), header=QobjExperimentHeader(qiskit='True', name='circuit-102', num_qubits='12', metadata=None))], error_data={'code': 'InvalidInputData', 'message': 'Execution timed out. Note: time limit: 0 seconds.'})
Code snippet used to produce the error (circuit and provider definition not shown):
from azure.quantum.target.rigetti import RigettiTarget
rigetti_simulator_backend = provider.get_backend(RigettiTarget.ASPEN_M_3)
job = rigetti_simulator_backend.run((circuit), count=100)
result = job.result()
print(result)
The problem does not seem to occur for the inital circuit given in the example, but with increasing size of the circuit this error occurs more often until it basically happens always.
Looking at the Job Management Overview it seems like the Job is already failing before it is actually running, so my thought was that the time limit in the error message could not refer to the actual execution time but to a compile time limit?
But I have seen no option to increase this limit... any ideas how to do this or what else could cause this?
Thank you!
- 主要言語
- Python
- スター
- 160
- フォーク
- 113
- 平均マージ
- 6日 23時間
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
microsoft/azure-quantum-python のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 38/100
-
Export types オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 55/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 38/100
microsoft/azure-quantum-python#650 · コメント 1 件 ·
-
azure-quantum
難易度 2/5 1〜3時間 初心者へのやさしさ 20/100
microsoft/azure-quantum-python の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
rules
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
huggingface/Repo2RLEnv#163 · コメント 1 件 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 95/100
huggingface/sentence-transformers#4074 ·
-
comp/dashboard invalid P3
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
NousResearch/hermes-agent#121143 ·