microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
alex/pythontelem

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/key_distribution/prepare_qubits/Placeholder.qs

6lines · modecode

1namespace Kata {
2 operation PrepareQubits(qs : Qubit[], bases : Bool[], bits : Bool[]) : Unit {
3 // Implement your solution here...
4
5 }
6}
7