Skip to content

mariiatuzovska/shors-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shors-algorithm

Shor's algorithm can be thought of as a hybrid algorithm. The quantum computer is used to perform a computationally hard task known as period finding. The results from period finding are then classically processed to estimate the factors.

Useful links

how I create a Q# project

  1. Init dotnet's Q# project:

dotnet new console -lang Q#

  1. Build project:

dotnet build

  1. Run:

dotnet run --number 437 --use-robust-phase-estimation true

About

quantum algorithm for factoring integers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages