Multiple choice
After running this circuit, what is the probability of measuring |1100⟩?
// 2 electrons fill the 2 lowest spin-orbitals (0 and 1). const c = circuit(4); c.x(0); c.x(1); return c;
Commit your prediction for P(|1100⟩) — then run it.
// 2 electrons fill the 2 lowest spin-orbitals (0 and 1). const c = circuit(4); c.x(0); c.x(1); return c;
Commit your prediction for P(|1100⟩) — then run it.