microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
billt/revert-mimalloc

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/oracles/bit_pattern_oracle/Placeholder.qs

7lines · modecode

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