...
- Installation
- Quickstart Guide
- Tutorials
- File Glossary
- How to Give Feedback
- Contribution Guidelines
- References and Acknowledgements
- License
pip install qiskit-ibm-catalog
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()
We encourage your feedback! You can share your thoughts with us by:
- Opening an issue in the repository
For information on how to contribute to this project, please take a look at our contribution guidelines.
[1] Qiskit SDK
https://github.com/Qiskit/qiskit