Bloqade
BloqadeDeviceRoute ¶
Bases: Builder
Source code in src/bloqade/builder/base.py
python ¶
Specify the Bloqade Python backend.
- Possible Next Steps:
...python().run(shots)
: to submit to the python emulator and await results
BloqadeService ¶
Bases: Builder
Source code in src/bloqade/builder/base.py
bloqade property
¶
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