From 8fbab021a14581d9b7ad9d77a88b93f316bebc9a Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 23 Oct 2023 14:18:16 +0200 Subject: [PATCH] fixe import --- QElephant/QuBit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/QElephant/QuBit.py b/QElephant/QuBit.py index 1d25e56..a2b2ddb 100644 --- a/QElephant/QuBit.py +++ b/QElephant/QuBit.py @@ -1,8 +1,7 @@ import math import random as rd -# from QElephant.Matrix import * -from Matrix import * +from QElephant.Matrix import * I = complex(0, 1)