|q⟩ Bad Qubits

← Question Bank

Multiple choice
After running this circuit, what is the probability of measuring |0⟩?
⚛ The apparatus
const angle = Math.PI / 2; // Omega * t
const c = circuit(1);
c.rx(angle, 0);
return c;

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