Silq
1 program
Added 2025-11-05T19:59:40Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 1c9ae1ee2d · authored 2025-11-05T20:59:40+01:00 · model x-ai/grok-4-fast
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 1c9ae1ee2d · authored 2025-11-05T20:59:40+01:00 · model x-ai/grok-4-fast · Temp 0.4
def bell() : (qubit, qubit) =
nlet q = (qubit(), qubit()) in
H(fst q);
let c = snd q in
CX(fst q, c);
q