Zemleff
Quantum
Services
Resources & Tools
About
Contact
more
About
Contact
Home
›
Resources & Tools
›
OpenQASM Editor
OpenQASM Editor
A simple online editor for OpenQASM (Open Quantum Assembly Language).
untitled.qasm
— OpenQASM Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
OPENQASM 3; qubit[3] q; bit[3] c; h q[0]; cnot q[0], q[1]; cnot q[1], q[2]; c = measure q;
1
OPENQASM 3;
2
3
qubit
[3] q;
4
bit[3] c;
5
6
h
q[0];
7
cnot
q[0], q[1];
8
cnot
q[1], q[2];
9
10
c =
measure
q;
OpenQASM Editor
See also
1.
Bloch Sphere
Visualize qubits on an interactive Bloch sphere.
2.
Quantum Gates Quiz
Test your knowledge of quantum logic gates.
3.
Quantum Computing Crossword
A daily crossword puzzle about quantum computing.
4.
Say "Hello, World!" with Q#
Creating a simple Q# console application.
5.
The Hadamard gate
The definition of the Hadamard gate and some of its properties.