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

Full Qudit Compilation Automation #69

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open

Full Qudit Compilation Automation #69

wants to merge 43 commits into from

Conversation

KevinMTO
Copy link
Collaborator

@KevinMTO KevinMTO commented Oct 16, 2024

✨ Automated Mixed-Dimensional Circuit Compilation

Description

This PR introduces automated compilation support for circuits mixing different qudit dimensions (2-7 dimensions per qudit, with new fake backends) and establishes the interface layer for quantum hardware integration with quantum computers.

Type of Changes

✨ New Features

  • Integrated compiler passes in wrapper methods that can abstract the user's setting
  • Added stochastic search for single qudit operation compilation
  • New simple transpilation passes

🐛 Bug Fixes

  • Bug fix of mapping aware entangling gates compilation
  • Corrected QASM representation of dagger gates

⚡️ Performance Improvements

  • Optimized routing in energy level graphs
  • Simplified VirtZ-gate propagation
  • Improved gate decomposition transpilation by removing permutation gates

♻️ Refactoring

  • Restructured quantum gate daggering system
  • Simplified QASM representation handling

Checklist:

  • The pull request only contains commits that are related to it.
  • [] I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@KevinMTO KevinMTO changed the title Single Qudit Compilation Integration with Experiment Full Qudit Compilation Automation Nov 26, 2024
@KevinMTO KevinMTO enabled auto-merge (squash) December 12, 2024 11:23
@KevinMTO KevinMTO disabled auto-merge December 28, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants