Go to file
Eric Arellano 8a37dc43d4
Add home page to left table of contents (#798)
2023-07-18 16:41:59 -04:00
.github Fix typo in publish-helm workflow (#773) 2023-07-13 14:21:44 +02:00
client Added encoder/decoder to save_result() and result() (#793) 2023-07-18 15:16:49 -04:00
docs Add home page to left table of contents (#798) 2023-07-18 16:41:59 -04:00
gateway Update dependency django-allow-cidr to >=0.7.1 (#790) 2023-07-17 14:40:10 -04:00
infrastructure Update Helm release promtail to v6.11.7 (#795) 2023-07-18 15:17:30 -04:00
repository Update dependency django-allow-cidr to >=0.7.1 (#790) 2023-07-17 14:40:10 -04:00
.dockerignore Updated dockerignore from the root (#429) 2023-04-12 19:04:20 +02:00
.gitignore ignore local .jupyter/ directory (#373) 2023-03-27 16:12:37 -04:00
CITATION.cff Citation (#245) 2023-02-28 13:49:39 -05:00
CODE_OF_CONDUCT.md Docs: code of conduct (#44) 2022-10-31 14:47:09 -04:00
CONTRIBUTING.md add alternatives to docker desktop to contributing doc (#598) 2023-05-25 21:34:59 -04:00
INSTALL.md Issue 25 | Docs: manager (#49) 2022-11-04 12:58:03 +01:00
LICENSE.txt Issue 15 | Documentation: docstrings, license, guide updates (#17) 2022-10-12 19:48:51 -04:00
Makefile Drop nightly builds (#630) 2023-06-02 09:23:14 -04:00
README.md Add repository docker compose profile (#604) 2023-06-07 16:51:11 -04:00
docker-compose-dev.yml renamed gateway_scheduler component to scheduler (#665) 2023-06-09 07:48:12 -04:00
docker-compose.yml Version bump 0.3.1 (#778) 2023-07-14 13:33:34 +02:00
realm-export.json Issue 217 | Docs: getting started 3 level tutorials (#222) 2023-03-21 19:15:42 -04:00
renovate.json Group opentelemetry packages when renovate (#230) 2023-02-22 18:06:41 +01:00
tox.ini Use Qiskit theme in docs (#757) 2023-07-10 18:58:31 -05:00

README.md

Stability License Code style: Black Python Qiskit

Quantum serverless

Quantum Serverless is a user-friendly tool that enables you to easily run complex quantum computing tasks. With this software, you can execute Qiskit programs as long running jobs and distribute them across multiple CPUs, GPUs, and QPUs. This means you can take on more complex quantum-classical programs and run them with ease. You don't have to worry about configuration or scaling up computational resources, as Quantum Serverless takes care of everything for you.

diagram

Table of Contents

  1. Installation
  2. Quickstart
  3. Beginners Guide
  4. Getting started
  5. Modules:
    1. Client
    2. Infrastructure
  6. Tutorials
  7. Guides
  8. How to Give Feedback
  9. Contribution Guidelines
  10. References and Acknowledgements
  11. License

Quickstart

  1. Prepare local infrastructure
docker compose pull
docker compose --profile jupyter up
  1. Open jupyter notebook in browser at http://localhost:8888/. Password for notebook is 123
  2. Explore 3 getting started tutorials.

For more detailed examples and explanations refer to the Beginners Guide.


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.


Deprecation Policy

This project is meant to evolve rapidly and, as such, do not follow Qiskit's deprecation policy. We may occasionally make breaking changes in order to improve the user experience. When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the new ones. Each substantial improvement, breaking change, or deprecation will be documented in release notes.


References and Acknowledgements

[1] Qiskit Terra
https://github.com/Qiskit/qiskit-terra

[2] Client for IBM Qiskit Runtime
https://github.com/Qiskit/qiskit-ibm-runtime


License

Apache License 2.0