qasm2
There are 15 repositories under qasm2 topic.
pujyam/QNC
QNC: Quantum Netlist Compiler
thomasleplus/code-quantum
A place to stash my quantum computing experiments
bsiegelwax/Maximum-Quantum-Classification
This was an attempt to push the limits of the IBM cloud quantum computing simulator.
PESchoenberg/qre
Remote and local execution of QASM2 programs.
AgentANAKIN/Quantum-Full-Adder
This is a full adder written in OpenQASM.
AgentANAKIN/Quantum-Phase-Estimation
Quantum Phase Estimation is a key component of Shor's Factoring Algorithm.
ghassm11/Hossam
Hossam dg
maxmekiska/Entanglement_Gates
Using QASM to define quantum entanglement gates.
AgentANAKIN/Quantum-Factoring-21
This is my attempt to use the quantum phase estimation component of Shor's Factoring Algorithm to factor the number 21.
AgentANAKIN/Quantum-Fourier-Teleportation
Quantum Teleportation + Quantum Fourier Transform = Quantum Fourier Teleportation
AgentANAKIN/Quantum-Fourier-Transform
The inverse of the Quantum Fourier Transform (QFT) is an integral part of the encryption-breaking Shor's Factoring Algorithm.
AgentANAKIN/Quantum-Multiplication
I heard that the most difficult quantum calculation ever performed (I don't know the year this statement was made) was 3x5, so I decided to try it.
AgentANAKIN/Quantum-Teleportation
Teleportation does not work the way the science fiction genre depicts it, but quantum teleportation is real and it works.
AgentANAKIN/Shors-Error-Correction-Algorithm
I applied Shor's Error Correction Algorithm to Quantum Teleportation.
AgentANAKIN/Simon-s-Algorithm
Simon's Algorithm is usually presented with a secret structure of s=11; so I took the s=110 implementation and translated it into OpenQASM.