################################################################ #Any code file in the floder "userCode" should import this file ################################################################ import sys sys.path.append('../baseClass/') sys.path.append('../tools/') from Bit import Bit from Qubit import * from helperFunction import * from Circuit import Circuit from Gate import * from ControlFlow import * #from IBMQX import * PI = math.pi