Multiple choice
After running this circuit, what is the probability of measuring |0⟩?
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.
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.