963ed6dfc0 | ||
---|---|---|
.. | ||
.vscode | ||
README.md | ||
ReferenceImplementation.qs | ||
Superposition.csproj | ||
Superposition.sln | ||
Tasks.qs | ||
TestSuiteRunner.cs | ||
Tests.qs |
README.md
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.Primitive.
You can find detailed coverage of Bell states and their creation here.
For the syntax of flow control statements in Q#, see the Q# documentation.