update test
This commit is contained in:
parent
d2bd2d1e8a
commit
8dd2895752
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from QElephant.QuBit import *
|
||||
from QElephant import *
|
||||
import pytest
|
||||
|
||||
## MuBit
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from QElephant.Matrix import *
|
||||
from QElephant import *
|
||||
import pytest
|
||||
|
||||
m = Matrix([[1, 2, 3], [4, 5, 6]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from QElephant.QuBit import *
|
||||
from QElephant import *
|
||||
import pytest
|
||||
|
||||
q = QuBit(0, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue