Remove unneeded print()
This commit is contained in:
@@ -8,5 +8,4 @@ def test_eval(nqubits: int):
|
|||||||
os.environ["QUIMB_NUM_PROCS"] = str(os.cpu_count())
|
os.environ["QUIMB_NUM_PROCS"] = str(os.cpu_count())
|
||||||
from qibotn import qasm_quimb
|
from qibotn import qasm_quimb
|
||||||
|
|
||||||
print(f"Testing for {nqubits} nqubits")
|
|
||||||
result = qasm_quimb.eval_QI_qft(nqubits)
|
result = qasm_quimb.eval_QI_qft(nqubits)
|
||||||
|
|||||||
Reference in New Issue
Block a user