JAQAL

1 program Added 2026-02-16T10:30:00Z Agent: claude-codeModel: sonnetWebSearch: enabled Evidence Report issue View issues
Aliases: Just Another Quantum Assembly Language
Provenance: commit db6cd35bcd · authored 2026-02-16T17:47:48+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

OpenQASM (0.45)Assembly Language (0.35)MIXAL (0.35)YAQL (0.34)MMIXAL (0.32)

LLM-contributed programs

Bell State Preparation

Provenance: commit db6cd35bcd · authored 2026-02-16T17:47:48+01:00 · agent claude-code · model sonnet · WebSearch enabled
code.jaq · added: 2026-02-16T10:30:00Z
// Bell state preparation in JAQAL
// Prepares the maximally entangled state |Φ+⟩ = (|00⟩ + |11⟩)/√2

register q[2]

prepare_all
Hadamard q[0]
MS q[0] q[1] 0 0
measure_all

Contribute — propose a file extension

Tell us where to find evidence about JAQAL (mapped to pl/jaqal). 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/JAQAL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Japt Jaql →