Time limit error for Rigetti Backend
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 25/100
Direzione di ricerca
Inizia dal notebook Jupyter Hello World: Qiskit (with Rigetti) e dal backend RigettiTarget utilizzato da provider.get_backend. Riproduci il timeout con un circuito più grande, quindi traccia l'invio del job e la gestione dei risultati per determinare da dove proviene il limite di zero secondi. Il lavoro è completo quando la causa e la risoluzione supportata sono state identificate e coperte da un test di regressione appropriato o da un aggiornamento della documentazione.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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!
- Lingua principale
- Python
- Stelle
- 160
- Fork
- 113
- Merge medio
- 6g 23h
- PR unite (30g)
- 1
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di microsoft/azure-quantum-python
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 38/100
-
Export types Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 55/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 38/100
microsoft/azure-quantum-python#650 · 1 commento ·
-
azure-quantum
Difficoltà 2/5 1-3 ore Idoneità per principianti 20/100
Tutte le issue di microsoft/azure-quantum-python
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 86/100
zostera/django-bootstrap4#894 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
use-agent-os/agent-os#3276 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
zephyrproject-rtos/zephyr#119726 ·
-
area/auth bug comp/agent P3 platform/discord type/security
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
NousResearch/hermes-agent#117848 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
zilliztech/memsearch#759 ·