Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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!)