Why Does the Bloch Sphere Use Theta Over Two for Qubit Representation?

  • Context: Graduate 
  • Thread starter Thread starter maverick280857
  • Start date Start date
  • Tags Tags
    Bloch sphere Sphere
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
maverick280857
Messages
1,774
Reaction score
5
I am reading Quantum Computation and Quantum Information by Nelson and Chuang myself and came across the Bloch Sphere representation of a quibit on page 15 (equation 1.4) as:

[tex]|\psi> = \cos\frac{\theta}{2} |0> + e^{i\psi}\sin\frac{\theta}{2} |1>[/tex]

I have two questions:

1. What is the motivation behind such a representation (other than the fact that the sum of the squares of the coefficients of [itex]|0>[/itex] and [itex]|1>[/itex] equals 1)?

2. Why use [itex]\theta/2[/itex] rather than [itex]\theta[/itex]?
 
Physics news on Phys.org
maverick280857 said:
1. What is the motivation behind such a representation (other than the fact that the sum of the squares of the coefficients of [itex]|0>[/itex] and [itex]|1>[/itex] equals 1)?
It really is just spherical coordinates.

I suppose the fact that the parameter space is decomposed into a part that affects measurements in done this basis ([itex]\theta[/itex]) and a part that does not ([itex]\psi[/itex]) is an extra source of convenience.


2. Why use [itex]\theta/2[/itex] rather than [itex]\theta[/itex]?
Aesthetic reasons. For example, look at expectation calculations. Or maybe the author already gave [itex]\theta[/itex] a meaning, so he has to use this to be consistent.
 
Last edited:
Hurkyl said:
It really is just spherical coordinates.

Yes, I thought so too, that's why I asked about [itex]\theta/2[/itex]. Thanks.