Braket backend for blueqat
Project description
Braket-backend-blueqat (bqbraket)
Convert blueqat.Circuit to braket.circuits.Circuit.
Install
pip install braket-backend-blueqat
Usage
Use as function
from blueqat import Circuit
import bqbraket
braket_circuit = bqbraket.convert(Circuit().h[0].cx[0, 1])
Use as backend
from blueqat import Circuit
import bqbraket
# Register as backend
bqbraket.register_backend()
# Run with braketconverter backend
Circuit().h[0].cx[0, 1].run(backend="braketconverter")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file braket-backend-blueqat-0.0.5.tar.gz.
File metadata
- Download URL: braket-backend-blueqat-0.0.5.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e098dc705e92055d65d5b1cc46be9939533ef537535e587bc974490adc9a7cb
|
|
| MD5 |
3d6c87b13d10dce9eb09e572574ebbcb
|
|
| BLAKE2b-256 |
e9935ac66bf363695056e7a78dd2afb903ce97ba8060ab2bdd84ebd67d4c7f33
|
File details
Details for the file braket_backend_blueqat-0.0.5-py3-none-any.whl.
File metadata
- Download URL: braket_backend_blueqat-0.0.5-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6ac892e8c567381497437826a0c81acde0cad981be945630771a5ff5fab43c8
|
|
| MD5 |
56f20a7a9a4e02acabf84d2234dd5456
|
|
| BLAKE2b-256 |
49462d638c5e0947f417a4ab505023d3effce2e326fa0e289b2c223d91ad4081
|