microsoft/qdk

Public

mirrored from https://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/distinguishing_unitaries/cnot_direction/Placeholder.qs

7lines · modecode

1namespace Kata {
2 operation CNOTDirection (unitary : (Qubit[] => Unit is Adj + Ctl)) : Int {
3 // Implement your solution here...
4
5 return -1;
6 }
7}
8