Skip to content

QMAP 2.5.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 22:14
· 471 commits to refs/heads/main since this release
4ddef03

👀 What Changed

This release marks mqt-qmap’s support for Qiskit 1.0 and the change to vendor the logicblocks library.

🚀 Features and Enhancements

  • 🚸 truly make search space visualization optional @burgholzer (#431)
  • ✨ Support for Qiskit 1.0 @burgholzer (#427)
  • ♻️ vendor logicblocks @burgholzer (#424)
  • Restructuring of the heuristic system @EliasLF (#410)
  • SearchVisualizer: New feature show_only_solution_path and fixing tapered_search_layer_heights @EliasLF (#414)
  • Early termination @EliasLF (#409)
  • Fixing minor bug in disjoint_2q_block Layering and adding option add_barriers_between_layers @EliasLF (#405)
  • Fidelity-aware heuristic and search graph visualization @EliasLF (#384)
  • 🔥 remove check-sdist from pre-commit @burgholzer (#398)

🐛 Bug Fixes

  • 🩹 fix test file configuration @burgholzer (#423)
  • Restructuring of the heuristic system @EliasLF (#410)
  • SearchVisualizer: New feature show_only_solution_path and fixing tapered_search_layer_heights @EliasLF (#414)
  • Fixing bug with show_layout=None in SearchVisualizer @EliasLF (#412)
  • Fix generatedNodes benchmark bug @EliasLF (#411)
  • Fixing bug in single-qubit gate adjusting in HeuristicMapper @EliasLF (#408)
  • Fixing minor bug in disjoint_2q_block Layering and adding option add_barriers_between_layers @EliasLF (#405)

🤖 CI

📦 Packaging

🧹 Code Quality

⬆️ Dependencies

20 changes

Full Changelog: v2.4.2...v2.5.0