|q⟩ Bad Qubits

← Question Bank

Multiple choice
After running this circuit, what is the probability of measuring |001⟩?
⚛ The apparatus
const c = circuit(3);
c.h(0);
c.x(2);
return c;

Commit your prediction for P(|001⟩) — then run it.