microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/replace-qsharp-with-qdk-python-tests

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/deutsch_algo/implement_algo/Placeholder.qs

7lines · modecode

1namespace Kata {
2 operation DeutschAlgorithm (oracle : Qubit => Unit) : Bool {
3 // Implement your solution here...
4
5 return true;
6 }
7}