Skip to content

Implementing and Experimenting Shor's Factorization Algorithm

License

Notifications You must be signed in to change notification settings

t-sorger/Shors-Factorization-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shors-Factorization-Algorithm

Implementing and Experimenting Shor's Factorization Algorithm

Installation

  1. Clone the repository:

    git clone [email protected]:t-sorger/Shors-Factorization-Algorithm.git
  2. Recreate the virtual environment by running the following command in the project directory:

    python3 -m venv shor  
    source shor/bin/activate  # or venv\Scripts\activate on Windows
    pip install -r requirements.txt

    This will install all the dependencies specified in the requirements.txt file.

About

Implementing and Experimenting Shor's Factorization Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •