From 065741c525969cd640d2b0700290ab9414fa71e4 Mon Sep 17 00:00:00 2001 From: Erik Weilandt <48921674+inctechs@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:34:34 +0100 Subject: [PATCH] set up new directory --- src/mqt/qecc/tetrahedral_synthesis/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mqt/qecc/tetrahedral_synthesis/__init__.py diff --git a/src/mqt/qecc/tetrahedral_synthesis/__init__.py b/src/mqt/qecc/tetrahedral_synthesis/__init__.py new file mode 100644 index 000000000..a63428fef --- /dev/null +++ b/src/mqt/qecc/tetrahedral_synthesis/__init__.py @@ -0,0 +1,8 @@ +# Copyright (c) 2023 - 2026 Chair for Design Automation, TUM +# All rights reserved. +# +# SPDX-License-Identifier: MIT +# +# Licensed under the MIT License + +"""This module provides the logic to synthesise circuit especially for the Tetrahedral Code."""