Skip to content

Commit fc355da

Browse files
committed
making system size smaller for test
1 parent d2fb881 commit fc355da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyqrack/runtime/test_dyn_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def ghz(n: int):
2525
dynamic_qubits=True,
2626
)
2727

28-
N = 50
28+
N = 20
2929

3030
result = target.multi_run(ghz, 100, N)
3131
result = Counter("".join(str(int(bit)) for bit in bits) for bits in result)

0 commit comments

Comments
 (0)