provide suiitable test
This commit is contained in:
9
tests/test_qasm_quimb_backend.py
Normal file
9
tests/test_qasm_quimb_backend.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pytest
|
||||
|
||||
from qibotn import qasm_quimb
|
||||
|
||||
|
||||
@pytest.mark.parametrize("nqubits", [1, 2, 5, 10])
|
||||
def test_eval(nqubits: int):
|
||||
print(f"Testing for {nqubits} nqubits")
|
||||
result = qasm_quimb.eval_QI_qft(nqubits)
|
||||
Reference in New Issue
Block a user