Cove - A Practical Quantum Computer Programming Framework
FindPeriodFor15 Method (NumberToFactor, iCurM)
NamespacesCove.LocalSimulationShorsAlgorithmFindPeriodFor15(Int32, Int32)
Specific case of finding the period for 15.
Declaration Syntax
C#Visual BasicVisual C++
protected int FindPeriodFor15(
	int NumberToFactor,
	int iCurM
)
Protected Function FindPeriodFor15 ( _
	NumberToFactor As Integer, _
	iCurM As Integer _
) As Integer
protected:
int FindPeriodFor15(
	int NumberToFactor, 
	int iCurM
)
Parameters
NumberToFactor (Int32)
The number to factor, 15
iCurM (Int32)
The value of m to find the period over
Return Value
The period.
Remarks
Some of the implementation in this is a little more general so that it can more easily be converted to the general case

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