microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.2.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/oracles/bit_pattern_challenge/Placeholder.qs

7lines · modecode

1namespace Kata {
2 operation ArbitraryBitPattern_Oracle_Challenge(x : Qubit[], pattern : Bool[])
3 : Unit is Adj + Ctl {
4 // Implement your solution here...
5
6 }
7}
8