Understanding Neutral Atom compilers #757
quantum-brutus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Hope you are doing well!
I had some questions about the zoned neutral atom compilator.
I looked a bit at QMAP, and it said in the documentation that OPENQASM circuits were accepted as argument of the circ = load(qasm), as well as qiskit.QuantumCircuit objects.
Let's use OPENQASM for a simple circuit:
My stim version is 1.15.0. QMAP one is 3.3.1.
Let's compile it and see the output using an arbitrary architecture (you can use one from the tutorial):
The output is:
On this, I have a question:
When I try to compile this circuit:
I get an additional
Let's try another circuit :
When I try to compile this circuit:
The output is
Another thing that would be nice is for the compiler to handle circuits with resets, and measurements (with a dedicated non-destructive measurement zone).
Circuits like these:
return
Otherwise this open-source tool is great. Thanks in advance for the response!
Beta Was this translation helpful? Give feedback.
All reactions