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)