Skip to content

Qiskit/qiskit-ibm-catalog

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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages