You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixing links
* updating nav bar
* running linter
* fixing link to logo
* fixing image extension
* adding migration guide
* adding relative and html links
> Bloqade has been restructured to make room for new features and improvements. Please refer to the [migration guide](https://bloqade.quera.com/dev/home/migration/) for more information.
20
+
21
+
21
22
# Welcome to Bloqade -- QuEra's Neutral Atom SDK
22
23
23
24
## What is Bloqade?
@@ -47,12 +48,12 @@ In order to better understand more about Bloqade users we would kindly ask that
47
48
You can install the package with `pip` in your Python environment of choice via:
48
49
49
50
```sh
50
-
pip install bloqade
51
+
pip install bloqade-analog
51
52
```
52
53
53
54
## Documentation
54
55
55
-
If you're already convinced about what Bloqade brings to the table, feel free to take a look at our documentation with examples [here](https://queracomputing.github.io/bloqade-python/latest/).
56
+
If you're already convinced about what Bloqade brings to the table, feel free to take a look at our documentation with examples [here](https://queracomputing.github.io/bloqade-analog/latest/).
56
57
57
58
If you aren't convinced, keep scrolling!
58
59
@@ -80,8 +81,8 @@ Let Bloqade handle keeping track of all the variations while you focus on becomi
80
81
Did we mention you can throw your program at hardware and emulation and still keep your parameter sweeps?
81
82
82
83
```python
83
-
from bloqade import var
84
-
from bloqade.atom_arrangement import Square
84
+
from bloqade.analogimport var
85
+
from bloqade.analog.atom_arrangement import Square
85
86
86
87
import numpy as np
87
88
@@ -134,7 +135,7 @@ You can save any intermediate steps in your program construction, enabling you t
134
135
Feel free to let your waveforms grow to your liking too!:
Bloqade wouldn't exist if we weren't fortunate enough to obtain feedback from awesome members of our community such as yourself (:
206
207
207
-
If you find a bug, have an idea, or find an issue with our documentation, please feel free to file an issue on the [Github repo itself](https://github.com/QuEraComputing/bloqade-python/issues/new/choose).
208
+
If you find a bug, have an idea, or find an issue with our documentation, please feel free to file an issue on the [Github repo itself](https://github.com/QuEraComputing/bloqade-analog/issues/new/choose).
208
209
209
210
After using/experimenting/tinkering/hacking with Bloqade it would also be helpful to us for you to fill out [this form](https://share.hsforms.com/1FJjYan2VQC6NfrQ5IPAcewdrwvd) which allows us to get some more detailed feedback.
0 commit comments