From 3ffdb4699ca0f7b2dd59d3d47fb2f11528e7a1ae Mon Sep 17 00:00:00 2001 From: Didictateur Date: Fri, 13 Oct 2023 11:28:53 +0200 Subject: [PATCH] prepared module --- __init__.py => LICENSE | 0 README.md | 0 pyproject.toml | 0 Matrix.py => src/QuT/Matrix.py | 0 QuBit.py => src/QuT/QuBit.py | 0 src/QuT/__init__.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => LICENSE (100%) create mode 100644 README.md create mode 100644 pyproject.toml rename Matrix.py => src/QuT/Matrix.py (100%) rename QuBit.py => src/QuT/QuBit.py (100%) create mode 100644 src/QuT/__init__.py diff --git a/__init__.py b/LICENSE similarity index 100% rename from __init__.py rename to LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e69de29 diff --git a/Matrix.py b/src/QuT/Matrix.py similarity index 100% rename from Matrix.py rename to src/QuT/Matrix.py diff --git a/QuBit.py b/src/QuT/QuBit.py similarity index 100% rename from QuBit.py rename to src/QuT/QuBit.py diff --git a/src/QuT/__init__.py b/src/QuT/__init__.py new file mode 100644 index 0000000..e69de29