update test

This commit is contained in:
Didictateur 2023-11-08 14:27:38 +01:00
parent d2bd2d1e8a
commit 8dd2895752
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from QElephant.QuBit import *
from QElephant import *
import pytest
## MuBit

View file

@ -1,4 +1,4 @@
from QElephant.Matrix import *
from QElephant import *
import pytest
m = Matrix([[1, 2, 3], [4, 5, 6]])

View file

@ -1,4 +1,4 @@
from QElephant.QuBit import *
from QElephant import *
import pytest
q = QuBit(0, 1)