Skip to content

Release 1.5.0: Limiting the Search Space

Compare
Choose a tag to compare
@burgholzer burgholzer released this 28 Nov 13:08
99c9476

This release adds the functionality to limit the search space during optimal circuit mapping introduced in:

L. Burgholzer, S. Schneider, and R. Wille. Limiting the Search Space in Optimal Quantum Circuit Mapping. In Asia and South Pacific Design Automation Conference (ASP-DAC), 2022.

Furthermore, it brings the following additions and changes:

  • ♻️ refactored Python bindings that are now easier to use
  • ⚡ actually enables -march=native -mtune=native for source builds via pip
  • ⚡ setup.py now runs on as many threads as available
  • 🏗️ switch to PEP 517 pyproject.toml
  • 💚 switch cibuildwheel configuration to pyproject.toml
  • 🚀 Python 3.10 wheels
  • ⬆️ updates for all external submodules
  • 📝 updated documentation