Multiple choice
Execute the circuit and measure. How likely is the outcome |11⟩?
const c = circuit(2); c.x(1); c.cx(1, 0); return c;
Commit your prediction for P(|11⟩) — then run it.
const c = circuit(2); c.x(1); c.cx(1, 0); return c;
Commit your prediction for P(|11⟩) — then run it.