Multiple choice
Run this circuit, then measure. With what probability do you get |11⟩?
const c = circuit(2); c.x(0); c.x(1); return c;
Commit your prediction for P(|11⟩) — then run it.
const c = circuit(2); c.x(0); c.x(1); return c;
Commit your prediction for P(|11⟩) — then run it.