We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 has its own mechanism to convey qubits' names, and we're supporting str names in the Platform in Qibolab.
Circuit
str
Platform
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
Gate
qibolab/src/qibolab/compilers/compiler.py
Lines 166 to 167 in d91498e
Circuit.wire_names
The text was updated successfully, but these errors were encountered:
wire_names
Successfully merging a pull request may close this issue.
Circuit
has its own mechanism to convey qubits' names, and we're supportingstr
names in thePlatform
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
objectsqibolab/src/qibolab/compilers/compiler.py
Lines 166 to 167 in d91498e
and ignoring the
Circuit.wire_names
map.The text was updated successfully, but these errors were encountered: