Bloqade
BloqadeDeviceRoute
BloqadeDeviceRoute(parent: Optional[Builder] = None)
Bases: Builder
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/builder/base.py
10 11 12 13 14 | |
python
python()
Specify the Bloqade Python backend.
- Possible Next Steps:
...python().run(shots): to submit to the python emulator and await results
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/builder/backend/bloqade.py
19 20 21 22 23 24 25 26 27 | |
BloqadeService
BloqadeService(parent: Optional[Builder] = None)
Bases: Builder
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/builder/base.py
10 11 12 13 14 | |
bloqade
property
bloqade
Specify the Bloqade backend.
- Possible Next Steps:
...bloqade.python(): target submission to the Bloqade python backend...bloqade.julia(): (CURRENTLY NOT IMPLEMENTED!)target submission to the Bloqade.jl backend