Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hudson-newey/quantum-computing-circuts
Some basic quantum computing circuits that can be run on IBM quantum computers. Written in quantum assembly (OpenQASM2.0)
https://github.com/hudson-newey/quantum-computing-circuts
entanglement quantum quantum-algorithms quantum-circuit quantum-computing qubit qubits shors-algorithm
Last synced: about 1 month ago
JSON representation
Some basic quantum computing circuits that can be run on IBM quantum computers. Written in quantum assembly (OpenQASM2.0)
- Host: GitHub
- URL: https://github.com/hudson-newey/quantum-computing-circuts
- Owner: hudson-newey
- Created: 2023-06-02T11:57:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T11:27:05.000Z (over 1 year ago)
- Last Synced: 2023-08-24T13:23:27.416Z (over 1 year ago)
- Topics: entanglement, quantum, quantum-algorithms, quantum-circuit, quantum-computing, qubit, qubits, shors-algorithm
- Language: OpenQASM
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum Computing Circuts (written in Quantum Assembly; OpenQASM)
## Shors Algorithm for Number Factorisation
Given an integer N, try to find another integer p between 1 and N that divides N
## Quantum Entangled Bell Pair
By measuring the state of one Qubit, it collapses the quantum wave function of a second Qubit irrespective of physical distance (you just performed quantum information teleportation!)