-
Notifications
You must be signed in to change notification settings - Fork 4
davidbkemp/jShor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Some code to simulate the implementation of Shor's quantum algorithm for factoring numbers into their prime factors. See, for example, http://en.wikipedia.org/wiki/Shor%27s_algorithm To compile and run, you must have at least Java 5 and ant 1.7. To factor a specific number, eg. 143, use ant -Dn=143 NOTE: Assumes that n is not a prime power. Will print the words "Lucky Guess!" if it randomly chooses a prime number by chance! Will print the "Order" values as it finds them. Uses the jQuantum library (http://jquantum.sourceforge.net/). As jQuantum was released under the GNU General Public License, it means that my little program is also under GPL. The source code for jQuantum is here: http://prdownloads.sourceforge.net/jquantum/jQuantum-2.3.1-src.zip
About
Simulation of Shor's quantum algorithm for factoring numbers into their prime factors
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published