Skip to content

Full Qudit Compilation Automation#69

Open
KevinMTO wants to merge 43 commits into
mainfrom
compiler_int
Open

Full Qudit Compilation Automation#69
KevinMTO wants to merge 43 commits into
mainfrom
compiler_int

Conversation

@KevinMTO

@KevinMTO KevinMTO commented Oct 16, 2024

Copy link
Copy Markdown
Collaborator

✨ 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.

Comment thread src/mqt/qudits/simulation/jobs/device_server.py Fixed
Comment thread test/python/compiler/onedit/test_phy_local_adaptive_decomp.py Fixed
Comment thread test/python/compiler/onedit/test_phy_local_adaptive_decomp.py Fixed
@KevinMTO KevinMTO changed the title Single Qudit Compilation Integration with Experiment Full Qudit Compilation Automation Nov 26, 2024
Comment thread src/mqt/qudits/compiler/twodit/transpile/phy_two_control_transp.py Fixed
Comment thread src/mqt/qudits/compiler/twodit/transpile/phy_two_control_transp.py Fixed
Comment thread src/mqt/qudits/quantum_circuit/circuit.py Fixed
Comment thread src/mqt/qudits/quantum_circuit/circuit.py Fixed
Comment thread src/mqt/qudits/compiler/twodit/transpile/phy_two_control_transp.py Fixed
Signed-off-by: burgholzer <burgholzer@me.com>
Comment thread src/mqt/qudits/compiler/dit_compiler.py Fixed
Comment thread test/python/qudits_circuits/gate_set/test_r.py Fixed
@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

None yet

Development

Successfully merging this pull request may close these issues.

3 participants