JSONDecodeError when getting results via IonQ Backend if not measuring all qubits #227
Labels
azure-quantum
bug
Something isn't working
help wanted
Extra attention is needed
python
Pull requests that update Python code
qiskit
A Qiskit issue
Sharing on behalf of @amirebrahimi:
I'm getting an error when calling
job.result()
from ionq.simulator. Details in thread.A temporary fix: measure all your qubits
The problem is that meas_map may have None for any qubits you don't measure. which is breaking the parsing
The text was updated successfully, but these errors were encountered: