Cove - A Practical Quantum Computer Programming Framework
FindPeriod Method (NumberToFactor, iCurM)
NamespacesCove.LocalSimulationShorsAlgorithmFindPeriod(Int32, Int32)
Find the period of iCurM (m) and the NumberToFactor (N)
Declaration Syntax
C#Visual BasicVisual C++
public int FindPeriod(
	int NumberToFactor,
	int iCurM
)
Public Function FindPeriod ( _
	NumberToFactor As Integer, _
	iCurM As Integer _
) As Integer
public:
int FindPeriod(
	int NumberToFactor, 
	int iCurM
)
Parameters
NumberToFactor (Int32)
The number being factored
iCurM (Int32)
The current value of m
Return Value
The period found
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not yet implemented.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)