Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1 KB

README.md

File metadata and controls

41 lines (29 loc) · 1 KB
page_type languages products description urlFragment
sample
qsharp
python
qdk
This sample uses Q# and Python together to simulate noise in the Deutsch–Jozsa algorithm.
noisy-dj

Deutsch–Jozsa algorithm with noise

This sample demonstrates:

  • How to use Q# and Python together to write and simulate quantum algorithms.
  • How to use the Quantum Development Kit to simulate noisy quantum devices.

Prerequisites

To install all required dependencies using the Anaconda distribution:

conda install -c microsoft -c conda-forge notebook qsharp qutip

Running the Sample

From the command line, start Jupyter Notebook:

jupyter notebook

Manifest