Replies: 3 comments 1 reply
-
Hi Austin,
I am not sure why we get different error messages, but it seems the error is because the circuit has no measurement operations. Can you try again, adding the line tketCirc.measure_all() after the Doing that makes it work for me. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What is your target device? (I was using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same target device. I tried installing Visual Studio 2022 (initially was
using pycharm) but have had no luck!
…On Fri, Apr 22, 2022, 6:04 AM Alec Edgington ***@***.***> wrote:
What is your target device? (I was using ionq.simulator.)
—
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHXWL4MGVDTGS3IF2Y3NLDVGJ2RLANCNFSM5T5YEZAQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to convert a simple Qiskit circuit to be able to run on the Azure Backend and target the IONQ simulator. While I can see the code the AerBackend correctly, I cannot seem to run process_circuit on the Azure Backend as I always get a Nonetype error. Did I miss a step before running on the Azure Backend? I followed the instruction to install dotnet and iqsharp but it could be I installed that incorrectly (I'm using Pycharm on Windows) Any advice?
The error below:
Beta Was this translation helpful? Give feedback.
All reactions