Library to interact with qcentroid qiskit runtime
Project description
qcentroid-runtime-qiskit
QCentroid library to interact with Qiskit
Install
pip install qcentroid-runtime-qiskit
Use
Simple example
As easy as this:
from qcentroid_runtime_qiskit import QCentroidRuntimeQiskit
import logging
logger = logging.getLogger(__name__)
def main():
# Get the solver details
QCentroidRuntimeQiskit.get_instance() # with optional params
logger.info(f"currentVersion:{QCentroidRuntimeQiskit.getVersion()}")
QCentroidRuntimeQiskit.execute(circuit)
if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
main()
Project details
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
File details
Details for the file qcentroid_runtime_qiskit-0.1.4.tar.gz
.
File metadata
- Download URL: qcentroid_runtime_qiskit-0.1.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a0d2255d7a63e8c51d431f50791ce572244068ec0b39ff44d08e72891ce3c46 |
|
MD5 | 72d8731f5342a8cc8a8fa5ef6eec784c |
|
BLAKE2b-256 | f637515b721356564d0e9bda14e0b45cd2691bc7549b709c3582de3ba44163f1 |
File details
Details for the file qcentroid_runtime_qiskit-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: qcentroid_runtime_qiskit-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 171d6bcf68bbee2d2793cd6c401e9e2ec8c10f42cdf54ee656b6e195417dac9c |
|
MD5 | 1c606fad16546ffb466b01a0ecb818fa |
|
BLAKE2b-256 | 955da575af92bbed31f8ac3ac9503dd06ed8fe4409c08b69dffaf58e63559c6d |