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)
Related languages
LLM-contributed programs
Bell State Preparation
Provenance: commit db6cd35bcd · authored 2026-02-16T17:47:48+01:00 · agent claude-code · model sonnet · WebSearch enabled
// 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