-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use of wire_names
#1073
Comments
qibolab/src/qibolab/_core/platform/platform.py Lines 317 to 339 in 946a04f
|
Yes, as you noticed, the I confirm that you should just make use of them in the compiler, where you are receiving the qibolab/src/qibolab/_core/backends.py Line 101 in 946a04f
|
Once qiboteam/qibo#1500 is merged, all code using |
qibolab
already allows selecting target qubits using qubit namesstr
.Circuit.wire_names: list[str]
contains these qubit names inqibo
. The method for accessing them needs to be updated.qiboteam/qibo#1493
The text was updated successfully, but these errors were encountered: