Skip to content

Commit 28d1782

Browse files
committed
fixing test
1 parent ac72611 commit 28d1782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/squin/noise/test_stdlib_noise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main():
6565
return q
6666

6767
rng = np.random.default_rng(seed=seed)
68-
sim = StackMemorySimulator(min_qubits=5, rng_state=rng)
68+
sim = StackMemorySimulator(min_qubits=6, rng_state=rng)
6969
qubits = sim.run(main)
7070

7171
for q in qubits:

0 commit comments

Comments
 (0)