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