Skip to content

Releases: cda-tum/mqt-qecc

QECC 1.3.1 Release

16 May 14:56
ea3245d
Compare
Choose a tag to compare

👀 What Changed

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🩹 workaround for qiskit-aer and qiskit-terra raising a warning @burgholzer (#118)
  • 🩹 Fix deprecation warnings related to qiskit-aer @33Gjl1Xe (#103)

🤖 CI

🧹 Code Quality

⬆️ Dependencies

17 changes

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Release: MaxSAT Color Code Decoder

28 Mar 09:26
d90836d
Compare
Choose a tag to compare

This release incorporates the MaxSAT-based decoder for color codes, means to generate triangular color codes (using Hexagonal lattices) and means to conduct numerical simulations (logical error rate/threshold). This corresponds to the implementation ideas from https://arxiv.org/abs/2303.14237.

What's Changed

Full Changelog: v1.2.1...v1.3.0
Authors: @burgholzer, @lucasberent, @peter-janderks

v1.2.1 Release: Small ECC Script Update

10 Jan 13:46
b3410f9
Compare
Choose a tag to compare

What's Changed

This release slightly updates the ECC wrapper script to make it easier to use (see #67 by @33Gjl1Xe)

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Release: ECC Framework

09 Jan 23:22
a3694d3
Compare
Choose a tag to compare

What's Changed

This release adds the ECC framework proposed in

T. Grurl, C. Pichler, J. Fuss and R. Wille, "Automatic Implementation and Evaluation of Error-Correcting Codes for
Quantum Computing: An Open-Source Framework for Quantum Error-Correction," in International Conference on VLSI
Design and International Conference on Embedded Systems (VLSID), 2023

to the QECC library, which allows to apply different ECC schemes to quantum circuits and either export the resulting
circuits or simulate them using Qiskit.

For more information see https://qecc.readthedocs.io/en/latest/EccFramework.html

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Release: Drop C++20 Requirement

16 Dec 10:21
167cd08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2 Release: Update PyPI Publish Action

19 Oct 15:25
efe8d73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1 Release: Fix PyPI Upload

19 Oct 14:30
Compare
Choose a tag to compare

This release fixes a small error in the packaging configuration.

v1.0.0 Release: Initial Release

19 Oct 13:43
09edd73
Compare
Choose a tag to compare

What's Changed

Initial Release of the MQT QECC tool for (Union-Find) decoding QLDPC codes.

New Contributors

Full Changelog: https://github.com/cda-tum/qecc/commits/v1.0.0