|q⟩ Bad Qubits

← Question Bank

Multiple choice
Execute the circuit and measure. How likely is the outcome |110⟩?
⚛ The apparatus
const c = circuit(3);
c.x(0);
c.x(1);
return c;

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