Tests.__Shor Method

Liquid Quantum Simulator

Tests__Shor Method
Runs the classic Shor factoring algorithm.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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