Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietrozanotta/quantum-algorithms
Repo containing quantum algorithms
https://github.com/pietrozanotta/quantum-algorithms
quantum-algorithms quantum-computing
Last synced: 1 day ago
JSON representation
Repo containing quantum algorithms
- Host: GitHub
- URL: https://github.com/pietrozanotta/quantum-algorithms
- Owner: PietroZanotta
- Created: 2024-01-01T19:15:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:09:58.000Z (10 months ago)
- Last Synced: 2024-11-21T20:03:07.870Z (about 1 month ago)
- Topics: quantum-algorithms, quantum-computing
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum algorithms
As the name suggests, this repository contains the implementations of various quantum algorithms developed and simulated using Cirq (the quantum computing framework created by Google) and Qiskit (the framework from IBM).
## The state of the art:
Here, I list the algorithms developed at the moment:- Shor's algorithm (Cirq)
- Grover's Algorithm (Cirq)
- Discrete time Quantum Walk (Cirq)
- Pricing options with QAE (Qiskit)
- Tiq-taq-toe, quantum version of tic-tac-toe (Cirq)
- Simon's Algorithm (Cirq; Qiskit)
- Quantum Fourier Transform (Cirq)
- Inverse Quantum Fourier Transform (Cirq)
- Quantum Phase Estimation (Cirq; Qiskit)
- Quantum Teleportation (Cirq; Qiskit)
- Deutsch-Joza Algorithm (Cirq; Qiskit)
- Deutsch Algorithm (Cirq; Qiskit)
- Quantum teleportation (Cirq; Qiskit)
- Superdense coding (Qiskit)