When working through the circuits with Bloqade tutorial, I noticed that an error was being raised when running the following code cell:
from bloqade.pyqrack import StackMemorySimulator, DynamicMemorySimulator
emulator = StackMemorySimulator(min_qubits=8)
task = emulator.task(GHZ_state_factory, args=(4,))
result = task.run()
print(result)
Additional information
- bloqade 0.28.2
- bloqade-analog 0.16.8
- bloqade-circuit 0.7.8