microsoft / MLADS2020-QuantumClassification

Quantum Classification tutorial using Microsoft Quantum Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been archived. Please refer to the tutorial on quantum classification with Q# for the latest version of the tutorial.

Welcome!

This repository contains the materials for the "Introduction to Quantum Classification" lab presented at Spring 2020 MLADS Conference. In this lab you will experiment with a simple circuit-centric quantum classifier using the Microsoft Quantum Development Kit.

Running the Lab

You can run the lab online on Binder.

Running this lab on Binder is very slow, so if you prefer to run the lab online we recommend you to read through the notebook using saved cell outputs before attempting to run the cells.

Alternatively, you can install Jupyter and Q# and qsharp package for Python. Note that this tutorial requires matplotlib and numpy Python packages to be installed.

After that you can run the tutorial locally by navigating to the QuantumClassification folder and starting the notebook from command line using the following command:

jupyter notebook ExploringQuantumClassificationLibrary.ipynb

The Q# project in this folder contains the back-end of the tutorial and is not designed for direct use.

Resources

Here are some resources to get you started:

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.

About

Quantum Classification tutorial using Microsoft Quantum Development Kit

License:MIT License


Languages

Language:Jupyter Notebook 96.9%Language:Q# 2.4%Language:Dockerfile 0.7%