Implementing and Experimenting Shor's Factorization Algorithm
- 
Clone the repository: git clone git@github.com:t-sorger/Shors-Factorization-Algorithm.git 
- 
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.txtfile.