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/openqasm
LLM (this repo) · 1LinguistWikipediaHyperpolyglotWikidata · Q48998901

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

LicenseApache License 2.0
Implemented inPython
Homepagehttps://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.
ExtensionSourceStrengthSWH
.qasmlinguistprimary79.0K files
.qasmwikipediaproposed79.0K files

Related languages

Assembly Language (0.49)JAQAL (0.45)MIXAL (0.38)PASM (0.38)SYMBAL (0.35)

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
code.qasm · license: Apache-2.0 · added: 2025-11-05T08:17:20Z
// 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.)

Contribute — propose a file extension

Tell us where to find evidence about OpenQASM (mapped to pl/openqasm). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/OpenQASM/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← OpenMx openrc-runscript →