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

Latest commit

 

History

History
13 lines (12 loc) · 1 KB

README.md

File metadata and controls

13 lines (12 loc) · 1 KB

Getting Started with Quantum Development

  • Measurement: This sample goes into more detail about how single- and multiple-qubit measurements are represented in Q#, and how to measure in interesting bases such as the Bell basis.
  • Teleportation: This sample documents how to write quantum programs with Q#, C#, and Visual Studio, using the development techniques covered in the main documentation. It also shows how to simulate the same algorithms from Python and Jupyter.
  • Simple Algorithms: This sample covers several different basic quantum algorithms, and how each can be written in Q#.
  • Intro to IQ#: This samples explains how to create interactive notebooks using Jupyter and IQ#.
  • Simulation: These samples demonstrate how to use the different types of simulators to understand and verify the correctness of quantum programs.