Weird things happening in QM
What does a state mean?
Why can't we encounter the effects of QM in our scales? (A = Decoherence)
Quantum Harmonic Oscillators (QHO)
Ubiquitous
Theorists LOVE them they're really elegant
Interesting Features
Eigenstates are coherent states
Once you describe the Hamiltonian of QHO you get that (for given)
We can perturb the QHO to obtain the hamiltonian (family) that depends on :
Note that if a classical particle were to be moving in the now quantic potential it would not feet much of a difference if ir were near since the potential looks close enough to quartic there. That means that for low energies the classical motion will be harmonic in nature. For high energy, other things happen (remove).
Focus on numerical methods to diagonalize matrices
You can do it instantaneously on numpy, scipy, etc but the point is undestanding why that works
At each step find the largest off diagonal element, say (or cycle thru each off-diagonal index one at a time)
Transform it to an orthogonal matrix s.t. that element and its symmetric version are both 0
Check whether the relative error where is the desired error. If not, repeat the previous steps
For a complex number we get that its matrix representation is:
One can check that if is orthogonal (i.e ) then is unitary (i.e ).