Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 961 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 961 Bytes

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.