README.md (221B)
1 # Quantum Algorithms 2 Some of my implementations of some quantum computing algorithms 3 4 ## Requirements 5 - python 3.7+ 6 - pip 7 8 ## Installation 9 ```sh 10 pip install -r requirements.txt 11 ``` 12 13 ## Running 14 ```sh 15 python <filename> 16 ```