Skip to content

jenglick/quantum-serverless

 
 

Repository files navigation

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

About

A programming model for leveraging quantum and classical resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • HCL 4.7%
  • Smarty 2.4%
  • Other 0.8%