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

Transpiler Refactor #1493

Open
4 of 6 tasks
csookim opened this issue Oct 16, 2024 · 1 comment
Open
4 of 6 tasks

Transpiler Refactor #1493

csookim opened this issue Oct 16, 2024 · 1 comment
Assignees

Comments

@csookim
Copy link
Member

csookim commented Oct 16, 2024

wire_names stores the qubit names, and Gate.qubits contains the index of the target qubit names in wire_names. However, wire_names is currently ignored during the transpilation process. The transpilation needs to be updated to ensure consistency across Qibo.

This update should include:

  • Integration of wire_names with initial_layout and final_layout.
  • Consistency between wire_names and connectivity.
  • Modifications to the transpilation pass.
  • Updating default transpiler.
  • Updating test files.
  • Usage of wire_names in the QibolabBackend Use of wire_names qibolab#1073
Related Issues

#1440 (comment)

#1440 (comment)

#1429

References

#1440 (comment) #1440 (comment)

@csookim csookim changed the title Transpiler refactoring Transpiler Refactor Oct 16, 2024
@alecandido
Copy link
Member

@csookim I just edited your comment to replace the numbered list with checkboxes (at least we could track the upgrades).

Concerning the Qibolab part, open an issue directly in Qibolab (you could reference in here just by pasting the link).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants