Skip to content

Import error raised in "circuits with Bloqade" tutorial #293

@xdvriend

Description

@xdvriend

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)
Image

Additional information

  • bloqade 0.28.2
  • bloqade-analog 0.16.8
  • bloqade-circuit 0.7.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions