Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circuit with qubit names #1009

Open
alecandido opened this issue Aug 28, 2024 · 0 comments · Fixed by #1079 · May be fixed by #1083
Open

Circuit with qubit names #1009

alecandido opened this issue Aug 28, 2024 · 0 comments · Fixed by #1079 · May be fixed by #1083
Milestone

Comments

@alecandido
Copy link
Member

alecandido commented Aug 28, 2024

Circuit has its own mechanism to convey qubits' names, and we're supporting str names in the Platform in Qibolab.

So, we should make use of them in the compiler.

This will require a little bit of translation in the compiler, since we're directly using the names in the Gate objects

for q in gate.qubits:
qubit = platform.get_qubit(q)

and ignoring the Circuit.wire_names map.

@alecandido alecandido added this to the Qibolab 0.2.2 milestone Aug 28, 2024
This was linked to pull requests Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant