QuantumKatas/BasicGates
Alex Hansen 4e74bcdf70
update QDK version (#892)
2023-09-19 11:43:09 -07:00
..
.vscode
.iqsharp-config.json
BasicGates.csproj update QDK version (#892) 2023-09-19 11:43:09 -07:00
BasicGates.ipynb [BasicGates] Add task 2.4 on zero-controlled gate (#827) 2022-09-10 21:51:49 -07:00
BasicGates.sln
README.md Remove most links to mybinder.org and add notes about its reduced capacity (#887) 2023-06-08 09:06:01 -07:00
ReferenceImplementation.qs [BasicGates] Add task 2.4 on zero-controlled gate (#827) 2022-09-10 21:51:49 -07:00
Tasks.qs [BasicGates] Add task 2.4 on zero-controlled gate (#827) 2022-09-10 21:51:49 -07:00
Tests.qs Remove parenthesis around the condition in the if block (#851) 2022-11-03 16:42:36 -07:00
Workbook_BasicGates.ipynb [BasicGates] Add task 2.4 on zero-controlled gate (#827) 2022-09-10 21:51:49 -07:00

README.md

Welcome!

The Basic Gates kata covers the basic operations (a.k.a. "gates") used in quantum computing, as well as the concept of controlled and adjoint versions of gates.

Theory

  • A list of most common gates can be found in the Quantum logic gate Wikipedia article.
  • Quirk is a convenient tool for visualizing the effect of gates on qubit states.

Q# materials