QuEraComputing / bloqade-python

QuEra's Neutral Atom SDK for Analog QPUs
https://bloqade.quera.com/
Other
54 stars 14 forks source link

No module named 'bloqade.atom_arrangements' #860

Closed ryanhill1 closed 8 months ago

ryanhill1 commented 8 months ago

Describe the bug

ModuleNotFoundError: No module named 'bloqade.atom_arrangements'

Minimal broken example

>>> import bloqade
>>> bloqade.__version__
'0.15.2'
>>> from bloqade.atom_arrangements import Square
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'bloqade.atom_arrangements'
>>> from bloqade.ir.location import Square # works
...

Desktop (please complete the following information):

ryanhill1 commented 8 months ago

From Getting Started tutorial:

Screenshot 2024-01-11 at 12 25 25 PM

weinbe58 commented 8 months ago

This is a typo in the documentation it should be bloqade.atom_arrangment