|q⟩ Bad Qubits

← Question Bank

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

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