An open API service indexing awesome lists of open source software.

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

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)