No project description provided
Project description
Qiskit IBM catalog client
...
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
qiskit_ibm_catalog-0.12.0.tar.gz
(38.6 kB
view details)
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.12.0.tar.gz.
File metadata
- Download URL: qiskit_ibm_catalog-0.12.0.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41fd4b820f7633e86d4a0683bd385aeb84dd71dc40151424320e288e08bd9e07
|
|
| MD5 |
497cbfe96026bef36cb0928eeb910bf7
|
|
| BLAKE2b-256 |
70b6af271595cdcbba8a82709a66152ee25b3e3ebfe0047e165464fd9d36c8f3
|
File details
Details for the file qiskit_ibm_catalog-0.12.0-py3-none-any.whl.
File metadata
- Download URL: qiskit_ibm_catalog-0.12.0-py3-none-any.whl
- Upload date:
- Size: 20.3 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 |
ed6cb34f24bb1c47e2657c6daaae33fa737da71bd999c5f4acb1a681edb133b3
|
|
| MD5 |
1c03c1014bb5fafcfe874c733a96bb86
|
|
| BLAKE2b-256 |
1053be22bb9782fd1b5b4bf349371d679e838dd18b12d046dcbc02877f3eb346
|