Skip to main content

No project description provided

Project description

Platform Python Qiskit License Code style: Black Tests Coverage

Qiskit IBM catalog client

...

Table of Contents

For Users
  1. Installation
  2. Quickstart Guide
  3. Tutorials
  4. File Glossary
  5. How to Give Feedback
  6. Contribution Guidelines
  7. References and Acknowledgements
  8. License
For Developers/Contributors
  1. Contribution Guide
  2. Technical Docs

Installation

pip install qiskit-ibm-catalog

Quickstart guide

from qiskit_ibm_catalog import QiskitFunctionsCatalog

catalog = QiskitFunctionsCatalog(token=...)

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:


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

Apache License 2.0

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

qiskit_ibm_catalog-0.1.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

qiskit_ibm_catalog-0.1.0-py3-none-any.whl (18.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page