Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Files

Latest commit

4e74bcd · Sep 19, 2023

History

History

Superposition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2022
Jan 23, 2020
Dec 12, 2020
Jun 8, 2023
Nov 23, 2022
Sep 19, 2023
Aug 11, 2022
Jul 11, 2018
Oct 15, 2020
Dec 19, 2022
Nov 23, 2022
Nov 23, 2022

Welcome!

The superposition kata covers the following topics:

  • basic single-qubit and multi-qubit gates,
  • superposition,
  • flow control and recursion in Q#.

It is recommended to complete the BasicGates kata before this one to get familiar with the basic gates used in quantum computing. The list of basic gates available in Q# can be found at Microsoft.Quantum.Intrinsic.

You can find detailed coverage of Bell states and their creation here.

For the syntax of flow control statements in Q#, see Q# iterations and Q# conditional branching documentation.