OpenQASM
1 program
Added 2025-11-05T08:17:20Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: Open Quantum Assembly Language
Provenance: commit 0cee3f37ae · authored 2025-11-05T09:17:20+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
5 sources · pl_id:
pl/openqasmWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| License | Apache License 2.0 |
|---|---|
| Implemented in | Python |
| Homepage | https://openqasm.com/ |
Extensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.qasm | linguist | primary | 79.0K files |
.qasm | wikipedia | proposed | 79.0K files |
Related languages
LLM-contributed programs
Bernstein-Vazirani Algorithm Example
Provenance: commit 0cee3f37ae · authored 2025-11-05T09:17:20+01:00 · model google/gemini-2.5-pro · Temp 0.4
// Bernstein-Vazirani for oracle 11.01
OPENQASM 2.0;
include "qelib1.inc";
qreg q[5];
creg c[4];
x q[4];
h q[0];
h q[1];
h q[2];
h q[3];
h q[4];
cx q[0],q[4];
cx q[2],q[4];
cx q[3],q[4];
h q[0];
h q[1];
h q[2];
h q[3];
measure q[0] -> c[0];
measure q[1] -> c[1];
measure q[2] -> c[2];
measure q[3] -> c[3];
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)