Blueqat cloud API
Project description
Blueqat cloud SDK (bqcloud)
Client SDK for Blueqat cloud.
Handling API key
Register API
import bqcloud
api = bqcloud.register_api("Your API key here")
Your API key is stored to $HOME/.bqcloud/api_key
.
If you don't want to save API key, use insteads following codes.
import bqcloud
api = bqcloud.api.Api("Your API key here")
Load API
Once API key is saved, the key can be loaded from file.
import bqcloud
api = bqcloud.load_api()
Annealing
import bqcloud
api = bqcloud.load_api()
api.annealing([[-1, 0], [0, 0.5]], 5, 10)
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
blueqat-cloud-0.0.2a0.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file blueqat-cloud-0.0.2a0.tar.gz
.
File metadata
- Download URL: blueqat-cloud-0.0.2a0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ee1bae016b43e38de39f6684a41ff584a0cbb5243be0de835a92fd226c7d3ee |
|
MD5 | 2c7640cf2abcfeb75549a91591196afe |
|
BLAKE2b-256 | 7cb6794964bc0c0394029ba22bacb37302123134b0d6b6c3a46a57eb9f3f6ece |
File details
Details for the file blueqat_cloud-0.0.2a0-py3-none-any.whl
.
File metadata
- Download URL: blueqat_cloud-0.0.2a0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 819443ee4cd77bc639f52d5820e47544ef5aaca3ba744b323e34d40944deb7ab |
|
MD5 | 26208ccfdc8c86b94653ac21b1193ffb |
|
BLAKE2b-256 | 3c42e623636083ef7f9582f6e2738c4391ede5abdf24bb00f8929168a6f8d8fa |