The results of the programs are stored in Table 1, Table 2 and Table 3
The left side of each table shows the results for the Pentium P4 processor. The right side shows the results for the intel processor.
The first line shows the results when x = 2. In this part the periodicity is calculated. Included is the GCD functionality in order to calculate the two prime numbers.
The second line shows the results when x = 5. The periodicity is not calculated because this is already done for x = 2.
The GCD funtionality is included.
The results are shown in the columns 3 and 4.
The value 371 (589) in Table 1 is calculated uses array logic in double precision floating point format
The value 342 (435) in Table 1 is calculated uses array logic in long integer format
The values 371 and 56 are the same results as shown in: Shor's Algorithm - Cryptography
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
Wat the above shows is:
Back to my home page Contents of This Document