We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac72611 commit 28d1782Copy full SHA for 28d1782
test/squin/noise/test_stdlib_noise.py
@@ -65,7 +65,7 @@ def main():
65
return q
66
67
rng = np.random.default_rng(seed=seed)
68
- sim = StackMemorySimulator(min_qubits=5, rng_state=rng)
+ sim = StackMemorySimulator(min_qubits=6, rng_state=rng)
69
qubits = sim.run(main)
70
71
for q in qubits:
0 commit comments