https://github.com/0xcab0/shor_algorithm
Shor's algorithm implementation in Qiskit
https://github.com/0xcab0/shor_algorithm
qiskit shor-algorithm
Last synced: about 1 month ago
JSON representation
Shor's algorithm implementation in Qiskit
- Host: GitHub
- URL: https://github.com/0xcab0/shor_algorithm
- Owner: 0xCAB0
- License: apache-2.0
- Created: 2023-11-28T16:28:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:16:22.000Z (10 months ago)
- Last Synced: 2024-09-07T18:37:07.521Z (10 months ago)
- Topics: qiskit, shor-algorithm
- Language: Jupyter Notebook
- Homepage:
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shor's algorithim implementation in Qiskit
## Start-up
1. Get an API token from IBM
Create an account and obtain a token from [IBM's Quantum Lab](https://quantum.ibm.com/)
2. Set your API KEY and:
```bash
cp .env.example .env
```3. Set your desired Python environment and run `shor.ipynb`
## Authors
[Álvaro Cabo](https://github/0xCAB0)
[Oussama El Hatifi](https://github.com/ouhat)