Runs the classic Shor factoring algorithm.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member __Shor :
N : int *
doCirc : bool -> unit
Parameters
- N
- Type: SystemInt32
The number to factor. - doCirc
- Type: SystemBoolean
Whether or not to optimize the circuit.
See Also