No project description provided
Project description
Qiskit Functions Catalog IBM Client
Client for the IBM Quantum Platform's Qiskit Functions service.
Qiskit Functions are abstracted services designed to accelerate application research. They simplify and accelerate utility-scale algorithm discovery and application development, by abstracting away parts of the quantum software development workflow.
This module provides the interface to access the Qiskit Functions service on IBM Quantum Platform.
Table of Contents
For Users
- Installation
- Quickstart Guide
- Tutorials
- File Glossary
- How to Give Feedback
- Contribution Guidelines
- References and Acknowledgements
- License
For Developers/Contributors
Installation
pip install qiskit-ibm-catalog
Quickstart guide
from qiskit_ibm_catalog import QiskitFunctionsCatalog
catalog = QiskitFunctionsCatalog(token=..., instance=...)
catalog.list()
# [<QiskitFunction("ibm/...")>, ...]
function = catalog.load("ibm/...")
job = function.run(circuit=...)
job.logs()
job.result()
How to Give Feedback
We encourage your feedback! You can share your thoughts with us by:
- Opening an issue in the repository
Contribution Guidelines
For information on how to contribute to this project, please take a look at our contribution guidelines.
References and Acknowledgements
[1] Qiskit SDK
https://github.com/Qiskit/qiskit
License
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 qiskit_ibm_catalog-0.14.0.tar.gz.
File metadata
- Download URL: qiskit_ibm_catalog-0.14.0.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7b13d4089461be1d7fdbccf9ddf72f41bdb5e2258a7e1088000b2333312c57c
|
|
| MD5 |
7c7148eae14fee3c92024cb66b6f1b68
|
|
| BLAKE2b-256 |
9569662cb30b2416a66cdeafe2c348bc2ff8538c1b272c78ad61bba87e67fd0b
|
File details
Details for the file qiskit_ibm_catalog-0.14.0-py3-none-any.whl.
File metadata
- Download URL: qiskit_ibm_catalog-0.14.0-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65883828a0a8f4d076a4e2c4a624a19371c8df84d94eaa4261382dcebc80eb4d
|
|
| MD5 |
2f371da5fecff32992b77cb7793734f5
|
|
| BLAKE2b-256 |
e2a75422ace95c16314ba1434fc5a7e9b2bc6d3c30fdec609bdb566791982d48
|