Skip to content

Releases: munich-quantum-toolkit/core

MQT Core 2.3.0 Release

21 Feb 08:42
0b35f3e
Compare
Choose a tag to compare

👀 What Changed

This release marks mqt-core's support of Qiskit 1.0 and provides a couple of fixes and features for the ZX package.

⚛️ MQT Core

🕸️ MQT Core ZX Package

  • ✨ Add XX-plus-YY and XX-minus-YY gate support to ZX library @burgholzer (#482)
  • 🐛 Fix PiExpression division and multiplication arithmetic @pehamTom (#549)

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🐛 Fix PiExpression division and multiplication arithmetic @pehamTom (#549)
  • 🐛 ensure typeinfo and vtable information is present for CompoundOperation @burgholzer (#548)
  • ⏪ add MQT::CorePython target back @burgholzer (#541)

📦 Packaging

🧹 Code Quality

⬆️ Dependencies

8 changes

Full Changelog: v2.2.2...v2.3.0

MQT Core 2.2.2 Release

27 Jan 13:08
0d0c01b
Compare
Choose a tag to compare

👀 What Changed

⚛️ MQT Core

⚖️ MQT Core DD Package

  • ⚡ Added native construction of two-target controlled-gate DDs @BertiFlorea (#534)
  • Zero-ancilla partial equivalence checking @reb-ddm (#532)

🚀 Features and Enhancements

📄 Documentation

🤖 CI

⬆️ Dependencies

Full Changelog: v2.2.1...v2.2.2

MQT Core 2.2.1 Release

14 Jan 14:28
2f206a0
Compare
Choose a tag to compare

👀 What Changed

This patch release fixes a small oversight that prevented consuming projects to include the package.

⚛️ MQT Core

🐛 Bug Fixes

Full Changelog: v2.2.0...v2.2.1

MQT Core 2.2.0 Release

12 Jan 16:14
c2ed211
Compare
Choose a tag to compare

👀 What Changed

⚛️ MQT Core

⚖️ MQT Core DD Package

🕸️ MQT Core ZX Package

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

📦 Packaging

🧹 Code Quality

  • 🚸♻️ Improve the high-level DD package interfaces @burgholzer (#523)
  • 🚨 fix warnings about exceptions that privately inherit from std::exeption @burgholzer (#516)

⬆️ Dependencies

8 changes

Full Changelog: v2.1.0...v2.2.0

MQT Core 2.1.0 Release

24 Dec 13:51
8881fb0
Compare
Choose a tag to compare

👀 What Changed

  • 🎉 Initial OpenQASM 3.0 support . Thanks @tyi1025!
  • 📈 Benchmark suite and utilities for the DD package. Thanks @martin-fink!
  • ⚡ General performance improvements to the underlying DD package.

⚛️ MQT Core

⚖️ MQT Core DD Package

🕸️ MQT Core ZX Package

  • 🎨 provide operator<< overloads for scoped enums in ZX package @burgholzer (#508)

🚀 Features and Enhancements

🐛 Bug Fixes

🧹 Code Quality

⬆️ Dependencies

Full Changelog: v2.0.2...v2.1.0

MQT Core 2.0.2 Release

12 Dec 13:31
6e10d70
Compare
Choose a tag to compare

👀 What Changed

⚛️ MQT Core

🐛 Bug Fixes

⬆️ Dependencies

Full Changelog: v2.0.1...v2.0.2

MQT Core 2.0.1 Release

08 Dec 15:23
78d5c87
Compare
Choose a tag to compare

👀 What Changed

⚛️ MQT Core

⚖️ MQT Core DD Package

  • 🔥 remove irrelevant special casing for GRCS functionality construction @burgholzer (#488)
  • ✨ added state preparation routines for GHZ and W state @BertiFlorea (#445)

🕸️ MQT Core ZX Package

🚀 Features and Enhancements

🐛 Bug Fixes

🤖 CI

🧹 Code Quality

⬆️ Dependencies

Full Changelog: v2.0.0.post1...v2.0.1

MQT Core 2.0.0 Release

10 Nov 14:19
b08aec7
Compare
Choose a tag to compare

👀 What Changed

This represents the first official release of the new MQT Core package. While some aspects are still in flux, the package should be stable enough that regular version updates should be completely sufficient.

The list below summarizes all the changes that happened since the last official release (where this package was still called QFR).

⚛️ MQT Core

⚖️ MQT Core DD Package

🕸️ MQT Core ZX Package

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

🤖 CI

Read more

MQT Core 2.0.0 Release - Beta 1

14 Oct 15:17
9ad0c72
Compare
Choose a tag to compare
Pre-release

👀 What Changed

With #371 being in, we are getting closer to a full release.
This constitutes the first (pre-)release of MQT Core that ships with fully-fledged Python bindings for the QuantumComputation class and class relevant to it.
Any top level projects may now start to switch to using MQT Core from Python and switch to the native Python integration with Qiskit.

MQT Core 2.0.0 Release - Alpha 4

28 Aug 11:49
48d8e80
Compare
Choose a tag to compare
Pre-release

👀 What Changed

Yet another publishing test release. Moved trusted publishing out of reusable workflow.