|q⟩ Bad Qubits

← Question Bank

Predict the output
On the seeded simulator (seed 3706), this circuit runs for 1024 shots. About how many come out |001⟩? Estimate P(|001⟩) × 1024 and pick the closest option.
⚛ The apparatus
const c = circuit(3);
c.h(0);
c.x(2);
return c;

Commit your prediction for counts of |001⟩ over 1024 shots — then run it.