Bradben / qio-samples

Samples for using optimization solvers through Azure Quantum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Quantum optimization service samples

These samples demonstrate the use of the Azure Quantum QIO service.

Each sample is self-contained in a folder, and demonstrates how to use the QIO service to solve a problem.

Prerequisites

To run these samples, there are some prerequisites:

  1. Create an Azure Quantum Workspace
  2. Install Python on your system
  3. Install the azure-quantum Python module
  4. (Optional) Install Jupyter Notebook

Getting Started

If you're new to the Azure Quantum QIO service, we recommend starting with the Getting Started samples, which run through how to set up and submit problems to be solved using the service.

After that, we recommend exploring the other samples in this repository, which demonstrate the use of the Azure Quantum QIO service to solve specific optimization problems. We recommend that you use the Jupyter Notebook versions of these samples if you are new to the QIO service as they contain detailed, step-by-step instructions on how to formulate and solve the problem instance.

We recommend starting with the ship loading sample before moving on to the job shop scheduling sample, as job shop scheduling introduces some more complex ideas, so it is useful to understand the basics of problem formulation first. Both of these problems have associated Microsoft Learn modules which you can find here:

List of Available Samples

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

About

Samples for using optimization solvers through Azure Quantum.

License:MIT License


Languages

Language:HTML 77.5%Language:Jupyter Notebook 17.5%Language:Python 4.9%Language:Dockerfile 0.1%